-Hi,
i had FM with import value type any that can be type of 5 structure,
and in the fm i need to do insert to DB tables( i have 5 related db tables),
my question is if from the value that i get(the structure name) in the import parameter i can know to which table i need to do the insert?
-
e.g.
import
im_value type any
in im_value i get str1
insert (str1) to DB1
and so on...
Best regards
Nina