PIBZ SAP (Process planning interface: Production commitments) Table details

Dictionary Type: Table
Description: Process planning interface: Production commitments




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




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

PIBZ is a standard SAP Table which is used to store Process planning interface: Production commitments data and is available within R/3 SAP systems depending on the version and release level.

The PIBZ table consists of various fields, each holding specific information or linking keys about Process planning interface: Production commitments data available in SAP. These include ADRNR (Address of the higher-level system), PEGREQ (Pegged requirements in external system), COUNTER (Number 4-digit), CREDAT (Date record created on).. 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 PIBZ 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
ADRNRAddress of the higher-level system PI_ADRNRCHAR10PIBACHAR10
PEGREQPegged requirements in external system DI_PEGREQCHAR30PIBAPICHAR30CIA
COUNTERNumber 4-digit CICOUNTERNUMC4NUM04
CREDATDate record created on ANDATDATS8DATUM
CRENAMUser who created record ANNAMCHAR12USNAM
CHADATChanged On AEDATDATS8DATUM
CHANAMName of Person Who Changed Object AENAMCHAR12USNAM
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
POSNRItem Number of the SD Document PI_POSNRNUMC4NUM4
PLNQUANPlanned quantity MENGEZUQUAN13(3) MENG13
PLNUNITUnit of Measure for Display MEINHUNIT3T006CUNITMEINS
PLNSENDIndicator: Scheduled quantity sent to external system DI_PLNSENDCHAR1FLAG
CONQUANConfirmed Quantity MENGERUEQUAN13(3) MENG13
CONUNITBase Unit of Measure MEINSUNIT3T006CUNITMEINS
CONENDIndicator: Confirmation completed DI_CONENDCHAR1FLAG
CONSENDIndicator: Confirmation sent to external system DI_CONSENDCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM PIBZ
INTO CORRESPONDING FIELDS OF WA_PIBZ
WHERE...

How to access SAP table PIBZ

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