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

    IDOC with Status 56

    Hi teami am experincing the problem with the IDOC. i am getting the IDOC from PI with the status as 56, even though i have maintained the message type in the Inbound Parameters of the Partnet Profile. How to change the status 56 to status 30??Please ...

    Resolved! Accepted Solution

    submit to memory ..and WRITE_LIST dont work properly...in a very SIMPLE pgm

    This is a very small program.Basically I am sending hard coded plant and dates for tcode MC.9.(which i will refine later for my use),using SUBMIT.BUTthe LAST COLUMN ONLY gets populated correctly,the rest get the VALUES OF LAST COLUMN only..this seems...

    Resolved! Accepted Solution

    Parameter in FM

    HI All,TYPES : BEGIN OF it_struc, exch_rate(10) TYPE c. END OF it_struc.data : it_final TYPE STANDARD TABLE OF it_struc, wa_final TYPE it_struc. DATA : wa_1 TYPE bapi1093_0, str(200) TYPE c.LOOP AT it_final ...

    Resolved! Accepted Solution

    Delete standard address

    I need to delete all address of a business partner including the standard address. I try to do this using FM BUPA_ADDRESS_REMOVE in a loop pass. I have sorted the data in such a way, that the active standard address of the business partner (transacti...

    Sm1tje by Active Contributor
    • 3189 Views
    • 2 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Dirty read on select

    Hi,is there any way of doing a dirty read on a table which is heavily used b other programs doing inserts/updates. I need to select a lot of rows and the report is really slow, i guess it has to wait for a lot of pages til the lock is gone. Since thi...

    Resolved! Accepted Solution

    BDC Recording for SOSG

    Hi experts,I am new to BDC, and have a requirement.I have a table ZABC, where I have some fields.I need to get an ALV output with 2 fields "emaildate" and "emailtime".All is fine till here.Next, the req, is that once the user selects any row of the A...

    Labels in this area

    Explore this Area