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

FOIAG001 SAP ABAP INCLUDE - LIA user exit routine 003







FOIAG001 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for This user exit is used when a delivery is created...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter FOIAG001 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 FOIAG001. "Basic submit
SUBMIT FOIAG001 AND RETURN. "Return to original report after report execution complete
SUBMIT FOIAG001 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 FOIAG001

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:

MM_ENQUEUE_DOCUMENT CALL FUNCTION 'MM_ENQUEUE_DOCUMENT' EXPORTING I_EBELN = EKPO-EBELN I_BSTYP = EKPO-BSTYP.

OIA_EXG_ASSIGNMENT_QS CALL FUNCTION 'OIA_EXG_ASSIGNMENT_QS' EXPORTING I_LIKP = LIKP I_LIPS = LIPS I_EKPO = EKPO I_ASQTY = LIPS-LFIMG IMPORTING E_ASQTY = G_ASQTY E_MENGE = G_MENGE E_SEQENT = G_SEQENT TABLES I_XOIA06 = XOIA06 I_YOIA06 = YOIA06 EXCEPTIONS QS_NOT_EXIST = 1 DELIVERY_DATE_OUTSIDE_QS = 2 BASE_UOM_DELIVERY_NE_QS = 3 NO_QS_LINE_FOR_DELIVERY_DATE = 4 NO_ASSIGNABLE_QTY_IN_QS_LINE = 5 OTHERS = 6.

IS_OIA01_SINGLE_READ CALL FUNCTION 'IS_OIA01_SINGLE_READ' "46B tune/YS EXPORTING I_EXGNUM = ekpo-oiexgnum "46B tune/YS IMPORTING E_OIA01 = oia01. "46B tune/YS



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