VCSDPOS SAP (Sales Document Item Data from Configuration) Structure details

Dictionary Type: Structure
Description: Sales Document Item Data from Configuration




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




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

VCSDPOS 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 "Sales Document Item Data from Configuration" 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_VCSDPOS TYPE VCSDPOS.

The VCSDPOS table consists of various fields, each holding specific information or linking keys about Sales Document Item Data from Configuration data available in SAP. These include POSNR (Sales Document Item), BRGEW (Gross Weight of the Item), ATAUT01 (Classification: Author), NTGEW (Net Weight of the Item).. 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 VCSDPOS 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
VBELNSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
POSNRSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
BRGEWGross Weight of the Item BRGEW_APQUAN15(3) MENG15
ATAUT01Classification: Author ATAUTCHAR1ATAUT
NTGEWNet Weight of the Item NTGEW_APQUAN15(3) MENG15
ATAUT02Classification: Author ATAUTCHAR1ATAUT
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
ATAUT03Classification: Author ATAUTCHAR1ATAUT
VOLUMVolume of the item VOLUM_APQUAN15(3) MENG15
ATAUT04Classification: Author ATAUTCHAR1ATAUT
VOLEHVolume unit VOLEHUNIT3Assigned to domainCUNITMEINS
ATAUT05Classification: Author ATAUTCHAR1ATAUT
KWMENGCumulative Order Quantity in Sales Units KWMENGQUAN15(3) MENG15
ATAUT06Classification: Author ATAUTCHAR1ATAUT
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
ATAUT07Classification: Author ATAUTCHAR1ATAUT
UMVKZNumerator (factor) for conversion of sales quantity into SKU UMVKZDEC5UMBSZ
ATAUT08Classification: Author ATAUTCHAR1ATAUT
UMVKNDenominator (Divisor) for Conversion of Sales Qty into SKU UMVKNDEC5UMBSN
ATAUT09Classification: Author ATAUTCHAR1ATAUT
ZMENGTarget quantity in sales units DZMENGQUAN13(3) MENG13
ATAUT10Classification: Author ATAUTCHAR1ATAUT
ZIEMETarget quantity UoM DZIEMEUNIT3Assigned to domainCUNITMEINS
ATAUT11Classification: Author ATAUTCHAR1ATAUT
UMZIZFactor for converting sales units to base units (target qty) UMZIZDEC5UMBSZ
ATAUT12Classification: Author ATAUTCHAR1ATAUT
UMZINFactor for converting sales units to base units (target qty) UMZINDEC5UMBSN
ATAUT13Classification: Author ATAUTCHAR1ATAUT
ARKTXShort text for sales order item ARKTXCHAR40TEXT40
ATAUT14Classification: Author ATAUTCHAR1ATAUT
.INCLU--AP 0
MFRGRMaterial freight group MFRGRCHAR8Assigned to domainMFRGR
ATAUT98Classification: Author ATAUTCHAR1ATAUT

Key field Non-key field



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

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

How to access SAP table VCSDPOS

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