/SAPSRM/S_RFQ_HD_OVERVIEW_DATA SAP (RFQ Header Data) Structure details

Dictionary Type: Structure
Description: RFQ Header Data




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




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

/SAPSRM/S_RFQ_HD_OVERVIEW_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 "RFQ 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_RFQ_HD_OVERVIEW_DATA TYPE /SAPSRM/S_RFQ_HD_OVERVIEW_DATA.

The /SAPSRM/S_RFQ_HD_OVERVIEW_DATA table consists of various fields, each holding specific information or linking keys about RFQ Header Data data available in SAP. These include DESCRIPTION (Name of SRM Document), PROCESS_TYPE (Business Transaction Type), CATEGORY_ID (Category ID), BID_TYPE (Type of RFx).. 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_RFQ_HD_OVERVIEW_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
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

Key field Non-key field



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

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

How to access SAP table /SAPSRM/S_RFQ_HD_OVERVIEW_DATA

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