Skip to Content
0
Former Member
Mar 24, 2009 at 02:34 PM

Error Abap Mapping: object not assigned.

48 Views

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