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
    • 94673 Views
    • 212 Comments
    • 39 Likes

    MIRO Userexit

    HiI want to set the tolerances within OMR6 to be defined by an additional field PO document type, does anyone know of a userexit that can be used to do this within MIRO? One option is to maintain the PO doc type and tolerance in a Z table, but then h...

    Resolved! Accepted Solution

    How to Dynamically Split records in Internal Table

    In my Program am using Select Statement which executes fine if less than 5000 Handling units are passed in where condition but throws an error dump if its more .The Issue has been mentioned in the SAP Note 13607 - Termination of an ABAP with DBIF_RSQ...

    Not able to use Commit after the function module STATUS_OBJECT_CREATE

    I am using function module   STATUS_OBJECT_CREATE   CALL FUNCTION 'STATUS_OBJECT_CREATE'          EXPORTING           CHGKZ         = 'X'           CLIENT        = SY-MANDT            OBJNR         = LV_OBJNR3            OBTYP         = 'IWE'        ...

    Resolved! Accepted Solution

    Transporting parameters when calling a transaction.

    Hi everyone,I want to transport some parameters to the transaction that I call. Currently I’m using this way of calling a transaction (CALL TRANSACTION ‘NAME’ MODE 'N' UPDATE 'S'  MESSAGES INTO messtab. Using batch input (bdcdata)). When I use this I...

    Resolved! Accepted Solution

    use of same filed more than once in module pool program.

    hi Good day,i want to use a filed on the screen more than once.ex : T7EHS00_EXA_PHY-UNITthe reason why i want to use this field more than once is b'coz it has SEARCH HELP.If i use this filed search help is created internally.to be more specific : i h...

    Page format

    Hiwe are facing an issue. If a list report is printed on a Printer A using device type XYZ then it is printed properly but if the same list is printed on the same printer A using LOCL then a line from top gets oprinted on each page and a line at the ...

    Resolved! Accepted Solution

    Issue with IDOC Status 51

    Hi XpertsMy client has integrated a 3rd party application for Master Data with SAP.Whenever users would create any Vendor Master/Material Master , system will generate an outbound IDOC & this IDOC will create the necessary data in SAP as well.The iss...

    Resolved! Accepted Solution

    MIME and XML

    Hello folks i'm quite new in abap and i'm trying to study the inbound and outbound file from/to sap with others system.I wanted to know if it's possible to insert MIME in xml file to send out of the system. I'm studing the class CL_XML_DOCUMENT but i...

    OPEN DATA SET to write files in application server folder - some of the files are missing

    Hi,I'm using OPEN DATASET statement in batch job to write the files in application server. what i'm experiencing is when i schedule the batch job all the files are not writing into the folder.If i run the report again to write the missed files, the f...

    Records from excel when shooting comes empty. Can you help please???

       LOOP AT gt_0021.    MOVE : gt_0021-werks to gt_output-werks,           gt_0021-persg to gt_output-persg,           gt_0021-persk to gt_output-persk,           gt_0021-ort01 to gt_output-ort01,           gt_0021-btrtl to gt_output-btrtl,           ...

    Resolved! Accepted Solution

    How can i add mark field to class alv ?

    Here is my code like this.CALL METHOD cl_salv_table=>factory *  EXPORTING *    list_display   = IF_SALV_C_BOOL_SAP=>FALSE *    r_container    = *    container_name =         IMPORTING           r_salv_table   = gr_table         CHANGING           t_t...

    Resolved! Accepted Solution

    How to send idoc from one system to another where clients are same

    Hi Team,Can you please suggest me how we can send Idoc from one system to another where both the system are having the same client.Also please let me know whether we can create an idoc from development system to quality or production in the same land...

    Labels in this area

    Explore this Area