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.