SAP Reports / Programs | Basis Components | Business Management | Organizational Management(BC-BMT-OM) SAP BC

FH5AAF20 SAP ABAP INCLUDE - documentation and ABAP source code







FH5AAF20 is a standard ABAP INCLUDE 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 FH5AAF20 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 FH5AAF20. "Basic submit
SUBMIT FH5AAF20 AND RETURN. "Return to original report after report execution complete
SUBMIT FH5AAF20 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT FH5AAF20

No INCLUDES are used within this REPORT code!


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:

RH_MENUE_TREE CALL FUNCTION 'RH_MENUE_TREE' EXPORTING callback_program = 'SAPFH5AA' callback_user_command = 'USER_COMMAND' callback_text_display = 'TEXT_DISPLAY' callback_color_display = 'COLOR_DISPLAY' status = 'TREE' color_of_link = node_color color_of_node = '0' lower_case_sensitive = 'X' node_length = 10 text_length = text_length screen_start_column = 1 screen_start_line = 1 screen_end_column = screen_rows screen_end_line = screen_lines suppress_node_output = space topnode = topnode win_title = top TABLES menue_tree = tree.

RH_APPLICATION_SYSTEM_CHECK CALL FUNCTION 'RH_APPLICATION_SYSTEM_CHECK' EXCEPTIONS system_type_unknown = 01 basis_system = 02.

RH_RPDSYS_DOKU_SHOW CALL FUNCTION 'RH_RPDSYS_DOKU_SHOW' "#EC * EXPORTING dsys_key = tree_info-dobjc.

DSYS_SHOW CALL FUNCTION 'DSYS_SHOW' EXPORTING dokclass = tree_info-dotyp dokname = tree_info-dobjc doktitle = uc_doktitle EXCEPTIONS object_not_found = 4 class_unknown = 8.

RH_REPO_TREE CALL FUNCTION 'RH_REPO_TREE' EXPORTING tree_title = text-tre TABLES tree_reports = repo_tree.



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