MDS_CUSTOMIZING 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 MDS_CUSTOMIZING 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.
Selection Text: P_EVE = Events
Selection Text: P_EVEA = Active Events
Selection Text: P_ID_FL = Field Names for Selection
Selection Text: P_LEG = Legal Form
Selection Text: P_MAR = Marital Status
Selection Text: P_OBJ = Synchronization Objects
Selection Text: P_OBT = Synchronization Obj. (Texts)
Selection Text: P_OPT = Synchronization Options
Selection Text: P_OPTA = Active Synchronization Options
Selection Text: P_PLA = Active Business Processes
Selection Text: P_PPO = PPO Business Process
Selection Text: P_PPOA = PPO Activation
Selection Text: P_PPOOBJ = PPO Objects for Sync. Objects
Selection Text: P_PROG = Programs
Selection Text: P_SELTAB = Table Names for Selection
Selection Text: P_TBC001 = Grouping -> Account Groups
Selection Text: P_TBC002 = Business Partner: Role Supplmt
Selection Text: P_TBD001 = Grouping -> Account Groups
Selection Text: P_TBD002 = Business Partner: Role Supplmt
Selection Text: P_VTOBP1 = Numbering: Vendor -> BP
Selection Text: P_VTOBP2 = Role Assignment: Vendor -> BP
Selection Text: P_MANDT = D .
Selection Text: P_CTOBP2 = Role Assignment: Customer-> BP
Selection Text: P_CTOBP1 = Numbering: Customer -> BP
Selection Text: P_CP4 = VIP Indicator: Contact Person
Selection Text: P_CP3 = Contact Person Authorities
Selection Text: P_CP2 = Contact Person Functions
Selection Text: P_CP1 = Contact Person Department No.
Selection Text: P_BRGC = Industry: BP->Customer/Vendor
Selection Text: P_BRCG = Industry:Customer/Vendor -> BP
Selection Text: P_BPOUT = Business Partner - Outbound
Title: Central Display Tool for Customizing Master Data Synchronization
Text Symbol: 001 = Select Data for Display
Text Symbol: 101 = System:
Text Symbol: 200 = Controller:
Text Symbol: 201 = Postprocessing Office: (AP-MD Component Only)
Text Symbol: 202 = Customer/Vendor Integration:
Text Symbol: 203 = Product: (No Matching Tables Exist
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_STRUCTURE_NAME = lp_table I_GRID_TITLE = lv_LVC_TITLE IS_LAYOUT = ls_layout TABLES T_OUTTAB = structure EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 99.
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_CUSTOMIZING - Central Display Tool for Customizing Master Data Synchronization MDS_CUSTOMIZING - Central Display Tool for Customizing Master Data Synchronization MDS_CONSISTENCY_TOOL_TOP - Include MDS_CONSISTENCY_TOOL_TOP MDS_CONSISTENCY_TOOL_O02 - Include MDS_CONSISTENCY_TOOL_O02 MDS_CONSISTENCY_TOOL_O01 - Include MDS_CONSISTENCY_TOOL_O01 MDS_CONSISTENCY_TOOL_I02 - Include MDS_CONSISTENCY_TOOL_I02