BBP_BAPIESSRC SAP (Communication Structure: Create Entry Sheet) Structure details

Dictionary Type: Structure
Description: Communication Structure: Create Entry Sheet




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




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

BBP_BAPIESSRC 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: Create Entry Sheet" 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_BAPIESSRC TYPE BBP_BAPIESSRC.

The BBP_BAPIESSRC table consists of various fields, each holding specific information or linking keys about Communication Structure: Create Entry Sheet data available in SAP. These include EXT_NUMBER (External entry sheet number), PERSON_INT (Person Responsible (Internally)), PERSON_EXT (Person Responsible (Externally)), LOCATION (Location Where Service Was Performed).. 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 BBP_BAPIESSRC 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
SHEET_NOEntry Sheet Number LBLNICHAR10Assigned to domainALPHALBLNILBLESSR
EXT_NUMBERExternal entry sheet number LBLNECHAR16XBLNR
PERSON_INTPerson Responsible (Internally) SBNAMAGCHAR12SBNAM
PERSON_EXTPerson Responsible (Externally) SBNAMANCHAR12SBNAM
LOCATIONLocation Where Service Was Performed DLORTCHAR25TEXT25
REF_DATEPrice Reference Date of Entry Sheet LBLDTDATS8DATUM
BEGDATEPeriod LZVONDATS8DATUM
ENDDATEEnd of period LZBISDATS8DATUM
PCKG_NOPackage number PACKNONUMC10Assigned to domainPACKNO
SHORT_TEXTShort Text of Service Entry Sheet TXZ01_ESSRCHAR40TEXT40
PO_NUMBERPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
PO_ITEMItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
BLOCK_INDBlock Release of Entry Sheet F_LOCKCHAR1XFELD
SCORE_TIMEPoints score for on-time delivery MC_PWFRDEC3DEC3
SCORE_QUALPoints score for quality of services MC_PWWEDEC3DEC3
DOC_DATEDocument Date in Document BLDATDATS8DATUM
POST_DATEPosting Date in the Document BUDATDATS8DATUM
REF_DOC_NOReference Document Number XBLNRCHAR16XBLNR
ACCASSCATAccount Assignment Category KNTTPCHAR1Assigned to domainKNTTPKNT
COMM_NOTechnical Reference Field for External Entry Sheet Number ESSR_DCHAR20CHAR20
USER_FIELDUser field: Service entry sheet USR_ESSRCHAR20CHAR20
ACCEPTANCEAcceptance indicator KZABNCHAR1CHAR01

Key field Non-key field



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

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

How to access SAP table BBP_BAPIESSRC

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