FOIAR001 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for
If you would like to execute this report or see the full code listing simply enter FOIAR001 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = 'MESSAGE_LINE' EXCEPTIONS OTHERS = 1.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = 'MESSAGE_LINE' EXCEPTIONS OTHERS = 1.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = 'MESSAGE_LINE' EXCEPTIONS OTHERS = 1.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = 'MESSAGE_LINE' EXCEPTIONS OTHERS = 1.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = 'MESSAGE_LINE' EXCEPTIONS OTHERS = 1.
MR_CHECK_TOLERANCE CALL FUNCTION 'MR_CHECK_TOLERANCE' EXPORTING AKTUELLER_WERT = G_FIN_DOC_VALUE VERGLEICHSWERT = G_CHECK_VALUE TOLERANZ_SCHLUESSEL = L_TOLERENCE_KEY BUCHUNGSKREIS = VBRK-BUKRS WAEHRUNG = VBRK-WAERK KURS = VBRK-KURRF WERTSTELLUNG = SY-DATUM HSWAERS = T001-WAERS IMPORTING BETRAG = G_BETRAG *40B returncode = sy-subrc.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.