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

MOIJTNF71 SAP ABAP INCLUDE - Include MOIJTNF71







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


INCLUDES used within this REPORT MOIJTNF71

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:

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = GC_SAPMOIJTN DYNUMB = FC_IOTAB3 TABLES DYNPFIELDS = LT_F4HLP EXCEPTIONS INVALID_ABAPWORKAREA = 0 INVALID_DYNPROFIELD = 0 INVALID_DYNPRONAME = 0 INVALID_DYNPRONUMMER = 0 INVALID_REQUEST = 0 NO_FIELDDESCRIPTION = 0 INVALID_PARAMETER = 0 UNDEFIND_ERROR = 0 DOUBLE_CONVERSION = 0 STEPL_NOT_FOUND = 0 OTHERS = 0.

OIJNOMI_SINGLE_READ CALL FUNCTION 'OIJNOMI_SINGLE_READ' EXPORTING IS_NOMI_KEY = LS_NOMI_KEY IMPORTING ES_OIJNOMI = LS_OIJNOMI EXCEPTIONS RECORD_NOT_FOUND = 1 OTHERS = 2.

OIJU_SITYP_PM_CONVERSION CALL FUNCTION 'OIJU_SITYP_PM_CONVERSION' EXPORTING I_SITYP = LS_OIJNOMI-SITYP I_DOCIND = LS_OIJNOMI-DOCIND I_RD_LOCTS = LC_LOCIND IMPORTING E_PLMI_SIGN = LV_PLUS_MIN EXCEPTIONS ERROR_IN_MVSCEN_READ = 1 LOCTYPE_INITIAL = 2 LOCTYPE_INVALID = 3 WRONG_INPUT = 4 OTHERS = 5 .



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