S430 SAP (SIS: (OIL-TSW) Sales document statistics by TSW object) Table details

Dictionary Type: Table
Description: SIS: (OIL-TSW) Sales document statistics by TSW object




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




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

S430 is a standard SAP Table which is used to store SIS: (OIL-TSW) Sales document statistics by TSW object data and is available within R/3 SAP systems depending on the version and release level.

The S430 table consists of various fields, each holding specific information or linking keys about SIS: (OIL-TSW) Sales document statistics by TSW object data available in SAP. These include SSOUR (Statistic(s) origin), VRSIO (Version number in the information structure), TSYST (Transport system), LOCID (Location ID).. 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 S430 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
SSOURStatistic(s) origin SSOURCHAR4SSOUR
VRSIOVersion number in the information structure VRSIOCHAR3P44VVRSIOMCV
TSYSTTransport system OIJ_TSYSTCHAR10OIJTSOIJ_TSYSTOIW
LOCIDLocation ID OIJ_LOCIDCHAR10OIJLOCOIJ_LOCIDOIX
VBELNSales and Distribution Document Number VBELNCHAR10VBUKALPHAVBELNAUN
POSNRItem number of the SD document POSNRNUMC6VBUPPOSNR
ETENRDelivery Schedule Line Number ETENRNUMC4VBEPETENR
VWDATPointer to administrative data VWDATNUMC10VWDAT
STWAEStatistics currency STWAECUKY5TCURCWAERS
BASMEBase unit of measure for BOM BASMEUNIT3T006CUNITMEINS
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
KUNWEShip-to party KUNWECHAR10KNA1ALPHAKUNNR
KUNAGSold-to party KUNAGCHAR10KNA1ALPHAKUNNRVAG
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
AENETWRNet value of incoming orders MC_AENETWRCURR19(2) WERTV10
AEMENGEIncoming orders quantity MC_AEMENGEQUAN15(3) MENGV15_3
RENETWRNet value of incoming returns MC_RENETWRCURR19(2) WERTV10
REMENGEReturns Quantity MC_REMENGEQUAN15(3) MENGV15_3
OAUWEOpen net value of orders MC_OAUWECURR19(2) WERTV10
OAUMEOpen orders quantity in base unit of measure MC_OAUMEQUAN15(3) MENGV15_3
ERDATDate on Which Record Was Created ERDATDATS8DATUM
AEDATChanged On AEDATDATS8DATUM
WADATPlanned goods movement date WADAKDATS8DATUM
EDATUSchedule line date EDATUDATS8DATUM
VKTRAMode of transport VKTRACHAR2TVTRVKTRA
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
OIJMTIOIL-TSW: TSW mode of transport indicator OIJ_TSWMTICHAR1OIJ_TSWMTI
CHARGBatch / Valuation type OIJ_CHARGCHAR10Assigned to domainCHARGCHA
VBTYPTSW Details document type OIJ_EL_VBTYPCHAR1OIJ_EL_VBTYP
NMSHIPPERShipper OIJ_SHIPNRCHAR10Assigned to domainALPHALIFNR
NMCARRIERTransport system Carrier OIJ_CARRNRCHAR10Assigned to domainALPHALIFNR
UNLIMITEDIndicator: Unlimited Overdelivery Allowed UEBTKCHAR1XFELD
ITBOTOLQuantity tolerance over (percentage) OIJ_BOTOLDEC4(1) DEC3_1
ITBUTOLQuantity tolerance under (%) OIJ_BUTOLDEC4(1) DEC3_1
PLANLOCLocation ID OIJ_LOCIDCHAR10Assigned to domainOIJ_LOCIDOIX
PARTNRLocation Partner OIJ_PARTNRCHAR10ALPHAOIJ_PARTNR
CONPATContract Partner OIJ_CONPATCHAR10ALPHAOIJ_PARTNR
FROMDATEOIL-TSW: Deal validity From date OIJ_FROMDATEDATS8DATUM
TODATEOIL-TSW: Deal validity To date OIJ_TODATEDATS8DATUM
SOLDTOCustomer Sold-to or Vendor OIJ_SOLDTOCHAR10ALPHAOIJ_SOLDTO

Key field Non-key field



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

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

SELECT SINGLE *
FROM S430
INTO CORRESPONDING FIELDS OF WA_S430
WHERE...

How to access SAP table S430

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