WPSTRUC SAP (POS interface: general field descriptions for download) Structure details

Dictionary Type: Structure
Description: POS interface: general field descriptions for download




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




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

WPSTRUC 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 "POS interface: general field descriptions for download" 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_WPSTRUC TYPE WPSTRUC.

The WPSTRUC table consists of various fields, each holding specific information or linking keys about POS interface: general field descriptions for download data available in SAP. These include VKORG (Sales Organization), VTWEG (Distribution Channel), FILIA (POS interface: 10-figure store number), DATUM (POS interface: date).. 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 WPSTRUC 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
MODUSPOS interface: mode flag for various applications WJDPOSMODECHAR1SYCHAR01
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
FILIAPOS interface: 10-figure store number WJDPOSFILCHAR4Assigned to domainWERKS
DATUMPOS interface: date WJDPOSDATDATS8DATUM
DATABGeneral 'From date' for IS-R WJDPOSDAT2DATS8DATUM
DATBIGeneral 'To date' for IS-R WJDPOSDAT3DATS8DATUM
COUNTERPOS interface: 4-figure numerator WJDPOSCNT4NUMC4WJDPOSCNT4
PT_REORGPointer reorg. for changes WJDPTREORGCHAR1X
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
KUNNRNumber POSPERSNRCHAR25CHAR25
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
CNTPOS interface: 10-figure numerator WJDPOSCNTINT410WJDPOSCNT
LOEDATPOS interface: deletion date for status tracking WJDPOSDAT1DATS8DATUM
PARALLELIndicator: Parallel preparation WJDPARALCHAR1X
SERVERGRPName of Logon/Server Group for Parallel Processing WJDSERVERGRPCHAR20RZLLITABRZLLI_ACN
COUNTER6POS interface: 6-figure counter WJDPOSCNT6NUMC6WJDPOSCNT6
COND_INDEXConditon analysis using condition document index WJDCONDINDEXCHAR1X
FILSGRPSIZEPOS Outbound: Number of Stores per Parallel Task WJDFILSGRPSIZENUMC2WJDFILSGRPSIZE
TEXT11POS Outbound: General Text Field Length 11 WJDTEXT11CHAR11CHAR11
TEXT18POS Outbound: General Text Field Length 18 WJDTEXT18CHAR18CHAR18

Key field Non-key field



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

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

How to access SAP table WPSTRUC

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