I am writing an ABAP Routine in an InfoPackage in which I read files (two files) from a directory. I have already done this. What I am after is to write additional code to combine two files and create another file (UNIX cat command). I cannot do it at OS level, have to do it in ABAP.
Can someone point me how to do it. I have done googling, have not yet found sample code. My ABAP is not that good, so if I get some sample code, it will be great.
Thanks a lot.