TBP1C SAP (Budget/Plan Profile) Table details

Dictionary Type: Table
Description: Budget/Plan Profile




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




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

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

The TBP1C table consists of various fields, each holding specific information or linking keys about Budget/Plan Profile data available in SAP. These include PROFIL (Profile), APPLIK (Application), WRTTP (Value Type), BPGE (Planning/Budget Overall Values).. 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)

Text table = TBP1T


SAP TBP1C 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
PROFILProfile BP_PROFILCHAR6BP_PROFILBP1
APPLIKApplication BP_APPLIKCHAR1BP_APPLIK
WRTTPValue Type CO_WRTTPCHAR2CO_WRTTP
BPGEPlanning/Budget Overall Values BP_BPGECHAR1X
BPJAPlanning/budget annual values BP_BPJACHAR1X
BPPEPlanning/budget period values BP_BPPECHAR1X
AVA_ALLAvailability control against overall value BP_AVA_ALLCHAR1X
Y_FUTUREFuture timeframe allowed BP_FUTUREINT13BP_TIME
Y_PASTTimeframe allowed in the past BP_PASTINT13BP_TIME
Y_STARTStart planning/budgeting from current fiscal year BP_STARTINT13BP_TIME
SIGHTData view BP_SIGHTNUMC2BP_SIGHT
SCALEScaling factor SCALE_DNUMC1NUM1
DECIMNumber of Decimal Places DECIMCUKY5DECIM
KURSTExchange Rate Type KURSTCHAR4TCURVKURSTKUT
PLDATValue Date for Currency Translation PLDATDATS8DATUM
PLSAVSave exchange rate type/value date BP_PLSAVCHAR1X
KLVARCosting Variant CK_KLVARCHAR4TCK03KLVARKRT
PLELEPlanning on planning elements only BP_PLELECHAR1X
SPREDDistribution Key SPREDCHAR4T821SSPREDGSP
KAGRU_PRKCost element group for primary costs KAGRU_PRKCHAR15GRPNAME
KAGRU_LSTSender Activity Type Group SLGRUCHAR15GRPNAMEKSD
KAGRU_SKZStatistical key figure group STGRUCHAR15GRPNAMESKG
KAGRU_ERLRevenue cost element group KAGRU_ERLCHAR15GRPNAME
RPLAN_KSTCost planning parameters RPLAN_KSTCHAR8T820RPLAN
RPLAN_ERLRevenue planning parameters RPLAN_ERLCHAR8T820RPLANGPL
SKGRUSender Cost Center Group SKGRUCHAR15GRPNAMEKSB
RELEAvailability control against releases BP_RELEASECHAR1X
PRARTBUProgram type for budgeting IM_PRARTBUCHAR4TAI05IM_PRART
BOTTOMUPBottom-up planning in structure planning BP_BOTT_UPCHAR1XFELD
AKT_ARTAvailability control activation type BP_AKT_ARTCHAR1BP_AKT_ART
PROZBATUsage in % for background activator BP_PROZBATDEC5(2) PRZ32
ERLARTRevenue element for billing plan to WSB element PSFPERLARTCHAR10Assigned to domainALPHAKSTAR
FPARTBilling/Invoicing Plan Type FPARTCHAR2TFPLAFPART
CUROBJBudgeting/Planning in the Object Currency BP_CUROBJCHAR1X
CURTRABudgeting/panning in any transaction currency BP_CURTRACHAR1X
CURKOKRBudgeting/Planning in the Controlling Area Currency BP_CURKOKRCHAR1X
SDPLANTransfer Plan Values from Sales Order PSSDPLANCHAR1XFELD
QUPLANTransfer Plan Values from Quotation PSQUPLANCHAR1XFELD
AUTORELEASEAutomatic Release FM_BK_AUTORELEASECHAR1X
GBGRUFund Group GBGRUCHAR15GRPNAMEFOG
SGBGRUSender Fund Group SGBGRUCHAR15GRPNAME
FKGRUFunctional Area Group FKGRUCHAR15GRPNAMEFUG
SFKGRUSender Function Group SFKGRUCHAR15GRPNAMESFUG
FM_GRANT_GROUPGrant Group FM_GRANT_GROUPCHAR15GRPNAMEGRANT_GROUP
FM_SGRANT_GROUPSender Grant Group FM_SGRANT_GROUPCHAR15GRPNAME
AVAAvailability Control in Object Currency OBJ_AVACHAR1X
OBJDefault Object Currency for Planning in Trans. Currency OBJ_DEFCHAR1X
CONVCurrency Translation of Remainder OBJ_CONVCHAR1X
BUDGET_PD_GROUPBudget Period Group FM_BPD_GROUPCHAR15GRPNAME
SBUDGET_PD_GROUPSender Budget Period Group FM_SBPD_GROUPCHAR15GRPNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM TBP1C
INTO CORRESPONDING FIELDS OF WA_TBP1C
WHERE...

How to access SAP table TBP1C

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