Latest Answer: To read file from Presentation server use Upload or GUI Upload or WS upload and to read file from Application server use Opend Dataset,Read dataset and Close dataset ...
Latest Answer: DATA w_file TYPE string.* Convert the file path into string w_file = p_input.* Internal Table should have same field sequence as EXL File. CLEAR t_upload. REFRESH t_upload.* Call function to upload the data into ...
Latest Answer: after picking data from data base table ,transfer that data in into unix path.P_UPATH is unix path.LOOP AT IT_LOCL1. TRANSFER IT_LOCL1 TO P_UPATH. ENDLOOP. ...
Latest Answer: DATA CONVERSIONS:SAP HAS PROVIDED A TOOL NAMED LSMW WHICH CONVERTS THE LEGACY DATA INTO THE REQUIRED SAP FORMAT AND UPDATES THE DATABASE. ...
Latest Answer: Open Dataset, Read Dataset and Close datasets are used to access files from application server. Files in the application server can be viewed through transaction code : AL11. To manually Upload file into Application server TCode is : CG3z and to ...
How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?
Latest Answer: Are you facing any problem in it ? ...
Latest Answer: For background job submission use tcode sm36, display sm37 (t.c se37 for function module). ...
View page << Previous 1 2 3 4 [5]

Go Top