TSIW_SXF_FIELD SAP (Signature Exchange Format - Field) Table details

Dictionary Type: Table
Description: Signature Exchange Format - Field




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




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

TSIW_SXF_FIELD is a standard SAP Table which is used to store Signature Exchange Format - Field data and is available within R/3 SAP systems depending on the version and release level.

The TSIW_SXF_FIELD table consists of various fields, each holding specific information or linking keys about Signature Exchange Format - Field data available in SAP. These include UUID (Unique Field ID), PARENT_UUID (Unique Data Type ID), FIELDTYPE_UUID (Unique Data Type ID), REFFIELD_UUID (Unique Field ID).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TSIW_SXF_FIELD 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
PROJECT_IDSIW Project ID SIW_DTE_PROJECT_IDCHAR40TSIW_PROJSIW_DOM_PROJECT_ID
UUIDUnique Field ID SIW_DTE_FIELD_IDRAW16SYSUUID
PARENT_UUIDUnique Data Type ID SIW_DTE_TYPE_IDRAW16SYSUUID
FIELDTYPE_UUIDUnique Data Type ID SIW_DTE_TYPE_IDRAW16Assigned to domainSYSUUID
REFFIELD_UUIDUnique Field ID SIW_DTE_FIELD_IDRAW16Assigned to domainSYSUUID
SIGNATURE_UUIDSIW: Global Unique ID for Signature of Exchange Format SIW_DTE_SIGNATURE_UUIDRAW16Assigned to domainUUID
NAMEField Name SIW_DTE_FIELD_NAMECHAR120SIW_DOM_FIELD_NAME
POSITIONSXF Field Position SIW_DTE_FIELD_POSNUMC4AS4POS
KINDSXF Field Type SIW_DTE_FIELD_TYPECHAR1SIW_DOM_FIELD_KIND
DIRECTIONDirection of Service Operation SIW_DTE_DIRECTIONCHAR5SIW_DOM_DIRECTION
IS_OPTIONALIndicator: Field is Optional SIW_DTE_IS_OPTIONALCHAR1XFELD
DEFAULT_VALUEDefault Value SIW_DTE_DEFAULT_VALUECHAR100
IS_ATTRIBUTEField is Attribute (in ES Repository) SIW_DTE_IS_ATTRIBUTECHAR1XFELD
IS_EXPOSEDUse in Service SIW_DTE_IS_EXPOSEDCHAR1XFELD
IS_FIXEDIndicator: Field is Compulsory SIW_DTE_IS_COMPULSORYCHAR1XFELD
PROXY_NAMEABAP Proxy Name (Name of Type or Field) SIW_DTE_PROXY_NAMECHAR30
SEMANTIC_IDSemantic ID SIW_DTE_SEMANTIC_IDCHAR120SIW_DOM_SEMANTIC_ID
FLG_CUST_MAPAdjust Mapping SIW_DTE_FLG_CUSTOM_MAPPINGCHAR1SIW_DOM_FLG_CUSTOM_MAPPING
IS_EXPOSED_GUse in Service SIW_DTE_IS_EXPOSEDCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TSIW_SXF_FIELD
INTO CORRESPONDING FIELDS OF WA_TSIW_SXF_FIELD
WHERE...

How to access SAP table TSIW_SXF_FIELD

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