SAP Reports / Programs | Exchanges | Industry Solution Oil | Exchanges(IS-OIL-DS-EXG) SAP IS

MOIAUF0L SAP ABAP INCLUDE - Performs beginning with L







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


Text pool values


Title: Performs beginning with L


INCLUDES used within this REPORT MOIAUF0L

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:

ENQUEUE_E_OIA07 CALL FUNCTION 'ENQUEUE_E_OIA07' EXPORTING MANDT = SY-MANDT BUKRS = INT_BUKRS WERKS = INT_WERKS MATNR = INT_MATNR KTOSL = 'M07' EXCEPTIONS FOREIGN_LOCK = 2 SYSTEM_FAILURE = 3.

POPUP_TO_CONFIRM_WITH_MESSAGE * CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' * EXPORTING * DEFAULTOPTION = 'J' * DIAGNOSETEXT1 = text-003 * TEXTLINE1 = text-002 * TITEL = TEXT-001 * IMPORTING * ANSWER = ANSWERE.

AC_DOCUMENT_RECORD call function 'AC_DOCUMENT_RECORD' "SOGK005017 exporting "SOGK005017 i_awtyp = 'OIA08' "SOGK005017 i_awref = OIA08H-UPENUM "SOGK005017 i_aworg = TEMPJAHR "SOGK005017 * detect cross-company code documents SOGK005017 i_bukrs = bkpf-bukrs. "SOGK005017

IS_OIA01_SINGLE_READ CALL FUNCTION 'IS_OIA01_SINGLE_READ' "SO6K013418 RD EXPORTING I_EXGNUM = vbco7-oiexgnumv "SO6K013418 RD IMPORTING E_OIA01 = oia01 "SO6K013418 RD exceptions record_not_found = 0. "RC not used "SO6K013418 RD

IS_OIA01_SINGLE_READ CALL FUNCTION 'IS_OIA01_SINGLE_READ' "SO6K013418 RD EXPORTING I_EXGNUM = vbco7-oiexgnumb "SO6K013418 RD IMPORTING E_OIA01 = oia01 "SO6K013418 RD exceptions record_not_found = 0. "RC not used "SO6K013418 RD

IS_OIA01_SINGLE_READ CALL FUNCTION 'IS_OIA01_SINGLE_READ' "SO6K013418 RD EXPORTING I_EXGNUM = vbco7-oiexgnumv "SO6K013418 RD IMPORTING E_OIA01 = oia01 "SO6K013418 RD exceptions record_not_found = 0. "RC not used "SO6K013418 RD



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