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

    How can I create select-options in a custom screen?

    Hello,I would like to have something similar to the code below in a screen that I designed.SELECTION-SCREEN BEGIN OF BLOCK b1                  WITH FRAME TITLE TEXT-001.         SELECT-OPTIONS aux0 FOR aux2.         SELECT-OPTIONS aux1 FOR aux2. SELE...

    Resolved! Accepted Solution

    Dynamic internal table err in diff client

    Hi Friends,I'm using the below method. SELECT SINGLE *           FROM dd03l           INTO gw_data_ele          WHERE rollname      =  'FILELEN' AND                fieldname     =  'FILELEN'.  IF sy-subrc IS INITIAL.    MOVE-CORRESPONDING gw_data_ele...

    Resolved! Accepted Solution

    How to pass the data to accounting document header from sales document?

    The information in the below three fields is available in Sales Document. We shouldcopy the information from sales document and passed to accounting.1.sales document2.sold to country of customer3.commision agent Mapping:          Vf01/vf02/vf03      ...

    Resolved! Accepted Solution

    I am having 6 transperent tables and 1 cluster table and want to make internal table in which selected entries of these 7 tables should come

    TRANSPERENT TABLES : ekpo, ekko, lfa1, ekkn, ekbe, anla.CLUSTER TABLE: auaa .FEILDS: EKPO-MATNR, EKPO-TXZ01, EKPO-MENGE, EKPO-NETPR, EKPO-WERKS, EKPO-EBELP, EKPO-MEINS,EKKO-EBELN,EKKO-BEDAT,EKKO-LIFNR,LFA1-NAME1,EKBE-BELNR,EKBE-BWART,EKBE-LFGJA,EKBE-...

    Resolved! Accepted Solution

    BSEG corresponding records reflecting in BSET but only GL Account (HKONT) column is blank. When can this happen?

    Hi all,I have a set of records in table BSET for a corresponding entry in table BSEG. For same set of records, GL code is available in table BSEG but is not available in table BSET, though rest of columns are available. Any idea why this can happen?T...

    Resolved! Accepted Solution

    regarding dealer purchase issue

    Hi SAP GURUS,                        while doing excise purchase from the dealer as per the regular process all amounts are triggering correctly once i change the base value as per the migo price but my problem is in the j1i2 (sales tax register) as ...

    Resolved! Accepted Solution

    SAP Email with CL_BCS

    Hi all,I'm facing a problem when sending a email with CL_BCS class.which is for each email i send through this class will automatically generate a delivery email. So i want to remove this delivery notification mail...I went through the discussions bu...

    Resolved! Accepted Solution

    Calling Screen in nested Module Pool Program

    Hi ,  Suppose i have two Module Pool Program        Program1        Screen 100  - Normal Screen    Program2       Screen 100  - Subscreen screen      Screen 101  - Model Dialog Box       Screen 102  - Normal Screen  Using  T-Code ZTCODE  , Program1 s...

    jibin_joy by Contributor
    • 2916 Views
    • 10 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Causing error in query using 3 tables?

    With Respect Gurus,I have a problem in a query using 3 table tables with inner join... SELECT a~DIVID a~DPTID b~SFTCD c~FRMTM c~TOTTM         INTO (YEMPMST-DIVID, YEMPMST-DPTID, YESHTMST-SFTCD,               YSHIFTM-FRMTM, YSHIFTM-TOTTM)         FROM...

    Resolved! Accepted Solution

    SAP Script: Print total number of pages while printing multiple documents.

    Hi All,We have a requirement to print multiple shipment documents using SAP Script. In print output, page count should come like ' Page 1 of Page n'.Where n is the total number of form pages.Lets take an example, we have two shipment document and bot...

    Labels in this area

    Explore this Area