RFFMHIGH 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 RFFMHIGH 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_BELNR = D Document Number
Selection Text: P_BUKRS = D Company Code
Selection Text: P_BUZEI = D Item
Selection Text: P_GJAHR = D Fiscal Year
Title: Development of a document line item in the cash budget
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.
FMCB_GET_ITEM_FI_HIGH CALL FUNCTION 'FMCB_GET_ITEM_FI_HIGH' EXPORTING I_BELNR = P_BELNR I_BUKRS = P_BUKRS I_BUZEI = P_BUZEI I_GJAHR = P_GJAHR I_LEDNR = G_F_GLOBAL_DATA-LEDNR_FK I_FLG_DELETE_ITEMS = P_ZERO TABLES T_FMEPIN = L_T_FM_ITEMS_ALL.
FMFPO_READ_QUICK_POSIT CALL FUNCTION 'FMFPO_READ_QUICK_POSIT' EXPORTING I_FIKRS = G_F_GLOBAL_DATA-FIKRS I_POSIT = L_T_FM_ITEMS_ALL-POSIT IMPORTING E_F_FMFPO = L_F_FMFPO.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFMHIGH - Development of a document line item in the cash budget RFFMHIGH - Development of a document line item in the cash budget RFFMHIE_SEL_NODE_USER_COMMAI01 - Include RFFMHIE_SEL_NODE_USER_COMMAI01 RFFMHIE_SEL_NODE_STATUS_110O01 - Include RFFMHIE_SEL_NODE_STATUS_110O01 RFFMHIE_SEL_NODE_PBO_SCREENF01 - Include RFFMHIE_SEL_NODE_PBO_SCREENF01 RFFMHIE_SEL_NODE_PBO_1100O01 - Include RFFMHIE_SEL_NODE_PBO_1100O01