MDS_PCL_MOD_TREE_UT_0100 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 MDS_PCL_MOD_TREE_UT_0100 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 MDS_PCL_MOD_TREE_UT_0100
INCLUDE MDS_PCL_MOD_TREE_ALV.
No SAP DATABASE tables are accessed within this REPORT code!
DMC_GENERIC_READER CALL FUNCTION 'DMC_GENERIC_READER' DESTINATION lv_rcv_rfc * EXPORTING * it_qry = lt_query * I_ALL_CLIENTS = CHANGING ct_payload_tab = lt_table_import EXCEPTIONS sql_error = 1 system_failure = 2 communication_failure = 3 OTHERS = 4.
RFC_READ_TABLE * CALL FUNCTION 'RFC_READ_TABLE' * DESTINATION lv_rcv_rfc * EXPORTING * query_table = 'DMC_MDS_MAINT_EV' ** rowcount = * TABLES ** OPTIONS = lt_options ** fields = lt_fields * data = lt_me * EXCEPTIONS * table_not_available = 1 * table_without_data = 2 * option_not_valid = 3 * field_not_valid = 4 * not_authorized = 5 * data_buffer_exceeded = 6 * OTHERS = 7.
CNV_MBT_PACK_PROCTREE_MGRP_INS CALL FUNCTION 'CNV_MBT_PACK_PROCTREE_MGRP_INS' EXPORTING i_packid = p_pack * i_pre_activity = 'PCIUC_EXEC_TP_CMD_CUST_BUFFER' " vorgänger -> muss man nicht setzten wenn in Aktivität gesetzt * i_parent_activity = 'PCIUC_UPGRADE_UPTIME' " übergeordneter Knoten -> siehe oben * I_CREATE_COPY = 'X' " für uns unwichtig i_orig_pack = 'PCIUC' " ersetzungstext für die Aktivitäten i_force_group_seq = 'X' " reihenfolge der gruppen erzwingen i_force_act_seq = 'X' " vorgänger nachfolger übersteuern -> Sequenz erzwingen * i_group_id_paramname = 'p_me' " parameter der allen Aktivitäten zugewiesen wird TABLES it_groups = lt_pcl_tree_info EXCEPTIONS operation_failed = 1 OTHERS = 2.
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'VARIANT' values = lt_objecttype 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.
MDS_PCL_MOD_TREE_UT_0100 - Include MDS_PCL_MOD_TREE_UT_0100 MDS_PCL_MOD_TREE_UT - Program MDS_PCL_MOD_TREE_UT MDS_PCL_MOD_TREE_UT - Program MDS_PCL_MOD_TREE_UT MDS_PCL_MOD_TREE_DT - Program MDS_PCL_MOD_TREE_DT MDS_PCL_MOD_TREE_DT - Program MDS_PCL_MOD_TREE_DT MDS_PCL_MOD_TREE_ALV - Include MDS_PCL_MOD_TREE_ALV