Skip to Content
0
Former Member
Apr 11, 2007 at 07:04 PM

ABAP OO & Custom made user decisions...

20 Views

Hi,

I've been playing with ABAP OO for a little while now, but keep encountering the following problem. I tried to look for the answer here, but could find it.

Often I make a copy of the standard user decision task TS00008267. Then I can create my own text in there. However, normally I can use an attribute of a BOR-object as a variable here via the 'Expression' button, but I can't use the attribute of a class here!

I get the message: "Variable &ZEMPLOYEE.GET.NUMBER& exists in description text Task description, but does not exist in the container."

Has anyone encountered this problem too and maybe has some tips for me? The workaround I use now is by defining container elements in the task for every variable I want to use and pass the value via the binding. This is not really desirable of course.

Any tips of help are welcome!

Regards,

Erik