Hello
I have created a upload program, where in some custom master data will be uploaded from a input spread sheet into a custom table in SAP, pls. note this upload prog. is scheduled as back ground prog.
Here the input XL file saved in app server (one system is UNIX and another is Windows), from where my upload prog reads the data by using OPEN DATASET FOR INPUT sysmtax, well
Well, now I am trying to write error log,
1) into user's H drive (bcz user don't hv authorization to write any thing to C drive), by using FM of 'SAP_CONVERT_TO_XLS_FORMAT' but am getting CONVERSION_ERROR, pls. let me know is it bcz of that as am running the prog as back ground prog. and trying to save error log user's in H drive ? or any other reason?
2) Then, I switched to writing the error log in XL file back again in to another file in the same app server, by using OPEN DATASET FOR OUTPUT, but when we opened this XL file in APP server, we are seeing all the record in 'A' cell, I mean, all the text/record is saving in one cell i.e. 1st cell of XL
Pls. let me know does the OPEN DATASET FOR OUTPUT saves the record in 1st cell of XL? if so, how fix my issue?
Thank you