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

    SOX

    Hi all,1) Do organizations follow different SOX act based on the companies work? And where and who implements the sox to the SAP system? 2) Based on SOX act are we creating SOD matrix?

    Resolved! Accepted Solution

    user exit is not called

    hi,In MV45AFZZ, under FORM USEREXIT_SAVE_DOCUMENT I implemented an implicit enhancement as followsENHANCEMENT 316 Zxxx_SAVE. "active versionINCLUDE ZXXX_SAVEDATA.ENDENHANCEMENT.when i save the So thru VA01, this is not triggered, why ??where as t...

    Resolved! Accepted Solution

    Trying to Pass an Internal Table Contents from a F.M. to ABAP via SUBMIT?

    I am trying to avoid export from memory, import from memory. I read prior posts that said pass the internal table in the Function Module by calling it the same name in the ABAP Program you submit and simply:Submit programname.However, Even though the...

    Resolved! Accepted Solution

    Logic and User Exit for Availabilty Check in Sales Orders,

    Hi All,I have a requirement of creating a Sales order from an Inbound IDOC. Before saving i need to do all the validations for the sales order including the availabilty check for the sales orders. If it is not fulfilled i need to reject the sales or...

    Resolved! Accepted Solution

    How to read table?

    Hi Expets,I want to read a table inside a LOOP ... ENDLOOP.But I am not able to do it because while reading I need to take workarea. Kindly suggest a way of reading a table inside a LOOP .. ENDLOOP so that I can read all the contents of the table. T...

    Resolved! Accepted Solution

    Dynamic Internal Table

    DATA: LO_STRUCT_TYPE TYPE REF TO CL_ABAP_STRUCTDESCR.DATA: LO_TABLE_TYPE TYPE REF TO CL_ABAP_TABLEDESCR.DATA: LO_DATAREF TYPE REF TO DATA.DATA: LT_COMP_TAB TYPE CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE.DATA: LS_COMP_TAB LIKE LINE OF LT_COMP_TAB.FIELD-SYM...

    Resolved! Accepted Solution

    MOVE & WRITE & =

    Hi Experts,I transfer the data from variable to other, just like that, either by using MOVE, WRITE, = etc.But, am curiuos that, Wht is correct/ideal for transfer?Say, 1 - Wanna to transfer the data from my_CHAR1_variable to my_CHAR2_variable? Is it M...

    Labels in this area