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

ROIJ_NOM_MASS_OUTPUT_TOP SAP ABAP INCLUDE - Include ROIJ_NOM_MASS_OUTPUT_TOP







ROIJ_NOM_MASS_OUTPUT_TOP 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 ROIJ_NOM_MASS_OUTPUT_TOP 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 ROIJ_NOM_MASS_OUTPUT_TOP. "Basic submit
SUBMIT ROIJ_NOM_MASS_OUTPUT_TOP AND RETURN. "Return to original report after report execution complete
SUBMIT ROIJ_NOM_MASS_OUTPUT_TOP 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 ROIJ_NOM_MASS_OUTPUT_TOP


INCLUDES used within this REPORT ROIJ_NOM_MASS_OUTPUT_TOP

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:

WFMC_MESSAGES_SELECT CALL FUNCTION 'WFMC_MESSAGES_SELECT' EXPORTING PI_APPLICATION = 'ON' PI_PROCESSING = lv_vermo * PI_PRINTER = ' ' TABLES RI_MEDIUM = lt_nacha RI_TYPE = lt_kschl RI_OBJECT = lt_objky * RI_APPLICATION = TX_MESSAGES = lt_nast_temp.

OIJ_PROGRAM_CALL * CALL FUNCTION 'OIJ_PROGRAM_CALL' * EXPORTING * XSCREEN = xscreen * IMPORTING * ev_subrc = lv_subrc * EXCEPTIONS * error_message = 1 * OTHERS = 2.

WFMC_PROTOCOL_GET_UNSTORED CALL FUNCTION 'WFMC_PROTOCOL_GET_UNSTORED' EXCEPTIONS OTHERS = 0.

WFMC_PROTOCOL_LOAD CALL FUNCTION 'WFMC_PROTOCOL_LOAD' EXPORTING cps_nast = nast.

WFMC_PROTOCOL_SHOW CALL FUNCTION 'WFMC_PROTOCOL_SHOW' EXPORTING cps_kalsm = space cps_nast = nast no_header = 'X'.

RV_MESSAGE_UPDATE_SINGLE CALL FUNCTION 'RV_MESSAGE_UPDATE_SINGLE' IN UPDATE TASK EXPORTING msg_nast = nast.

DEQUEUE_E_OIJNOMI CALL FUNCTION 'DEQUEUE_E_OIJNOMI' EXPORTING * MODE_OIJNOMI = 'E' * MANDT = SY-MANDT nomtk = lv_nomtk * NOMIT = * X_NOMTK = ' ' * X_NOMIT = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' .

ENQUEUE_E_OIJNOMI CALL FUNCTION 'ENQUEUE_E_OIJNOMI' EXPORTING * MODE_OIJNOMI = 'E' * MANDT = SY-MANDT nomtk = lv_nomtk * NOMIT = * X_NOMTK = ' ' * X_NOMIT = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

WFMC_GET_ARCHIVE_OBJECT_TYPE CALL FUNCTION 'WFMC_GET_ARCHIVE_OBJECT_TYPE' EXPORTING pi_kappl = nast-kappl pi_objtype = nast-objtype IMPORTING pe_object_type = xoj_name CHANGING pc_objky = xobjky.

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = '01' object = 'NA_OPT_ARC' IMPORTING number = nast-optarcnr.

NAST_PROTOCOL_INITIALIZE CALL FUNCTION 'NAST_PROTOCOL_INITIALIZE'.

NAST_PROTOCOL_UPDATE CALL FUNCTION 'NAST_PROTOCOL_UPDATE' EXPORTING msg_arbgb = sy-msgid msg_nr = sy-msgno msg_ty = sy-msgty msg_v1 = sy-msgv1 msg_v2 = sy-msgv2 EXCEPTIONS OTHERS = 0.

RV_PRICE_PRINT_GET_BUFFER CALL FUNCTION 'RV_PRICE_PRINT_GET_BUFFER' EXPORTING i_print_from_buffer = 'A'.

OIJ_PROGRAM_CALL * CALL FUNCTION 'OIJ_PROGRAM_CALL' * EXPORTING * US_SCREEN = us_screen * RONAM = tnapr-ronam * PGNAM = tnapr-pgnam * RETURNCODE = returncode * EXCEPTIONS * ERROR_MESSAGE = 1 * OTHERS = 2 * .

NAST_PROTOCOL_UPDATE CALL FUNCTION 'NAST_PROTOCOL_UPDATE' EXPORTING msg_arbgb = syst-msgid msg_nr = syst-msgno msg_ty = syst-msgty msg_v1 = syst-msgv1 msg_v2 = syst-msgv2 EXCEPTIONS OTHERS = 0.

NAST_PROTOCOL_STORE CALL FUNCTION 'NAST_PROTOCOL_STORE' IMPORTING msg_cmfpnr = l_nast_cmfpnr EXCEPTIONS no_protocol_update = 01.



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