BBP_PCACC SAP (Procurement Card: Accounting Data) Table details

Dictionary Type: Table
Description: Procurement Card: Accounting Data




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




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

BBP_PCACC is a standard SAP Table which is used to store Procurement Card: Accounting Data data and is available within R/3 SAP systems depending on the version and release level.

The BBP_PCACC table consists of various fields, each holding specific information or linking keys about Procurement Card: Accounting Data data available in SAP. These include BBPPCINS (Procurement card company), PCNUM (Procurement card number), DATAB (Valid-From Date), COMP_CODE (Company Code).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP BBP_PCACC 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
BBPPCINSProcurement card company BBPPCINSCHAR4BBP_PCINSBBPPCINSPCI
PCNUMProcurement card number BBPPCNUMCHAR25BBP_PCMASBBPPCNUMPCCBBP_PCMAS
DATABValid-From Date DATABDATS8DATUM
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
CO_AREAControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
FM_AREAFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
ACCOUNTG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
GL_ACCOUNTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
TAX_CODETax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
TAXJURCODETax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
CALCTAXTax calculation indicator for procurement card BBPCALCTAXCHAR1XFELD
BUS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
BUS_ACTBusiness Transaction GLVORCHAR4CHAR4
OBJ_TYPEReference Transaction AWTYPCHAR5Assigned to domainAWTYP
COSTCENTERCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
ORDERIDOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
ORDER_ITNOOrder Item Number CO_POSNRNUMC4CO_POSNR
ASSET_NOMain Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
SUB_NUMBERAsset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
ASVAL_DATEReference Date BBP_BZDATDATS8DATUM
PROFIT_CTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
WBS_ELEMWork breakdown structure element (WBS element) BBP_POSIDCHAR24BBP_POSIDPRO
NETWORKNetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
ACTIVITYOperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
CMMT_ITEMCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
FUNDS_CTRFunds Center FISTLCHAR16Assigned to domainFISTLFIS
FUNDFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FUNDS_RESDocument Number for Earmarked Funds KBLNR_FICHAR10Assigned to domainALPHAKBLNRKBL
RES_ITEMEarmarked Funds: Document Item KBLPOSNUMC3Assigned to domainKBLPOSKBP
SALES_ORDSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
S_ORD_ITEMItem Number in Sales Order KDPOSNUMC6NUM06KPO
KTOSLTransaction Key KTOSLCHAR3CHAR3
BUDGET_PERIODFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER

Key field Non-key field



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

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

SELECT SINGLE *
FROM BBP_PCACC
INTO CORRESPONDING FIELDS OF WA_BBP_PCACC
WHERE...

How to access SAP table BBP_PCACC

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