AD04KSUA SAP (Assessment preprocessor: assign CostElem to StKeyFigures) Table details

Dictionary Type: Table
Description: Assessment preprocessor: assign CostElem to StKeyFigures




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




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

AD04KSUA is a standard SAP Table which is used to store Assessment preprocessor: assign CostElem to StKeyFigures data and is available within R/3 SAP systems depending on the version and release level.

The AD04KSUA table consists of various fields, each holding specific information or linking keys about Assessment preprocessor: assign CostElem to StKeyFigures data available in SAP. These include KOKRS (Controlling Area), STAGR (Statistical key figure), KAGRU (Cost Element Group), KSTRF (From Cost Element).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP AD04KSUA 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 MANDTCLNT3Assigned to domainMANDT
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
STAGRStatistical key figure STAGRCHAR6Assigned to domainSTAGRSTA
KAGRUCost Element Group KAGRUCHAR15GRPNAMEKAG
KSTRFFrom Cost Element KSTRFCHAR10Assigned to domainALPHAKSTAR
KSTRTTo Cost Element KSTRTCHAR10Assigned to domainALPHAKSTAR
HRKGRSet of origin groups AD04HRKGRCHAR12SETNR
HRKFTF'From' origin ABHRKFTCHAR4Assigned to domainHRKFT
HRKFTT'To' origin account BISHRKFTCHAR4Assigned to domainHRKFT
PAHKOSTpartner object cost center group AD04PAKLGRCHAR12HNAME
PAKOSTLFPartner object Cost center AD04PAKLFRCHAR10Assigned to domainALPHAKOSTL
PAKOSTLTPartner object cost center to AD04PAKLTOCHAR10Assigned to domainALPHAKOSTL
PAHLSTAPartner object activity type group AD04PAATGRCHAR12HNAME
PARELSTFPartner object activity type AD04PAATFRCHAR10Assigned to domainALPHAKOSTL
PARELSTTPartner object activity type AD04PAATTOCHAR10Assigned to domainALPHAKOSTL
ORHKOSTOrigin object cost center group AD04ORKLGRCHAR12HNAME
ORKOSTLFOrigin object cost center AD04ORKLFRCHAR10Assigned to domainALPHAKOSTL
ORKOSTLTOrigin object cost center AD04ORKLTOCHAR10Assigned to domainALPHAKOSTL
ORHLSTAOrigin object activity type group AD04ORATGRCHAR12HNAME
ORRELSTFOrigin object activity type AD04ORATFRCHAR6Assigned to domainLSTAR
ORRELSTTOrigin object activity type AD04ORATTOCHAR6Assigned to domainLSTAR
STGRSWSwitch for processing st.k.figs. from costs AD04STGRSWCHAR1AD04STGRSW
WBSRLWBS level for rollup AD04STUFEINT13INT1

Key field Non-key field



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

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

SELECT SINGLE *
FROM AD04KSUA
INTO CORRESPONDING FIELDS OF WA_AD04KSUA
WHERE...

How to access SAP table AD04KSUA

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