BBPC_PROC_TYPE SAP (Business Transaction Types) Table details

Dictionary Type: Table
Description: Business Transaction Types




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




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

BBPC_PROC_TYPE is a standard SAP Table which is used to store Business Transaction Types data and is available within R/3 SAP systems depending on the version and release level.

The BBPC_PROC_TYPE table consists of various fields, each holding specific information or linking keys about Business Transaction Types data available in SAP. These include PROCESS_TYPE (Business Transaction Type), PROCESS_BLOCKED (Active/Inactive Transaction), NUMBER_RANGE_INT (Number range number), NUMBER_RANGE_EXT (Number range number).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = BBPC_PROC_TYPE_T


SAP BBPC_PROC_TYPE 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
CLIENTClient MANDTCLNT3T000MANDT
PROCESS_TYPEBusiness Transaction Type BBP_PROC_TYPECHAR4BBP_PROC_TYPEBBP_PROCESS_TYPE
PROCESS_BLOCKEDActive/Inactive Transaction BBP_PROCESS_BLOCKEDCHAR1BBP_PROCESS_BLOCKED
NUMBER_RANGE_INTNumber range number NRNRCHAR2NRIVCHAR2
NUMBER_RANGE_EXTNumber range number NRNRCHAR2NRIVCHAR2
USER_STAT_PROCStatus Profile J_STSMACHAR8TJ20J_STSMA
OBJECT_TYPEBusiness Trans. Cat. CRMT_SUBOBJECT_CATEGORY_DBCHAR10BBPC_SUBOB_CATCRM_OJ_NAME_PROCESS
PO_INDFollow-On Document is a Purchase Order BBP_PO_INDCHAR1XFELD
CTR_INDFollow-On Document is a Contract BBP_CTR_INDCHAR1XFELD
SUBTYPESpecification of a Purchasing Doc.(e.g. Credit Memo/Invoice) BBP_H_SUBTYPECHAR2BBP_H_SUBTYPE
BUP_SCHEMA_IDName of partn.det.proc. BBP_BUP_SCHEMACHAR4BBPC_BUP_SCHEMATEXT4
TEXT_SCHEME_IDText Schema BBP_TEXT_SCHEMECHAR4BBPC_TEXT_SCHEMECHAR4
EVENT_SCHEMA_IDEvent Schema BBP_EVENT_SCHEMACHAR4BBPC_EVENT_SCHEMCHAR4
SIG_CONF_OPTSignature Configuration /SAPSRM/SIG_CONFCHAR5/SAPSRM/SIG_CONF

Key field Non-key field



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

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

SELECT SINGLE *
FROM BBPC_PROC_TYPE
INTO CORRESPONDING FIELDS OF WA_BBPC_PROC_TYPE
WHERE...

How to access SAP table BBPC_PROC_TYPE

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