BIC_PACK SAP (BIC: Auxiliary Structure for Numerical Characteristics) Structure details

Dictionary Type: Structure
Description: BIC: Auxiliary Structure for Numerical Characteristics




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




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

BIC_PACK 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 "BIC: Auxiliary Structure for Numerical Characteristics" 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_BIC_PACK TYPE BIC_PACK.

The BIC_PACK table consists of various fields, each holding specific information or linking keys about BIC: Auxiliary Structure for Numerical Characteristics data available in SAP. These include DEC_01 (Numerical Value with One Decimal Place), DEC_02 (Numerical Value with 2 Decimal Places), DEC_03 (Numerical Value with 3 Decimal Places), DEC_04 (Numerical Value with 4 Decimal Places).. 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: Cannot Be Enhanced


SAP BIC_PACK 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
DEC_00 Numerical Value Without Decimal Places0
DEC_01 Numerical Value with One Decimal Place0
DEC_02 Numerical Value with 2 Decimal Places0
DEC_03 Numerical Value with 3 Decimal Places0
DEC_04 Numerical Value with 4 Decimal Places0
DEC_05 Numerical Value with 5 Decimal Places0
DEC_06 Numerical Value with 6 Decimal Places0
DEC_07 Numerical Value with 7 Decimal Places0
DEC_08 Numerical Value with 8 Decimal Places0
DEC_09 Numerical Value with 9 Decimal Places0
DEC_10 Numerical Value with 10 Decimal Places0
DEC_11 Numerical Value with 11 Decimal Places0
DEC_12 Numerical Value with 12 Decimal Places0
DEC_13 Numerical Value with 13 Decimal Places0
DEC_14 Numerical Value with 14 Decimal Places0

Key field Non-key field



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

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

How to access SAP table BIC_PACK

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