Question:
Hi there....
In the port definition (WE21), How can we define a disk file with dynamic names? i.e. we define three different directories in the FILE transaction and we want to change 'em dynamically thru WE21 is it possible??
TIA.
Mk.
Answer:
You need to write a function module to do the path and file determination. Go to WE55 and select one of the existing functions, copy it to a Z version and modify it to select the directory based on your requirements. You then build the directory and file name into the PATHNAME export variable of the function module (ignoring the import pathname.
After you have created a function, you need to add it to the list in WE55, and then select it in the file port (WE21).
Answer:
Thanks Matt!!!!!!!! I wil try and send a feedback about it.
Cheers.
Mk.