TDS_RESULT_STRUCT SAP (SalesDocBasic dummy structure for SMT) Structure details

Dictionary Type: Structure
Description: SalesDocBasic dummy structure for SMT




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




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

TDS_RESULT_STRUCT 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 "SalesDocBasic dummy structure for SMT" 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_RESULT_STRUCT TYPE TDS_RESULT_STRUCT.

The TDS_RESULT_STRUCT table consists of various fields, each holding specific information or linking keys about SalesDocBasic dummy structure for SMT data available in SAP. These include AUART (Sales Document Type), AUART_NAME (Char 20), AUART_LANGUAGE_CODE (Language Key), BSTKD (Customer purchase order 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 (Deep)


SAP TDS_RESULT_STRUCT 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
IDSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
AUARTSales Document Type AUARTCHAR4Assigned to domainAUARTAUARTAAT
AUART_NAMEChar 20 CHAR20CHAR20CHAR20
AUART_LANGUAGE_CODELanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
BSTKDCustomer purchase order number BSTKDCHAR35BSTKD
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VKORG_NAMEChar 20 CHAR20CHAR20CHAR20
VKORG_LANGUAGE_CODELanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
VTWEG_NAMEChar 20 CHAR20CHAR20CHAR20
VTWEG_LANGUAGE_CODELanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
SPART_NAMEChar 20 CHAR20CHAR20CHAR20
SPART_LANGUAGE_CODELanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
VKBURSales Office VKBURCHAR4Assigned to domainVKBURVKB
VKBUR_NAMEChar 20 CHAR20CHAR20CHAR20
VKBUR_LANGUAGE_CODELanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
VKGRPSales Group VKGRPCHAR3Assigned to domainVKGRPVKG
VKGRP_NAMEChar 20 CHAR20CHAR20CHAR20
VKGRP_LANGUAGE_CODELanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
KUNNR_NAMEChar 80 CHAR80CHAR80CHAR80
KUNNR_LANGUAGE_CODELanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
VDATUDate DATUMDATS8DATUM
VPRGRProposed date type PRGRS_VBAKCHAR1PRGRS
VPRGR_NAMEChar 20 CHAR20CHAR20CHAR20
VPRGR_CODE3-Byte field CHAR3CHAR3CHAR3
LIFSKDelivery block (document header) LIFSKCHAR2Assigned to domainLIFSP
LIFSK_NAMECharacter field of length 40 CHAR40CHAR40CHAR40
LIFSK_LANGUAGE_CODELanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
FAKSKBilling block in SD document FAKSKCHAR2Assigned to domainFAKSP
FAKSK_NAMECharacter field of length 40 CHAR40CHAR40CHAR40
FAKSK_LANGUAGE_CODELanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
NET_AMOUNT 0
NET_AMOUNT_CURRENCY_CODECurrency Key WAERS_CURCCUKY5Assigned to domainWAERSFWS
BTD_REFS_TABLE 0

Key field Non-key field



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

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

How to access SAP table TDS_RESULT_STRUCT

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