SAP Reports / Programs | Trader's and Scheduler's Workbench | Industry Solution Oil | Trader's and Scheduler's Workbench(IS-OIL-DS-TSW) SAP IS

RM06EFOIJ SAP ABAP INCLUDE - Include RM06EFOIJ







RM06EFOIJ 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 RM06EFOIJ 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 RM06EFOIJ. "Basic submit
SUBMIT RM06EFOIJ AND RETURN. "Return to original report after report execution complete
SUBMIT RM06EFOIJ VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RM06EFOIJ


INCLUDES used within this REPORT RM06EFOIJ

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:

OIJ_NOMST_CHECK_STATUS call function 'OIJ_NOMST_CHECK_STATUS' exporting iv_status = 'COMP' iv_nomtk = ls_doc_i_ref-nomtk exceptions status_not_set = 1 status_not_active = 2.

OIJNOMR_MULT_READ_BY_DOCNR call function 'OIJNOMR_MULT_READ_BY_DOCNR' exporting iv_docind = lv_docind iv_docnr = ps_ekpo-ebeln iv_docitm = lv_docitm importing et_oijnomr = lt_oijnomr exceptions records_not_found = 1 records_not_requested = 2.

OIJ_NOMST_CHECK_STATUS call function 'OIJ_NOMST_CHECK_STATUS' exporting iv_status = 'COMP' iv_nomtk = ls_oijnomr-nomtk exceptions status_not_set = 1 status_not_active = 2.

ARCHIVE_PUT_TABLE call function 'ARCHIVE_PUT_TABLE' exporting archive_handle = handle record_flags = ' ' record_structure = 'OIJ_EL_DOC_MOT' tables table = gt_doc_mot.

ARCHIVE_PUT_TABLE call function 'ARCHIVE_PUT_TABLE' exporting archive_handle = handle record_flags = ' ' record_structure = 'OIJ_EL_DOC_M_MOT' tables table = gt_doc_m_mot.

ARCHIVE_PUT_TABLE call function 'ARCHIVE_PUT_TABLE' exporting archive_handle = handle record_flags = ' ' record_structure = 'OIJ_EL_DOC_EV' tables table = gt_doc_ev.

ARCHIVE_PUT_TABLE call function 'ARCHIVE_PUT_TABLE' exporting archive_handle = handle record_flags = ' ' * record_structure = 'OIJ_EL_DOC_I_ref' "n_1144974 record_structure = 'OIJ_EL_DOC_I_REF' "n_1144974 tables table = gt_doc_i_ref.

ARCHIVE_PUT_TABLE call function 'ARCHIVE_PUT_TABLE' exporting archive_handle = handle record_flags = ' ' record_structure = 'OIJ_EL_CP_LAYT' tables table = gt_cp_layt.

ARCHIVE_PUT_TABLE call function 'ARCHIVE_PUT_TABLE' exporting archive_handle = handle record_flags = ' ' record_structure = 'OIJ_EL_CP_LOC' tables table = gt_cp_loc.

ARCHIVE_PUT_TABLE call function 'ARCHIVE_PUT_TABLE' exporting archive_handle = handle record_flags = ' ' record_structure = 'OIJ_EL_CP_PROD' tables table = gt_cp_prod.

ARCHIVE_PUT_TABLE call function 'ARCHIVE_PUT_TABLE' exporting archive_handle = handle record_flags = ' ' record_structure = 'OIJ_EL_LAYT_INF' tables table = gt_layt_inf.

ARCHIVE_PUT_TABLE call function 'ARCHIVE_PUT_TABLE' exporting archive_handle = handle record_flags = ' ' record_structure = 'OIJ_EL_LAYT_EV' tables table = gt_layt_ev.



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 RM06EFOIJ or its description.