Recent Activity

    Task 4 - Implement Criticality feature and create an Object page

    This is the last task of the August Developer Challenge on ABAP Core Data Services. The responses we have seen so far is excellent and appreciate each one of you in taking time to complete the challenge. We have seen some good conversations about the...

    Task 1 - Create CDS View Entity ( August Developer Challenge )

    First of all, thanks for the overwhelming response to the ABAP Developer Challenge. Kudos to everyone who took time out of their busy schedule and finished the pre-requisite – Task 0 last week.Now let us dive right into the challenge.Task 1 - In this...

    sheenamk by Developer Advocate
    • 94677 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    Help to use macro

    hi,i have macro like below how can i use it?DEFINE DEc_RANGE. DATA: L_DATE LIKE SY-DATUM. CALL FUNCTION 'BKK_ADD_MONTH_TO_DATE' EXPORTING MONTHS = '-3' OLDDATE = SY-DATUM IMPORTING NEWDATE = L_DATE. G_MONTHS-SIGN = '...

    Resolved! Accepted Solution

    MMBE --> Batches

    Hi guys,In transaction MMBE (Stock Overview) you'll see a list of the batches and the stock for a certain material.How can I get the list of batches shown in this overview (using SELECT statement)?Many, many thanks in advance.

    Query in Badi!!!!

    Hi all,I have a requirement which requires me to give a Subject for the email that is sent . I have used the Badi 'COMPLETE_PROC_PPF' .For changing the subject line I use the class CL_BCS as per the following code:LV_SUBJECT = 'Hello!!!!Good Morning!...

    ALV report

    hi frd, im my report im display amount field, but the amount value is negative and next value is positive now i have to add the amount for example first amount is -10 and second amount value + 5. while sum the value i want to get as -5. how ...

    Query in Badi

    Hi all, I have a requirement which requires me to give a Subject for the email that is sent . I have used the Badi 'COMPLETE_PROC_PPF' .For changing the subject line I use the class CL_BCS as per the following code:LV_SUBJECT = 'Hello!!!!Good ...

    Resolved! Accepted Solution

    call BAPI_GOODSMVT_CREATE to create a goods receipt for purchase order

    Hi, I'm calling the bapi BAPI_GOODSMVT_CREATE to create a goods receipt for purchase order, but the following code doesn't work. It doesn't give me any kind of error message but it does nothing as well...Can anyone help me please?Thank YouHugoCodeDAT...

    Please help

    Hi,I want to add records to a hashed table.my code is:data: ipn_pc_zoba type hashed table of tpn_pc_zoba with unique key vbeln,wpn_pc_zoba like line of ipn_pc_zoba.loop at izoba into wzoba.clear wpn_pc_zoba .read table ipn_pc_zoba into wpn_pc_zoba wi...

    Resolved! Accepted Solution

    HR Infotypes - Delimition

    Hi All,I need to delimit different infotypes (almost all), with all the records in it. Please suggest me the way taking performance of the program into consideration.As the function module HR_INFOTYPE_OPERATION will modify validity end date record by...

    Resolved! Accepted Solution

    Field symbols

    Hi Friends,I have an internal table where I want to assign values into fields as below using field symbols. How do I get the value back into the workarea.DATA : BEGIN OF it_out OCCURS 0, m011 TYPE curr_tax_bvl_ly, m021 TYPE curr_tax_b...

    Resolved! Accepted Solution

    Developer Key for MiniSAP

    Hi folks,i have downloaded the Mini SAP for ABAP and installed it on my machine.Unfortunately there is an a developer key needed to start ABAP developement.Try as might, I could not find where I can get the developer key.Can anyone please give me a h...

    Resolved! Accepted Solution

    creating function module

    hi matesi need to create a FM where my t_outtab shoud be compatible to my internal table. that is t_outtab has some structure, now i need to create a t_outtab whose structure should be compatible with my i_tab ( internal table ) which has five fields...

    function module

    hi matesi need to create a FM where my t_outtab shoud be compatible to my internal table. that is t_outtab has some structure, now i need to create a t_outtab whose structure should be compatible with my i_tab ( internal table ) which has five fields...

    Resolved! Accepted Solution

    Table name

    Hi In the Tcode IH06. I want the table from which it was fetching the work center. Or else any other which will be having both the fields Functional Location and work center also. I got the Table ALM_ME_D997. But i want some other which will be havin...

    Resolved! Accepted Solution

    Please help

    Hi,I want to add records to a hashed table.my code is:data: ipn_pc_zoba type hashed table of tpn_pc_zoba with unique key vbeln,wpn_pc_zoba like line of ipn_pc_zoba.loop at izoba into wzoba.clear wpn_pc_zoba .read table ipn_pc_zoba into wpn_pc_zoba wi...

    Resolved! Accepted Solution

    query

    HI all,with in the loop I wrote like this SELECT * INTO TABLE wpa0491 FROM pa0491 WHERE otv02 = off . SORT wpa0491 BY pernr . DELETE ADJACENT DUPLICATES FROM wpa0491 COMPARING pernr.* SELECT * INTO TABLE wpa0001 FRO...

    Labels in this area

    Explore this Area