T5CBT SAP (Control of PC Calculation) Table details

Dictionary Type: Table
Description: Control of PC Calculation




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




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

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

The T5CBT table consists of various fields, each holding specific information or linking keys about Control of PC Calculation data available in SAP. These include MOLGA (Country Grouping), APPLI (Subapplication code), PPLAN (Processing schedule), CALCN (HR-CH: Calculation for PC online evaluation).. 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: Cannot Be Enhanced


SAP T5CBT 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
MOLGACountry Grouping MOLGACHAR2T500LMOLGAMOL
APPLISubapplication code P02_APPLICHAR2T5CBYP02_APPLITEA
PPLANProcessing schedule P02_PPLANCHAR2T5CA4P02_PPLAN
CALCNHR-CH: Calculation for PC online evaluation P02_CALCNCHAR2T5CBPP02_CALCN
ACTIOProcessing control activity P02_ACTIOCHAR2T5CAYP02_ACTIO
CVIEWHR-CH: View for PC online evaluation P02_CVIEWCHAR2T5CBRP02_CVIEW
VTYP1Value type for the first online evaluatiion parameter P02_VTYP1CHAR4T5CA2P02_VALTY
VTYP2Value type for second online evaluation parameter P02_VTYP2CHAR4T5CA2P02_VALTY
VTYP3Value type of the 3rd Online-Evaluation Parameter P02_VTYP3CHAR4T5CA2P02_VALTY
VTYP4Value Type of the 4th Online-Evaluation Parameter P02_VTYP4CHAR4T5CA2P02_VALTY
VTYP5Value Type of the 5th Online-Evaluation Parameter P02_VTYP5CHAR4T5CA2P02_VALTY
VTYP6Value Type of the 6th Online-Evaluation Parameter P02_VTYP6CHAR4T5CA2P02_VALTY
VTYP7Value Type of the 7th Online-Evaluation Parameter P02_VTYP7CHAR4T5CA2P02_VALTY
VTYP8Value of the 8th Online-Evaluation Parameter P02_VTYP8CHAR4T5CA2P02_VALTY

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5CBT
INTO CORRESPONDING FIELDS OF WA_T5CBT
WHERE...

How to access SAP table T5CBT

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