SAP Reports / Programs | Logistics - General | Logistics Basic Data | Assortment Maintenance(LO-MD-RA-MT) SAP LO

RWREOFD1BACK SAP ABAP INCLUDE - documentation and ABAP source code







RWREOFD1BACK 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 RWREOFD1BACK into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RWREOFD1BACK. "Basic submit
SUBMIT RWREOFD1BACK AND RETURN. "Return to original report after report execution complete
SUBMIT RWREOFD1BACK VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RWREOFD1BACK

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

MG_CHECK_LINES call function 'MG_CHECK_LINES'.

MG_CHECK_LINES call function 'MG_CHECK_LINES' exporting mark = ' '.

MG_WRITE_BODY * CALL FUNCTION 'MG_WRITE_BODY' * EXPORTING * S_NAME = TMPTAB * MAXWIDTH = 132 * TABLES * TABLE = TABNAME * EXCEPTIONS * OTHERS = 1.

DDIF_TABL_GET call function 'DDIF_TABL_GET' exporting name = langu = sy-langu importing dd02v_wa = textinfo exceptions illegal_input = 1 others = 2.

MG_WRITE_HEAD call function 'MG_WRITE_HEAD' exporting s_name = maxwidth = 132 tables table = dummytab exceptions others = 0.

MG_WRITE_LIST call function 'MG_WRITE_LIST' exporting s_name = 'MMREODS' checkbox = 'X' box_column = 4 * box_column = 'BOX' * MAXWIDTH = tables table = key * FIELDS = fieldnames = fieldnames exceptions others = 0.

MG_READ_LINES call function 'MG_READ_LINES' tables marked_lines = mlines exceptions others = 0.

MAKT_SINGLE_READ call function 'MAKT_SINGLE_READ' exporting matnr = key-matnr spras = sy-langu importing wmakt = makt exceptions others = 3.

ARCHIVE_OPEN_FOR_READ call function 'ARCHIVE_OPEN_FOR_READ' exporting * archive_document = '359' object = arch_object_sp_stock importing archive_handle = arch_handle exceptions others = 8.

ARCHIVE_GET_NEXT_OBJECT call function 'ARCHIVE_GET_NEXT_OBJECT' exporting archive_handle = arch_handle exceptions others = 6.

ARCHIVE_GET_NEXT_RECORD call function 'ARCHIVE_GET_NEXT_RECORD' exporting archive_handle = arch_handle importing record = buffer-segment record_flags = buffer-flags record_structure = buffer-rname exceptions others = 4.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RWREOFD1BACK or its description.