BBP_PCMOD SAP (Procurement Card: Modified Statement Data) Table details

Dictionary Type: Table
Description: Procurement Card: Modified Statement Data




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




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

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

The BBP_PCMOD table consists of various fields, each holding specific information or linking keys about Procurement Card: Modified Statement Data data available in SAP. These include PCARD_DOC (Document number for procurement card statements), FISC_YEAR (Fiscal Year), PC_LINE (Procurement card line number), PC_SUBLINE (Sub-line number for procurement card data feed).. 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 or numeric)


SAP BBP_PCMOD 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
PCARD_DOCDocument number for procurement card statements BBPPCDOCNRCHAR10BBP_PCPOSALPHABELNR
FISC_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PC_LINEProcurement card line number BBPPCLINNUMC6BBPPCLIN
PC_SUBLINESub-line number for procurement card data feed BBPPCSLINUMC5NUMC
PCCOPROCProcurement card splitting percentage BBPPCPROCINT13BBPPCPROC
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
DISTR_PERCDistribution Percentage in the Case of Multiple Acct Assgt BBP_VPROZDEC5(2) BBP_VPROZ
DIST_QUANQuantity in Order Unit BBP_MNGQUAN13(3) MENG13
DIST_VALUENet Value BBP_VALUECURR15(2) WERT8
DIST_INDDistribution Indicator BBP_DIST_INDCHAR1BBP_DIST_IND

Key field Non-key field



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

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

SELECT SINGLE *
FROM BBP_PCMOD
INTO CORRESPONDING FIELDS OF WA_BBP_PCMOD
WHERE...

How to access SAP table BBP_PCMOD

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