/SAPBOQ/HD_SES SAP (QTO header table) Table details

Dictionary Type: Table
Description: QTO header table




ABAP Code to SELECT data from /SAPBOQ/HD_SES
Related tables to /SAPBOQ/HD_SES
Access table /SAPBOQ/HD_SES




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

/SAPBOQ/HD_SES is a standard SAP Table which is used to store QTO header table data and is available within R/3 SAP systems depending on the version and release level.

The /SAPBOQ/HD_SES table consists of various fields, each holding specific information or linking keys about QTO header table data available in SAP. These include SES_NUMBER (Service Entry Sheet Number), SHORT_TEXT (Service Entry Sheet - Header Text), ORDER_NUMBER (Sales and Distribution Document Number), ITEM_NUMBER (Item number of the SD document).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP /SAPBOQ/HD_SES table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
SES_NUMBERService Entry Sheet Number /SAPBOQ/SES_NONUMC10/SAPBOQ/SES_NO/SAPBOQ/SES
SHORT_TEXTService Entry Sheet - Header Text /SAPBOQ/SES_DESCCHAR40TEXT40
ORDER_NUMBERSales and Distribution Document Number VBELNCHAR10VBUKALPHAVBELNAUN
ITEM_NUMBERItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
SUBSEQ_DOCSales and Distribution Document Number VBELNCHAR10VBUKALPHAVBELNAUN
SUBSEQ_POSNRSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
PACKNOPackage number PACKNONUMC10Assigned to domainPACKNO
SESTYPService Entry Sheet Type /SAPBOQ/SESTYPECHAR2/SAPBOQ/SESTYPCHAR2
STATUSService Entry Sheet Status /SAPBOQ/SES_STATCHAR1CHAR1
CREATE_DATEDate on Which Record Was Created ERDATDATS8DATUM
ENTRY_TIMEEntry time ERZETTIMS6UZEIT
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
RELEASE_DATERelease Date /SAPBOQ/RELDTDATS8DATUM
RELEASE_TIMERelease Time /SAPBOQ/REL_TIMETIMS6UZEIT
RELEASED_BYReleased By /SAPBOQ/RELBYCHAR12
PRICE_PROCProcedure (Pricing, Output Control, Acct. Det., Costing,...) KALSM_DCHAR6Assigned to domainKALSM
REF_DOCUMENTSales and Distribution Document Number VBELNCHAR10VBUKALPHAVBELNAUN
REF_POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR

Key field Non-key field



How do I retrieve data from SAP table /SAPBOQ/HD_SES using ABAP code

The following ABAP code Example will allow you to do a basic selection on /SAPBOQ/HD_SES to SELECT all data from the table
DATA: WA_/SAPBOQ/HD_SES TYPE /SAPBOQ/HD_SES.

SELECT SINGLE *
FROM /SAPBOQ/HD_SES
INTO CORRESPONDING FIELDS OF WA_/SAPBOQ/HD_SES
WHERE...

How to access SAP table /SAPBOQ/HD_SES

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