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,