BICSK SAP (Batch Input Structure for BOM Header Data) Structure details

Dictionary Type: Structure
Description: Batch Input Structure for BOM Header Data




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




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

BICSK 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 BOM Header Data" 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_BICSK TYPE BICSK.

The BICSK table consists of various fields, each holding specific information or linking keys about Batch Input Structure for BOM Header Data data available in SAP. These include TCODE (Transaction Code), AENNR (Change Number), BMEIN (Base unit of measure for BOM), BMENG (Base quantity (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)


SAP BICSK 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
STYPEBatch Input Interface Record Type STYPE_BICHAR1CHAR1
TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
AENNRChange Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
BMEINBase unit of measure for BOM BASMEUNIT3Assigned to domainCUNITMEINS
BMENGBase quantity (BTCI) BASMN_BICHAR17CHAR17
CADKZCAD Indicator CADKZCHAR1XFELD
DATUBValid to date (BTCI) DATUB_BICHAR10CHAR10
DATUVValid-From Date (BTCI) DATUV_BICHAR10CHAR10
EMENGRequired quantity (BTCI) EMENG_BICHAR17CHAR17
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
EXSTLBOM group EXSTLCHAR18EXSTLCSG
LABORLaboratory/design office LABORCHAR3Assigned to domainLABOR
LOEKZDeletion flag for BOMs LOKNZCHAR1XFELD
LOSBSTo lot size (BTCI) LOSBS_BICHAR17CHAR17
LOSVNFrom lot size (BTCI) LOSVN_BICHAR17CHAR17
MATNRMaterial (BTCI) with Conversion MATN2 MATNR_BICHAR40MATN2MATNR_EXT_CONV
SELALAlternative BOM STALTCHAR2ALPHAALTNR
SERGEManufacturer serial number SERGECHAR30CHAR30
STKTXAlternative BOM Text STKTXCHAR40TEXT40
STLALAlternative BOM STALTCHAR2ALPHAALTNR
STLANBOM Usage STLANCHAR1Assigned to domainSTLANCSV
STLBEAuthorization group for bills of material STLBECHAR4BEGRU
STLSTBOM status (BTCI) STLST_BICHAR2CHAR2
VMTNRMaterial (Variant) (BTCI) with Conversion MATN2 VMTNR_BICHAR40MATN2MATNR_EXT_CONV
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
ZTEXTBOM text CSTEXTCHAR40TEXT40
REVLVRevision Level REVLVCHAR2NUMCVREVLVRVS
TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
DOKARDocument Type DOKARCHAR3Assigned to domainDOKARCV2
DOKNRDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOKTLDocument Part DOKTL_DCHAR3DOKTLCV4
DOKVRDocument Version DOKVRCHAR2DOKVRCV3
VBELNSales Order CS_VBELNCHAR10Assigned to domainALPHAVBELNAUN
VBPOSSales order item CS_VBPOSNUMC6Assigned to domainPOSNRAPO
STOBJStandard object STOBJCHAR18CHAR18
VDKNRDocument (variant) VDKNRCHAR25Assigned to domainALPHADOKNRCV1
VDKARDocument type (variant) VDKARCHAR3Assigned to domainDOKARCV2
VDKTLDocument part (variant) VDKTLCHAR3DOKTLCV4
VDKVRDocument version (variant) VDKVRCHAR2DOKVRCV3
VEQNREquipment (variant) VEQNRCHAR18Assigned to domainALPHAEQUNR
VTPNRFunctional location (variant) VTPNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
PSPNRWBS element BI BOMs CS_PSPNR_BICHAR24CHAR24
OITXTObject management record description CC_OITXTCHAR40CC_TEXT40

Key field Non-key field



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

As BICSK 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 BICSK as there is no data to select.

How to access SAP table BICSK

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