TDS_LWMOS_DOCUMENT SAP (Mobile: Document Data) Structure details

Dictionary Type: Structure
Description: Mobile: Document Data




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




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

TDS_LWMOS_DOCUMENT 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: Document 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_DOCUMENT TYPE TDS_LWMOS_DOCUMENT.

The TDS_LWMOS_DOCUMENT table consists of various fields, each holding specific information or linking keys about Mobile: Document Data data available in SAP. These include BSTKD (Customer purchase order number), AUART (Sales Document Type), TRVOG (Transaction group), VBTYP (SD document category).. 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_DOCUMENT 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 and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
BSTKDCustomer purchase order number BSTKDCHAR35BSTKD
AUARTSales Document Type AUARTCHAR4Assigned to domainAUARTAUARTAAT
TRVOGTransaction group TRVOGCHAR1TRVOGVTV
VBTYPSD document category VBTYPCHAR1VBTYP
AUDATDocument Date (Date Received/Sent) AUDATDATS8DATUM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZETEntry time ERZETTIMS6UZEIT
VDATURequested delivery date EDATU_VBAKDATS8DATUM
NETWRNet Value of the Sales Order in Document Currency NETWR_AKCURR15(2) WERTV8
NETWR_EXTValue Field (external, length 21) TDD_LWMOS_EXTVAL21CHAR21DOM_LWMOS_EXTVAL21
WAERKSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
CURR_ISOISO currency code ISOCDCHAR3ISOCD
SHSTKShipping 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
KUNAGSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
KUNAG_ADRNRAddress ADRNRCHAR10Assigned to domainALPHAADRNR
KUNAG_NAMEName 1 AD_NAME1CHAR40TEXT40
KUNAG_STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
KUNAG_HOUSENOHouse Number AD_HSNM1CHAR10TEXT10
KUNAG_STREETNOAddress line LINESCHAR80LINES
KUNAG_CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
KUNAG_PCODECity postal code AD_PSTCD1CHAR10CHAR10
KUNAG_REGIONSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
KUNAG_COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
KUNAG_COUNTRY_ISOCountry ISO code INTCACHAR2INTCAF4_INTCA
KUNAG_TELNOFirst telephone number TELF1CHAR16TEXT16
KUNAG_FAXNOFax Number TELFXCHAR31TEXT31
KUNAG_MOBNOFirst Mobile Telephone No.: Dialing Code + Number AD_MBNMBR1CHAR30CHAR30
KUNAG_EMAILE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR

Key field Non-key field



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

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

How to access SAP table TDS_LWMOS_DOCUMENT

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