Skip to Content
0
Former Member
Jun 25, 2007 at 10:48 PM

Issues with 0bpartner_attr delta extraction - throws a dump - GETWA_NOT_ASS

58 Views

Hi All,

I am having an issue with extracting data for the info object 0bpartner. I am extracting delta for this info object from R/3. When I try to extract the data for this info object (0bparner_attr), I get a dump - GETWA_NOT_ASSIGNED.

When I went into the details, it mentioned the following

This error may occur if

- You address a typed field symbol before it has been set with

ASSIGN

- You address a field symbol that pointed to the line of an

internal table that was deleted

- You address a field symbol that was previously reset using

UNASSIGN or that pointed to a local field that no

longer exists

- You address a global function interface, although the

respective function module is not active - that is, is

not in the list of active calls. The list of active calls

can be taken from this short dump.

It displays the error at a read statement where the short dump had occured. But there is no problem with the code as the same extraction works fine in other environments which are copy from the existing one.

can any one let me know what wrong with this one, and how to correct this delta extraction.

currently we are in BI 7, sp -12

Thanks & Regards

Hash