SZAD_FIELD SAP (Reference Structures of Package SZAD) Structure details

Dictionary Type: Structure
Description: Reference Structures of Package SZAD




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




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

SZAD_FIELD 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 Structures of Package SZAD" 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_SZAD_FIELD TYPE SZAD_FIELD.

The SZAD_FIELD table consists of various fields, each holding specific information or linking keys about Reference Structures of Package SZAD data available in SAP. These include SCREENTYPE (Screen type: Full screen (F), Popup (P), Sub-screen (S)), HANDLE (Handle for Creating Addresses/Persons (Bus. Addr. Services)), INDEX (Iternal table index), RETURNCODE (Return code: Address data check error (E,W,I, SPACE)).. 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 SZAD_FIELD 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
MAINT_MODEMaintenance operation mode AD_MNTMDCHAR8AD_MNTMD
SCREENTYPEScreen type: Full screen (F), Popup (P), Sub-screen (S) AD_SCRTYPECHAR1AD_SCRTYPE
HANDLEHandle for Creating Addresses/Persons (Bus. Addr. Services) AD_HANDLECHAR140TEXT140
INDEXIternal table index AD_INDEXINT410INT4
RETURNCODEReturn code: Address data check error (E,W,I, SPACE) AD_RETCODECHAR1AD_RCERROR
RC_READAddress data read return code AD_RCREADCHAR1CHAR1
RC_CHECKAddress data check return code (yes-no) AD_RCCHECKCHAR1CHAR1
RC_ERRORSReturn code: Address data check error (E,W,I, SPACE) AD_RCERRORCHAR1AD_RCERROR
RC_CHANGEAddress data change return code AD_RCCHNGECHAR1CHAR1
UPDATEFLAGAddress transfer structure change flag AD_UPDFLAGCHAR1AD_UPDFLAG
TABLE_TYPETable COMM_TABLE structure name AD_TABTYPECHAR30Assigned to domainAS4TAB
FLAGCheckbox XFELDCHAR1XFELD
CHECK_TYPEParameter: Test type AD_CHCKTYPCHAR1CHAR1
CHECK_REFParameter: address or personal use AD_CHCKREFCHAR1CHAR1
OBJECTTYPEObject type (Address, Person or Assignment) AD_OBJTYPECHAR1CHAR1
POSITIONPosition of an address in a list AD_POSITIOCHAR10CHAR10
ADDR_TYPEAddress type (1=Organization, 2=Person, 3=Contact person) AD_ADRTYPECHAR1AD_ADRTYPE
ADDR_SHORTOne-line short form of formatted address AD_LINE_SCHAR80CHAR80
ADDR_DCShort form of the formatted address for the data medium AD_LINE_DCCHAR80CHAR80
SEND_CNTRYSender country for address formatting AD_CTRY_FRCHAR3Assigned to domainLAND1
PRIORITYAddress formatting line priority AD_PRIORCHAR25CHAR25
STREETPRIOFlag: Street has priority over PO box AD_STRPRIOCHAR1AD_STRPRIO
STR_POBOXFlag: Street address (S) or PO Box address (P) AD_STRPBOXCHAR1AD_STRPBOX
DELIV_TYPEAddress format delivery type AD_DLVTYPECHAR1AD_DLVTYPE
OBJECT_TPAddress owner object type AD_OWNERTPCHAR10TOJTBOJ_NAME
OBJECT_TP1Owner object type AD_OWNERT1CHAR10TOJTBOJ_NAME
OBJECT_TP2Contact person reference object type AD_OWNERT2CHAR10TOJTBOJ_NAME
OBJECT_KEYAddress owner object ID AD_OBJKEYCHAR70SWO_TYPEID
OBJECT_KE1Owner object ID AD_OBJKEY1CHAR70SWO_TYPEID
OBJECT_KE2Contact person reference object ID AD_OBJKEY2CHAR70SWO_TYPEID
CMP_TXTCompany address, cross-system key AD_CMP_TXTCHAR42AD_CMP_TXT
VERS_MAINTAddress Version Maintained AD_VER_MNTCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table SZAD_FIELD

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