SAP Reports / Programs | Financials | Financial Supply Chain Management | Transaction Manager(FIN-FSCM-TRM-TM) SAP FIN

R_TCORF_MAPPING_CONFIG SAP ABAP Report - Customizing for Mapping Tool







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


Transaction Code(s):

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

FTRV_MAPPING_CONF - Define Mapping Rules


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


Text pool values


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





Text Symbol: 009 = Target type
Text Symbol: 010 = Source type
Text Symbol: 011 = Add a child to selected
Text Symbol: 012 = Insert before selected
Text Symbol: 013 = Generic mapping object
Text Symbol: 015 = Method
Text Symbol: 016 = Source node
Text Symbol: 017 = Parameter Group
Text Symbol: 018 = Source field
Text Symbol: 019 = structure
Text Symbol: 020 = table
Text Symbol: 021 = node
Text Symbol: 022 = field
Text Symbol: 023 = ROOT
Text Symbol: 024 = [current source]
Text Symbol: 025 = [current target]
Text Symbol: 026 = Add parameter
Text Symbol: 027 = Delete parameter
Text Symbol: 028 = Add condition
Text Symbol: 029 = Delete condition


INCLUDES used within this REPORT R_TCORF_MAPPING_CONFIG

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


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