BIPKO SAP (Batch Input Structure for Task List Header) Structure details

Dictionary Type: Structure
Description: Batch Input Structure for Task List Header




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




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

BIPKO is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Batch Input Structure for Task List Header" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_BIPKO TYPE BIPKO.

The BIPKO table consists of various fields, each holding specific information or linking keys about Batch Input Structure for Task List Header data available in SAP. These include PLNTY (Task List Type), PLNNR (Key for Task List Group), PLNAL (Group Counter), DATUV (Valid-From Date (BTCI)).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP BIPKO structure 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
RECTYRecord type for batch input of task lists RECTYCHAR2CHAR2
PLNTYTask List Type PLNTYCHAR1Assigned to domainPLNTYPTYH_TCA01
PLNNRKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
PLNALGroup Counter PLNALCHAR2ALPHAALTNRPAL
DATUVValid-From Date (BTCI) DATUV_BICHAR10CHAR10
AENNRChange Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
VERWEUse by user or system VERWECHAR3Assigned to domainPLN_VERWE
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
STATUStatus PLNSTCHAR3Assigned to domainPLNSTH_T412
PLNMEUnit of measure for the task list (batch input) PLNME_BICHAR3CHAR3
LOSVNFrom lot size (BTCI) LOSVN_BICHAR17CHAR17
LOSBSTo lot size (BTCI) LOSBS_BICHAR17CHAR17
VAGRPResponsible planner group/department VAGRPCHAR3Assigned to domainVAGRPH_T024A
KTEXTTask list description PLANTEXTCHAR40TEXT40
TXTSPLanguage key (batch input) SPRAS_BICHAR1CHAR1
PROFIDNETZProfile PROFID_STDCHAR7Assigned to domainPROFIDPIN
QDYNREGELDynamic Modification Rule QDYNREGELCHAR3Assigned to domainQDYNREGELQDR
QDYNHEADLevel at Which Dynamic Modification Parameters Are Defined QDYNHEADCHAR1Assigned to domainQDYNHEAD
EXTNUMExternal Numbering of Units to be Inspected QEXTNUMCHAR1Assigned to domainQEXTNUM
PLNNR_ALTOld number CP_PLNNR_ACHAR20CP_PLNNR_A
SLWBEZIdentification for the Inspection Point Field Combination QSLWBEZCHAR3Assigned to domainQSLWBEZQBK
PPKZTLZUPartial Lot Assignment in an Inspection During Production QPPKZTLZUCHAR1QPPKZTLZU
QPRZIEHVERSample-Drawing Procedure QPRZIEHVERCHAR8Assigned to domainQPRZIEHVERQPV
LIEFKZVendor Considered for Dynamic Modification QLIFKZCHAR1QKZ
HERSTKZManufacturer Considered for Dynamic Modification QHERSTKZCHAR1QKZ
KUNDKZCustomer Considered for Dynamic Modification QKUNDKZCHAR1QKZ

Key field Non-key field



How do I retrieve data from SAP structure BIPKO using ABAP code?

As BIPKO is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on BIPKO as there is no data to select.

How to access SAP table BIPKO

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