SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Workbench Tools: Editors, Painters, Modelers(BC-DWB-TOO) SAP BC

ICAM_F01 SAP ABAP INCLUDE - ICAMF01







ICAM_F01 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 ICAM_F01 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 ICAM_F01. "Basic submit
SUBMIT ICAM_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT ICAM_F01 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 ICAM_F01

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:

BMENU_START_BROWSER CALL FUNCTION 'BMENU_START_BROWSER' EXPORTING * MODE = 'D' TREE_ID = L_TREE_ID * STANDARD_VIEW = ' ' * HIDE_INCONSISTENT_NODES = 'X' * GUI_STATUS = ' ' * GUI_STATUS_PROG = ' ' * GUI_TITLE = ' ' * GUI_TITLE_TEXT = ' ' * HIDE_TOGGLE_BUTTON = ' ' * STATUS_EXCL_TABLE = EXCEPTIONS TREE_DOES_NOT_EXIST = 1 OTHERS = 2.

BMENU_START_BROWSER CALL FUNCTION 'BMENU_START_BROWSER' EXPORTING MODE = 'E' TREE_ID = L_TREE_ID * STANDARD_VIEW = ' ' * HIDE_INCONSISTENT_NODES = 'X' * GUI_STATUS = ' ' * GUI_STATUS_PROG = ' ' * GUI_TITLE = ' ' * GUI_TITLE_TEXT = ' ' * HIDE_TOGGLE_BUTTON = ' ' * STATUS_EXCL_TABLE = EXCEPTIONS TREE_DOES_NOT_EXIST = 1 OTHERS = 2.

BMENU_PRINT_MENU_TREE CALL FUNCTION 'BMENU_PRINT_MENU_TREE' EXPORTING TREE_ID = L_TREE_LIST-ID EXCEPTIONS TREE_DOES_NOT_EXIST = 1 OTHERS = 2.

BMENU_DELETE_TREE CALL FUNCTION 'BMENU_DELETE_TREE' * EXPORTING * TREE_ID = * IMPORTING * ACTION = TABLES TREE_LIST = L_TREE_LIST * DELETED_TREES = EXCEPTIONS TREES_DO_NOT_EXIST = 1 OTHERS = 2.

BMENU_COPY_TREE_WITH_DIALOG CALL FUNCTION 'BMENU_COPY_TREE_WITH_DIALOG' EXPORTING TREE_ID = G_TREE_ID * IMPORTING * NEW_TREE_ID = * NEW_TREE_NAME = EXCEPTIONS OPERATION_CANCELED = 1 OPERATION_FAILED = 2 OTHERS = 3.

BMENU_RENAME_TREE CALL FUNCTION 'BMENU_RENAME_TREE' EXPORTING TREE_ID = G_TREE_ID IMPORTING MSG = L_MSG.

BMENU_TRANSPORT_TREE CALL FUNCTION 'BMENU_TRANSPORT_TREE' EXPORTING TREE_ID = G_TREE_ID.

REPOSITORY_INFO_SYSTEM CALL FUNCTION 'REPOSITORY_INFO_SYSTEM' EXPORTING OBJECT_TYPE = C_EUOBJ_TYPE_MENU ACTION = 'C' * OBJECT_NAME = * ENCLOSING_OBJECT = * SUPPRESS_SELECTION = * VARIANT = * SHOW_AS_POPUP = * IMPORTING * OBJECT_NAME_SELECTED = * ENCLOSING_OBJECT_SELECTED = EXCEPTIONS CANCEL = 1 WRONG_TYPE = 2 OTHERS = 3.



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