/SAPSRM/S_RFQ_HD_BD SAP (RFQ Header Basic Data) Structure details

Dictionary Type: Structure
Description: RFQ Header Basic Data




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




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

/SAPSRM/S_RFQ_HD_BD 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 "RFQ Header Basic 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_RFQ_HD_BD TYPE /SAPSRM/S_RFQ_HD_BD.

The /SAPSRM/S_RFQ_HD_BD table consists of various fields, each holding specific information or linking keys about RFQ Header Basic Data data available in SAP. These include GUID (Globally Unique identifier), VERSION_TYPE (Version Type (Active Document, 'Normal', Work Version)), ACTIVE_HEADER (Globally Unique identifier), CHANGE_LOCK (Change Lock ('X': changes not allowed)).. 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 /SAPSRM/S_RFQ_HD_BD 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
GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
VERSION_TYPEVersion Type (Active Document, 'Normal', Work Version) BBP_VERSION_TYPECHAR1BBP_VERSION_TYPE
ACTIVE_HEADERGlobally Unique identifier BBP_GUIDRAW16SYSUUID
CHANGE_LOCKChange Lock ('X': changes not allowed) BBP_CHANGE_LOCKCHAR1XFELD
VERSION_NOVersion Number BBP_VERSION_NOCHAR8CHAR08
PURCH_GRPResponsible Purchasing Group BBP_PROC_GROUPCHAR14HROBJEC_14BBP_PROC_GROUP
PURCH_ORGResponsible Purchasing Organization BBP_PROC_ORGCHAR14HROBJEC_14BBP_PROC_ORG
OBJECT_IDTransaction Number CRMT_OBJECT_ID_DBCHAR10ALPHACRM_OBJECT_ID
DESCRIPTIONName of SRM Document BBP_DOCNAMECHAR40TEXT40
PROCESS_TYPEBusiness Transaction Type CRMT_PROCESS_TYPE_DBCHAR4Assigned to domainCRM_PROCESS_TYPE
CATEGORY_IDCategory ID COMT_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CATEGORY_IDCOM_CAT_HIER
BID_TYPEType of RFx BBP_BID_TYPECHAR1BBP_BIDTYPE
PROC_ORG_DESCPurchasing Organization BBP_PURCH_ORG_DESCCHAR40TEXT40
PROC_GROUP_DESCPurchasing Group BBP_PURCH_GRP_DESCCHAR40TEXT40
START_TIME_DATEDate DATUMDATS8DATUM
START_TIME_TIMETime UZEITTIMS6UZEIT
QUOT_DEADSubmission Deadline for the Bid BBP_ANGABDATS8DATUM
QUOT_DEAD_TIMETime of Bid Submission Deadline BBP_QUOT_DEAD_TIMETIMS6TIME
OPEN_TIME_DATEDate DATUMDATS8DATUM
OPEN_TIME_TIMETime UZEITTIMS6UZEIT
BINDG_PERBinding period for quotation BBP_EBNDTDATS8DATUM
VPER_STARTValidity Start Date of Contract BBP_VPER_START_CTRDATS8DATUM
VPER_ENDValidity End Date of Contract BBP_VPER_END_CTRDATS8DATUM
TZONETime Zone for Date and Time Fields of Procurement Document BBP_TZONECHAR6BBP_TZONE
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
USE_CONDITIONSIndicator: Detailed Price Info to be Entered in Bid BBP_USE_CONDITIONSCHAR1BBP_USE_CONDITIONS
FOLLOW_ON_DOC_KEYFollow-On RFx Document Key /SAPSRM/D_FOLLOW_ON_KEYCHAR1/SAPSRM/FOLLOW_ON_KEY
ITEM_CURR_IND item currency is allowed BBP_ITEM_CURR_INDCHAR1XFELD
BID_CHG_ALLOWEDBid May be Changed BBP_BID_CHANGE_ALLOWEDCHAR1XFELD
COMP_MULTI_BIDAllow Multiple Bids per Company BBP_COMP_MULTI_BIDCHAR1XFELD
SHOW_WEIGH_INDDisplay Weighting to Bidders BBP_SHOW_WEIGHING_INDCHAR1XFELD
TOTAL_VALUETarget Value of Contract BBP_TOTAL_VALUE_CTRCURR15(2) WERT8
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
CO_CODECompany Code in FI System BBP_CO_CODECHAR4Assigned to domainBUKRS
LOGSYS_FILogical System of FI System BBP_LOGSYS_FICHAR10Assigned to domainALPHALOGSYSBBP_BACKEND_DESTINATION_F4
EXT_DEM_LOGSYSLogical System from where an External Requirement Comes BBP_EXT_DEM_LOGSYSCHAR10Assigned to domainALPHALOGSYS
SH_LOGSYSOriginal System COMT_LOGSYSCHAR10Assigned to domainALPHALOGSYSCOM_LOGSYSCOM_PRODUCT_LOGSYS

Key field Non-key field



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

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

How to access SAP table /SAPSRM/S_RFQ_HD_BD

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