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

    EXPORT DATA FROM ONE PROGRAM AND IMPORT THE SAME IN ANOTHER PROGRAM

    Hi all, I need to export data from one program and import the same in another program. So I had used, PRG1:DATA: C_ID(10) TYPE C VALUE 'TEST',V_DATE TYPE SY-DATUM. V_DATE = SY-DATUM.EXPORT V_DATE TO MEMORY ID C_ID.PRG2:DATA: C_ID(10) TYPE C VALUE 'T...

    Idoc

    Hi, I connected two clients in same server 800 and 810.I created Idoc and update the newly created material in database in 810.but i didnt get in 800.I created partner profiles etc., but i didnt get..what can i do.help me...Thank u,Manjula Devi.D

    Literals

    Hi Gurus!!I wrote this case statement in the Program lines in smartform with input parameter as zvbdka and output parameter as title.CASE ZVBDKA-VBTYP. WHEN 'A'. TITLE = 'Inquiry'. WHEN 'B'. TITLE = 'Sales Quotation'. WHEN 'C'. TITLE = 'S...

    Resolved! Accepted Solution

    Module Pool

    Hi, I have created a module pool screen, the flow logic is as followsPROCESS BEFORE OUTPUT. MODULE billet_stage_init. LOOP AT it_billet_stage INTO wa_billet_stage WITH CONTROL billet_stage CURSOR billet_stage-current_line. ...

    substring select

    hi allParameters : p_fam(3) type c.Select single Prodh8(3) from t179 into gv_family where prodh8(3) = p_fam.write : gv_family.I need to validation like this.But this code is not working, let anybody know how to solve this substring.any keyword help i...

    Labels in this area

    Explore this Area