RFFMRP54 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Reconstruct Parked Documents for Cash Budget Management Program RFFMRP54 posts parked documents...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 RFFMRP54 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.
Selection Text: P_BUKRS = D Company code
Selection Text: P_LIST = D Log
Selection Text: P_TEST = D Test run
Selection Text: S_BELNR = D Document number
Selection Text: S_BLART = D Document type
Selection Text: S_GJAHR = D Fiscal year
Title: Copy Parked Documents in Cash Budget Management
Text Symbol: 010 = Doc. selection
Text Symbol: 020 = Document type
Text Symbol: 030 = Doc.type selection
Text Symbol: 040 = Control
Text Symbol: 080 = Doc.will be posted later
Text Symbol: 110 = CoCde
Text Symbol: 120 = Doc. no.
Text Symbol: 130 = Document was posted
Text Symbol: 150 = Comment
Text Symbol: 160 = Test run
Text Symbol: 180 = Upd. run
Text Symbol: 220 = Name
Text Symbol: 240 = No documents exist
001 CoCd Doc.no. Act No.lines Comments
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FM_GET_INIT_INFO_APPLC CALL FUNCTION 'FM_GET_INIT_INFO_APPLC' EXPORTING I_APPLC = 'C' I_BUKRS = P_BUKRS CHANGING C_F_FMGLOB = G_F_FMGLOB.
FI_DOC_TO_ACC_TRANSFORM CALL FUNCTION 'FI_DOC_TO_ACC_TRANSFORM' TABLES T_BKPF = G_T_BKPF T_BSEG = G_T_BSEG T_ACCHD = G_T_ACCHD T_ACCIT = G_T_ACCIT T_ACCCR = G_T_ACCCR EXCEPTIONS SYSTEM_ERROR = 1 OTHERS = 2.
FM_PARKED_DOC_PROCESS CALL FUNCTION 'FM_PARKED_DOC_PROCESS' TABLES T_ACCCR = G_T_ACCCR T_ACCHD = G_T_ACCHD T_ACCIT = G_T_ACCIT.
FM_PARKED_DOC_POST CALL FUNCTION 'FM_PARKED_DOC_POST' EXPORTING I_AWTYP = G_T_ACCHD-AWTYP "note611370 I_AWORG = G_T_ACCHD-AWORG "note611370 I_AWREF = G_T_ACCHD-AWREF. "note611370
HELPSCREEN_NA_CREATE CALL FUNCTION 'HELPSCREEN_NA_CREATE' EXPORTING MELD_ID = ARBGB MELD_NR = MSGNR TITEL = ' ' EXCEPTIONS OTHERS = 1.
FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING I_FIKRS = U_FIKRS I_ACTVT = FMAU_AC_INI I_MSGTY = 'E'.
G_DISPLAY_SELECTION_DYNPRO CALL FUNCTION 'G_DISPLAY_SELECTION_DYNPRO' EXPORTING DYNP_TITLE = TEXT-030 KEY_COLUMNS = 1 NUMBER_OF_ROWS = 4 SEL_TITLE1 = L_T_T003T SEL_TITLE2 = '-' START_COLUMN = 0 START_ROW = 0 WIDTH_OF_TITLES = 'X' IMPORTING SEL_INDEX = L_INDEX TABLES SEL_TABLE = L_T_T003T EXCEPTIONS NO_LINES = 01 NO_LINE_PICKED = 02 OTHERS = 03.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFMRP54 - Copy Parked Documents in Cash Budget Management RFFMRP54 - Copy Parked Documents in Cash Budget Management RFFMRP53_NEW - No Title RFFMRP53_NEW - No Title RFFMRP53 - Reconstruct Actual Data for Cash Budget Mgt from Purchase Orders RFFMRP53 - Reconstruct Actual Data for Cash Budget Mgt from Purchase Orders