MV75AI00 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 MV75AI00 into the relevant SAP transactions such as SE38 or SE80
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.
Title: ?...
INCLUDE MV75AI00_D0100_OKCODE . " D0100_OKCODE
INCLUDE MV75AI00_ORG_SPA_SETZEN . " ORG_SPA_SETZEN
INCLUDE MV75AI00_PARAMETER_PRUEFEN . " PARAMETER_PRUEFEN
INCLUDE MV75AI00_PARVW_SPA_SETZEN . " PARVW_SPA_SETZEN
No SAP DATABASE tables are accessed within this REPORT code!
SD_TREE_CONSTRUCT * CALL FUNCTION 'SD_TREE_CONSTRUCT' STARTING NEW TASK 'JOJO' * PERFORMING NEW_TASK ON END OF TASK * exporting * insert_id = '000001' * RELATIONSHIP = ' ' * TABLES * NODETAB = LT_NOTETAB.
SD_TREE_LIST_DISPLAY * CALL FUNCTION 'SD_TREE_LIST_DISPLAY' STARTING NEW TASK 'JOJO' * EXPORTING ** callback_program = 'SAPMV75A' ** callback_user_command = 'RS_TREE_OKCODE' ** CALLBACK_TEXT_DISPLAY = ** callback_moreinfo_display = 'RS_TREE_MORE_INFO' ** CALLBACK_COLOR_DISPLAY = ** callback_top_of_page = 'RS_TREE_TOP_OF_PAGE' ** CALLBACK_GUI_STATUS = ** status = 'STANDARD' ** check_duplicate_name = '1' ** COLOR_OF_NODE = '4' ** COLOR_OF_MARK = '3' ** COLOR_OF_LINK = '1' ** COLOR_OF_MATCH = '5' ** LOWER_CASE_SENSITIVE = ' ' ** MODIFICATION_LOG = ' ' ** node_length = 30 ** text_length = 4 ** TEXT_LENGTH1 = 0 ** TEXT_LENGTH2 = 0 ** RETURN_MARKED_SUBTREE = ' ' * SCREEN_START_COLUMN = 10 * SCREEN_START_LINE = 1 * SCREEN_END_COLUMN = 60 * SCREEN_END_LINE = 10 ** SUPPRESS_NODE_OUTPUT = ' ' ** LAYOUT_MODE = ' ' ** USE_CONTROL = STREE_USE_LIST ** IMPORTING ** F15 = * EXCEPTIONS * OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.