DMF_S_OFFER_TERM SAP (Offer - Data interface for term) Structure details

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




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




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

DMF_S_OFFER_TERM 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 term" 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_TERM TYPE DMF_S_OFFER_TERM.

The DMF_S_OFFER_TERM table consists of various fields, each holding specific information or linking keys about Offer - Data interface for term data available in SAP. These include TERM_ID (External Offer Term ID), TERM_TCD (Term Type Code), TERM_OP_TCD (Term Operation Type Code), PRODUCT_QTY (Product Component Quantity).. 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_TERM 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
TERM_IDExternal Offer Term ID DMF_OFR_TERM_IDNUMC3NUM3
TERM_TCDTerm Type Code DMF_OFFER_TRM_TCDNUMC1NUMC1
TERM_OP_TCDTerm Operation Type Code DMF_OFFER_TRM_OP_TCDNUMC1NUMC1
PRODUCT_QTYProduct Component Quantity DMF_COMP_QUANTITYQUAN13(3) DMF_COMP_QUANTITY
DISC_TCDDiscount Type DMF_DISCOUNT_TYPE_CODECHAR2CHAR2
DISC_VALOffer Term Discount Value DMF_PMA_OFFER_DISC_VALUECURR19(5) DMF_CURRENCY_VALUE
PRODUCT_DIM_TCDProduct Dimension Type for import process DMF_PRODUCT_DIMENSION_TCD_IMPCHAR2CHAR2
PRODUCT_DIM_IDHierarchy Name DMF_EXT_PRODUCT_HR_IDCHAR64CHAR64
PRODUCT_ND_IDExternal Product Hierarchy Node Identifier DMF_EXT_PRODUCT_HR_ND_IDCHAR40CHAR40
PRODUCT_QTY_UOMUnit Of Measure (/DMF/UNIT_OF_MEASURE) DMF_UNIT_OF_MEASUREUNIT3CUNITDMF_UNIT_OF_MEASURE
PRODUCT_QTY_UOM_ISOUnit Of Measure (/DMF/UNIT_OF_MEASURE) DMF_UNIT_OF_MEASUREUNIT3CUNITDMF_UNIT_OF_MEASURE
CURRENCYCurrency DMF_CURR_CODECUKY5
FUNCTIONFunction Code DMF_FUNCTIONCHAR1DMF_FUNCTION_CODE
TERM_SEQUENCE_NRSequence Number of Term in an Offer or Version DMF_OFFER_TERM_SEQUENCE_NRINT410

Key field Non-key field



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

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

How to access SAP table DMF_S_OFFER_TERM

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