RFFMHIE_IMPORT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Importing Multi-Level Budget Structure You can use this program to import the multi-level budget structure stored in a Unix file or PC file to an FM area/budget structure/fiscal year/budget category of the SAP system...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 RFFMHIE_IMPORT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FMHIE_IMPORT - Import Multi Level Budget structure
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: S_HIE = D .
Selection Text: P_YEAR = D .
Selection Text: P_UXF_X = UNIX File
Selection Text: P_TEST_X = Test Run
Selection Text: P_RESET = Overwrite hierarchical nodes
Selection Text: P_PCPATH =
Selection Text: P_PCF_X = PC File
Selection Text: P_FMAREA = D .
Selection Text: P_ERROR = Display error messages only
Selection Text: P_BUDCAT = D .
Selection Text: P_BS = D .
Title: Import Multi-Level Budget Structure
Text Symbol: M03 = FUNCTIONAL AREA
Text Symbol: M02 = FUND
Text Symbol: M01 = FUNDED PROGRAM
Text Symbol: L01 = Error in BAdI 'BADI_FMHIE_NODE_INS_CHCK'
Text Symbol: 230 = Digital Signature
Text Symbol: 220 = Verify and Develope
Text Symbol: 210 = Verify File
Text Symbol: 200 = No Verifying / No Developing
Text Symbol: 106 = Error when importing data from UNIX file
Text Symbol: 105 = Error when importing data from PC file
Text Symbol: 103 = for CLOSE of UNIX file:
Text Symbol: 102 = for OPEN of UNIX file:
Text Symbol: 101 = Authorization in UNIX file:
Text Symbol: 100 = Errors:
Text Symbol: 046 = PC Path
Text Symbol: 045 = UNIX
Text Symbol: 015 = File Name
Text Symbol: 010 = PC Path
Text Symbol: 009 = File Name
Text Symbol: 008 = UNIX Path
Text Symbol: 007 = Ctrl Parameters
Text Symbol: 005 = Short Text for Hierarchy ID
Text Symbol: 001 = Source Parameters
INCLUDE IRFFMHIE_IMPORTTOP . " GLOBAL DATA
INCLUDE IRFFMHIE_IMPORTS01.
INCLUDE IRFFMHIE_EXP_IMP_COMMON.
No SAP DATABASE tables are accessed within this REPORT code!
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_logical_filename CHANGING physical_filename = g_uxpath EXCEPTIONS OTHERS = 1.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING I_T_LOG_HANDLE = L_T_LOG_HANDLE EXCEPTIONS OTHERS = 1.
FM_FYC_SCHEDMAN_CLOSE CALL FUNCTION 'FM_FYC_SCHEDMAN_CLOSE' EXPORTING i_f_schedman_key = g_f_schedman_key i_wfitem = wf_witem i_wfokey = wf_okey i_aplstat = g_aplstat i_cnt_obj = g_cnt_hie_id.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFMHIE_IMPORT - Import Multi-Level Budget Structure RFFMHIE_IMPORT - Import Multi-Level Budget Structure RFFMHIE_GENERATE_PBO_SCREENF01 - Include RFFMHIE_GENERATE_PBO_SCREENF01 RFFMHIE_GENERATE_PBO_1100O01 - Include RFFMHIE_GENERATE_PBO_1100O01 RFFMHIE_GENERATE_PAI_1100I01 - Include RFFMHIE_GENERATE_PAI_1100I01 RFFMHIE_GENERATE_INIT_TREEF01 - Include RFFMHIE_GENERATE_INIT_TREEF01