RFMXPR16 is a standard Executable ABAP Report 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 RFMXPR16 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: FM: Convert Commitment Items (Year-Dependent)
Text Symbol: 101 = Conversion:
Text Symbol: 102 = Commitment items in year-dependent tables
Text Symbol: 103 = Year-dependent commitment items ended
Text Symbol: 104 = Customizing:
Text Symbol: 105 = Conversion successful
Text Symbol: 106 = Conversion not successful
Text Symbol: 107 = Commitment items converted successfully
Text Symbol: 108 = Not found in table: "G T FMHIPOS"
Text Symbol: 109 = Not found in table: "G T POSIT"
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
INIT_TEXT CALL FUNCTION 'INIT_TEXT' EXPORTING ID = 'FP01' LANGUAGE = U_SPRAS NAME = L_F_HEADER-TDNAME OBJECT = 'FMMD' IMPORTING HEADER = L_F_HEADER TABLES LINES = L_T_LINES EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 OBJECT = 4 OTHERS = 5.
READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING CLIENT = U_CLIENT ID = '0001' LANGUAGE = U_SPRAS NAME = U_NAME OBJECT = 'FB01' * ARCHIVE_HANDLE = 0 IMPORTING HEADER = L_F_HEADER TABLES LINES = L_T_LINES EXCEPTIONS * id = 1 * language = 2 * name = 3 NOT_FOUND = 4.
SAVE_TEXT CALL FUNCTION 'SAVE_TEXT' EXPORTING CLIENT = U_CLIENT HEADER = L_F_HEADER INSERT = 'X' SAVEMODE_DIRECT = 'X' OWNER_SPECIFIED = ' ' * importing * function = * newheader = TABLES LINES = L_T_LINES.
APPEND_PROTOCOL * CALL FUNCTION 'APPEND_PROTOCOL' * EXPORTING * ACCEPT_NOT_INIT = 'X' * TABLES * XMSG = G_T_XPR_PROT * EXCEPTIONS * TABLE_EMPTY = 1.
APPEND_PROTOCOL CALL FUNCTION 'APPEND_PROTOCOL' EXPORTING ACCEPT_NOT_INIT = 'X' TABLES XMSG = G_T_XPR_PROT EXCEPTIONS FILE_NOT_FOUND = 1 PROT_NOT_INITIALIZED = 2 WRONG_CALL = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFMXPR16 - FM: Convert Commitment Items (Year-Dependent) RFMXPR16 - FM: Convert Commitment Items (Year-Dependent) RFMXPR15 - FIFM: Store Reduction Amounts in Items RFMXPR15 - FIFM: Store Reduction Amounts in Items RFMXPR14 - FIFM: Replace Old 3.0 Funds Reservation with (new) Funds Commitment RFMXPR14 - FIFM: Replace Old 3.0 Funds Reservation with (new) Funds Commitment