TDS_LWMOS_SDOC_ITEM SAP (Mobile: Sales Document Item Data) Structure details

Dictionary Type: Structure
Description: Mobile: Sales Document Item Data




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




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

TDS_LWMOS_SDOC_ITEM 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 "Mobile: Sales Document Item 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_TDS_LWMOS_SDOC_ITEM TYPE TDS_LWMOS_SDOC_ITEM.

The TDS_LWMOS_SDOC_ITEM table consists of various fields, each holding specific information or linking keys about Mobile: Sales Document Item Data data available in SAP. These include POSNR (Sales Document Item), MATNR (Material Number), ARKTX (Short text for sales order item), ABGRU (Reason for rejection of quotations and sales orders).. 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 TDS_LWMOS_SDOC_ITEM 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
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
ARKTXShort text for sales order item ARKTXCHAR40TEXT40
ABGRUReason for rejection of quotations and sales orders ABGRUCHAR2ABGRU
SHSTAShipping Status TDD_LWMOS_SHSTACHAR1DOM_LWMOS_SHSTA
OVSTA_CODEOverall Status TDD_LWMOS_OVSTACHAR2DOM_LWMOS_OVSTA
OVSTA_TEXTStatus Text TDD_LWMOS_STATUS_TEXTCHAR40TEXT40
OVSTA_SVTYStatus Severity TDD_LWMOS_STATUS_SEVERITYCHAR2DOM_LWMOS_STATUS_SEVERITY
OVSTA_REASStatus Text TDD_LWMOS_STATUS_TEXTCHAR40TEXT40
KWMENGCumulative Order Quantity in Sales Units KWMENGQUAN15(3) MENG15
KBMENGCumulative confirmed quantity in sales unit KBMENGQUAN15(3) MENG15
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
UMVKZNumerator (factor) for conversion of sales quantity into SKU UMVKZDEC5UMBSZ
UMVKNDenominator (Divisor) for Conversion of Sales Qty into SKU UMVKNDEC5UMBSN
KWMENG_EXTValue Field (external, length 19) TDD_LWMOS_EXTVAL19CHAR19DOM_LWMOS_EXTVAL19
KBMENG_EXTValue Field (external, length 19) TDD_LWMOS_EXTVAL19CHAR19DOM_LWMOS_EXTVAL19
CGIQTYCumulative Goods Issue Quantity in Sales Unit TDD_LWMOS_CGIQTY_SUQUAN15(3) MENG15
CGIQTY_EXTValue Field (external, length 19) TDD_LWMOS_EXTVAL19CHAR19DOM_LWMOS_EXTVAL19
OGIQTYOpen Goods Issue Quantity in Sales Unit TDD_LWMOS_OGIQTY_SUQUAN15(3) MENG15
OGIQTY_EXTValue Field (external, length 19) TDD_LWMOS_EXTVAL19CHAR19DOM_LWMOS_EXTVAL19
GIDATE_LASTDate DATUMDATS8DATUM
CFDATE_LASTDate DATUMDATS8DATUM
POSNR_INT4Natural Number INT4INT410INT4
VRKME_EXT3-Byte field CHAR3CHAR3CHAR3
VRKME_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
VSTELShipping Point/Receiving Point VSTELCHAR4Assigned to domainVSTELVST
VSTEL_TDescription BEZEI30CHAR30TEXT30

Key field Non-key field



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

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

How to access SAP table TDS_LWMOS_SDOC_ITEM

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