2023 Sep 30 3:30 PM
I maintained in SECATT the following parameter:
Then I created a variant and filled the structure with some data.
In ABAP I wrote the snipped like:
data ls_ordim_o type /SCWM/S_ORDIM_O.
lo_tdc_api->get_value( exporting i_param_name = 'ORDIM_O'
i_variant_name = 'Z_UNITTESTS'
changing e_param_value = ls_ordim_o ).
Finally I get some data in ls_ordim_o, but not the data I maintained.
Therefore my questions:
I want to use the SECATT data in the unittest.
Thank you very much
Ralf
2023 Sep 30 3:47 PM
2023 Sep 30 3:47 PM
2023 Sep 30 3:49 PM