SAP Reports / Programs | Financials | Financial Supply Chain Management | Transaction Management(FIN-FSCM-TRM-TM-TR) SAP FIN

IXM3XXFO SAP ABAP INCLUDE - Zentrale Formroutinen MT300 / MT320 (nicht komplett)







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


Text pool values


Title: Zentrale Formroutinen MT300 / MT320 (nicht komplett)


INCLUDES used within this REPORT IXM3XXFO

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_VTBFHA CALL FUNCTION 'ENQUEUE_E_VTBFHA' EXPORTING BUKRS = U_BUKRS RFHA = U_RFHA EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.

FTR_CORR_POPUP_ENQUEUE_EXIT CALL FUNCTION 'FTR_CORR_POPUP_ENQUEUE_EXIT' EXPORTING PI_BUKRS = U_BUKRS PI_RFHA = U_RFHA PI_USER = HLP_UNAME IMPORTING E_ANSWER = C_ANSWER.

DEQUEUE_E_VTBFHA CALL FUNCTION 'DEQUEUE_E_VTBFHA' EXPORTING BUKRS = UT_ENQUEUE_CONTROL-BUKRS RFHA = UT_ENQUEUE_CONTROL-RFHA.

FTR_CORR_SELECT_KORES_API_1 CALL FUNCTION 'FTR_CORR_SELECT_KORES_API_1' EXPORTING PI_MEDIUM_PRINT = ' ' PI_MEDIUM_FAX = ' ' PI_MEDIUM_SWIFT = 'X' PI_MEDIUM_IDOC = ' ' PI_MEDIUM_EMAIL = ' ' PI_SO_COMPANYCODE = R_BUKRS[] PI_SO_TRANSACTIONNUMBER = R_RFHA[] PI_SO_PRODUCTCATEGORY = LR_SANLF[] PI_SO_PRODUCTTYPE = R_SGSART[] PI_SO_TRANSACTIONTYPE = R_SFHAAR[] PI_SO_PARTNER = R_KONTRH[] PI_SO_FINANCEPROJECT = R_ZUONR[] PI_SO_DATE_LAST_CHANGE = R_DUPDAT[] PI_SO_USER_LAST_CHANGE = R_UPUSER[] PI_SO_CONFDATE = LR_CONFDATE[] * PI_SO_CONFTIME = * PI_SO_CONFUSER = * PI_SO_CORTYP = PI_SELECTION_MAX = 99999999 "/no maximum hit! IMPORTING T_KORES_SELECT = L_VTB_SELECT PE_SELECTED_ROWS = C_ANZ_LINES EXCEPTIONS INVALID_SELECTION = 1 OTHERS = 2.

TRCA_BATCH_HEADING CALL FUNCTION 'TRCA_BATCH_HEADING' EXPORTING I_BHDGD = GS_BHDGD.

FTR_CORR_DATA_PROT_DEAL CALL FUNCTION 'FTR_CORR_DATA_PROT_DEAL' EXPORTING I_REPID = G_REPID I_TITLE = L_TITLE I_MODE = 'SWIFT' I_SAVE_VAR = 'A' PI_TAB_PROTOCOL = LT_PROTOCOL PI_TAB_ERR_TR = UT_ERR_TAB[].



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