SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro(CA-EUR) SAP CA

MDS_PCL_MOD_TREE_UT_0100 SAP ABAP INCLUDE - Include MDS_PCL_MOD_TREE_UT_0100







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


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


Text pool values


Title: Include MDS_PCL_MOD_TREE_UT_0100


INCLUDES used within this REPORT MDS_PCL_MOD_TREE_UT_0100

INCLUDE MDS_PCL_MOD_TREE_ALV.


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:

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.



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