BOITEM SAP (Item Structure for ALV Bonus) Structure details

Dictionary Type: Structure
Description: Item Structure for ALV Bonus




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




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

BOITEM 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 "Item Structure for ALV Bonus" 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_BOITEM TYPE BOITEM.

The BOITEM table consists of various fields, each holding specific information or linking keys about Item Structure for ALV Bonus data available in SAP. These include KNUMA (Agreement (various conditions grouped together)), KSCHL (Condition Type), KOTABNR (Condition table), VAKEY (Variable key 50 bytes).. 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 BOITEM 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
KAPPLApplication KAPPLCHAR2Assigned to domainKAPPLKAP
KNUMAAgreement (various conditions grouped together) KNUMACHAR10Assigned to domainALPHAKNUMAVMBO
KSCHLCondition Type KSCHLCHAR4Assigned to domainKSCHLVKS
KOTABNRCondition table KOTABNRNUMC3Assigned to domainKOTABNRKON
VAKEYVariable key 50 bytes VAKEY_50CHAR50VAKEY_50
DATABValid-From Date DATABDATS8DATUM
DATBIValid To Date DATBIDATS8DATUM
KUNXXSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
SPMON_IPeriod to analyze - month SPMONNUMC6PERIMCPERIOD
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
FBUDADate on which services rendered FBUDADATS8DATUM
KUNAGSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
KUNRGPayer KUNRGCHAR10Assigned to domainALPHAKUNNR
RR_WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
KWAEH_AUFCondition currency (for cumulation fields) KWAEHCUKY5Assigned to domainWAERSFWS
KONWS_AUFScale currency KONWSCUKY5Assigned to domainWAERSFWS
KONBAS 0
KONSTA 0
DECIMALS 0
KNUMHCondition record number KNUMHCHAR10KNUMB
KOPOSSequential number of the condition KOPOSNUMC2NUM02
SPMONPeriod to analyze - month SPMONNUMC6PERIMCPERIOD
RUWRTRebate: Accrued value in local currency MC_RUWRTCURR19(2) WERTV10
KAWRT_KCumulative condition base value (cond.curr.) MC_KAWRT_KCURR19(2) WERTV10
KSTBSCumulative scale base value MC_KSTBSCURR19(2) WERTV10
KWAEHCondition currency (for cumulation fields) KWAEHCUKY5Assigned to domainWAERSFWS
RUWRT_KRebate: Accruals value in condition currency MC_RUWRT_KCURR19(2) WERTV10

Key field Non-key field



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

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

How to access SAP table BOITEM

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