R_TCORF_MAPPING_CONFIG 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 R_TCORF_MAPPING_CONFIG into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FTRV_MAPPING_CONF - Define Mapping Rules
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: Customizing for Mapping Tool
Text Symbol: 031 = Delete rule
Text Symbol: 032 = Move rule
Text Symbol: 033 = Move
Text Symbol: 034 = Up
Text Symbol: 035 = Down
Text Symbol: 036 = Yes
Text Symbol: 037 = No
Text Symbol: 038 = Confirmation
Text Symbol: 040 = All sub-components will be deleted. Are you sure?
Text Symbol: 041 = Overview of assigned rules
Text Symbol: 042 = Method does not exist
Text Symbol: 043 = Create new mapping
Text Symbol: 044 = Copy mapping from the displayed one
Text Symbol: 045 = Data has been changed. Do you want to save the configuration?
Text Symbol: 046 = Error
Text Symbol: 047 = Flag: Rule is inconsistent
Text Symbol: 048 = Do you want to discard changes in this mapping?
Text Symbol: 049 = Move component one level higher
Text Symbol: 050 = Move component up
Text Symbol: 051 = Move component down
Text Symbol: 052 = Move component one level deeper
Text Symbol: 053 = Errors
Text Symbol: 054 = Errors in current mapping
Text Symbol: 055 = right
Text Symbol: 056 = left
Text Symbol: 057 = Position number already exists. Do you want to adjust the Position numbers?
Text Symbol: 058 = Condition may be used in some Mapping rules. Are you sure you want to delete?
Text Symbol: 059 = Parameter may be used in some Mapping rules. Are you sure you want to delete?
Text Symbol: 030 = Add rule
Text Symbol: 001 = outbound
Text Symbol: 002 = inbound
Text Symbol: 003 = Add component
Text Symbol: 004 = Add
Text Symbol: 005 = Delete component
Text Symbol: 006 = Delete
Text Symbol: 007 = Rename component
Text Symbol: 008 = Rename
TCORF_MAPPING_CONFIG_T01, "TYPE DEFINITIONS
TCORF_MAPPING_CONFIG_C01, "CONSTANTS
TCORF_MAPPING_CONFIG_D01, "DATA & CLASS DEFINITIONS
TCORF_MAPPING_CONFIG_M01, "CLASS IMPLEMENTATIONS
TCORF_MAPPING_CONFIG_F01, "SUBROUTINES
TCORF_MAPPING_CONFIG_O01, "PBO MODULES
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.