DMF_S_OFFER_HEAD SAP (Offer - Data interface for header) Structure details

Dictionary Type: Structure
Description: Offer - Data interface for header




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




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

DMF_S_OFFER_HEAD 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 "Offer - Data interface for header" 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_DMF_S_OFFER_HEAD TYPE DMF_S_OFFER_HEAD.

The DMF_S_OFFER_HEAD table consists of various fields, each holding specific information or linking keys about Offer - Data interface for header data available in SAP. These include OFR_DESC (Description (Long)), OFR_TCD (Offer Type), BEGIN_DATE (Valid From Date), BEGIN_TIME (Time from).. 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: Cannot Be Enhanced


SAP DMF_S_OFFER_HEAD 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
EXT_OFR_IDOffer Identifier from External System DMF_OFFER_IDCHAR36CHAR36
OFR_DESCDescription (Long) DMF_DESCRIPTION_LONGCHAR255TEXT255
OFR_TCDOffer Type DMF_OFFER_TCDCHAR1CHAR1
BEGIN_DATEValid From Date DMF_VALID_FROM_DATEDATS8DATS
BEGIN_TIMETime from DMF_TIME_FRTIMS6T
END_DATEValid To Date DMF_VALID_TO_DATEDATS8DATS
END_TIMETime to DMF_TIME_TOTIMS6T
PROMO_TCDPromotion Type DMF_PROMOTION_TYPECHAR4CHAR4
PROD_QTY_OPTNLProduct Quantity Enforced or Optional DMF_PROD_QTY_OPTNL_FLAGCHAR1XFLAG
LIMITLimit on Number of Offers that Can Be Purchased DMF_PURCHASE_QUANTITYQUAN9DMF_QUANTITY_SMALL
EXT_LOC_HIER_IDLocation Hierarchy Name DMF_LOCATION_HR_IDCHAR64CHAR64
EXT_LOC_HIER_ND_IDExternal Location Hierarchy Node Identifier DMF_LOCATION_HR_ND_IDCHAR64CHAR64
EXT_LOC_HR_TCDLocation Hierarchy Type Code DMF_LOCATION_HIERARCHY_TCDCHAR2CHAR2
EXT_PURCHASE_GRPPurchasing Organization DMF_ORG_UNIT_ID_POCHAR20CHAR20
LEADING_CATExternal Product Hierarchy Node Identifier DMF_PRODUCT_HR_ND_IDCHAR40CHAR40
OFR_SET_NMPMA Offer Set Text DMF_PMA_OFFER_SET_TEXTCHAR40CHAR40
REF_EVEVNT_NMReference Event Name DMF_REF_EVENT_NAMECHAR50CHAR50
LIMIT_UOMUnit Of Measure (/DMF/UNIT_OF_MEASURE) DMF_UNIT_OF_MEASUREUNIT3CUNITDMF_UNIT_OF_MEASURE
LIMIT_UOM_ISOUnit Of Measure (/DMF/UNIT_OF_MEASURE) DMF_UNIT_OF_MEASUREUNIT3CUNITDMF_UNIT_OF_MEASURE
CREATED_DATEValid From Date DMF_VALID_FROM_DATEDATS8DATS
CREATED_TIMETime from DMF_TIME_FRTIMS6T
FUNCTIONFunction Code DMF_FUNCTIONCHAR1DMF_FUNCTION_CODE

Key field Non-key field



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

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

How to access SAP table DMF_S_OFFER_HEAD

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