cancel
Showing results for 
Search instead for 
Did you mean: 

Variable name in a Temporary table with DS

03-11-2020 4:08 PM
498 views 1 comments
0 Likes
SAP Managed Tags
Subscribe

I would like to create a temporary table but I would like it to change its name according to a variable.

For example, let it be called: tbl_992 and this '992' is a variable which changes to other numbers.

Is this possible?

Thank you so much.

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

Mageshwaran_Subramanian
Active Contributor
0 Likes

Technically, yes but dynamic tables can only be created using DS scripts with SQL CREATE statement in it.