CORUAFWX is a standard Executable ABAP Report 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 CORUAFWX 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.
Selection Text: SEL_ROWS = Restricted Resulting Quantity
Selection Text: UPDATE = Database Update
Title: Formation of AFWI Table from Successfully Posted AFFW Records
Text Symbol: 001 = No. of Selected Entries:
Text Symbol: 002 = Selected Entries in Client
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_STRUCTURE_NAME = 'AFFW' CHANGING CT_FIELDCAT = lt_fieldcat EXCEPTIONS OTHERS = 3.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid it_fieldcat = lt_fieldcat it_events = lt_eventtab it_excluding = lt_excluding TABLES t_outtab = gt_itab EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_eventtab EXCEPTIONS list_type_wrong = 1 OTHERS = 2.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CORUAFWX - Formation of AFWI Table from Successfully Posted AFFW Records CORUAFWX - Formation of AFWI Table from Successfully Posted AFFW Records CORUAFWP - Post Goods Movements From Confirmations Using Report CORUAFWP - Post Goods Movements From Confirmations Using Report CORUAFWJ - Include for posting goods movements per job or V2 update: Logic CORUAFWD - Include for posting goods movements per job or V2 update: Data