RCK50_YS_KAUSW SAP (Costing Key: Material Data) Structure details

Dictionary Type: Structure
Description: Costing Key: Material Data




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




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

RCK50_YS_KAUSW 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 "Costing Key: Material Data" 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_RCK50_YS_KAUSW TYPE RCK50_YS_KAUSW.

The RCK50_YS_KAUSW table consists of various fields, each holding specific information or linking keys about Costing Key: Material Data data available in SAP. These include AENAM (Name of Person Who Changed Object), MTART (Material Type), DISST (Low-Level Code), WERKS (Plant).. 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: Not classified


SAP RCK50_YS_KAUSW 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
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
MTARTMaterial Type MTARTCHAR4Assigned to domainMTARTMTA
DISSTLow-Level Code DISSTCHAR3DISST
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
STLANBOM Usage STLANCHAR1Assigned to domainSTLANCSV
BESKZProcurement Type BESKZCHAR1BESKZMBS
SOBSLSpecial procurement type SOBSLCHAR2Assigned to domainSOBSL
SBDKZDependent requirements ind. for individual and coll. reqmts SBDKZCHAR1SBDKZ
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
SOBSKSpecial Procurement Type for Costing CK_SOBSLCHAR2Assigned to domainSOBSL
BKLASValuation Class BKLASCHAR4Assigned to domainBKLAS
KALKZIndicator: Standard cost estimate for the period KALKZCHAR1XFELD
PPRDZPeriod of Future Standard Cost Estimate CK_PPRDZNUMC3POPERBUP
PDATZFiscal Year of Future Standard Cost Estimate CK_PDATZNUMC4GJAHRGJAHRGEJ
KALKLStandard Cost Estimate for Current Period KALKLCHAR1XFELD
PPRDLPeriod of Current Standard Cost Estimate CK_PPRDLNUMC3POPER
PDATLFiscal Year of Current Standard Cost Estimate CK_PDATLNUMC4GJAHRGJAHR
KALKVIndicator: standard cost estimate for previous period KALKVCHAR1XFELD
PPRDVPeriod of Previous Standard Cost Estimate CK_PPRDVNUMC3POPER
PDATVFiscal Year of Previous Standard Cost Estimate CK_PDATVNUMC4GJAHRGJAHR
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
XFELDCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RCK50_YS_KAUSW

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