RFFMHIST 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 RFFMHIST into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FMHIST - Apportion Document in FM
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_BELNR = D Document number
Selection Text: P_BUKRS = D Company code
Selection Text: P_GJAHR = D Fiscal year
Selection Text: S_BUZEI = D Item
Title: Apportionment of a (Payment) Document in Cash Budget Management
Text Symbol: 001 = Doc.:
Text Symbol: 002 = Apportionment of a document in Cash Budget Mgt
Text Symbol: 003 = Recpt
Text Symbol: 004 = Unassigned Expenditures
Text Symbol: 005 = Unassigned Revenues
Text Symbol: F01 = Program error in
Text Symbol: F02 = CALL_ALV
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_BUKRS = P_BUKRS I_APPLC = 'C' CHANGING C_F_FMGLOB = G_F_GLOBAL_DATA EXCEPTIONS ERROR_MESSAGE = 8.
FMCB_GET_ITEM_FI_LOW CALL FUNCTION 'FMCB_GET_ITEM_FI_LOW' EXPORTING I_BELNR = P_BELNR I_BUKRS = P_BUKRS * i_buzei = ' ' I_GJAHR = P_GJAHR I_LEDNR = G_F_GLOBAL_DATA-LEDNR_FK I_FLG_DELETE_ITEMS = P_ZERO TABLES T_FMEPIN = G_T_FM_ITEMS.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_INTERFACE_CHECK = ' ' I_CALLBACK_PROGRAM = 'RFFMHIST' I_CALLBACK_PF_STATUS_SET = 'PF_STATUS_SET' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' I_STRUCTURE_NAME = 'G_T_ITEM' IS_LAYOUT = G_F_LAYOUT IT_FIELDCAT = G_T_FIELDCAT * IT_EXCLUDING = * IT_SPECIAL_GROUPS = IT_SORT = G_T_SORT * IT_FILTER = IS_SEL_HIDE = G_T_SEL_CRIT I_DEFAULT = 'X' I_SAVE = 'A' * IS_VARIANT = ' ' IT_EVENTS = G_T_EVENTS * IT_EVENT_EXIT = * IS_PRINT =
IMPORTING E_EXIT_CAUSED_BY_CALLER = G_EXIT_CAUSED_BY_CALLER ES_EXIT_CAUSED_BY_USER = GS_EXIT_CAUSED_BY_USER TABLES T_OUTTAB = G_T_ITEM EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = GT_LIST_TOP_OF_PAGE.
OBJECT_IDENTIFICATION_GET CALL FUNCTION 'OBJECT_IDENTIFICATION_GET' EXPORTING OBJNR = L_SAV_OBJNRZ IMPORTING E_IONRA = L_F_IONRA E_TEXT = L_SAV_TEXT.
CJPN_INTERN_TO_EXTERN_CONV CALL FUNCTION 'CJPN_INTERN_TO_EXTERN_CONV' EXPORTING INT_NUM = L_F_IONRA-PSPNR IMPORTING EXT_NUM = C_POSID.
FM_TEXT_GET_FROM_WRTTP CALL FUNCTION 'FM_TEXT_GET_FROM_WRTTP' EXPORTING I_WRTTP = G_T_ITEM-WRTTP IMPORTING E_TEXT = L_WTEXT.
FM_FIPOS_READ_MULTIPLE CALL FUNCTION 'FM_FIPOS_READ_MULTIPLE' EXPORTING I_FIKRS = G_F_GLOBAL_DATA-FIKRS I_FLAG_TEXT = 'X' I_LANGUAGE = SY-LANGU TABLES * r_fipos = l_r_fipos * r_posit = posittab T_FMFPO = L_T_FMFPO T_FMFPOT = L_T_FMFPOT.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING TABNAME = 'FMMP' TABLES X031L_TAB = L_T_NAMETAB.
FM_ALV_LAYOUT CALL FUNCTION 'FM_ALV_LAYOUT' CHANGING C_F_LAYOUT = C_F_LAYOUT.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFMHIST - Apportionment of a (Payment) Document in Cash Budget Management RFFMHIST - Apportionment of a (Payment) Document in Cash Budget Management RFFMHIRC - Root Entry of Centers Inserted in an FM Area (new) RFFMHIRC - Root Entry of Centers Inserted in an FM Area (new) RFFMHIGH - Development of a document line item in the cash budget RFFMHIGH - Development of a document line item in the cash budget