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
    • 94648 Views
    • 212 Comments
    • 39 Likes

    Do 10 Times

    Hi All, Good day, I need opinion on this DO X Times logic. Recently we facing many implementation using this syntax. Reason was , SAP database not updating immediately even after TRANSACTION COMMIT with WAIT. For example, after called BAPI_PROD...

    kuanchin by Explorer
    • 4779 Views
    • 7 Comments
    • 2 Likes

    How to pass default Material no. and Quantity in Sales Item of Tcode : VA01 SAP ABAP ?

    Hi, In VA01, After entering order type, sales organization, Distribution channel, Division and then click on enter, it shows the Sales Header and Item details. I want to pass the default material number = MAT003 and Quantity = 20. Please find th...

    Resolved! Accepted Solution

    sudo setup

    Reading package lists... Done Building dependency tree Reading state information... Done Package unrar is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available fro...

    Resolved! Accepted Solution

    How to access class instance deep ref variables in BADI during runtime

    Hello Experts, I have implemented the BADI and in that Badi I want to get the some field values from the structure ITEM_DATA which is inside I_TSW_NODE. I have attached the three images for reference.. I want the structure which is present in th...

    Resolved! Accepted Solution

    Some IDocs in 64 status

    Hi Folks, I got one issue where randomly some IDocs are in 64 status while others are processing . Any possible reason for this? I checked in system, there is no job log, no dump in ST22 and in partner profile WE20 it is set as immediate processi...

    Resolved! Accepted Solution

    STXH - TDNAME information for Network/Network-Activity

    Hello, im in search of a logic how the STXH - TDNAME is generated by the system for Network/Network-Activity.Example:I changed the longtext for my Network-Activity (Network 918714; Activity 0010) in CJ20N and saved it. I looked up my user in STXH and...

    Resolved! Accepted Solution

    How to set attributes for select-options in a report variant created in an ABAP programme?

    Hi ABAP-Dev-community, I'm creating report variants in an ABAP report by using the function RS_CREATE_VARIANT. Now I should be able to set attributes for some of the select-options / parameters in the variant, e.g. for a) protecting the selection...

    SAP Builders Spotlight

    Dear Builders, Do you know your SAP Build project could be an inspiration to other builders, and possibly a solution to the problems of others? The ‘SAP Builders Spotlight’ series is featuring builders like you. This series highlights success stories...

    Resolved! Accepted Solution

    ERROR: The "LENGTH" declaration is only valid for types C, N, X, or P.

    DATA Ch1(20) VALUE 'KIRAN KUMAR'.WRITE: / 'Ch1 = ', Ch1.DATA Ch2 LENGTH 20 VALUE 'KIRAN KUMAR' .WRITE: / 'Ch2 = ', Ch2. I am getting error at line number 4. ERROR: The "LENGTH" declaration is only valid for types C, N, X, or P. My Question is: ...

    Labels in this area

    Explore this Area