CACS_S_SD SAP (Sales Documents Fields for ICM) Structure details

Dictionary Type: Structure
Description: Sales Documents Fields for ICM




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




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

CACS_S_SD 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 Documents Fields for ICM" 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_CACS_S_SD TYPE CACS_S_SD.

The CACS_S_SD table consists of various fields, each holding specific information or linking keys about Sales Documents Fields for ICM data available in SAP. These include AUDAT (Document Date), AUFNR (Order Number), AUGRU (Order Reason), AUPOS (Sales Document 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 CACS_S_SD 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
AUBELSales Document Number CAXSD0_AUBELCHAR10ALPHACAXSD0_AUBEL
AUDATDocument Date CAXSD0_AUDATDATS8CAXSD0_AUDAT
AUFNROrder Number CAXSD0_AUFNRCHAR12ALPHACAXSD0_AUFNR
AUGRUOrder Reason CAXSD0_AUGRUCHAR3CAXSD0_AUGRU
AUPOSSales Document Item CAXSD0_AUPOSNUMC6CAXSD0_AUPOS
BRSCHIndustry Key CAXSD0_BRSCHCHAR4CAXSD0_BRSCH
ERDATCreation Date CAXSD0_ERDATDATS8CAXSD0_ERDAT
KUNAGSold-to Party CAXSD0_KUNAGCHAR10ALPHACAXSD0_KUNAG
KUNNRSold-to Party CAXSD0_KUNNRCHAR10ALPHACAXSD0_KUNNR
LGORTStorage Location CAXSD0_LGORTCHAR4CAXSD0_LGORT
LIFNRAccount Number of Vendor or Creditor CAXSD0_LIFNRCHAR10ALPHACAXSD0_LIFNR
MATNRMaterial Number CAXSD0_MATNRCHAR18MATN1CAXSD0_MATNR
NETWRNet Value CAXSD0_NETWRCURR15(2) CAXSD0_NETWR
POSNRItem Number CAXSD0_POSNRNUMC6CAXSD0_POSNR
PSTYVSales Document Item Category CAXSD0_PSTYVCHAR4CAXSD0_PSTYV
SPARTSales Division CAXSD0_SPARTCHAR2CAXSD0_SPART
VBELNSales Document Number CAXSD0_VBELNCHAR10ALPHACAXSD0_VBELN
VBTYPSales Document Category CAXSD0_VBTYPCHAR1CAXSD0_VBTYP
VKBURSales Office CAXSD0_VKBURCHAR4CAXSD0_VKBUR
VKGRPSales Group CAXSD0_VKGRPCHAR3CAXSD0_VKGRP
VKORGSales Organization CAXSD0_VKORGCHAR4CAXSD0_VKORG
VRKMESales Unit CAXSD0_VRKMEUNIT3CUNITCAXSD0_VRKME
VTWEGDistribution Channel CAXSD0_VTWEGCHAR2CAXSD0_VTWEG
WAERKSales Document Currency CAXSD0_WAERKCUKY5CAXSD0_WAERK
WERKSPlant CAXSD0_WERKSCHAR4CAXSD0_WERKS

Key field Non-key field



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

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

How to access SAP table CACS_S_SD

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