SAP Reports / Programs | Service | ASAP (AcceleratedSAP)(SV-ASA) SAP SV

FUNTEST3 SAP ABAP Report - Inherit ID







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


Text pool values


Title: Inherit ID


INCLUDES used within this REPORT FUNTEST3

INCLUDE LSF00TOP.


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:

BM_EU_TREE_CONSTRUCT CALL FUNCTION 'BM_EU_TREE_CONSTRUCT' EXPORTING LEVELS = LEVELS TABLES NODETAB = NODES.

RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' TABLES NODETAB = NODES EXCEPTIONS TREE_FAILURE = 01 ID_NOT_FOUND = 02 WRONG_RELATIONSHIP = 03.

RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' TABLES NODETAB = NODES EXCEPTIONS TREE_FAILURE = 01 ID_NOT_FOUND = 02 WRONG_RELATIONSHIP = 03.

RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING CALLBACK_PROGRAM = 'ADITEST8' CALLBACK_USER_COMMAND = 'USER_COMMAND' CALLBACK_TEXT_DISPLAY = ' ' CALLBACK_COLOR_DISPLAY = ' ' * STATUS = 'HI_SHOW' * CHECK_DUPLICATE_NAME = '3' COLOR_OF_LINK = '1' COLOR_OF_NODE = '4' LOWER_CASE_SENSITIVE = ' ' MODIFICATION_LOG = ' ' NODE_LENGTH = 10 TEXT_LENGTH = 60 TEXT_LENGTH2 = 0 RETURN_MARKED_SUBTREE = ' ' SCREEN_START_COLUMN = 0 SCREEN_START_LINE = 0 SCREEN_END_COLUMN = 0 SCREEN_END_LINE = 0 SUPPRESS_NODE_OUTPUT = ' '.

BM_BRANCH_INSERT CALL FUNCTION 'BM_BRANCH_INSERT' EXPORTING VIEW_TYP = 'H' OBJECT_TYP = OBJ_TYP OBJECT_ID = NODE_OBJ MODEL_TYP = 'HT' NODE_ID = NODE-ID LEVELS = 1 NODE_DISPLAY = ' ' TEXT_DISPLAY = 'X'.

BM_NAVIGATION_POPUP CALL FUNCTION 'BM_NAVIGATION_POPUP' EXPORTING NAV_TYP = NODE_TYP NAV_OBJ = NODE_OBJ GRAPHIC_ACTIVE = SPACE MODIFY = 'X'.

BM_BRANCH_INSERT CALL FUNCTION 'BM_BRANCH_INSERT' EXPORTING VIEW_TYP = 'H' OBJECT_TYP = OBJ_TYP OBJECT_ID = NODE_OBJ MODEL_TYP = 'HT' NODE_ID = NODE-ID LEVELS = 0 NODE_DISPLAY = ' ' TEXT_DISPLAY = 'X'.

BM_CUSTOMIZE CALL FUNCTION 'BM_CUSTOMIZE' EXPORTING OBJECT_TYPE = OBJ_TYP OBJECT_KEY = NODE_OBJ.



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