How To Add Entry in Decison Table and Use of FM
How To Add Entry in Decison Table and Use of FM
1) Maintained the table with Application name, user id, activity, ID (Decision table id) using T
code: ZCA_BRFAUTH. User will not be able to maintained DT value in case entry is not
maintained in T code ZCA_BRFAUTH
Note: If you click on Deactivate or entry is missing, then user will get authorization error.
Wil be 4
Sample code:
DATA: IM_VAR_NAME TYPE ZCS_BRF_NAME,
IM_SOURCE TYPE ZCS_BRF_SOURCE,
LV_STATUS TYPE CHAR1,
LT_PARAM TYPE TABLE OF ZCS_BRF_FIND_PARAM,
LS_PARAM TYPE ZCS_BRF_FIND_PARAM.