SWFDELMDEF_P SAP (Persistence Structure for Container Elements) Structure details

Dictionary Type: Structure
Description: Persistence Structure for Container Elements




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




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

SWFDELMDEF_P is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Persistence Structure for Container Elements" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_SWFDELMDEF_P TYPE SWFDELMDEF_P.

The SWFDELMDEF_P table consists of various fields, each holding specific information or linking keys about Persistence Structure for Container Elements data available in SAP. These include NAME (Element ID (32 Characters, Unique, Not Language-Dependent)), LINE_INDEX (Table Index/Continuation Line), SUB_INDEX (Number of Continuation Lines for Representing Value), OBJKIND (Abbrev. for Distinguishing Kinds of Obj. Type (SE24/BOR/...)).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SWFDELMDEF_P structure 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
NAMEElement ID (32 Characters, Unique, Not Language-Dependent) SWFDNAMECHAR32SWC_ELEM
LINE_INDEX Table Index/Continuation Line0
SUB_INDEX Number of Continuation Lines for Representing Value0
OBJKINDAbbrev. for Distinguishing Kinds of Obj. Type (SE24/BOR/...) SWFOBJKINDCHAR2SWF_CLSTYP
BONAME Part 1 of Type Name or Object Type Name0
NODEID Part 2 of Type Name or Object Node ID0
TYPEKINDABAP Data Type of Data Object (from ABAP Type Descriptor) SWFDTKINDCHAR1SWFDTKIND
LENGTH Number of Characters of a Variable Length Elementary Type0
DECIMALS Number of Decimal Places for Type P0
PARAMKINDDescription of Parameter Type (Import/Export/Changing...) SWFDPARMTYCHAR1SWFDPARMTY
IS_NULLNew Input Values XFLAGCHAR1XFLAG
IS_INITIALNew Input Values XFLAGCHAR1XFLAG
IS_TABLENew Input Values XFLAGCHAR1XFLAG
IS_LINETYPENew Input Values XFLAGCHAR1XFLAG
SERIALIZATION 'A' - ABAP Internal, 'E' - External, 'I' - ID Transformation0
USED_LENGTH Length Used in Field 'CHAR_VALUE'0
CHAR_VALUECharacter Representation of Value (Length up to 132 Chars) SWFCNT_CVALCHAR132

Key field Non-key field



How do I retrieve data from SAP structure SWFDELMDEF_P using ABAP code?

As SWFDELMDEF_P is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SWFDELMDEF_P as there is no data to select.

How to access SAP table SWFDELMDEF_P

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