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...

    How to update Sales order Material Number and Rejection Reason by using BAPI_SALESORDER_CHANGE

    Hi All,Can any please assist me regarding Sales Order Update.I am using BAPI_SALESORDER_CHANGE to update sales order information like material number (MATNR) and Rejection Reason (ABGRU).Here I am getting the success messages in return internal table...

    BAPI_SALESORDER_CHANGE

    Hi everybody,I am using BAPI_SALESORDER_CHANGE  to update the header fields reason_rejection and bill_block.             ORDER_HEADERS_INC-ORD_REASON = 'zcr'            ORDER_HEADERS_INC-BILL_BLOCK = space.            L_ORDER_HEADER_INX-UPDATEFLAG = ...

    Resolved! Accepted Solution

    editing field after the display using reuse_alv_grid_display.

    Hello All,             I have a requirement where i have to display an editable report with a check box and an editable field which will be initially empty.Now there is a field in the display which is needed to be fetched from different tables based ...

    MEMORY_NO_MORE_PAGING

    while running a report in background we were getting following error"SAP paging overflow when storing data in the ABAP/4 memory"we were using following logic ( export <itab> to memory id and import <itab> from memory id )Sample Programexport HEADER t...

    problem in table in main window when billing document have miltiple item in smartforms.......

    Hi, I have created a smartforms for billing document(VF02).....In main window I have created a table to display the DESCRIPTION ,RATE,HOURS,AND AMOUNT for each item in vf02..........but when i execute the smartforms  the 2nd item will diplay in next ...

    Resolved! Accepted Solution

    VARCOND starts with “BCS_CUST_OPTION” or “AMAT_CUST_OPTION”.

    This is my requirment : Read KONV with VBAK-KNUMV. Check if a record exists with KSCHL = ZA00 or ZC00 and VARCOND starts with “BCS_CUST_OPTION” or “AMAT_CUST_OPTION”. If so then YES else NO.   select varcond from konv into l_varcond UP TO 1 ROWS    ...

    MEMORY_NO_MORE_PAGING

    while running a report in background we were getting following error"SAP paging overflow when storing data in the ABAP/4 memory"we were using following logic ( export <itab> to memory id and import <itab> from memory id )Sample Programexport HEADER t...

    Resolved! Accepted Solution

    Sending spool as an email

    Hi Gurus,I have a background program which generates spool. I need to add email functionality to this program. The spool should go as an email to the users.So at the end of the program I have used lv_spool = sy-spono.CALL FUNCTION 'RSPO_RETURN_SPOOLJ...

    Reg XML output

    Hi ,My  internal   table having two  structures.data: begin of itab,               include str1,      ( this is Header record)               include str2,     ( this is Multiple record)      end of itab.My  requirement  is to convert  internal itab  ...

    Resolved! Accepted Solution

    At end of statement

    Hi Team,I am facing an issue while using at end of statement in one of my scenarios I have a scenario where I have 3 fields in my internal table mainly reference no counter dateI have data in my internal table as:reference no     counter      date1  ...

    Labels in this area

    Explore this Area