cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error Abap Mapping: object not assigned.

Former Member
0 Likes
168

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

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi,

I inform you that this error message is sent in debugging the execute method, outside the PI environment but I do not know if this is the only reason of my dump.

Regards,

Giovanni