WSTN_DELV_PHASES_CONTEXT SAP (Dialog structure for the context of delv. phases maintenance) Structure details

Dictionary Type: Structure
Description: Dialog structure for the context of delv. phases maintenance




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




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

WSTN_DELV_PHASES_CONTEXT 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 the context of delv. phases maintenance" 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_WSTN_DELV_PHASES_CONTEXT TYPE WSTN_DELV_PHASES_CONTEXT.

The WSTN_DELV_PHASES_CONTEXT table consists of various fields, each holding specific information or linking keys about Dialog structure for the context of delv. phases maintenance data available in SAP. These include ASORT (Assortment), FILGRP (Store Group), SBELN (No. of allocation rule), MATNR (Material Number).. 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 WSTN_DELV_PHASES_CONTEXT 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
VZWRKDistribution center as plant VZWRKCHAR4Assigned to domainWERKSVZW
ASORTAssortment ASORTCHAR10Assigned to domainALPHAASORTWSTWSOR
FILGRPStore Group WISP_FILGRPNUMC2Assigned to domainWISP_FILGRP
SBELNNo. of allocation rule SBELNCHAR10Assigned to domainALPHASBELNBLN
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
TOT_PERCENTTotal share of delivery phase in percent GPROZNUMC3NUMC3
APPLY_TO_RESTCheckbox: Apply Delivery Phase to All Selected Lines WSTN_APPLY_TO_SELECTIONCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table WSTN_DELV_PHASES_CONTEXT

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