SAP Reports / Programs

RFFMBU_INVERSE_HIER_DOC SAP ABAP Report - Report to create "inverse" document for a hierarchy document







RFFMBU_INVERSE_HIER_DOC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report is not released for customers! ..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 RFFMBU_INVERSE_HIER_DOC into the relevant SAP transactions such as SE38 or SE80


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 RFFMBU_INVERSE_HIER_DOC. "Basic submit
SUBMIT RFFMBU_INVERSE_HIER_DOC AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMBU_INVERSE_HIER_DOC 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: P_BPBK = D .
Selection Text: P_FMA = D .
Selection Text: P_TEST = Test Run
Title: Report to create "inverse" document for a hierarchy document
Text Symbol: 001 = Hierarchy document does not exist:
Text Symbol: 002 = Hierarchy document cannot be inversed:
Text Symbol: 003 = Reason:
Text Symbol: 004 = Entry document exists:
Text Symbol: 005 = Not supported VORGA:
Text Symbol: 006 = Wrong FM area:
Text Symbol: 007 = Inversal/Inversed document!
Text Symbol: 009 = Test run
Text Symbol: 010 = Update run
Text Symbol: 011 = Hierarchy document can be inversed:
Text Symbol: 012 = Inversed hierarchy document:
Text Symbol: 013 = Inverse document created:
Text Symbol: 014 = Inverse document of
Text Symbol: 015 = Document inversed by
Text Symbol: E01 = You are not authorized to start the report.
Text Symbol: E02 = Contact SAP support.


INCLUDES used within this REPORT RFFMBU_INVERSE_HIER_DOC

INCLUDE: LFMAUEQU,


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:

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING i_fikrs = p_fma i_actvt = fmau_change i_msgty = 'A'.

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING i_fikrs = p_fma i_actvt = fmau_display i_msgty = 'A'.

KBPS_OBJHI_NAME_GENERATE CALL FUNCTION 'KBPS_OBJHI_NAME_GENERATE' EXPORTING i_application = l_funds i_fm_area = p_fma IMPORTING e_objhi = l_objhi EXCEPTIONS OTHERS = 1.

KBPS_ENQUEUE CALL FUNCTION 'KBPS_ENQUEUE' EXPORTING i_global_objhi = l_objhi i_global_wrttp = 'X' "all values types locked i_global_all_geber = 'X' "All funds are locked i_global_versn = l_versn i_global_all_farea = 'X' "all functional areas locked i_global_enqueue = 'X' i_enq_mode = 'E' i_wait = 'X' i_applik = l_funds EXCEPTIONS foreign_lock = 1 OTHERS = 2.

KBPS_DEQUEUE CALL FUNCTION 'KBPS_DEQUEUE' EXPORTING i_global_objhi = l_objhi i_global_wrttp = 'X' i_global_all_geber = 'X' "All funds are locked i_global_versn = l_versn i_global_all_farea = 'X' i_global_dequeue = 'X' i_deq_mode = 'E'.

KBPV_POST_DATA CALL FUNCTION 'KBPV_POST_DATA' EXPORTING delta_update = 'X' dialog_update = 'X' buffer_update = ' ' im_bpin = l_f_bpin IMPORTING ex_belnr = c_belnr TABLES tab_bpge = l_t_bpge tab_bpja = l_t_bpja tab_bppe = l_t_bppe.



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 RFFMBU_INVERSE_HIER_DOC or its description.