BBP_PCGEN SAP (Procurement Card Statements: General Data) Table details

Dictionary Type: Table
Description: Procurement Card Statements: General Data




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




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

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

The BBP_PCGEN table consists of various fields, each holding specific information or linking keys about Procurement Card Statements: General Data data available in SAP. These include PCARD_DOC (Document number for procurement card statements), FISC_YEAR (Fiscal Year), PCBANK (Short Key for a House Bank), DOC_DATE (Document Date in Document).. 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_PCGEN 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 BBPPCDOCNRCHAR10ALPHABELNR
FISC_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PCBANKShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
DOC_DATEDocument Date in Document BLDATDATS8DATUM
HEADER_TXTDocument Header Text BKTXTCHAR25TEXT25
REF_DOC_NOReference Document Number XBLNRCHAR16XBLNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM BBP_PCGEN
INTO CORRESPONDING FIELDS OF WA_BBP_PCGEN
WHERE...

How to access SAP table BBP_PCGEN

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