BBP_ES_SRV_LINE SAP (SRV: Service Lines) Structure details

Dictionary Type: Structure
Description: SRV: Service Lines




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




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

BBP_ES_SRV_LINE 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 "SRV: Service Lines" 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_BBP_ES_SRV_LINE TYPE BBP_ES_SRV_LINE.

The BBP_ES_SRV_LINE table consists of various fields, each holding specific information or linking keys about SRV: Service Lines data available in SAP. These include EXTROW (Line Number), DEL (Deletion Indicator), SRVPOS (Activity Number), EXTSRVNO (Vendor's Service Number).. 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 BBP_ES_SRV_LINE 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
ITEM_NOItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
EXTROWLine Number EXTROWNUMC10NUMC10
DELDeletion Indicator DELCHAR1CHAR01
SRVPOSActivity Number ASNUMCHAR18ASMDALPHAASNUMASN
EXTSRVNOVendor's Service Number EXTSRVNOCHAR18CHAR18
MENGEQuantity with Sign MENGEVQUAN13(3) MENGV13
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
MEINS_ISOBase unit of measure in ISO code MEINS_ISOCHAR3Assigned to domainISOCD_UNIT
UEBTOOverfulfillment Tolerance SUEBTODEC3(1) PRZ21
UEBTKUnlimited Overfulfillment SUEBTKCHAR1XFELD
SPINFUpdate Conditions KUPDATECHAR1XFELD
PEINHPrice Unit EPEINDEC5DEC5
BRTWRGross Price SBRTWRCURR11(2) WERT11V
NETWRNet Value of Item SNETWRCURR11(2) WERT11V
KTEXT1Short Text SH_TEXT1CHAR40TEXT40
ALT_INTROWAlternatives: Reference to basic item ALT_INTROWNUMC10INTROW
BASICBasic Line GROUNDCHAR1CHAR01
ALTERNATAlternative Line ALTERNATCHAR1CHAR01
BIDDERBidder's Line BIDDERCHAR1CHAR01
SUPPLESupplementary Line SUPPLECHAR1CHAR01
FREEQTYLine with Open Quantity FREEQTYCHAR1CHAR01
INFORMInformatory Line INFORMCHAR1CHAR01
PAUSCHBlanket Line PAUSCHPOSCHAR1CHAR01
EVENTUALContingency Line EVENTUALCHAR1CHAR01
MWSKZTax on sales/purchases code MWSKZCHAR2T007AMWSKZ
TXJCDTax Jurisdiction TXJCDCHAR15TTXJTXJCDTXJ
PRS_CHGPrice Change in Entry Sheet PRS_CHGCHAR1XFELD
MATKLMaterial Group MATKL_SRVCHAR9T023MATKLMKLWBWG
TBTWRGross Price SBRTWRCURR11(2) WERT11V
NAVNWNon-deductible input tax NAVNW_SRVCURR11(2) WERT11V
BASWRTax base amount BASWRCURR11(2) WERT11
TAXTARIFFCODETax Tariff Code J_1B_TAX_TARIFF_CODECHAR16T604FSTEUC
FORMELNRFormula Number FORMELNRCHAR10T167FCHAR10
FRMVAL1Formula Value FRMVALQUAN13(3) MENGE
FRMVAL2Formula Value FRMVALQUAN13(3) MENGE
FRMVAL3Formula Value FRMVALQUAN13(3) MENGE
FRMVAL4Formula Value FRMVALQUAN13(3) MENGE
FRMVAL5Formula Value FRMVALQUAN13(3) MENGE
USERF1_NUMUser-Defined Field USERF1_NUMNUMC10NUMC10
USERF2_NUMUser-Defined Field USERF2_NUMQUAN13(3) MENGE
USERF1_TXTUser-Defined Field USERF1_TXTCHAR40TEXT40
USERF2_TXTUser-Defined Field USERF2_TXTCHAR10TEXT10
CHGTEXTShort Text Change Allowed CHGTEXTCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table BBP_ES_SRV_LINE

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