BAPIESUHC SAP (Communication Structure: Limits) Structure details

Dictionary Type: Structure
Description: Communication Structure: Limits




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




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

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 "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_BAPIESUHC TYPE BAPIESUHC.

The BAPIESUHC table consists of various fields, each holding specific information or linking keys about 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: Can be enhanced (character-type or numeric)


SAP 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 PACKNONUMC10Assigned to domainPACKNO
LIMITOverall limit BSUMLIMITDEC23(4) BAPICURR
NO_LIMITNo Limit NOLIMITCHAR1CHAR01
EXP_VALUEExpected value BCOMMITMNTDEC23(4) BAPICURR
SSC_EXISTLimits exist for service types ST_EXISTCHAR1CHAR01
CON_EXISTLimit on contract items exists VC_EXISTCHAR1CHAR01
TMP_EXISTLimit on service packages exists PK_EXISTCHAR1CHAR01
PRICE_CHGPrice Change in Entry Sheet PRS_CHGCHAR1XFELD
FREE_LIMITFree limit BRESTLIMITDEC23(4) BAPICURR
NO_FRLIMITNo Limit NOLIMITCHAR1CHAR01
SERV_TYPEShort Description of Service Type LBNUMCHAR3ESLACHAR3LBR
EDITIONEdition of Service Type AUSGBNUMC4ESLANUMC4AGB
SSC_LIMITValue limits on service types BLBLIMITDEC23(4) BAPICURR
SSC_NOLIMNo limit on standard service type LBNOLIMCHAR1XFELD
SSC_PRSCHGPrice Change in Entry Sheet SSCPRS_CHGCHAR1XFELD
SSC_PERCPercentage for price determination SSC_PROZDEC3(1) SRV_PROZ
TMP_NUMBERNumber of a Set of Model Service Specifications SPEC_NOCHAR10TMP_SPECALPHASPEC10MSPSPEC
TMP_LIMITLimits on model service specifications BSPECLIMITDEC23(4) BAPICURR
TMP_NOLIMNo Limit on Model Specifications SPECNOLIMCHAR1XFELD
TMP_PRSCHGPrice Change in Entry Sheet TMPPRS_CHGCHAR1XFELD
TMP_PERCPercentage for Price Determination TMP_PROZDEC3(1) SRV_PROZ
CONT_PERCPercentage for price determination CON_PROZDEC3(1) SRV_PROZ

Key field Non-key field



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

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

How to access SAP table BAPIESUHC

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