SAP Reports / Programs

RFFMHIE_IMPORT SAP ABAP Report - Import Multi-Level Budget Structure







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FMHIE_IMPORT - Import Multi Level Budget structure


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RFFMHIE_IMPORT. "Basic submit
SUBMIT RFFMHIE_IMPORT AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMHIE_IMPORT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RFFMHIE_IMPORT

INCLUDE IRFFMHIE_IMPORTTOP . " GLOBAL DATA
INCLUDE IRFFMHIE_IMPORTS01.
INCLUDE IRFFMHIE_EXP_IMP_COMMON.




INCLUDE FMMP_MD_SELECTION_FORM.
INCLUDE IRFFMHIE_IMPORTO01.
INCLUDE IRFFMHIE_IMPORTF01.
INCLUDE IRFFMHIE_IMPORTF02.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RFFMHIE_IMPORT or its description.