BBPS_IF_BAPIESUHC SAP (EBP: Communication Structure Limits) Structure details

Dictionary Type: Structure
Description: EBP: Communication Structure Limits




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




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

BBPS_IF_BAPIESUHC 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 "EBP: Communication Structure Limits" 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_IF_BAPIESUHC TYPE BBPS_IF_BAPIESUHC.

The BBPS_IF_BAPIESUHC table consists of various fields, each holding specific information or linking keys about EBP: Communication Structure Limits data available in SAP. These include LIMIT (Overall limit), NO_LIMIT (No limit), EXP_VALUE (Expected Value), SSC_EXIST (Limits exist for service types).. 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: Cannot Be Enhanced


SAP BBPS_IF_BAPIESUHC 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
PCKG_NOPackage number BBP_BAPI_PACKNONUMC10Assigned to domainBBP_BAPI_PACKNO
LIMITOverall limit BBP_BAPI_BSUMLIMITDEC23(4) BAPICURR
NO_LIMITNo limit BBP_BAPI_NOLIMITCHAR1CHAR01
EXP_VALUEExpected Value BBP_BAPI_BCOMMITMNTDEC23(4) BAPICURR
SSC_EXISTLimits exist for service types BBP_BAPI_ST_EXISTCHAR1CHAR01
CON_EXISTLimit on contract items exists BBP_BAPI_VC_EXISTCHAR1CHAR01
TMP_EXISTLimit on service packages exists BBP_BAPI_PK_EXISTCHAR1CHAR01
PRICE_CHGPrice change in entry sheet BBP_BAPI_PRS_CHGCHAR1BBP_BAPI_XFELD
FREE_LIMITFree limit BBP_BAPI_BRESTLIMITDEC23(4) BAPICURR
NO_FRLIMITNo limit BBP_BAPI_NOLIMITCHAR1CHAR01
SERV_TYPEShort description of service type BBP_BAPI_LBNUMCHAR3ESLACHAR3LBR
EDITIONEdition of Service Type BBP_BAPI_AUSGBNUMC4ESLANUMC4AGB
SSC_LIMITValue limits on service types BBP_BAPI_BLBLIMITDEC23(4) BAPICURR
SSC_NOLIMNo limit on standard service type BBP_BAPI_LBNOLIMCHAR1BBP_BAPI_XFELD
SSC_PRSCHGPrice change in entry sheet BBP_BAPI_SSCPRS_CHGCHAR1BBP_BAPI_XFELD
SSC_PERCPercentage for price determination BBP_BAPI_SSC_PROZDEC3(1) BBP_BAPI_SRV_PROZ
TMP_NUMBERNumber of a set of model service specifications BBP_BAPI_SPEC_NOCHAR10Assigned to domainALPHABBP_BAPI_SPEC10MSPSPEC
TMP_LIMITLimits on model service specifications BBP_BAPI_BSPECLIMITDEC23(4) BAPICURR
TMP_NOLIMNo limit on model specifications BBP_BAPI_SPECNOLIMCHAR1BBP_BAPI_XFELD
TMP_PRSCHGPrice change in entry sheet BBP_BAPI_TMPPRS_CHGCHAR1BBP_BAPI_XFELD
TMP_PERCPercentage for price determination BBP_BAPI_TMP_PROZDEC3(1) BBP_BAPI_SRV_PROZ
CONT_PERCPercentage for price determination BBP_BAPI_CON_PROZDEC3(1) BBP_BAPI_SRV_PROZ

Key field Non-key field



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

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

How to access SAP table BBPS_IF_BAPIESUHC

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