I have a R3 datastore in which I use the FTP data transfer method.
I would like to parameter the options “Local directory” and “Generated ABAP directory”. I tried to pass a global variable in these options but it seems not working …
Do you confirm that ?
Is there another way to parameter these options or we have to hardcode them ?
I am pretty sure you cannot use a global variable there.
You can use multiple datastore profiles in you have many directories but to be honest directories are usually very restricted in a SAP environment and I have never seen a site where people can pick and choose directories at run time.
I suspect you are talking about having different directories between, for example, dev and test environments - in which case you should use the datastore profiles.
Yes.
We would use variables for these directories and launch jobs in command line. We have not access to test and prod (manage by another company) so we can’t create multiple configurations (we have not passwords for test and prod).
The idea was to store the values in a file, pass them into global variables to avoid asking the company modifications of Datastores through Designer.