SET_CONTROL_PARAM SAP Method of class /BOFU/CL_D_BO_NODE_PROFILE
Below is documentation, parameters and attributes of ABAP Method SET_CONTROL_PARAM within SAP class /BOFU/CL_D_BO_NODE_PROFILE. 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/CL_D_BO_NODE_PROFILE 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 SET_CONTROL_PARAM can also be found below:
- Importing parameters
- Exporting parameters
- Changing parameters
- Returning parameters
- Exceptions
- Coding Examples
Parameters of Method SET_CONTROL_PARAM
.| Name | Type | Data Type | Description | Default Value |
| IV_CHECK_DISPLAY_ONLY | Importing | TYPE BOOLE_D | Check only for DISPLAY author.: TRUE (='X') and FALSE (=' ') | |
| IV_CHECK_FOR_PLANNING | Importing | TYPE BOOLE_D | Check authorization for Planning (PLAN, CHANGE) |
Exceptions of Method SET_CONTROL_PARAM
INVALID_CALLED - Method called with invalid parameter valuesExample ABAP coding
DATA: lv_IV_CHECK_DISPLAY_ONLY TYPE BOOLE_D,
lv_IV_CHECK_FOR_PLANNING TYPE BOOLE_D,
lv_other TYPE c.
CALL METHOD /BOFU/CL_D_BO_NODE_PROFILE=>SET_CONTROL_PARAM(
EXPORTING
IV_CHECK_DISPLAY_ONLY = lv_IV_CHECK_DISPLAY_ONLY
IV_CHECK_FOR_PLANNING = lv_IV_CHECK_FOR_PLANNING ).
Links to Related Class(s)
/BOFU/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects