Question:
Hi,
How to Upload tab delimited files from Application Server , also tell me
how to download in Application server in tab delimited format....
Answer:
Hi,
Possibly Function Modules exist to help – search in detail via SE37 - but you could achieve this ’manually’ using commands such as Open Dataset, Transfer, Read Dataset, Close Dataset and Split. F1/Help on these for examples.
Regards.