SRTFT_ASSIGN_SEC SAP (SRT DT Assignments: Target State) Table details

Dictionary Type: Table
Description: SRT DT Assignments: Target State




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




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

SRTFT_ASSIGN_SEC is a standard SAP Table which is used to store SRT DT Assignments: Target State data and is available within R/3 SAP systems depending on the version and release level.

The SRTFT_ASSIGN_SEC table consists of various fields, each holding specific information or linking keys about SRT DT Assignments: Target State data available in SAP. These include PROFILE_NAME (WSP Name of Profile Configuration), PORT_HASH (Hash Value (160 Bits)), SEC_LEVEL (Security Level), PORT_NAME (Port Type Name (Service Definition)).. 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_ASSIGN_SEC 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
PROFILE_NAMEWSP Name of Profile Configuration SRT_WSP_PROFILE_CONFIG_NAMECHAR32SRT_WSP_PROFILE_CONFIG_NAME
PORT_HASHHash Value (160 Bits) HASH160CHAR40
SEC_LEVELSecurity Level SRTFT_CFG_SEC_LEVELCHAR1SRTFT_CFG_SEC_LEVEL
PORT_NAME Port Type Name (Service Definition)0
PORT_NAMESPACE Port Type Namespace (Service Definition)0
ASSIGN_FLAGAssignment Flag SRTFT_ASSIGN_IF_FLAGCHAR2SRTFT_ASSIGN_IF_FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM SRTFT_ASSIGN_SEC
INTO CORRESPONDING FIELDS OF WA_SRTFT_ASSIGN_SEC
WHERE...

How to access SAP table SRTFT_ASSIGN_SEC

Within an ECC or HANA version of SAP you can also view further information about SRTFT_ASSIGN_SEC 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!