Quantcast
Channel: SCN: Message List
Viewing all 9091 articles
Browse latest View live

Re: Consulta de Venta neta en Moneda Sistema (dolares)

$
0
0

EN la tabla OINV si existen campos que te muestran información a nivel documento de factura de los anticipos aplicados a factura. Sería q elijas el q mejor se adapte a tus necesidades. Ver imagen.

 

 

 

 

Es sl lo que tomaste d anticipo. Además una tabla de INV, no recuerdo si 4 o 12, alguna de las INV, en la q podrás ver a detalle cada anticipo que se aplicó a una factura, ya que es posiñe que se haya elegido más de un anticipo (total o parcial) para una misma factura.

 

Lo de la imagen es a nivel suma de los anticipos seleccionados.

 

Espero te sea de utilidad está información.


Re: ASE 16 EBF descriptions or release notes?

Re: Absence Evaluation & Maternity leave.

$
0
0

As I have already said, configure another abs type as LOP; you can copy an existing LOP config, with no w/t creation in absence valuation in V_T554C.  The user guide for the HR/Payroll should include - changing/splitting any Mat.leave record with the existing abs type to the new one for the period in excess of the limit for the paid Mat.Leave.

It is possible to

(a)create a user program to do such splits and report the existing record & the changed record/s and

(b)a batch job to run this program daily overnight before Time eval & Payroll.

Re: Mantain Matrix functionability with UDO XML

Re: Hi all i need a report which shows Emp. Name, Emp.Number ,  PA, PSA, DOJ, Grade, Position Number.

$
0
0

Hi,

 

You can get this information through Ad hoc query and you can get this information through standard report also.

 

Transaction Code: "S_AHR_61016362" (Flexible Employee Data) through this report you can get required field information based on your field selection in Input screen.

 

2015-06-22_14-42-49.png

 

Regards,

Venkat Polisetty

Re: Data not updated in xml view?

$
0
0

Great!! Issue solved. Please Provide some more information regards the solution with code.

And close the thread.

Retrival of data from database

$
0
0

hi friends

my requirement is fetch the data from database based on SELECT-OPTIONS

my select-option is :

tables mara .

select-options s_matnr for mara-matnr

and i want matnr mtart matkl for that one workarea and internal table

i want the data of matnr , mtart and matkl based on amtnr condition is whose matnr value is 4 digit ..........

like 0567 , 9877 , 2234 and so on .....

can any one give me the select query for the above requirement ......

Re: Receiver File error

$
0
0

Hi Midhun,

 

You can achieve it using NameA.fieldFixedLengths

 

NameA.fieldFixedLengths

Specify a character string containing a list of fixed column widths that are separated by commas and determine the number and the length of columns generated in the text file. If you do not make any entries for NameA.fieldSeparator, the entry NameA.fieldFixedLengths is mandatory.


Can you give screenshot of your FCC config.


Regards,

Azhar


Could u tell me how to write if...endif statement inside the case.... endcase statement?

$
0
0

Dear Guru ,

 

Hope you are doing well.

 

I have an requirement like this ...

 

I need to check almost 40 fields inside the loop . I wrote the code like this but my if ... else statement is not working . So could you please guide me and suggest me to how to write this code ....

 

for your information please check the below code......

 

LOOP AT  QAMKTAB.

 

CASE QAMKTAB-KURZTEXT.


WHEN 'Uneven Cut'.
      IF QAMKTAB-ORIGINAL_INPUT GT'100'.
        MOVE QAMKTAB-KURZTEXT to IT_REFNO-txt22.
        MOVE QAMKTAB-ORIGINAL_INPUT TO IT_REFNO-zucut.
      ENDIF.

...


...


..



ENDCASE.
ENDLOOP.



Thanks & regards

Ranjit

Re: Hi all i need a report which shows Emp. Name, Emp.Number , PA, PSA, DOJ, Grade, Position Number.

$
0
0

Hi Anand,

 

You can go through the below links from there you can able to understand generate the Adhoc Query report as per your requirement.

 

Procedure for Adhoc query in SAP HR

 

Adhoc Query 

 

 

You can google it , will get more related information on this.

 

Regards,

Sankarsan

Re: Authorization Change not available for query XXX

Re: Counting Rule Specification for Maternity,Paternity,Miacarriage

$
0
0

Required.

1. Counting rule

2. Deduction - required if it is linked with any quota

3. Absance Type required. - Even you maintain in IT0080, it is required

 

Regards

Aj

Re: Approve Shopping Carts - Item detail view changes system alias call

$
0
0

Hi Derrick,

 

no, not yet.

I will inform you when there are any changes.

 

Regards,

Özlem

Re: Extend Asset Masters to New Company Code

$
0
0

HI

you have to make inter-company asset transfer to the new company code ABT1N.. the extended idea like what we do in vendor master data is not applied in asset area as there are some legal involvement in the asset acquisition / retirement  process.

 

Regards

Mahmoud El Nady

Re: Fixed Assets Impairment

$
0
0

Hi Ronnie,

 

You want to post the revaluation on 01.04.2015. If yes, then you can enter the posting date as 01.04.2015.

 

Regards,

Mukthar


Re: change internal table of type index table ?

$
0
0

hi max,

 

thank you very much, that works perfect

 

br Martin

TDS and Service Tax Calculation in Vendor Invoice

$
0
0

Hi Experts,

 

There was a new requirement came from client side. Presently TDS And Service tax deducted on vendor base invoice value now they want to seperated as per given below calcn.

 

Capture.JPG

 

Please suggest how to configure in SAP.

 

Thanks

Dinesh

Re: Data Access Profile issue

$
0
0

Hi Ishita,

Please check  In Model, whether you have made your Dimension Secured or not and you are dealing with Same Dimension in Excel . Share some screen shot.

 

Regards

Manoj

Re: User Exit COPA0001 in VA01 document saving

$
0
0

Hi Everyone,

 

I have to Update CO-PA characteristic values , so i used this exit EXIT_SAPLKEAA_001

and in that include ZXKKEU011.

 

look is it useful for u guys.

 

*&---------------------------------------------------------------------*

*&  Include           ZXKKEU11

*&---------------------------------------------------------------------*

TABLES: vbfa ,vbrp.

DATA: ce0_9900 like ce09900.

DATA: v_vbeln like vbfa-vbeln,

       v_posnr LIKE vbfa-posnn,

       v_batch LIKE vbrp-charg.

 

 

CASE i_operating_concern.

   WHEN '9900'.

   e_exit_is_active = 'X'.

   ce0_9900 = i_copa_item.

CASE i_step_id.

   WHEN '0001'  .

 

   SELECT SINGLE MAX( VBELN ) INTO v_vbeln

     FROM Vbfa WHERE VBELV eq ce0_9900-KAUFN

                 AND POSNV eq ce0_9900-kdpos

                 AND VBTYP_N eq 'M'.

 

   SELECT SINGLE MAX( POSNN ) INTO v_posnr

       FROM vbfa WHERE vbeln = v_vbeln.

 

   SELECT SINGLE CHARG INTO v_batch

     FROM vbrp WHERE vbeln eq v_vbeln

                AND  posnr eq v_posnr.

 

    CASE v_batch+1(1).

 

      WHEN 'A'.

      ce0_9900-ww100 = '1005' .

      WHEN 'B'.

      ce0_9900-ww100 = '1010' .

     WHEN 'C'.

      ce0_9900-ww100 = '1015' .

     WHEN 'D'.

      ce0_9900-ww100 = '1020' .

     WHEN 'E'.

      ce0_9900-ww100 = '1025' .

 

    ENDCASE.

 

  e_copa_item = ce0_9900.

 

ENDCASE.

 

ENDCASE.

Re: stock ageing report

$
0
0

Hi Sharma,

 

Did you have any luck with the above?

 

Regards,

Isaac.

Viewing all 9091 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>