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

    Inner join

    hi all,i m writing the code for inner join but its going for dump and error is. 'Error in module RSQL of the database interface.' please help me.code: DATA : BEGIN OF itab OCCURS 0 , pernr LIKE pa0015-pernr , "Personel no....

    Resolved! Accepted Solution

    syntax check of code

    I am passing certain code in table itab and then doing a syntax check using SYNTAX-CHECK FOR itab MESSAGE mess LINE lin WORD wrd .The problem with this method is it check the code line by line and assign mess with the first error msg but I want to t...

    Resolved! Accepted Solution

    ST05

    When i m executing ST05 there is a option "Enter SQL statement".When i paste my sql statement and click on explain button, i am getting following error."Error recieved from Explain SQL"Please helpRegards,Santosh

    BAPIs

    Hello All,I m in the process of designing a interface to SAP.We are receiving the material# and in case the material is not available in SAP, we need to create the same and then create a sales order with that material number.The data is been transmit...

    Resolved! Accepted Solution

    IDOC status

    Hi All,I hav a confusion in IDOC status 51(appln doc not posted) & 52(appl doc not fully posted). whats the diff betwn these status codes and also please guide me when the status 64 comes out.plz help me out.Thanks,Sagar

    problem in idoc

    Hello,i have an incoming idoc which is having the status as 53.but the thing is this idoc data contains MENGE as 1.0 in the segment E1FISEG.A FI document is created in my system (destination) for the same and this documnt conmtainns MENGE value as 0....

    Resolved! Accepted Solution

    Commit and Rollback

    I write some code like this:REPORT YTEST.TABLES: YTABLE.DATA WA LIKE YTABLE.WA-F1 = 'L1'.WA-F2 = 'D1'.INSERT YTABLE FROM WA.BREAK-POINT.ROLLBACK WORK.when the program go into the debug mode, we can see the line 'L1 D1' in the table 'YTABLE' through...

    Labels in this area

    Explore this Area