CNV_20306_TKA00C SAP (Control parameters for controlling areas) Table details

Dictionary Type: Table
Description: Control parameters for controlling areas




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




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

CNV_20306_TKA00C is a standard SAP Table which is used to store Control parameters for controlling areas data and is available within R/3 SAP systems depending on the version and release level.

The CNV_20306_TKA00C table consists of various fields, each holding specific information or linking keys about Control parameters for controlling areas data available in SAP. These include KOKRS (Controlling Area), GJAHR (Fiscal Year), KOSTS (Cost Center Accounting Active), AUFTR (Order management active).. 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: Not classified


SAP CNV_20306_TKA00C 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
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
KOSTSCost Center Accounting Active CNV_20306_KOSTSCHAR1CNV_20306_RKAC2
AUFTROrder management active CNV_20306_AUFTRCHAR1CNV_20306_RKAC2
PRJKTProjects active CNV_20306_PRJKTCHAR1CNV_20306_RKACT
ERGBRProfitability analysis active CNV_20306_ERGBRCHAR1CNV_20306_RKE_ACT
KKALKCO product costing active CNV_20306_KKALKCHAR1CNV_20306_RKACT
HHPLNFunds management active CNV_20306_HHPLNCHAR1CNV_20306_RKACT
RABWGCompute with variances CNV_20306_RABWGCHAR1CNV_20306_RKACT
OAUFTCommitments management active CNV_20306_CO_OBLIGOCHAR1CNV_20306_OBLACT
RMBSTPurchasing is active CNV_20306_RMBSTCHAR1CNV_20306_RKACT
MATSTCost objects active CNV_20306_MATSTCHAR1CNV_20306_RKACT
RMKALProduct costing is active CNV_20306_RMKALCHAR1CNV_20306_RKACT
ANLAAAsset Accounting Active CNV_20306_ANLAACHAR1CNV_20306_RKACT
RFKUNFI cust.master active CNV_20306_RFKUNCHAR1CNV_20306_RKACT
RFDISFI financial budgeting is active CNV_20306_RFDISCHAR1CNV_20306_RKACT
GLSYSGeneral ledger system active CNV_20306_GLSYSCHAR1CNV_20306_RKACT
RPPERHuman Resources is active CNV_20306_RPPERCHAR1CNV_20306_RKACT
RVAUFSD order processing is active CNV_20306_RVAUFCHAR1CNV_20306_RKACT
OBLVBInd. Commitment Management with Sales Orders CNV_20306_CO_OBLVBCHAR1CNV_20306_OBLVB
RVFAKSD Billing is active CNV_20306_RVFAKCHAR1CNV_20306_RKACT
RFZALUpdate payments assigned to projects CNV_20306_RFZALCHAR1CNV_20306_RKACT
RFANZUpdate of down payments to projects and orders CNV_20306_RFANZCHAR1CNV_20306_RKACT
ALLEWUpdate all currencies CNV_20306_ALLEWCHAR1CNV_20306_RKACT
RKBUKCO company code validation CNV_20306_RKBUKCHAR1CNV_20306_RKACT
PCRCHProfit Center Accounting active CNV_20306_PCRCHCHAR1CNV_20306_PCRCH
KAEINTransfer received sales orders to CO-PA CNV_20306_RKE_KAEINGCHAR1CNV_20306_RKE_KAEING
TESTNatural Number INT4INT410INT4
COABCActivity-Based Costing Active CNV_20306_COABCCHAR1CNV_20306_RKAC3

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNV_20306_TKA00C
INTO CORRESPONDING FIELDS OF WA_CNV_20306_TKA00C
WHERE...

How to access SAP table CNV_20306_TKA00C

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