BBPS_BAPIESSR SAP (Communication Structure: Header Data for Entry Sheet) Structure details

Dictionary Type: Structure
Description: Communication Structure: Header Data for Entry Sheet




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




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

BBPS_BAPIESSR 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: Header Data for 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_BBPS_BAPIESSR TYPE BBPS_BAPIESSR.

The BBPS_BAPIESSR table consists of various fields, each holding specific information or linking keys about Communication Structure: Header Data for Entry Sheet data available in SAP. These include EXT_NUMBER (External entry sheet number), CREATED_BY (Name of Person who Created the Object), CREATED_ON (Date on Which Record Was Created), CH_ON (Changed On).. 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_BAPIESSR 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 BBP_LBLNICHAR10ALPHABBP_LBLNILBL
EXT_NUMBERExternal entry sheet number BBP_LBLNECHAR16XBLNR
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
CREATED_ONDate on Which Record Was Created ERDATDATS8DATUM
CH_ONChanged On AEDATDATS8DATUM
CHANGED_BYName of Person Who Changed Object AENAMCHAR12USNAM
PERSON_INTPerson responsible (internal) BBP_SBNAMAGCHAR12BBP_SBNAM
PERSON_EXTPerson responsible (external) BBP_SBNAMANCHAR12BBP_SBNAM
LOCATIONLocation where service was performed BBP_DLORTCHAR25TEXT25
REF_DATEPrice reference date of entry sheet BBP_LBLDTDATS8DATUM
BEGDATETimeframe BBP_LZVONDATS8DATUM
ENDDATETimeframe BBP_LZBISDATS8DATUM
GROSS_VALGross value of entry sheet BBP_BLWERTDEC23(4) BAPICURR
UNPL_VALPortion of gross value from unplanned services BBP_BNETWR_UNGDEC23(4) BAPICURR
UNPLC_VALUnplanned value w/o contract ref. as portion of gross value BBP_BUNPLVDEC23(4) BAPICURR
CURRENCYCurrency Key WAERSCUKY5TCURCWAERSFWS
CURR_ISOCDISO currency code ISOCDCHAR3ISOCD
PCKG_NOPackage number PACKNONUMC10Assigned to domainPACKNO
SHORT_TEXTShort text of service entry sheet BBP_TXZ01_ESSRCHAR40TEXT40
PO_NUMBERPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
PO_ITEMItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
DELETE_INDDeletion indicator in entry sheet BBP_LOEKZ_ESSRCHAR1ELOEK
ACCEPTANCEAcceptance indicator BBP_KZABNCHAR1CHAR01
FIN_ENTRYIndicator: Final entry sheet BBP_FINALCHAR1CHAR01
REL_GROUPRelease group FRGGRCHAR2Assigned to domainFRGGR
REL_STRATRelease strategy BBP_FRGSXCHAR2BBP_FRGSX
REL_INDRelease indicator: Entry sheet BBP_FRGKLCHAR1CHAR01
REL_STATUSRelease status FRGZUCHAR8FRGZU
SUBJ_TO_RRelease Not Yet Completely Effected FRGRLCHAR1XFELD
BLOCK_INDBlock release of entry sheet BBP_F_LOCKCHAR1XFELD
SCORE_TIMEPoints score for on-time delivery BBP_MC_PWFRDEC3DEC3
SCORE_QUALPoints score for quality of services BBP_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
NET_VALUENet value of entry sheet BBP_BES_NETVALDEC23(4) BAPICURR
PREQ_NOPurchase Requisition Number BBP_BANFN_ESSRCHAR10ALPHABANFN
PREQ_ITEMItem number of purchase requisition BBP_BNFPO_ESSRNUMC5Assigned to domainBNFPO
MAINTPLANMaintenance plan BBP_WARPLCHAR12Assigned to domainALPHABBP_WARPLMPL
MAINTITEMMaintenance item BBP_WAPOSCHAR16ALPHABBP_POSNUMPS
CALL_NOMaintenance Plan Call Number BBP_ABNUMINT410BBP_ABNUM
FRCO_DOCShipment cost number BBP_FKNUMCHAR10ALPHABBP_FKNUMFKK
FRCO_ITEMShipment costs item BBP_FKPOSNUMC6BBP_FKPOS
COMM_NOTechnical reference field for external entry sheet number BBP_ESSR_DCHAR20CHAR20
USER_FIELDUser field: Service entry sheet BBP_USR_ESSRCHAR20CHAR20

Key field Non-key field



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

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

How to access SAP table BBPS_BAPIESSR

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