SAP Reports / Programs | Cross-Application Components | Processes and Tools for Enterprise Applications | Geographical Information System(CA-EPT-GIS) SAP CA

CREATE_MASS_KEY_MAPPING SAP ABAP Report - Create the ID Mapping Via Mass Upload







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


Transaction Code(s):

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

CREATE_MASS_ID_MAP - Transaction for Mass ID Mapping


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 CREATE_MASS_KEY_MAPPING. "Basic submit
SUBMIT CREATE_MASS_KEY_MAPPING AND RETURN. "Return to original report after report execution complete
SUBMIT CREATE_MASS_KEY_MAPPING 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_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


INCLUDES used within this REPORT CREATE_MASS_KEY_MAPPING

INCLUDE CREATE_KEY_MAPPING_TOP.


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:

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.



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