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

MOIA1F20 SAP ABAP INCLUDE - Performs for SAPMOIA1







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


INCLUDES used within this REPORT MOIA1F20

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:

LFA1_SINGLE_READ call function 'LFA1_SINGLE_READ' "SO6K014464 exporting lfa1_lifnr = oia01-exgptr importing wlfa1 = lfa1 exceptions others = 0.

IS_OIA01_SINGLE_READ call function 'IS_OIA01_SINGLE_READ' ">46B KH exporting i_exgnum = oia01-exgnum ">46B KH importing e_oia01 = oia01 ">46B KH exceptions record_not_found = 4. ">46B KH

OIA_BW_QUEUE_WRITE_SD

OIA_BW_QUEUE_WRITE_SD * call function 'OIA_BW_QUEUE_WRITE_SD' "SOGK008870 AG call function 'OIA_BW_QUEUE_WRITE_SD' in update task "SOGK008870 AG exporting i_oia02 = l_oia02_wa .

DEQUEUE_EVVBAKE call function 'DEQUEUE_EVVBAKE' exporting vbeln = oia02-vbeln.

ENQUEUE_EVVBAKE call function 'ENQUEUE_EVVBAKE' exporting vbeln = oia02-vbeln exceptions foreign_lock = 02 system_failure = 03.

OIA_BW_QUEUE_WRITE_MM

OIA_BW_QUEUE_WRITE_MM * call function 'OIA_BW_QUEUE_WRITE_MM' "SOGK008870 AG call function 'OIA_BW_QUEUE_WRITE_MM' in update task "SOGK008870 AG exporting i_oia03 = l_oia03_wa .

DEQUEUE_EMEKKOE call function 'DEQUEUE_EMEKKOE' "SO5K000766 exporting "SO5K000766 ebeln = ekko-ebeln. "SO5K000766

DEQUEUE_E_OIA01 call function 'DEQUEUE_E_OIA01' exporting exgnum = oia01-exgnum mandt = oia01-mandt.

EDIT_TEXT call function 'EDIT_TEXT' "SO3K005270 exporting "SO3K005270 display = display "SO3K005270 " EDITOR_TITLE = ' ' "SO3K005270 header = theader "SO3K005270 " SAVE = 'X' "SO3K005270 " CONTROL = ' ' "SO3K005270 importing "SO3K005270 function = function "SO3K005270 " NEWHEADER = NTHEADER "SO3K005270 " RESULT = "SO3K005270 tables "SO3K005270 lines = tlines "SO3K005270 exceptions "SO3K005270 id = 01 "SO3K005270 language = 02 "SO3K005270 linesize = 03 "SO3K005270 name = 04 "SO3K005270 object = 05 "SO3K005270 textformat = 06 "SO3K005270 communication = 07. "SO3K005270

DOCUMENT_ASSIGNMENT call function 'DOCUMENT_ASSIGNMENT' exporting check_exist = 'X' dokob = drad_dokob dokob_vorlage = ' ' objky = drad_objky objky_vorlage = ' ' objtxt = ' ' opcode = drad_opcod refresh_flag = drad_refresh vorschlag_dokar = ' ' importing vb_flag = drad_vb tables tabdrad = xdrad.

DELETE_TEXT call function 'DELETE_TEXT' "SO3K005270 exporting "SO3K005270 " CLIENT = SY-MANDT "SO3K005270 id = txtid "SO3K005270 language = sy-langu "SO3K005270 name = tname "SO3K005270 object = txtobj "SO3K005270 " SAVEMODE_DIRECT = ' ' "SO3K005270 " TEXTMEMORY_ONLY = ' ' "SO3K005270 exceptions "SO3K005270 not_found = 01. "SO3K005270

IS_OIAQA_SINGLE_READ call function 'IS_OIAQA_SINGLE_READ' ">46B KH exporting i_preqno = doc_list-netnum ">46B KH importing e_oiaqa = oiaqa ">46B KH exceptions record_not_found = 0. "RC not used ">46B KH



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