cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic reading from database table

former_member182041
Active Contributor
0 Kudos

Hi Experts,

While reading from a database table the below statement for deletion works:

DELETE (p_table) FROM <fs_wadbtab>.

p_table: name of database table which is entered as a selection screen parameter

<fs_wadbtab> : workarea of line type P_table

However, the below statement does not work:

READ (p_table) FROM <fs_wadbtab>.

My requirement is to read a record from p_table with contents in a dynamic structure.

Kindly suggest.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Just misunderstood you.

Edited by: Karri Kemppi on Jun 23, 2010 10:00 AM

former_member182041
Active Contributor
0 Kudos

do you want me to explain the requirement?