Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

error while creating data

Former Member
0 Likes
343

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.

2 REPLIES 2
Read only

Former Member
0 Likes
326

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

Read only

0 Likes
326

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