SAP Reports / Programs | Basis Components | Basis Components | Cross-System Tools(BC-CUS-TOL-CST) SAP BC

SCDT_SYSTEM_MAPPING SAP ABAP dialog Program - Program SCDT_SYSTEM_MAPPING







SCDT_SYSTEM_MAPPING is a standard Module pool for a dialog screen ABAP Program 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 SCDT_SYSTEM_MAPPING into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SCDT_MAPPING - Edit Synchronization Objects


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


Text pool values


Mapping Information for Synchronization
Title: Program SCDT_SYSTEM_MAPPING
Text Symbol: T47 = View
Text Symbol: T46 = Table (with Text Table)
Text Symbol: T45 = Table
Text Symbol: T42 = Check Errors or Warnings
Text Symbol: T41 = Save?
Text Symbol: T40 = Use Document &?
Text Symbol: T39 = Document Already Exists
Text Symbol: T38 = Source Objects
Text Symbol: T37 = Create
Text Symbol: T36 = Synchronization Objects
Text Symbol: T35 = Target Text Field
Text Symbol: T34 = Target Key Field
Text Symbol: T33 = Source Field Name
Text Symbol: T32 = Source Table Name
Text Symbol: T31 = Target Field Name
Text Symbol: T30 = Target Table Name
Text Symbol: T29 = Change
Text Symbol: T28 = Display
Text Symbol: T27 = Display/Change Filter Conditions
Text Symbol: T26 = Filter Conditions Exist
Text Symbol: T25 = Assignmnt
Text Symbol: T24 = Source Objects (Input via Source Table Name Assignment)
Text Symbol: T23 = Identical Objects
Text Symbol: T22 = Object Name
Text Symbol: T21 = Target Objects
Text Symbol: T11 = Delete Synchronization Object &?
Text Symbol: T07 = Not Distribution-Relevant
Text Symbol: T04 = Source Component
Text Symbol: S02 = Source Filter
Text Symbol: S01 = Filter conditions
Text Symbol: 011 = Overwrite Existing Object?
Text Symbol: 010 = Synchronization Object: Overwrite
Text Symbol: 007 = Confirmation Prompt
Text Symbol: 006 = No
Text Symbol: 005 = Yes
Text Symbol: 004 = Save Changes First?





Text Symbol: 003 = Exit Maintenance
Text Symbol: 002 = Cancel?
Text Symbol: 001 = Cancel Maintenance


INCLUDES used within this REPORT SCDT_SYSTEM_MAPPING

INCLUDE SCDT_SYSTEM_MAPPING_TOP.
INCLUDE SCDT_SYSTEM_MAPPING_O01.
INCLUDE SCDT_SYSTEM_MAPPING_I01.
INCLUDE SCDT_SYSTEM_MAPPING_F01.
INCLUDE SCDT_SYSTEM_MAPPING_F02.
INCLUDE T_SYSTEM_MAPPING_USER_COMMAI01.
INCLUDE SCDT_SYSTEM_MAPPING_F11.
INCLUDE SCDT_SYSTEM_MAPPING_F12.
INCLUDE SCDT_SYSTEM_MAPPING_F13.
INCLUDE SCDT_SYSTEM_MAPPING_F14.
INCLUDE SCDT_SYSTEM_MAPPING_F21.
INCLUDE SCDT_SYSTEM_MAPPING_F22.
INCLUDE SCDT_SYSTEM_MAPPING_F15.


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:

No SAP FUNCTION MODULES are executed within this report code!



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