Hello All.
My scenario is as follows:
I have to load every day several flat file from server, but the name of this files could be different each day and will change periodically in future, so I can not use the name of the file directly in the infopackge but will need to use an ABAP routine.
What I want to do is "somehow" is to integrate ina process chain an ABAP program that read the server, gets all files in it and executes Infopackage for each file, afterwards activate the ODS.
Any ideas?