Hi All,
Greetings..
I tried below logic in BADI but its not updating
DATA : ls_param TYPE suid_st_node_parameter,
It_param TYPE TABLE OF suid_st_node_parameter.
ls_param-parid = 'EVO'.
ls_param-parva = '03'.
APPEND ls_param TO it_PARAM.
CALL METHOD iv_idref->set_parameters
EXPORTING
it_parameters = it_param.
COMMIT WORK.
can someone suggest how to resolve this issue ?
Request clarification before answering.
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.