SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Standardized Key Mapping(BC-SRV-UKM) SAP BC

UKM_EXPORT_KEY_MAPPINGS SAP ABAP Report - Export of Key Mappings







UKM_EXPORT_KEY_MAPPINGS 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 UKM_EXPORT_KEY_MAPPINGS into the relevant SAP transactions such as SE38 or SE80


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 UKM_EXPORT_KEY_MAPPINGS. "Basic submit
SUBMIT UKM_EXPORT_KEY_MAPPINGS AND RETURN. "Return to original report after report execution complete
SUBMIT UKM_EXPORT_KEY_MAPPINGS 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: TRG_RFC = RFC to Target System
Selection Text: TRG_CTX = Target Context
Selection Text: SVID = SchemeVersionID
Selection Text: SRC_RFC = RFC to Source System
Selection Text: SRC_LOC = Local System
Selection Text: SRC_CTX = Source Context
Selection Text: SID = Scheme ID
Selection Text: SASID = SchemeAgencySchemeID
Selection Text: SASAID = SchemeAgencySchemeAgencyID
Selection Text: SAID = SchemeAgencyID
Selection Text: BSIZE = Block Size
Title: Export of Key Mappings
Text Symbol: 102 = To
Text Symbol: 101 = From
Text Symbol: 008 = Modification of SchemeAgencySchemeAgencyIDs
Text Symbol: 007 = Modification of SchemeAgencySchemeIDs
Text Symbol: 006 = Modification of SchemeAgencyIDs
Text Symbol: 005 = Modification of SchemeVersionIDs
Text Symbol: 004 = Modification of SchemeIDs
Text Symbol: 003 = Filter Criteria
Text Symbol: 002 = Data Trgt
Text Symbol: 001 = Data Source


INCLUDES used within this REPORT UKM_EXPORT_KEY_MAPPINGS

No INCLUDES are used within this REPORT code!


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:

UKM_EXPORT_KEY_MAPPINGS CALL FUNCTION 'UKM_EXPORT_KEY_MAPPINGS' DESTINATION lv_rfc_dest EXPORTING it_cct_id_sasa_id = lt_sasa it_cct_id_sas_id = lt_sas it_cct_id_sa_id = lt_sa it_cct_id_sv_id = lt_sv it_cct_id_s_id = lt_s iv_source_context_id = src_ctx iv_target_context_id = trg_ctx it_modifications = lt_modifications iv_block_size = bsize iv_rfc_destination = trg_rfc CHANGING cs_message = ls_message.



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