Skip to Content
0
Former Member
Jul 22, 2008 at 04:41 AM

Work Area Problem

160 Views

HI,

I am facing problem is Work area.

I have a code as below:

===

REPORT ZSCD_TEST9.

data: wa_RETURN type BAPIRET2_T .

wa_return-message = sy-subrc.

===

WA_return is a table withour header line and therefore has no component called Message.

I dont want it to be an internal table.

Any idea how do I achieve this?

reagrds,