SAP Reports / Programs | Application Platform | Master Data | Master Data Synchronization(AP-MD-BF-SYN) SAP AP

MDS_CUSTOMIZING SAP ABAP Report - Central Display Tool for Customizing Master Data Synchronization







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


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


Text pool values


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





Text Symbol: 204 = Load Cockpit:
Text Symbol: 205 = Customer -> Business Partner:
Text Symbol: 206 = Vendor -> Business Partner:
Text Symbol: 207 = Business Partner:
Text Symbol: 208 = General:
Text Symbol: 209 = Business Partner -> Vendor:
Text Symbol: 210 = Bus. Partner -> Customer:


INCLUDES used within this REPORT MDS_CUSTOMIZING

No INCLUDES are used within this REPORT code!


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:

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.



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