SEWS_REF_TYPES SAP (Reference Case) Structure details

Dictionary Type: Structure
Description: Reference Case




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




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

SEWS_REF_TYPES 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 "Reference Case" 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_SEWS_REF_TYPES TYPE SEWS_REF_TYPES.

The SEWS_REF_TYPES table consists of various fields, each holding specific information or linking keys about Reference Case data available in SAP. These include CHAR_10 (), CLNT_3 (), DF16_DEC_15 (), DF16_RAW_16 ().. 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 SEWS_REF_TYPES 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
ACCP_6 0
CHAR_10 0
CLNT_3 0
DF16_DEC_15 0
DF16_RAW_16 0
DF34_DEC_15 0
DF34_RAW_34 0
DATS_8 0
DEC_10 0
FLTP_16 0
INT1_3 0
INT2_5 0
INT4_19 0
LANG_1 0
LCHR_257 0
NUMC_10 0
PREC_2 0
RAW_10 0
RAWSTRING_257 0
SSTRING_10 0
STRING 0
TIMS_6 0
UNIT_3 0
LRAW_257 0
XSDANYXML Fragment XSDANYRSTR0XSDANY
XSDBOOLEANXSD Truth Value: True/False [ext.] XSDBOOLEANCHAR1XSDBOOLEAN
XSDDATE_DXSD Date: yyyy-mm-dd [ext.] XSDDATE_DDATS8XSDDATE_D
XSDDATE_ISOxsd:date XSDDATE_ISOCHAR16XSDDATE_ISO
XSDDATETIME_ISOxsd:dateTime XSDDATETIME_ISOCHAR33XSDDATETIME_ISO
XSDDATETIME_LOCALXSD Time (Local): yyyy-mm-ddThh:mm:ss [ext.] XSDDATETIME_LOCALCHAR14XSDDATETIME_LOCAL
XSDDATETIME_LOCAL_DTXSD Time (Local): yyyy-mm-ddThh:mm:ss [ext.] XSDDATETIME_LOCAL_DTNUMC14XSDDATETIME_LOCAL_DT
XSDDATETIME_LONG_ZXSD Time (UTC): yyyy-mm-ddThh:mm:ss.mmmuuunZ [ext.] XSDDATETIME_LONG_ZDEC21(7) XSDDATETIME_LONG_Z
XSDDATETIME_OFFSETXSD Time (Offset): yyyy-mm-ddThh:mm:ss[+-]hh:mm [ext.] XSDDATETIME_OFFSETCHAR18XSDDATETIME_OFFSET
XSDDATETIME_ZXSD Time (UTC): yyyy-mm-ddThh:mm:ssZ [ext.] XSDDATETIME_ZDEC15XSDDATETIME_Z
XSDDURATION_ISOxsd:duration XSDDURATION_ISOCHAR20XSDDURATION_ISO
XSDLANGUAGEXSD Language Key (Double-Digit): SS [ext.] XSDLANGUAGELANG1ISOLAXSDLANGUAGESPRH_T002
XSDQNAMEXSD QName: prefix:name [ext.] XSDQNAMESTRG0XSDQNAME
XSDTIME_ISOxsd:time XSDTIME_ISOCHAR22XSDTIME_ISO
XSDTIME_TXSD Time: hh:mm:ss[.sss] [ext.] XSDTIME_TTIMS6XSDTIME_T
XSDUUID_CHARXSD UUID: hhhhhhhh-hhhh-hhhh-hhhh-hhhhhhhhhhhh [ext.] XSDUUID_CHARCHAR32XSDUUID_CHAR
XSDUUID_RAWXSD UUID: hhhhhhhh-hhhh-hhhh-hhhh-hhhhhhhhhhhh [ext.] XSDUUID_RAWRAW16XSDUUID_RAW

Key field Non-key field



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

As SEWS_REF_TYPES 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 SEWS_REF_TYPES as there is no data to select.

How to access SAP table SEWS_REF_TYPES

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