CREATE_MASS_KEY_MAPPING is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Key mapping is used to map internal object IDs with object IDs from external systems You have found the valid external business systems for mapping in the system landscape directory...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter CREATE_MASS_KEY_MAPPING into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CREATE_MASS_ID_MAP - Transaction for Mass ID Mapping
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_UPLD = Upload
Selection Text: P_PATH = File name
Selection Text: P_DOWNLD = Generate Template
Selection Text: OITC = Object ID Type
Selection Text: OBJ_TYPE = Object Type
Selection Text: LV_S_ID = D .
Selection Text: LT_ID = Object ID
Title: Create the ID Mapping Via Mass Upload
Text Symbol: 025 = No Authorization to Execute
Text Symbol: 024 = Invalid Target Business System ID
Text Symbol: 023 = Invalid Target Object ID
Text Symbol: 022 = Invalid Source Busines System ID
Text Symbol: 021 = Invalid Source Object ID
Text Symbol: 020 = No Valid Object ID's Found
Text Symbol: 019 = Template generated successfully
Text Symbol: 018 = Data uploaded Successfully
Text Symbol: 017 = Data uploaded with errors
Text Symbol: 016 = Mapping Failed -> Duplication
Text Symbol: 015 = File select.
Text Symbol: 014 = External object id
Text Symbol: 013 = External system id
Text Symbol: 012 = Status
Text Symbol: 011 = External Object ID
Text Symbol: 010 = External Obj. ID Type
Text Symbol: 009 = External Object Type
Text Symbol: 008 = External System ID
Text Symbol: 007 = Object ID
Text Symbol: 006 = Object ID Type
Text Symbol: 005 = Business System
Text Symbol: 004 = Object Type
Text Symbol: 003 = Enter a Valid File Path/Name
Text Symbol: 002 = Upload Data
Text Symbol: 001 = Download Template
INCLUDE CREATE_KEY_MAPPING_TOP.
No SAP DATABASE tables are accessed within this REPORT code!
WS_FILENAME_GET CALL FUNCTION 'WS_FILENAME_GET' "#EC FB_OLDED EXPORTING def_filename = space def_path = space mask = gc_mask mode = '0' title = text-015 IMPORTING filename = p_path EXCEPTIONS inv_winsys = 1 no_batch = 2 selection_cancel = 3 selection_error = 4 OTHERS = 5.
WS_FILENAME_GET CALL FUNCTION 'WS_FILENAME_GET' "#EC FB_OLDED EXPORTING def_filename = space def_path = space mask = gc_mask mode = '0' title = text-015 IMPORTING filename = p_path EXCEPTIONS inv_winsys = 1 no_batch = 2 selection_cancel = 3 selection_error = 4 OTHERS = 5.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = gs_s_log IMPORTING e_log_handle = gs_log_hd EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CREATE_MASS_KEY_MAPPING - Create the ID Mapping Via Mass Upload CREATE_MASS_KEY_MAPPING - Create the ID Mapping Via Mass Upload CREATE_LOG - CREATE APPLICATION LOG CREATE_KEY_MAPPING_UPLOAD - Include CREATE_KEY_MAPPING_UPLOAD CREATE_KEY_MAPPING_TOP - Include CREATE_KEY_MAPPING_TOP CREATE_KEY_MAPPING_GENERATE - Include CREATE_KEY_MAPPING_GENERATE