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

    Call an executable program inside function module and pass the table values

    Hi, i'm pretty new to HR Abap programming. I have a requirement like "calling an executable program within a function module and the output of the program data(Stored in internal tables) should be passed to the function module tables".I've some...

    List Box Values

    Hi All, I have searched already in SDN. I have 2 list boxes on my selection screen. second list box values will appear based on selection of fiest list box. Ex: First list box contains all STATE VALUEs.& Second list box contails all district v...

    assign components in field symbols during runtime(having different names) ?

    HiI have two field symbols <fs1> and <fs2> and each of these have 1 extensible component (that gets created only at runtime)These extensible components have different names .Now i need to assign <fs1>-ext1 to <fs2>-ext2I cannot use the Assign Compone...

    sita_thampan by Product and Topic Expert
    • 2319 Views
    • 7 Comments
    • 0 Likes
    Resolved! Accepted Solution

    cdpos tabkey separation

    In cdpos table ,field TABKEY consists of values which i need to separate it and put it into different column. For example , if the tabkey field value is XXXXXXXXXX00000SBM1, the first 10 digits is po number . how can i separate the po number(X) alone...

    Resolved! Accepted Solution

    How to find the invoice numbers which are involved in an outgoing payment

    Dear All,I need to find the invoice numbers which are being involved in a outgoing payment. In the payment advice print, I need show the TDS amount which have been deducted at the time of invoices.I was unable to find the invoice number with a paymen...

    Resolved! Accepted Solution

    how to get vbrk_vbeln (Billing Document) from VF02 to userexit RV61AFZB

    I am using USEREXIT_PRINT_HEAD to check if a document has been cancel or not.But I need to get the Billing Document from transaction VF02 to the userexit.How can I get the Billing Document?I have tried to use screen field vbrk-vbeln, but it give me F...

    Resolved! Accepted Solution

    A question about "string"

    only a easy testerror:The text literal "'sssssssssssssssssssssssssssss" is longer than 255 characters. Check whether it ends correctly. code:REPORT ZTEST_STRING. data: ss type string. ss = 'sssssssssssssssssssssssssssssssssssssssssssssssssssssss...

    Labels in this area