DIA_PERMIT SAP (Dialog structure for permits) Structure details

Dictionary Type: Structure
Description: Dialog structure for permits




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




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

DIA_PERMIT 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 "Dialog structure for permits" 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_DIA_PERMIT TYPE DIA_PERMIT.

The DIA_PERMIT table consists of various fields, each holding specific information or linking keys about Dialog structure for permits data available in SAP. These include MANDT (Client), SOGEN (Permit Key), GNTYP (Permit Category), KZLTX (Long Text for Permit).. 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: Can be enhanced (character-type)


SAP DIA_PERMIT 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
MANDTClient MANDTCLNT3T000MANDT
SOGENPermit Key PMSOGCHAR10Assigned to domainPMSOG
GNTYPPermit Category GNTYPCHAR1T352TGNTYP
KZLTXLong Text for Permit KZLTGCHAR1XFELD
K_AFIndicator: Valid for Order Release K_AFCHAR1G_ERROR
K_AAIndicator: Valid for Order Completion K_AACHAR1G_ERROR
K_DRUCKPrintout of Permit Papers K_DRUCKCHAR1X
K_NODELChangeability of Permits K_NODELCHAR1X
K_CLASSOnly Internally for View Maintenance: Classification Exists K_CLASSCHAR1XFELD
K_SPERRUsage Block for Permits K_SPERRCHAR1X
K_RESTRICTRestriction of Usage K_RESTRICTCHAR1K_RESTRICT
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
GNTXTPermit Text GNTXTCHAR30TEXT30
ALERTTraffic Light Icon: Status of Permit Classification CLASSALERTCHAR132SYCHAR132

Key field Non-key field



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

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

How to access SAP table DIA_PERMIT

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