Skip to Content
0
Former Member
Feb 20, 2009 at 09:17 PM

Defining internal table dynamcially...

22 Views

Hello Gurus,

Currently I am defining internal table as follows. The custom table name is ZCUST.

data: itab LIKE ZCUST OCCURS 1 WITH HEADER LINE.

But I have a situation where I have to define a internal table dynamcially based on the

table name defined in configuration table.

How can I define itab dynamically where custom table name will be selected at runtime ?

Regards,

Rajesh.