RWES_BBY_SENT_REORG_P1 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RWES_BBY_SENT_REORG_P1 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Include RWES_BBY_SENT_REORG_P1
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING * TITLEBAR = ' ' * DIAGNOSE_OBJECT = ' ' text_question = 'Wollen Sie die ausgewählten Datensätze endgültig löschen?'(001) * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' default_button = '2' display_cancel_button = ' ' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * popup_type = * IV_QUICKINFO_BUTTON_1 = ' ' * IV_QUICKINFO_BUTTON_2 = ' ' IMPORTING answer = lv_answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2.
WES_POST_WESD_BBY_SENT CALL FUNCTION 'WES_POST_WESD_BBY_SENT' EXPORTING * IT_BBY_SENT_MOD = it_bby_sent_del = lt_bby_sent_del.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RWES_BBY_SENT_REORG_P1 - Include RWES_BBY_SENT_REORG_P1 RWES_BBY_SENT_REORG_DISPLAYF01 - Include RWES_BBY_SENT_REORG_DISPLAYF01 RWES_BBY_SENT_REORG - Reorganize Table WESD_BBY_SENT RWES_BBY_SENT_REORG - Reorganize Table WESD_BBY_SENT RWESPROMOSENTTOP - documentation and ABAP source code RWESBBYSENTTOP - Include RWESBBYSENTTOP