BBPS_BAPISRV SAP (Communication Structure: Service Master Record) Structure details

Dictionary Type: Structure
Description: Communication Structure: Service Master Record




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




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

BBPS_BAPISRV 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 "Communication Structure: Service Master Record" 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_BBPS_BAPISRV TYPE BBPS_BAPISRV.

The BBPS_BAPISRV table consists of various fields, each holding specific information or linking keys about Communication Structure: Service Master Record data available in SAP. These include MATL_GROUP (Material Group), BASE_UOM (Base Unit of Measure), BASE_UOM_ISO (Base unit of measure in ISO code), SERV_CAT (Service category).. 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: Not classified


SAP BBPS_BAPISRV 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
SERVICEActivity Number ASNUMCHAR18Assigned to domainALPHAASNUMASN
MATL_GROUPMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
BASE_UOMBase Unit of Measure MEINSUNIT3T006CUNITMEINS
BASE_UOM_ISOBase unit of measure in ISO code MEINS_ISOCHAR3T006IISOCD_UNIT
SERV_CATService category BBP_ASTYPCHAR4Assigned to domainBBP_ASTYPASY
EAN_UPCInternational Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
EAN_CATCategory of International Article Number (EAN) NUMTPCHAR2Assigned to domainNUMTP
DIVISIONDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
AUTH_GROUPAuthorization Group BEGRUCHAR4BEGRU
P_STATUSGeneral Purchasing status for service BBP_LSTAECHAR2BBP_MMSTA
VALID_FROMValidity date for 'Purchasing' status BBP_LSTDEDATS8DATUM
VAL_CLASSValuation class BBP_BWKLLCHAR4BBP_BKLAS
HIER_SERVHierarchy service number BBP_ASNUM_HICHAR18Assigned to domainALPHAASNUM
WAGETYPEWage Type LGARTCHAR4Assigned to domainLGART
SERV_TYPEShort description of service type BBP_LBNUMCHAR3CHAR3
EDITIONEdition of service type BBP_AUSGBNUMC4NUMC4
SSC_ITEMStandard service catalog item BBP_STLVPOSCHAR18CHAR18
TAX_INDTax indicator for service (Purchasing) BBP_TAXISCHAR1Assigned to domainBBP_TAXIM1
SHORT_TEXTService short text BBP_ASKTXCHAR40TEXT40
CONV_NUMNumerator for conversion of MEINS into IWEIN BBP_IWUMZ_R3DEC5UMBSZ
CONV_DENDenominator for conversion (MEINS <-> IWEIN) BBP_IWUMN_R3DEC5UMBSN
WORK_UOMUnit for work BBP_IWEIN_R3UNIT3Assigned to domainCUNITMEINS
WORK_UOM_ISOUnit of work in ISO code BBP_IWEIN_ISO_R3CHAR3Assigned to domainISOCD_UNIT
FORMULAFormula number BBP_FORMELNRCHAR10CHAR10

Key field Non-key field



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

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

How to access SAP table BBPS_BAPISRV

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