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

    Some Questions

    Hi Experts,I have some queries & they are as follows:1. What is the purpose of making table client dependent & independent??2. Where is the log file generated? Who will generate it and what is the advantage of log file.3. What is buffering and advant...

    transaction variant

    i have created transaction variant zzva01 for tcode VA01,and created variant transaction ZVA01 for the same,i hide some fields on first screen and provide some default value for sold to party and PO,but when i execute ZVA01, it works on first screen...

    Resolved! Accepted Solution

    Disabling status message

    Hello experts!I have a program, which calls the function BAPI_PLANNEDORDER_DELETE. The problem is, that this function contains line: MESSAGE S012(61) WITH PLAF-PLNUM.I know, that this is only status messages, but if I schedule the program as a back...

    Runtime error

    I am facing time_out error.Wht exactly I dont know,but I am facing time_out error at this select stmt.TYPES: BEGIN OF TY_DELIVERIES,VBELN TYPE VBELN_VL,POSNR TYPE POSNR_VL,NTGEW TYPE NTGEW_15,WADAT_IST TYPE WADAT_IST,UECHA TYPE UECHA,LFIMG TYPE LFIMG...

    Resolved! Accepted Solution

    itab sum

    hi,i have amount field in itab.i want sum and pass it to a variable.shall i do like this.loop at gt_item into wa_item. SUM . sumtotal = sumtotal + wa_item-wrbtr . endloop.thanksSantosini

    Modify table RT

    Hi experts,I'm trying to modify the payroll results (table RT) using the macro rp-exp-c2-r* but it doesn't work.This is the code I've written:cd-key-pernr = p_pernr. rp-imp-c2-cd. LOOP AT rgdir WHERE fpper EQ period AND srtza EQ 'A'. MO...

    error in subroutine

    Iam calling a subroutine which is in a include program. I added the include program inside the main program and calling the subroutine. It is giving an error message saying now that " Incorrect nesting: Before the statement form the structure introd...

    STRUCTURE

    What is the difference between TYPES:begin of ty_bseg,bukrs type bseg-bukrs,belnr type bseg-belnr,gjahr type bseg-gjahr,end of ty_bseg. ANDDATA:begin of it_bseg,bukrs type bseg-bukrs,belnr type bseg-belnr,gjahr type bseg-gjahr,end of it_b...

    STRUCTURE

    Why is the difference between TYPES:begin of ty_bseg,bukrs type bseg-bukrs,belnr type bseg-belnr,gjahr type bseg-gjahr,end of ty_bseg. ANDDATA:begin of it_bseg,bukrs type bseg-bukrs,belnr type bseg-belnr,gjahr type bseg-gjahr,end of it_bse...

    Labels in this area

    Explore this Area