/SPE/RET_DIA SAP (Structure for dialog processing of returns data) Structure details

Dictionary Type: Structure
Description: Structure for dialog processing of returns data




ABAP Code to SELECT data from /SPE/RET_DIA
Related tables to /SPE/RET_DIA
Access table /SPE/RET_DIA




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

/SPE/RET_DIA 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 "Structure for dialog processing of returns data" 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_/SPE/RET_DIA TYPE /SPE/RET_DIA.

The /SPE/RET_DIA table consists of various fields, each holding specific information or linking keys about Structure for dialog processing of returns data data available in SAP. These include APP_QTY (Approved Quantity), REC_QTY (Received Quantity), OPEN_QTY (Quantity which can still be returned), VRKME (Sales unit).. 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 or numeric)


SAP /SPE/RET_DIA 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
ACC_QTYAccepted Quantity /SPE/RET_ACC_QTYQUAN13(3) MENG13
APP_QTYApproved Quantity /SPE/RET_APP_QTYQUAN13(3) MENG13
REC_QTYReceived Quantity /SPE/RET_REC_QTYQUAN13(3) MENG13
OPEN_QTYQuantity which can still be returned /SPE/RET_OPEN_QTYQUAN13(3) MENG13
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
VLSTK_DESCExplanatory short text DDTEXTCHAR60DDTEXT
SELECTSelection flag SELKZCHAR1SELKZ
ORIG_VBELNDocument number of original delivery /SPE/RET_ORIG_VBELNCHAR10Assigned to domainALPHAVBELN
ORIG_POSNRItem number of original delivery /SPE/RET_ORIG_POSNRNUMC6Assigned to domainPOSNR
EXPBEG_DATEStart date of validity period of returns delivery /SPE/RET_EXPIRY_DATE_BEGINDATS8DATS
EXPBEG_TIMEStart time of validity period of returns delivery /SPE/RET_EXPIRY_TIME_BEGINTIMS6TIME
EXPIRY_DATEEnd date of validity period of returns delivery /SPE/RET_EXPIRY_DATEDATS8DATS
EXPIRY_TIMEEnd time of validity period of returns delivery /SPE/RET_EXPIRY_TIMETIMS6TIME
FOLLOW_UPDefault Follow-Up Activity Code /SPE/RET_FOLLOW_UPCHAR4/SPE/RET_FOLLOW_UP
SOURCE_EXIDVSource/Target handling unit (external ID) /SPE/RET_SRC_EXIDVCHAR20ALPHAEXIDV
SOURCE_DLV_NOSource delivery number /SPE/RET_SRC_DLV_NOCHAR10Assigned to domainALPHAVBELN
SOURCE_DLV_ITEMSource delivery item /SPE/RET_SRC_DLV_ITEMNUMC6Assigned to domainPOSNR
RET_CATReturns Category /SPE/RET_SCENARIO_IDENTCHAR1/SPE/RET_SCENARIO_IDENT
RET_CAT_DESCExplanatory short text DDTEXTCHAR60DDTEXT
ACC_APP_DESCExplanatory short text DDTEXTCHAR60DDTEXT
SHP_INF_DESCExplanatory short text DDTEXTCHAR60DDTEXT

Key field Non-key field



How do I retrieve data from SAP structure /SPE/RET_DIA using ABAP code?

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

How to access SAP table /SPE/RET_DIA

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