Hi All,
I receive a dump in executing this abap code within the "execute" method.
DATA: ls_dynamic_conf TYPE MPP_DYNAMIC.
ls_dynamic_conf = dynamic_configuration->get_record(
namespace = 'http://xxxx/ca/test'
name = 'FileName' ).
The dump is: OBJECTS_OBJREF_NOT_ASSIGNED_NO
I wish to get the filename and save it in a variable.
Thanks in advance for your kind help.
Regards,
Giovanni