SRTFT_NM_CFG_MAP SAP (Mapping of FT Configuration Names to WS Keys) Table details

Dictionary Type: Table
Description: Mapping of FT Configuration Names to WS Keys




ABAP Code to SELECT data from SRTFT_NM_CFG_MAP
Related tables to SRTFT_NM_CFG_MAP
Access table SRTFT_NM_CFG_MAP




Table field list including key, data, relationships and ABAP select examples

SRTFT_NM_CFG_MAP is a standard SAP Table which is used to store Mapping of FT Configuration Names to WS Keys data and is available within R/3 SAP systems depending on the version and release level.

The SRTFT_NM_CFG_MAP table consists of various fields, each holding specific information or linking keys about Mapping of FT Configuration Names to WS Keys data available in SAP. These include CONFIG_NAME (WSP Name of RT Configuration), DT_OBJ_NAME (WSP Name of Interface Object), WSKEY (SRT Registry: Web Service Release Key), CHANGED_BY (User Name).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SRTFT_NM_CFG_MAP table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CLIENTClient MANDTCLNT3Assigned to domainMANDT
CONFIG_NAMEWSP Name of RT Configuration SRT_WSP_RT_CONFIG_NAMECHAR32SRT_WSP_RT_CONFIG_NAME
DT_OBJ_NAMEWSP Name of Interface Object SRT_WSP_DT_OBJ_NAMECHAR30SRT_WSP_DT_OBJ_NAME
WSKEYSRT Registry: Web Service Release Key SRT_REGISTRY_WSKEYCHAR32SYSUUID_C
CHANGED_BYUser Name UNAMECHAR12UNAME
CHANGED_ONDate of Last Change UDATUMDATS8SYDATS
CHANGED_ATTime UZEITTIMS6UZEIT

Key field Non-key field



How do I retrieve data from SAP table SRTFT_NM_CFG_MAP using ABAP code

The following ABAP code Example will allow you to do a basic selection on SRTFT_NM_CFG_MAP to SELECT all data from the table
DATA: WA_SRTFT_NM_CFG_MAP TYPE SRTFT_NM_CFG_MAP.

SELECT SINGLE *
FROM SRTFT_NM_CFG_MAP
INTO CORRESPONDING FIELDS OF WA_SRTFT_NM_CFG_MAP
WHERE...

How to access SAP table SRTFT_NM_CFG_MAP

Within an ECC or HANA version of SAP you can also view further information about SRTFT_NM_CFG_MAP and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!