/SAPSRM/S_QTE_HD_BD_DATA SAP (QTE Header Data) Structure details

Dictionary Type: Structure
Description: QTE Header Data




ABAP Code to SELECT data from /SAPSRM/S_QTE_HD_BD_DATA
Related tables to /SAPSRM/S_QTE_HD_BD_DATA
Access table /SAPSRM/S_QTE_HD_BD_DATA




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

/SAPSRM/S_QTE_HD_BD_DATA 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 "QTE Header Data" 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_/SAPSRM/S_QTE_HD_BD_DATA TYPE /SAPSRM/S_QTE_HD_BD_DATA.

The /SAPSRM/S_QTE_HD_BD_DATA table consists of various fields, each holding specific information or linking keys about QTE Header Data data available in SAP. These include CURRENCY (Currency Key), PMNTTRMS (Terms of Payment Key), INCOTERM_KEY (Incoterm Key), INCOTERM_LOC (Incoterm Location).. 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 /SAPSRM/S_QTE_HD_BD_DATA 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
OBJECT_IDTransaction Number CRMT_OBJECT_ID_DBCHAR10ALPHACRM_OBJECT_ID
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PMNTTRMSTerms of Payment Key DZTERMCHAR4ZTERM
INCOTERM_KEYIncoterm Key BBP_INCOTERM_KEYCHAR3Assigned to domainBBP_INCOTERM_KEY
INCOTERM_LOCIncoterm Location BBP_INCOTERM_LOCATIONCHAR28BBP_INCOTERM_LOCATION
CURRENCY_TEXTLong Text LTEXTCHAR40TEXT40
CREATED_ATTransaction was Created at this Time CRMT_CREATED_ATDEC15TSTPSBCOS_TSTMP
CHANGED_BYName of Person Responsible for Changing Object BBP_CHNAMCHAR12USNAM
CHANGED_ATTime of Last Change to the Transaction CRMT_CHANGED_ATDEC15TSTPSBCOS_TSTMP
TZONETime Zone for Date and Time Fields of Procurement Document BBP_TZONECHAR6BBP_TZONE
PAYMENTTERM_TEXTExplanation of Terms of Payment (CRM Style) BBP_CRMT_PMNTTRMS_DESCCHAR50TEXT50
COMPANY_NAMEFull Name of Person AD_NAMTEXTCHAR80TEXT80
CONTACT_NAMEFull Name of Person AD_NAMTEXTCHAR80TEXT80
CONTACT_EMAILE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
CONTACT_FAXFirst fax no.: dialling code+number AD_FXNMBR1CHAR30CHAR30
CONTACT_FAX_EXTENSFirst fax no.: extension AD_FXXTNS1CHAR10CHAR10
CONTACT_PHONEFirst telephone no.: dialling code+number AD_TLNMBR1CHAR30CHAR30
CONTACT_PH_EXTFirst Telephone No.: Extension AD_TLXTNS1CHAR10CHAR10
VPER_STARTValidity Start Date of Contract BBP_VPER_START_CTRDATS8DATUM
VPER_ENDValidity End Date of Contract BBP_VPER_END_CTRDATS8DATUM
BINDG_PERBinding period for quotation BBP_EBNDTDATS8DATUM
PROCESS_TYPEBusiness Transaction Type CRMT_PROCESS_TYPE_DBCHAR4Assigned to domainCRM_PROCESS_TYPE
PROCESS_TYPE_DESCChar 20 CHAR20CHAR20CHAR20
PROC_ORGResponsible Purchasing Organization BBP_PROC_ORGCHAR14HROBJEC_14BBP_PROC_ORG
PROC_ORG_DESCCharacter field of length 40 CHAR40CHAR40CHAR40
CATEGORY_DESCCategory Description COMT_CATEGORY_TEXTCHAR80TEXT80
FOLLOW_ON_DESCCharacter field of length 40 CHAR40CHAR40CHAR40
TOTAL_VALUE_OF_HIERNet Value BBP_VALUECURR15(2) WERT8
PROC_GROUPResponsible Purchasing Group BBP_PROC_GROUPCHAR14HROBJEC_14BBP_PROC_GROUP
PROC_GROUP_DESCCharacter field of length 40 CHAR40CHAR40CHAR40
CATEGORY_IDProduct Category ID BBP_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CAT
USE_CONDITIONSIndicator: Detailed Price Info to be Entered in Bid BBP_USE_CONDITIONSCHAR1BBP_USE_CONDITIONS
SRC_CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CREATEDAT_DATETIMEUser field for cluster PC (national) CHAR25CHAR25CHAR25
CHANGEDAT_DATETIMEUser field for cluster PC (national) CHAR25CHAR25CHAR25
CREATEDBY_FULLNAMEFull Name BU_NAME1TXCHAR80TEXT80
CHANGEDBY_FULLNAMEFull Name BU_NAME1TXCHAR80TEXT80
SH_PMNTTRMSTerms of Payment Key DZTERMCHAR4ZTERM
SH_PMNTTRMS_TEXTExplanation of Terms of Payment (CRM Style) BBP_CRMT_PMNTTRMS_DESCCHAR50TEXT50
ADD_ITEMS_INDIndicates Whether Items may be Added BBP_ADD_ITEMS_INDCHAR1XFELD
BID_ALL_ITMS_INDYou have to bid on all Items BBP_BID_ALL_ITEMS_INDCHAR1XFELD
EXPSV_ITEM_INDRFx Response Modification BBP_BID_EXPRESSIVE_ITEM_INDCHAR1XFELD
FULL_QTY_INDBidder Cannot Change Quantity Details BBP_BID_FULL_QTY_INDCHAR1XFELD
CD_LABEL 0

Key field Non-key field



How do I retrieve data from SAP structure /SAPSRM/S_QTE_HD_BD_DATA using ABAP code?

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

How to access SAP table /SAPSRM/S_QTE_HD_BD_DATA

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