BESLL SAP (Lines of Service Package (BI)) Structure details

Dictionary Type: Structure
Description: Lines of Service Package (BI)




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




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

BESLL 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 "Lines of Service Package (BI)" 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_BESLL TYPE BESLL.

The BESLL table consists of various fields, each holding specific information or linking keys about Lines of Service Package (BI) data available in SAP. These include TBNAM (Table Name), EXTROW (Line Number), PUSHTEXT (Character field of length 40), DEL (Deletion Indicator).. 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 BESLL 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
TBNAMTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
EXTROWLine Number EXTROWNUMC10NUMC10
PUSHTEXTCharacter field of length 40 CHAR40CHAR40CHAR40
DELDeletion Indicator DELCHAR1CHAR01
SRVPOSActivity Number ASNUMCHAR18Assigned to domainALPHAASNUMASN
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
LBNUMShort Description of Service Type LBNUMCHAR3CHAR3LBR
AUSGBEdition of Service Type AUSGBNUMC4NUMC4AGB
STLVPOSStandard Service Catalog Item STLVPOSCHAR18CHAR18
KTEXT1Short Text SH_TEXT1CHAR40TEXT40
PUSHTEXT_LCharacter field of length 40 CHAR40CHAR40CHAR40
EXTSRVNOVendor's Service Number EXTSRVNOCHAR18CHAR18
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
PERSEXTExternal Personnel Number PERSEXTCHAR40TEXT40
SDATEDate for Batch Input DATE_BICHAR10CHAR10
BEGTIMETime for BI TIME_BICHAR8CHAR8
ENDTIMETime for BI TIME_BICHAR8CHAR8
MENGEQuantity requested (BTCI) BAMENGE_BICHAR17CHAR17
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
UEBTOOverfulfillment tolerance SUEBTO_BICHAR4CHAR4
UEBTKUnlimited Overfulfillment SUEBTKCHAR1XFELD
BRTWRPrice in the purchase requisition (BTCI) BAPRE_BICHAR14CHAR14
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
NETWRNet value for BI NETWR_BICHAR21CHAR21
PRS_CHGPrice Change in Entry Sheet PRS_CHGCHAR1XFELD
NORMALPOSStandard Line NORMALPOSCHAR1CHAR01
PAUSCHBlanket Line PAUSCHPOSCHAR1CHAR01
EVENTUALContingency Line EVENTUALCHAR1CHAR01
FREEQTYLine with Open Quantity FREEQTYCHAR1CHAR01
INFORMInformatory Line INFORMCHAR1CHAR01
NOALTERNo Alternatives NOALTERCHAR1CHAR01
BASICBasic Line GROUNDCHAR1CHAR01
ALTERNATAlternative Line ALTERNATCHAR1CHAR01
ALT_EXTROWLine Number EXTROWNUMC10NUMC10
NOTYPENo Line Category NOTYPECHAR1CHAR01
BIDDERBidder's Line BIDDERCHAR1CHAR01
SUPPLESupplementary Line SUPPLECHAR1CHAR01
FORMELNRFormula Number FORMELNRCHAR10CHAR10
FRMVAL1Formula value for BI FRMVAL_BICHAR17CHAR17
FRMVAL2Formula value for BI FRMVAL_BICHAR17CHAR17
FRMVAL3Formula value for BI FRMVAL_BICHAR17CHAR17
FRMVAL4Formula value for BI FRMVAL_BICHAR17CHAR17
FRMVAL5Formula value for BI FRMVAL_BICHAR17CHAR17

Key field Non-key field



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

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

How to access SAP table BESLL

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