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

    SmartForm character formats that reside in transparent table

    Hi,In table QCVMT we have data that looks like this:H<SB>2</>O boil at 100<SP>0</>When printing this info using SAP script it looks like this:This is done using character format which is part of the form definition:I have new development and I want t...

    Resolved! Accepted Solution

    Relationship between ET_FAILED_KEY and EO_MESSAGE in action calls

    Hi,When calling an action with a set of keys I would like to determine whether a failed key is a failed key because of a lock (so that it makes sense to call the action with that key once more after a couple of minutes). In order to achieve this I an...

    ThomasQ by Advisor
    • 1289 Views
    • 4 Comments
    • 0 Likes

    SAP TABLE TO XML

    Hi Gurus,I am converting a tabletype into xml simple structure and i am following this tutorial Generate Simple Transformation for XML in ABAP - Part II | &amp;#169; Passionate about SAP - A Blog.I followed the tutorial and it works fine but I want t...

    Resolved! Accepted Solution

    Check a parameter in a ranges table

    HI,Can anyone tell me what is wrong with the following code.IF NOT P_KUNNR IS INITIAL.* **       IF P_KUNNR NOT BETWEEN R_KUNNR-LOW AND R_KUNNR-HIGH.         IF P_KUNNR NOT IN R_KUNNR.           R_KUNNR_LINE-SIGN = 'I'.           R_KUNNR_LINE-OPTION ...

    arkantos by Explorer
    • 1958 Views
    • 4 Comments
    • 0 Likes
    Resolved! Accepted Solution

    No. of Labels as Input in Smartform Label Printing

    Hi Smartform Experts, My requirement is to print Smartform Label Printing based on No. of Label numbers as Input.Kindly find the below screen shots.1. Input: Sales Order2. ALV Grid Display, where you can find No. of Labels as Input again3. After ente...

    Multi-Tier ALV Grid

    Hi gurus,I have created an ABAP report which utilizes FM REUSE_ALV_GRID_DISPLAY to show the main grid of data.  I am hoping to show more itemized data in a separate ALV grid with different columns and whatnot when a user double-clicks a line on the o...

    Resolved! Accepted Solution

    issue with conversion exit

    Hello Folks,I am facing trouble in statndard conversion exit  CONVERSION_EXIT_PROJN_INPUT it is showing me  error In one section there is no number. "O-0000-XX-X-XXXX-XXXX-X"Message no. CJ608DiagnosisYou have maintained characters in the key for the ...

    Resolved! Accepted Solution

    SMQ2: Function module "SCWM/PRODUCTION_WHR_MAINTAIN" not found

    Hi Guys,     I got an error in EWM system Queue(SMQ2) saying that this FM is not found. I figured this one out and the FM name is wrong. This FM should be "/SCWM/PRODUCTION_WHR_MAINTAIN". The original setting missing "/" in the function module name. ...

    CA61 data item wise

    Hi All,           I want to display CA61 same data but on material selection. CA61 is displaying data based on routing group which bring all material present in that routing group. User wants a report which displays change documents routing for a par...

    Resolved! Accepted Solution

    logic to fetch data from LFA1

    SELECT banfn werks flief badat          FROM eban          INTO TABLE it_eban          WHERE badat IN s_badat.    IF NOT it_eban IS INITIAL.     SELECT bwkey bukrs FROM t001k            INTO TABLE it_t001k            FOR ALL ENTRIES IN it_eban      ...

    Labels in this area

    Explore this Area