‎2008 Feb 20 12:58 PM
How to declare stucture/WA for deep structure.
we declare as
data : i_mt_req type TABLE of zprx_sdmt_outbound_devliey_che with header line.
But it is not recognizing nested fileds.
I mean fields inside the sub structure.
Is there any eeror in declaration..
‎2008 Feb 20 1:03 PM
‎2008 Feb 20 1:03 PM
‎2008 Feb 20 1:03 PM
‎2008 Feb 20 1:06 PM
The structure is like
A
|->C
|->D
|->E
|->e1
|->e2
Its recognising C,D
But not e1,e2.....
‎2008 Feb 20 1:11 PM