S010 SAP (Communications Table: SD -> Cash Management and Forecast) Structure details

Dictionary Type: Structure
Description: Communications Table: SD -> Cash Management and Forecast




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




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

S010 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 "Communications Table: SD -> Cash Management and Forecast" 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_S010 TYPE S010.

The S010 table consists of various fields, each holding specific information or linking keys about Communications Table: SD -> Cash Management and Forecast data available in SAP. These include SSOUR (Statistic(s) origin), VRSIO (Version number in the information structure), SPMON (Period to analyze - month), SPTAG (Period to analyze - current date).. 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 or numeric)


SAP S010 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
SSOURStatistic(s) origin SSOURCHAR4SSOUR
VRSIOVersion number in the information structure VRSIOCHAR3Assigned to domainVRSIOMCV
SPMONPeriod to analyze - month SPMONNUMC6PERIMCPERIOD
SPTAGPeriod to analyze - current date SPTAGDATS8DATUM
SPWOCPeriod to analyze - week SPWOCNUMC6PERIMCPERIOD
SPBUPPeriod to analyze - posting period SPBUPNUMC6PERIMCPERIOD
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
ETENRDelivery Schedule Line Number ETENRNUMC4Assigned to domainETENR
ALTNEUStatistics update indicator (post in/post out) SUPKZCHAR1SUPKZ
PERIVFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
VBTYPSD document category VBTYPCHAR1VBTYP
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
WAERKSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
KUNAGSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
KUNRGPayer KUNRGCHAR10Assigned to domainALPHAKUNNR
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
ZLSCHPayment Method DZLSCHCHAR1Assigned to domainZLSCH
FKDATBilling date for billing index and printout FKDATDATS8DATUM
FBUDADate on which services rendered FBUDADATS8DATUM
KURSKExchange Rate for Price Determination KURSKDEC9(5) EXCRTKURRF
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
VGBELDocument number of the reference document VGBELCHAR10Assigned to domainALPHAVBELN
VGPOSItem number of the reference item VGPOSNUMC6Assigned to domainPOSNR
AUBELSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
AUPOSSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
NETTOWERTNet value of the order item in document currency NETWR_APCURR15(2) WERTV8
POSMENGECumulative Order Quantity in Sales Units KWMENGQUAN15(3) MENG15
ABSTARelease status (current release, old release) ABSTACHAR1ABSTA
ERLMENGE_LCompleted quantity (delivery) ERLMENGE_LQUAN13(3) MENG13
ERLMENGE_FInvoiced quantity in basic unit of measure ERLMENGE_FQUAN13(3) MENG13
FAKLMENGInvoiced delivery quantity in base unit of measure FAKLMENGQUAN13(3) MENG13
SKONTOCash management and forecast: cash discount MC_SKONTOCURR19(2) WERTV10
STEUERNCash management and forecast: taxes MC_STEUERCURR19(2) WERTV10
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
EDATUSchedule line date EDATUDATS8DATUM
BESTMENGEConfirmed Quantity BMENGQUAN13(3) MENG13
WADATGoods Issue Date WADATDATS8DATUM
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
VBOBJSD document object VBOBJCHAR1VBOBJ
FAREGRule in billing plan/invoice plan FAREGCHAR1FAREG
FKTYPBilling category FKTYPCHAR1FKTYP

Key field Non-key field



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

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

How to access SAP table S010

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