S523 SAP () Table details

Dictionary Type: Table
Description:




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




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

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

The S523 table consists of various fields, each holding specific information or linking keys about data available in SAP. These include SPMON (Period to analyze - month), KUNNR (Sold-to party), VKORG (Sales Organization), VTWEG (Distribution Channel).. 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: Not classified


SAP S523 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
SPMONPeriod to analyze - month SPMONNUMC6PERIMCPERIOD
KUNNRSold-to party KUNAGCHAR10KNA1ALPHAKUNNRVAG
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVKOVVTWEGVTWC_VTWEG
PRODH1Standard data element PRODH1 PRODH1CHAR5PRODH1
PRODH2Standard data element PRODH2 PRODH2CHAR5PRODH2
PRODH3Standard data element PRODH3 PRODH3CHAR8PRODH3
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
VRSIOVersion number in the information structure VRSIOCHAR3Assigned to domainVRSIOMCV
SPTAGPeriod to analyze - current date SPTAGDATS8DATUM
SPWOCPeriod to analyze - week SPWOCNUMC6PERIMCPERIOD
SPBUPPeriod to analyze - posting period SPBUPNUMC6PERIMCPERIOD
SSOURStatistic(s) origin SSOURCHAR4SSOUR
PERIVFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
VWDATPointer to administrative data VWDATNUMC10VWDAT
STWAEStatistics currency STWAECUKY5TCURCWAERS
BASMEBase Unit of Measure MEINSUNIT3T006CUNITMEINS
AENETWRNet value of incoming orders MC_AENETWRCURR19(2) WERTV10
UMNETWRNet value of invoiced sales MC_UMNETWRCURR19(2) WERTV10
OAUWEOpen net value of orders MC_OAUWECURR19(2) WERTV10
RENETWRNet value of incoming returns MC_RENETWRCURR19(2) WERTV10
GUNETWRNet value of credit memos MC_GUNETWRCURR19(2) WERTV10
AEMENGEIncoming orders quantity MC_AEMENGEQUAN15(3) MENGV15_3
UMMENGESales quantity MC_UMMENGEQUAN15(3) MENGV15_3
OAUMEOpen orders quantity in base unit of measure MC_OAUMEQUAN15(3) MENGV15_3
REMENGEReturns Quantity MC_REMENGEQUAN15(3) MENGV15_3
GUMENGECredit memos quantity MC_GUMENGEQUAN15(3) MENGV15_3
ANZAUPOSNumber of order items MC_ANZAUPODEC9MCZAEHLER
ANZREPOSNo.of returns items MC_ANZREPODEC9MCZAEHLER

Key field Non-key field



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

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

SELECT SINGLE *
FROM S523
INTO CORRESPONDING FIELDS OF WA_S523
WHERE...

How to access SAP table S523

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