Hi,
I my AMDP procedure I need to use table which is created dynamically, which means that the name of the table will not be the same when we transport our development to QA. All I know, and what will be the constant across the landscape, is the particular customizing value based on which I could fetch mentioned dynamic table name in one of the system tables.
Table in question is marked in yellow in the screenshot bellow. Any ideas how could I use dynamic value for the table name in there, and I'm pretty new to AMDP but I know that tables need to be declared as USING parameters of the procedure and I'm not even sure if this is possible
Thanks