cancel
Showing results for 
Search instead for 
Did you mean: 

Generic table type for data declaration

Former Member
0 Kudos

Hi folks,

Is there any generic data type for table declaration, beside :

 data: lt_generic type table of data 

I know that field-symbols can have the generic table type any

 field-symbols: <lft_generic> type any table. 

I basically want to be able to read from generic tables.

 READ TABLE lt_generic .... 

Thanks

Andreas

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member185879
Active Contributor
0 Kudos

Hello,

I hope you are asking in ABAP, if so then why you want to post in Webdynpro java forum.

Please change.

REgards

Nizamudeen SM