/DSD/SL_TCSTAMAP SAP (DSD Route Settlement:Document Ctrl.Customer Sales Trans.Type) Table details

Dictionary Type: Table
Description: DSD Route Settlement:Document Ctrl.Customer Sales Trans.Type




ABAP Code to SELECT data from /DSD/SL_TCSTAMAP
Related tables to /DSD/SL_TCSTAMAP
Access table /DSD/SL_TCSTAMAP




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

/DSD/SL_TCSTAMAP is a standard SAP Table which is used to store DSD Route Settlement:Document Ctrl.Customer Sales Trans.Type data and is available within R/3 SAP systems depending on the version and release level.

The /DSD/SL_TCSTAMAP table consists of various fields, each holding specific information or linking keys about DSD Route Settlement:Document Ctrl.Customer Sales Trans.Type data available in SAP. These include SL_TYP (DSD Route Settlement: Settlement Type), CSTATYPE (DSD Route Settlement: Customer Sales Transaction Type), EXTEND_EXIST (DSD Route Settlement: Extend Existing Document), RESET_BILL_LOCK (DSD Route Settlement: Reset Billing Block).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP /DSD/SL_TCSTAMAP table 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
CLIENTClient MANDTCLNT3T000MANDT
SL_TYPDSD Route Settlement: Settlement Type /DSD/SL_TYPCHAR2/DSD/SL_TSLTYP/DSD/SL_TYP/DSD/SL_TYP
CSTATYPEDSD Route Settlement: Customer Sales Transaction Type /DSD/SL_CS_TA_TYPECHAR2/DSD/SL_TCSTATYP/DSD/SL_CS_TA_TYPE
EXTEND_EXISTDSD Route Settlement: Extend Existing Document /DSD/SL_CS_TA_EXTENDCHAR1/DSD/HH_CHECKBOX
RESET_BILL_LOCKDSD Route Settlement: Reset Billing Block /DSD/SL_RESET_BILLING_LOCKCHAR1/DSD/HH_CHECKBOX
QUANT_DET_PROCDSD Final Settlement: Method of Quantity Determination /DSD/SL_QUANT_DETERM_PROCEDURECHAR1/DSD/SL_QUANT_DETERM_PROCEDURE
BOM_EXPLOSIONDSD Final Settlement: BOM Explosion for New Document /DSD/SL_DO_BOM_EXPLOSIONCHAR1/DSD/SL_DO_BOM_EXPLOSION
DOC_MAPDSD Route Settlement: Mapping Type /DSD/SL_DOC_MAPCHAR2/DSD/SL_DOC_MAP
LFARTDelivery Type LFARTCHAR4TVLKLFARTALT
VWPOSItem usage VWPOSCHAR4TVVWVWPOS
AUARTSales Document Type AUARTCHAR4TVAKAUARTAUARTAAT
PSGRPApplication CAPIDCHAR4TC04CAPIDCSA

Key field Non-key field



How do I retrieve data from SAP table /DSD/SL_TCSTAMAP using ABAP code

The following ABAP code Example will allow you to do a basic selection on /DSD/SL_TCSTAMAP to SELECT all data from the table
DATA: WA_/DSD/SL_TCSTAMAP TYPE /DSD/SL_TCSTAMAP.

SELECT SINGLE *
FROM /DSD/SL_TCSTAMAP
INTO CORRESPONDING FIELDS OF WA_/DSD/SL_TCSTAMAP
WHERE...

How to access SAP table /DSD/SL_TCSTAMAP

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