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

    Need help to replace DO VARYING LOOP with field symbols ?

    Hi, I was using DO VARYING LOOP to read all wage types in PA0008 and it was working fine with me but since it is absolute am trying to replace it by the "Assign" statement but need some support to loopresult and read values DATA IT_PA0008 TYPE ST...

    Yasin by Active Participant
    • 11266 Views
    • 24 Comments
    • 0 Likes

    CPI: OData GET call being executed multiple times and fetching duplicate records from S4 Cloud.

    Hi All, We are extracting data from a CDS view in S4 and pushing it to Teradata through CPI-PI and CPI-DS. Since CPI-PI does not support Teradata, we are using CPI-DS to push data to Teradata. We have created a job in CPI-DS which calls CPI-PI ...

    Resolved! Accepted Solution

    Loop at Group by with reference field symbol challenge

    Is it possible to use "loop at group" by with a table field symbol that was dereferenced from a dynamic table reference? FIELD-SYMBOLS <lt_data> TYPE STANDARD TABLE.FIELD-SYMBOLS <ls_data> TYPE any. ASSIGN ir_data->* TO <lt_data>.CREATE DATA lo_d...

    sap_cohort by Active Contributor
    • 9136 Views
    • 22 Comments
    • 1 Likes
    Resolved! Accepted Solution

    Sort itab by two fields

    Hello, I have a requirement. In internal table itab, i have following fieldDocument no. Date Amount 1800000170 20190701 100000.00 1800000219 20190802 55000.00 1400000232 20190829 315.00 1800000170 20190829 5000.00- 1800000170 20190903 10000.0...

    Resolved! Accepted Solution

    Check existence of data in internal table against actual table

    Hi. I am very new to ABAP so please excuse me if I am using terminology incorrectly or asking a very simple question. I am working on a program that uploads data from a spreadsheet and inserts it into a table. I have the basics of it working quite we...

    JMorozowski by Active Participant
    • 17245 Views
    • 8 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Create Custom Authorization object for Sales Organization and condition Type

    Hi Experts, I have a requirement to update the Material Price based on sales organization and and condition type through program. I want to create a Authorization Object that will allow used to continue the program execution if he have authorizat...

    Resolved! Accepted Solution

    the the actual parameter .. is too short for formal parameter

    In PERFORM or CALL FUNCTION "VERAENDERN_PLANAUFTRAG", the the actual parameter "LT_KBKOI" is too short for formal parameter kbkoi. I have several tables which give me this error from code inspector,unfortunately I have not found a solution for this...

    Resolved! Accepted Solution

    Table Z contains only key fields. "UPDATE FROM .." is ignored in this case.

    I have a Z Table with only key fields. I am trying to update a record of the table. When I run the code inspector gives the error Table Z contains only key fields. "UPDATE <dbtab> FROM .." is ignored in this case. I have tried to add ENQUEUE...

    Resolved! Accepted Solution

    SAP ABAP Learning

    Hello Professionals, I am working with SAP MM/SD modules, and I need to learn ABAP, but I don't have any kind of programming knowledge, Is it possible to learn ABAP without any programming Knowledge? Is it effective, as a non programmer? Wha...

    Resolved! Accepted Solution

    I can’t dowload SAP NetWeaver AS ABAP Developer Editon 7.52

    Hi , I can’t dowload SAP NetWeaver AS ABAP Developer Editon 7.52 because the link from this post that redirekts me to the sap store and SAP STORE redirects me to SAP NETWeaver and the link 7.52 SP01 redirekts me again to this page from this...

    Resolved! Accepted Solution

    What is the difference in the behavior of DB_COMMIT and COMMIT WORK ?

    Hello Gurus, I want to know what is the difference between FM DB_COMMIT and the ABAP statement COMMIT WORK. The function module DB_COMMIT will commit all the database changes (but COMMIT WORK will also do the same thing ) , then what is the signifi...

    Labels in this area

    Explore this Area