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

MOIJTF03_FCODE_ERLG SAP ABAP INCLUDE - OIL-TSW: Read USR01 from database for the user SY-UNAME







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

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:

MESSAGE_TEXT_BUILD CALL FUNCTION 'MESSAGE_TEXT_BUILD' EXPORTING MSGID = L_DOC_SET-MSGID MSGNR = L_DOC_SET-MSGNO MSGV1 = G_ERR_LOG_STR-DOCNR IMPORTING MESSAGE_TEXT_OUTPUT = L_MSGTEXT EXCEPTIONS OTHERS = 1.

MESSAGE_TEXT_BUILD CALL FUNCTION 'MESSAGE_TEXT_BUILD' EXPORTING MSGID = G_ERR_LOG_STR-MSGID MSGNR = G_ERR_LOG_STR-MSGNO MSGV1 = G_ERR_LOG_STR-MSGV1 MSGV2 = G_ERR_LOG_STR-MSGV2 MSGV3 = G_ERR_LOG_STR-MSGV3 MSGV4 = G_ERR_LOG_STR-MSGV4 IMPORTING MESSAGE_TEXT_OUTPUT = L_MSGTEXT EXCEPTIONS OTHERS = 1.

OIJ_POPUP_TO_DISPLAY_TABLE CALL FUNCTION 'OIJ_POPUP_TO_DISPLAY_TABLE' EXPORTING ENDPOS_COL = 79 ENDPOS_ROW = 15 STARTPOS_COL = 2 STARTPOS_ROW = 10 TITLETEXT = L_TITLE LINE_WIDTH = MAXLEN TKT_YEAR = G_ACTUAL_ITEM-TKT_YEAR TABLES I_TABLE = OUTTAB TEST_DOCFLOW = G_ERR_LOG_TAB DOC_SET_TAB = G_TOIJ_EL_DOC_SET_TAB EXCEPTIONS BREAK_OFF = 1 OTHERS = 2.

MESSAGE_TEXT_BUILD CALL FUNCTION 'MESSAGE_TEXT_BUILD' EXPORTING MSGID = G_ERR_LOG_STR-MSGID MSGNR = G_ERR_LOG_STR-MSGNO MSGV1 = G_ERR_LOG_STR-MSGV1 MSGV2 = G_ERR_LOG_STR-MSGV2 MSGV3 = G_ERR_LOG_STR-MSGV3 MSGV4 = G_ERR_LOG_STR-MSGV4 IMPORTING MESSAGE_TEXT_OUTPUT = L_MSGTEXT EXCEPTIONS OTHERS = 1.

OIJ_POPUP_TO_DISPLAY_TABLE CALL FUNCTION 'OIJ_POPUP_TO_DISPLAY_TABLE' EXPORTING ENDPOS_COL = 79 ENDPOS_ROW = 15 STARTPOS_COL = 2 STARTPOS_ROW = 10 TITLETEXT = L_TITLE LINE_WIDTH = MAXLEN TKT_YEAR = G_ACTUAL_ITEM-TKT_YEAR TABLES I_TABLE = OUTTAB TEST_DOCFLOW = G_ERR_LOG_TAB "TEST !!! SOTK001131 EXCEPTIONS BREAK_OFF = 1 OTHERS = 2.



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