ADSPCM_SD_SAC SAP (SAC for SD) Table details

Dictionary Type: Table
Description: SAC for SD




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




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

ADSPCM_SD_SAC is a standard SAP Table which is used to store SAC for SD data and is available within R/3 SAP systems depending on the version and release level.

The ADSPCM_SD_SAC table consists of various fields, each holding specific information or linking keys about SAC for SD data available in SAP. These include VBELN (Sales Document), POSNR (Sales Document Item), ETENR (Delivery Schedule Line Number), SAC (Status/Advice Code).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP ADSPCM_SD_SAC 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
MANDTClient MANDTCLNT3T000MANDT
VBELNSales Document VBELN_VACHAR10VBUKALPHAVBELNAUN
POSNRSales Document Item POSNR_VANUMC6VBUPPOSNRAPO
ETENRDelivery Schedule Line Number ETENRNUMC4VBEPETENR
SACStatus/Advice Code ADSPCM_SACCHAR2SPCMGLOSACCHAR2
ACTIVActiv/inactiv Flag ADSPCM_ACTIVCHAR1CHAR01
CREATBYH4 codes for Spec2000M ADSPCM_H4CODESCHAR5CHAR5

Key field Non-key field



How do I retrieve data from SAP table ADSPCM_SD_SAC using ABAP code

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

SELECT SINGLE *
FROM ADSPCM_SD_SAC
INTO CORRESPONDING FIELDS OF WA_ADSPCM_SD_SAC
WHERE...

How to access SAP table ADSPCM_SD_SAC

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