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
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.
Title: Zentrale Formroutinen MT300 / MT320 (nicht komplett)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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[].
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IXM3XXFO - Zentrale Formroutinen MT300 / MT320 (nicht komplett) IXM3XXF4 - F4-Hilfen für SWIFT-File Erzeugung IXDCC002 - Mobile Computing: Inventory count common routines IXDCC001 - Mobile Computing: Inventory count common routines IXBKKU01 - documentation and ABAP source code IWTRACONST - documentation and ABAP source code