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

    Is there any way to catch the dump thrown by COMMIT WORK AND WAIT statement?

    from CRM development, I have this scenario wherein I have to post payment from Web UI for the same account and same violation notice by 2 different users simultaneously.As per debugging, there's a runtime error from COMMIT WORK due to failure of upda...

    Resolved! Accepted Solution

    Sending email to a Mail Group on Mail Exchange Server

    Hello Experts,We are required to send an email notification via ABAP program to a group of users.The client will not go ahead with creating a Distribution List in SAP. Rather they want to use a Mail Group defined on the Exchange Server.I've tried a b...

    Resolved! Accepted Solution

    setting default session size for a specific application \ transaction

    Hi,Is there a way to define for a specific transaction \ dialog program, a default size for the session in which it will execute? for example if I want to develop a transaction that each time it's executed it will run in a new session that is default...

    Hi All, iam new to abap . The output of the program is coming the only one row. kindly help me what changes should be made to the code so that it gives me correct output ?

    REPORT Z_MATHESAN. tables: AFIH, AUFK,JEST,TJ30T. DATA:  lv_char(100) TYPE C. SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001. SELECT-OPTIONS: S_AUFNR1 FOR lv_char ."OBLIGATORY. SELECTION-SCREEN END OF BLOCK b1. AT SELECTION-SCREEN.   "*...

    Resolved! Accepted Solution

    FM to create document flow

    Hi,I'm using the fm BAPI_BILLINGDOC_CREATEMULTIPLE to create an invoice for a sales order. In the next step I want to link this new invoice to the document flow of the sales order.I've found several fms to do this (BINARY_RELATION_CREATE_COMMIT, SD_D...

    Resolved! Accepted Solution

    Performance Issue with 'BAPI_USER_GET_DETAIL' DESTINATION

    Hi Experts,  I have internal table having 20,000 records.  This internal table is looped and for every record the following BAPI is used:      CALL FUNCTION 'BAPI_USER_GET_DETAIL' DESTINATION lv_dest  Since this BAPI is being called for every record,...

    ME12 Change log

    Hi All,Could you please let me know how to add change log in ME12 (Change Info record) when there is an new validity period is added in condition Tab.Currently we only get a log indicating the validity period is changed.But we require the change log ...

    Resolved! Accepted Solution

    Send Excel as attachment to email in background mode

    Hi All,  I have developed a program to send internal table as excel attachment in email via background mode.I am calling function module  RSPO_RETURN_ABAP_SPOOLJOB to get spool data in internal table.Once i got data in internal table ITAB,using below...

    Resolved! Accepted Solution

    what does @ work area mean in ABAP select, How is it different?

    Hi ,I came across the below statement in one of the sample ABAP codes. I could not understand the bind variable @how is this bind variable @ different to traditional work area target?DATA ls_bupa_reminder TYPE ty_bupa_figure.SELECT bp_id,          co...

    Resolved! Accepted Solution

    Modify PF status to own PF status after system message hits in a report

    Hi ABAPers,Good day!!I have a requirement where i have to change/modify or put new PF-STATUS after system error message in a report. My problem is when ever there is a validation happens i have written this code 'Message id 'sy-msgid' number 'sy-msgn...

    SAP OLE , How to Use ?

    Hai all,          I want to learn Ole is there any links or materials which helps me . i got few linksOLE concept for downloading the report output into excel - Application Server Infrastructure - SCN WikiSAPTechnical.COM - Downloading report output ...

    Labels in this area

    Explore this Area