STRUC_BAPI_ENTRYSHEET_CREATE SAP (Structure for bapi_entrysheet_create) Structure details

Dictionary Type: Structure
Description: Structure for bapi_entrysheet_create




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




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

STRUC_BAPI_ENTRYSHEET_CREATE 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 "Structure for bapi_entrysheet_create" 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_STRUC_BAPI_ENTRYSHEET_CREATE TYPE STRUC_BAPI_ENTRYSHEET_CREATE.

The STRUC_BAPI_ENTRYSHEET_CREATE table consists of various fields, each holding specific information or linking keys about Structure for bapi_entrysheet_create data available in SAP. These include SHEET_NO (Entry Sheet Number), EXT_NUMBER (External entry sheet number), PERSON_INT (Person Responsible (Internally)), PERSON_EXT (Person Responsible (Externally)).. 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 (Deep)


SAP STRUC_BAPI_ENTRYSHEET_CREATE 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
ENTRYSHEETHEADER 0
SHEET_NOEntry Sheet Number LBLNICHAR10ALPHALBLNILBLESSR
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 PACKNONUMC10PACKNO
SHORT_TEXTShort Text of Service Entry Sheet TXZ01_ESSRCHAR40TEXT40
PO_NUMBERPurchasing Document Number EBELNCHAR10ALPHAEBELNBESMEKK_C
PO_ITEMItem Number of Purchasing Document EBELPNUMC5EBELPBSP
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 KNTTPCHAR1KNTTPKNT
COMM_NOTechnical Reference Field for External Entry Sheet Number ESSR_DCHAR20CHAR20
USER_FIELDUser field: Service entry sheet USR_ESSRCHAR20CHAR20
ACCEPTANCEAcceptance indicator KZABNCHAR1CHAR01
FIN_ENTRYIndicator: Final Entry Sheet FINALCHAR1CHAR01
REF_DOC_NO_LONGReference Document Number (for Dependencies see Long Text) XBLNR_LONGCHAR35XBLNR_LONG
EXT_NUMBER_LONGExternal Entry Sheet Number (Dependencies: See Long Text) LBLNE_LONGCHAR35XBLNR_LONG
ENTRYSHEETACCOUNTASSIGNMENT 0
ENTRYSHEETSERVICES 0
ENTRYSHEETSRVACCASSVALUES 0
RETURN 0
ENTRYSHEETSERVICESTEXTS 0
ENTRYSHEETHEADERTEXT 0

Key field Non-key field



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

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

How to access SAP table STRUC_BAPI_ENTRYSHEET_CREATE

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