SAP BAPI_RE_OF_GET_LIST Function Module for Return Data of Multiple Contract Offers
BAPI_RE_OF_GET_LIST is a standard bapi re of get list SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used for Return Data of Multiple Contract Offers processing and below is the pattern details for this FM, showing its interface including any import and export parameters, exceptions etc. there is also a full "cut and paste" ABAP pattern code example, along with implementation ABAP coding, documentation and contribution comments specific to this or related objects.
See here to view full function module documentation and code listing for bapi re of get list FM, simply by entering the name BAPI_RE_OF_GET_LIST into the relevant SAP transaction such as SE37 or SE38.
Function Group: REOR_BAPI_CN_OFFER
Program Name: SAPLREOR_BAPI_CN_OFFER
Main Program: SAPLREOR_BAPI_CN_OFFER
Appliation area:
Release date: N/A
Mode(Normal, Remote etc): Remote-Enabled
Update:

Function BAPI_RE_OF_GET_LIST pattern details
In-order to call this FM within your sap programs, simply using the below ABAP pattern details to trigger the function call...or see the full ABAP code listing at the end of this article. You can simply cut and paste this code into your ABAP progrom as it is, including variable declarations.CALL FUNCTION 'BAPI_RE_OF_GET_LIST'"Return Data of Multiple Contract Offers.
EXPORTING
* DETAIL_DATA_FROM = "Date: Detailed Data Valid From
* DETAIL_DATA_TO = "Date: Detailed Data Valid To
* SELECT_X = "Contract Offer - Fields for Mass Selection
* MAX_ROWS = 0 "Maximum Number of Lines of Hits
TABLES
SELOPTION = "Selection Options
* TERM_PAYMENT = "Posting Terms
* TERM_RHYTHM = "Frequency Terms
* TERM_ADJUSTMENT = "Adjustment Data
* TERM_SR_REPORTING = "Reporting Rules
* TERM_SR_SALES = "Sales Rules
* TERM_SR_PEAK_SALES = "Peak Sales Terms
* TERM_SR_RHYTHM = "Sales Frequencies
* PARTNER = "Partner
* OPTION_RATE = "Option Rates
* OBJECT_REL = "Objects
* CN_OFFER = "Contract Offers
* MEAS_CN = "Contract Measurements
* CONDITION = "Conditions
* COND_CALC = "Conditions: Time-Dependent Calculation Factors
* COND_DIST = "Conditions: Time-Dependent Distribution Factors
* RESUBM_RULE = "Reminder Rules
* RESUBM_DATE = "Reminder Dates
* STATUS = "Status
* EXTENSION_OUT = "Data of User Fields
* RETURN = "Return Parameter(s)
* TERM_RENEWAL = "Renewal Terms
* TERM_RENEWAL_RULE = "Individual Renewal Rules
* TERM_NOTICE = "Notice Terms
* TERM_NOTICE_OBJ = "Notice Terms for Objects
* TERM_NOTICE_RULE = "Individual Notice Rules
* TERM_OBJECT_REL = "Objects Assigned to Terms
* TERM_ORG_ASSIGNMENT = "Organizational Assignments
IMPORTING Parameters details for BAPI_RE_OF_GET_LIST
DETAIL_DATA_FROM - Date: Detailed Data Valid From
Data type: BAPI_RE_ADDITIONAL_FIELDS-DETAIL_VALID_FROMOptional: Yes
Call by Reference: No ( called with pass by value option)
DETAIL_DATA_TO - Date: Detailed Data Valid To
Data type: BAPI_RE_ADDITIONAL_FIELDS-DETAIL_VALID_TOOptional: Yes
Call by Reference: No ( called with pass by value option)
SELECT_X - Contract Offer - Fields for Mass Selection
Data type: BAPI_RE_CN_OFFER_SELXOptional: Yes
Call by Reference: No ( called with pass by value option)
MAX_ROWS - Maximum Number of Lines of Hits
Data type: BAPI_RE_ADDITIONAL_FIELDS-BAPIMAXROWOptional: Yes
Call by Reference: No ( called with pass by value option)
TABLES Parameters details for BAPI_RE_OF_GET_LIST
SELOPTION - Selection Options
Data type: BAPI_RE_SELOPTIONOptional: No
Call by Reference: No ( called with pass by value option)
TERM_PAYMENT - Posting Terms
Data type: BAPI_RE_TERM_PYOptional: Yes
Call by Reference: No ( called with pass by value option)
TERM_RHYTHM - Frequency Terms
Data type: BAPI_RE_TERM_RHOptional: Yes
Call by Reference: No ( called with pass by value option)
TERM_ADJUSTMENT - Adjustment Data
Data type: BAPI_RE_TERM_AJOptional: Yes
Call by Reference: No ( called with pass by value option)
TERM_SR_REPORTING - Reporting Rules
Data type: BAPI_RE_TERM_SR_REPOptional: Yes
Call by Reference: No ( called with pass by value option)
TERM_SR_SALES - Sales Rules
Data type: BAPI_RE_TERM_SR_SLOptional: Yes
Call by Reference: No ( called with pass by value option)
TERM_SR_PEAK_SALES - Peak Sales Terms
Data type: BAPI_RE_TERM_SR_PSOptional: Yes
Call by Reference: No ( called with pass by value option)
TERM_SR_RHYTHM - Sales Frequencies
Data type: BAPI_RE_TERM_SR_RHOptional: Yes
Call by Reference: No ( called with pass by value option)
PARTNER - Partner
Data type: BAPI_RE_PARTNEROptional: Yes
Call by Reference: No ( called with pass by value option)
OPTION_RATE - Option Rates
Data type: BAPI_RE_OPTION_RATEOptional: Yes
Call by Reference: No ( called with pass by value option)
OBJECT_REL - Objects
Data type: BAPI_RE_OBJECT_RELOptional: Yes
Call by Reference: No ( called with pass by value option)
CN_OFFER - Contract Offers
Data type: BAPI_RE_CN_OFFEROptional: Yes
Call by Reference: Yes
MEAS_CN - Contract Measurements
Data type: BAPI_RE_MEAS_CNOptional: Yes
Call by Reference: No ( called with pass by value option)
CONDITION - Conditions
Data type: BAPI_RE_CONDITIONOptional: Yes
Call by Reference: No ( called with pass by value option)
COND_CALC - Conditions: Time-Dependent Calculation Factors
Data type: BAPI_RE_COND_CALCOptional: Yes
Call by Reference: No ( called with pass by value option)
COND_DIST - Conditions: Time-Dependent Distribution Factors
Data type: BAPI_RE_COND_DISTOptional: Yes
Call by Reference: No ( called with pass by value option)
RESUBM_RULE - Reminder Rules
Data type: BAPI_RE_RESUBM_RULEOptional: Yes
Call by Reference: No ( called with pass by value option)
RESUBM_DATE - Reminder Dates
Data type: BAPI_RE_RESUBM_DATEOptional: Yes
Call by Reference: No ( called with pass by value option)
STATUS - Status
Data type: BAPI_RE_STATUSOptional: Yes
Call by Reference: No ( called with pass by value option)
EXTENSION_OUT - Data of User Fields
Data type: BAPI_RE_IDENT_PAREXOptional: Yes
Call by Reference: No ( called with pass by value option)
RETURN - Return Parameter(s)
Data type: BAPIRET2Optional: Yes
Call by Reference: No ( called with pass by value option)
TERM_RENEWAL - Renewal Terms
Data type: BAPI_RE_TERM_RNOptional: Yes
Call by Reference: No ( called with pass by value option)
TERM_RENEWAL_RULE - Individual Renewal Rules
Data type: BAPI_RE_TERM_RN_RULEOptional: Yes
Call by Reference: No ( called with pass by value option)
TERM_NOTICE - Notice Terms
Data type: BAPI_RE_TERM_NTOptional: Yes
Call by Reference: No ( called with pass by value option)
TERM_NOTICE_OBJ - Notice Terms for Objects
Data type: BAPI_RE_TERM_NT_OBJOptional: Yes
Call by Reference: No ( called with pass by value option)
TERM_NOTICE_RULE - Individual Notice Rules
Data type: BAPI_RE_TERM_NT_RULEOptional: Yes
Call by Reference: No ( called with pass by value option)
TERM_OBJECT_REL - Objects Assigned to Terms
Data type: BAPI_RE_TERM_OBJRELOptional: Yes
Call by Reference: No ( called with pass by value option)
TERM_ORG_ASSIGNMENT - Organizational Assignments
Data type: BAPI_RE_TERM_OAOptional: Yes
Call by Reference: No ( called with pass by value option)
Copy and paste ABAP code example for BAPI_RE_OF_GET_LIST Function Module
The ABAP code below is a full code listing to execute function module POPUP_TO_CONFIRM including all data declarations. The code uses the original data declarations rather than the latest in-line data DECLARATION SYNTAX but I have included an ABAP code snippet at the end to show how declarations would look using the newer method of declaring data variables on the fly. This will allow you to compare and fully understand the new inline method. Please note some of the newer syntax such as the @DATA is not available until a later 4.70 service pack (SP8), which i why i have stuck to the origianl for this example.| DATA: | ||||
| lt_seloption | TYPE STANDARD TABLE OF BAPI_RE_SELOPTION, " | |||
| lv_detail_data_from | TYPE BAPI_RE_ADDITIONAL_FIELDS-DETAIL_VALID_FROM, " | |||
| lt_term_payment | TYPE STANDARD TABLE OF BAPI_RE_TERM_PY, " | |||
| lt_term_rhythm | TYPE STANDARD TABLE OF BAPI_RE_TERM_RH, " | |||
| lt_term_adjustment | TYPE STANDARD TABLE OF BAPI_RE_TERM_AJ, " | |||
| lt_term_sr_reporting | TYPE STANDARD TABLE OF BAPI_RE_TERM_SR_REP, " | |||
| lt_term_sr_sales | TYPE STANDARD TABLE OF BAPI_RE_TERM_SR_SL, " | |||
| lt_term_sr_peak_sales | TYPE STANDARD TABLE OF BAPI_RE_TERM_SR_PS, " | |||
| lt_term_sr_rhythm | TYPE STANDARD TABLE OF BAPI_RE_TERM_SR_RH, " | |||
| lt_partner | TYPE STANDARD TABLE OF BAPI_RE_PARTNER, " | |||
| lt_option_rate | TYPE STANDARD TABLE OF BAPI_RE_OPTION_RATE, " | |||
| lt_object_rel | TYPE STANDARD TABLE OF BAPI_RE_OBJECT_REL, " | |||
| lt_cn_offer | TYPE STANDARD TABLE OF BAPI_RE_CN_OFFER, " | |||
| lv_detail_data_to | TYPE BAPI_RE_ADDITIONAL_FIELDS-DETAIL_VALID_TO, " | |||
| lt_meas_cn | TYPE STANDARD TABLE OF BAPI_RE_MEAS_CN, " | |||
| lt_condition | TYPE STANDARD TABLE OF BAPI_RE_CONDITION, " | |||
| lt_cond_calc | TYPE STANDARD TABLE OF BAPI_RE_COND_CALC, " | |||
| lt_cond_dist | TYPE STANDARD TABLE OF BAPI_RE_COND_DIST, " | |||
| lt_resubm_rule | TYPE STANDARD TABLE OF BAPI_RE_RESUBM_RULE, " | |||
| lt_resubm_date | TYPE STANDARD TABLE OF BAPI_RE_RESUBM_DATE, " | |||
| lt_status | TYPE STANDARD TABLE OF BAPI_RE_STATUS, " | |||
| lt_extension_out | TYPE STANDARD TABLE OF BAPI_RE_IDENT_PAREX, " | |||
| lt_return | TYPE STANDARD TABLE OF BAPIRET2, " | |||
| lv_select_x | TYPE BAPI_RE_CN_OFFER_SELX, " | |||
| lt_term_renewal | TYPE STANDARD TABLE OF BAPI_RE_TERM_RN, " | |||
| lv_max_rows | TYPE BAPI_RE_ADDITIONAL_FIELDS-BAPIMAXROW, " 0 | |||
| lt_term_renewal_rule | TYPE STANDARD TABLE OF BAPI_RE_TERM_RN_RULE, " | |||
| lt_term_notice | TYPE STANDARD TABLE OF BAPI_RE_TERM_NT, " | |||
| lt_term_notice_obj | TYPE STANDARD TABLE OF BAPI_RE_TERM_NT_OBJ, " | |||
| lt_term_notice_rule | TYPE STANDARD TABLE OF BAPI_RE_TERM_NT_RULE, " | |||
| lt_term_object_rel | TYPE STANDARD TABLE OF BAPI_RE_TERM_OBJREL, " | |||
| lt_term_org_assignment | TYPE STANDARD TABLE OF BAPI_RE_TERM_OA. " |
|   CALL FUNCTION 'BAPI_RE_OF_GET_LIST' "Return Data of Multiple Contract Offers |
| EXPORTING | ||
| DETAIL_DATA_FROM | = lv_detail_data_from | |
| DETAIL_DATA_TO | = lv_detail_data_to | |
| SELECT_X | = lv_select_x | |
| MAX_ROWS | = lv_max_rows | |
| TABLES | ||
| SELOPTION | = lt_seloption | |
| TERM_PAYMENT | = lt_term_payment | |
| TERM_RHYTHM | = lt_term_rhythm | |
| TERM_ADJUSTMENT | = lt_term_adjustment | |
| TERM_SR_REPORTING | = lt_term_sr_reporting | |
| TERM_SR_SALES | = lt_term_sr_sales | |
| TERM_SR_PEAK_SALES | = lt_term_sr_peak_sales | |
| TERM_SR_RHYTHM | = lt_term_sr_rhythm | |
| PARTNER | = lt_partner | |
| OPTION_RATE | = lt_option_rate | |
| OBJECT_REL | = lt_object_rel | |
| CN_OFFER | = lt_cn_offer | |
| MEAS_CN | = lt_meas_cn | |
| CONDITION | = lt_condition | |
| COND_CALC | = lt_cond_calc | |
| COND_DIST | = lt_cond_dist | |
| RESUBM_RULE | = lt_resubm_rule | |
| RESUBM_DATE | = lt_resubm_date | |
| STATUS | = lt_status | |
| EXTENSION_OUT | = lt_extension_out | |
| RETURN | = lt_return | |
| TERM_RENEWAL | = lt_term_renewal | |
| TERM_RENEWAL_RULE | = lt_term_renewal_rule | |
| TERM_NOTICE | = lt_term_notice | |
| TERM_NOTICE_OBJ | = lt_term_notice_obj | |
| TERM_NOTICE_RULE | = lt_term_notice_rule | |
| TERM_OBJECT_REL | = lt_term_object_rel | |
| TERM_ORG_ASSIGNMENT | = lt_term_org_assignment | |
| . " BAPI_RE_OF_GET_LIST | ||
ABAP code using 7.40 inline data declarations to call FM BAPI_RE_OF_GET_LIST
The below ABAP code uses the newer in-line data declarations. This allows you to see the coding differences/benefits of the later inline syntax. Please note some of the newer syntax below, such as the @DATA is not available until 4.70 EHP 8.| "SELECT single DETAIL_VALID_FROM FROM BAPI_RE_ADDITIONAL_FIELDS INTO @DATA(ld_detail_data_from). | ||||
| "SELECT single DETAIL_VALID_TO FROM BAPI_RE_ADDITIONAL_FIELDS INTO @DATA(ld_detail_data_to). | ||||
| "SELECT single BAPIMAXROW FROM BAPI_RE_ADDITIONAL_FIELDS INTO @DATA(ld_max_rows). | ||||
Search for further information about these or an SAP related objects