BAPI_SRV_SERVICE_LINE SAP (BAPI interface for Service line Data) Structure details

Dictionary Type: Structure
Description: BAPI interface for Service line Data




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




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

BAPI_SRV_SERVICE_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 "BAPI interface for Service line 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_BAPI_SRV_SERVICE_LINE TYPE BAPI_SRV_SERVICE_LINE.

The BAPI_SRV_SERVICE_LINE table consists of various fields, each holding specific information or linking keys about BAPI interface for Service line Data data available in SAP. These include OUTLINE (Outline Number), SRV_LINE (Line Number), DEL_IND (Deletion Indicator), SERVICE (Activity 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 BAPI_SRV_SERVICE_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
DOC_ITEMItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
OUTLINEOutline Number OUTLINE_NONUMC10INTROW
SRV_LINELine Number EXTROWNUMC10NUMC10
DEL_INDDeletion Indicator DELCHAR1CHAR01
SERVICEActivity Number ASNUMCHAR18Assigned to domainALPHAASNUMASN
SHORT_TEXTShort Text SH_TEXT1CHAR40TEXT40
SSC_SRV_TYPEKey to Service Type LBNUM1CHAR3CHAR3LBR
SSC_EDITIONEdition of Service Type AUSGBNUMC4NUMC4AGB
SSC_ITEMStandard Service Catalog Item STLVPOSCHAR18CHAR18
EXT_SERVICEVendor's Service Number EXTSRVNOCHAR18CHAR18
QUANTITYQuantity with Sign MENGEVQUAN13(3) MENGV13
UOMBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
UOM_ISOBase unit of measure in ISO code MEINS_ISOCHAR3Assigned to domainISOCD_UNIT
OVF_TOLOverfulfillment Tolerance SUEBTODEC3(1) PRZ21
OVF_UNLIMUnlimited Overfulfillment SUEBTKCHAR1XFELD
UPDATE_CONDUpdate Conditions KUPDATECHAR1XFELD
GROSS_PRICEGross Price SBRTWRCURR11(2) WERT11V
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PRICE_UNITPrice Unit EPEINDEC5DEC5
DIST_IND_ACCDistribution indicator for multiple account assignment VRTKZCHAR1VRTKZ
PART_INV_INDPartial Invoice Indicator TWRKZCHAR1TWRKZ
WAGE_TYPEWage Type LGARTCHAR4Assigned to domainLGART
MATL_GROUPMaterial Group MATKL_SRVCHAR9Assigned to domainMATKLMKLWBWG
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
NET_PRICENet Value of Item SNETWRCURR11(2) WERT11V
TAX_AMOUNTTax base amount BASWRCURR11(2) WERT11
PRICE_CHGPrice Change in Entry Sheet PRS_CHGCHAR1XFELD
TAX_CODETax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
TAXJURCODETax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
NDI_TAXNon-deductible input tax NAVNW_SRVCURR11(2) WERT11V
HR_PERS_NOPersonnel Number PERNR_DNUMC8PERNRPER
HR_PERS_NO_EXTExternal Personnel Number PERSEXTCHAR40TEXT40
HR_DATEDate SIDATEDATS8DATUM
HR_START_TIMEStart Time BEGINUZTIMS6UZEIT
HR_END_TIMEEnd Time ENDEUZTIMS6UZEIT
FORMULAFormula Number FORMELNRCHAR10CHAR10
FORM_VAL1Formula Value FRMVALQUAN13(3) MENGE
FORM_VAL2Formula Value FRMVALQUAN13(3) MENGE
FORM_VAL3Formula Value FRMVALQUAN13(3) MENGE
FORM_VAL4Formula Value FRMVALQUAN13(3) MENGE
FORM_VAL5Formula Value FRMVALQUAN13(3) MENGE
LINE_TYPELine Type for Services LINE_TYPE_MMSRVCHAR1CHAR01
LINE_CATLine Category of Service Line LINECATCHAR1LINE_CAT
ALTERNATIVEAlternatives Line Number ALTERNATECHAR1ALTERNATE
ALT_SRV_LINEAlternatives: Reference to basic item ALT_INTROWNUMC10INTROW
PER_SDATEPeriod of Performance Start Date MMSRV_PEROP_SDATEDATS8DATS
PER_EDATEPeriod of Performance End Date MMSRV_PEROP_EDATEDATS8DATS
EXTERNAL_ITEM_IDSRM Reference Key SRMIDCHAR40
SERVICE_ITEM_KEYItem Key for eSOA Messages SRVMAPKEYNUMC10

Key field Non-key field



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

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

How to access SAP table BAPI_SRV_SERVICE_LINE

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