TRANSFORM_DYN_PARAM SAP Method Method to transform the Dynamic Search Parameter to the Ref
Below is documentation, parameters and attributes of ABAP Method TRANSFORM_DYN_PARAM within SAP class /BOFU/IF_FBI_FLD_TRANSFORM. There is also a number of example ABAP code snipts to help you use the functionality of this method.
This method is available within SAP systems depending on your version and release level, you can view further information by entering the class name /BOFU/IF_FBI_FLD_TRANSFORM into the relevant SAP transactions such as SE24 or SE80, and then selecting the method you are interested in.
Method Type - Static
This is a Static Method so you can call it directlyThe following technical details of method TRANSFORM_DYN_PARAM can also be found below:
- Importing parameters
- Exporting parameters
- Changing parameters
- Returning parameters
- Exceptions
- Coding Examples
Parameters of Method TRANSFORM_DYN_PARAM
.| Name | Type | Data Type | Description | Default Value |
| IT_DYN_PARAM_SEL_OPT | Importing | TYPE /BOBF/T_FRW_QUERY_SELPARAM | Table Type of RSDSSELOPT | |
| ET_QUERY_SEL_OPT | Exporting | TYPE /BOBF/T_FRW_QUERY_SELPARAM | Table Type of RSDSSELOPT |
Exceptions of Method TRANSFORM_DYN_PARAM
This method does not have any exceptionsExample ABAP coding
DATA: lv_ET_QUERY_SEL_OPT TYPE /BOBF/T_FRW_QUERY_SELPARAM,
lv_IT_DYN_PARAM_SEL_OPT TYPE /BOBF/T_FRW_QUERY_SELPARAM,
lv_other TYPE c.
CALL METHOD /BOFU/IF_FBI_FLD_TRANSFORM=>TRANSFORM_DYN_PARAM(
EXPORTING
IT_DYN_PARAM_SEL_OPT = lv_IT_DYN_PARAM_SEL_OPT
IMPORTING
ET_QUERY_SEL_OPT = lv_ET_QUERY_SEL_OPT ).
Links to Related Class(s)
/BOFU/IF...Full list of available SAP object classes
Search for further information about these or an SAP related objects