‎2008 Jul 11 11:44 AM
Hi,
The below code is giving error in 4.7 but it works fine in ECC6.
create data dynamic TYPE table OF (s_tabnam-low).
how can i replace this in 4.7
Thanks,
Rakesh.
‎2008 Jul 14 5:52 AM
Hi,
I think you can work with
CREATE DATA dref TYPE tabkind OF linetype
(WITH (UNIQUE | NON-UNIQUE ) keydef)
( INITIAL SIZE n ).
Regards,
Anirban Bhattacharjee
‎2008 Jul 14 8:14 AM
what is tabkind?It is not supported in 4.6.I want a solution for 4.6
Edited by: Rakesh More on Jul 14, 2008 9:23 AM