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
    • 95244 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    ALE Scenario

    Below is the i/b idoc scenario:Sender of Idoc sys1Receiver of Idoc sys2 I have maintained base logical system in sys2 as 'LS1' and assigned it to client 201.Now, when i define a logical system for sys1(sender) in sys2(receiver), do I have to assign i...

    Resolved! Accepted Solution

    inventory adjustments

    hi, What is inventory adjustments? inventory adjustments-where the stock qty is increased..how to do this.. which all field i need to fetch frm the table ISEG and IKPF.And wat shuld be the processing for doing inventory adjustments.plz reply..

    Change Pointers

    how can we work with change pointers will doing transactional data,if not change pointers,how do we trap the changes of transactional data and send to the reciever system automatically,please anyone can help me out.imm points awarded to all helpful ...

    Resolved! Accepted Solution

    SELECT OPTIONS

    HI, how to pass select-options value to a function module. how to declare that in import section of the function module.i decalred a select options in my program and passed to function module but when i execute my program its going to short dump an...

    Resolved! Accepted Solution

    bdc

    Hilets say about 100 records I got in a flat file n after updating 50 records some how the systam crashed. now what happens when i run again the same file for second time in session as well in C.Trans.Will this file b picked up? if so how the system ...

    Resolved! Accepted Solution

    table name reuired

    hi guys, while creatig a BOM we maintain a variant configutration. I want to know like in which table i can find the details on this variant along with the material--details like class charecteristics material no etc.please reply urgently.

    conversion exit.

    Hi all,I am working on a conversion exit.i am able to convert value into desire value bt i am not able fetc the value in a table using select query where i am using this converted value in a where clause.. this is my piece of code:<b>Conversion Exit...

    Resolved! Accepted Solution

    doubt in ABAP OOP

    CLASS SAMPLE DEFINITION.PUBLIC SECTION.DATA : PU_A TYPE I.METHODS : CONSTRUCTOR,MM1,MM2.PRIVATE SECTION.DATA : PR_B TYPE I.ENDCLASS.CLASS SAMPLE IMPLEMENTATION. METHOD CONSTRUCTOR. ENDMETHOD. METHOD MM1. ENDMETHOD. METHOD MM2. ENDMETHOD.ENDCLASS.DATA...

    Resolved! Accepted Solution

    Table control save

    I have created a table control which is fetching data from db table and displaying it.I want to check, before exiting the table it should check to see if data has been modified and display a popup window to save.Thanks,Abhijeet.

    Labels in this area

    Explore this Area