on 2014 Dec 30 7:59 AM
Hi,
How to run SAP via excel... For example the data needs to be captured from excel and to updated in SAP.
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Hello Arul,
could you please give more information what exactly is needed to be achieved here?
E.g.: an Excel file needs to be uploaded to the Application Server? Or the data from an Excel file needs to be exported into an SAP Report?
Best regards,
Laszlo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Laszlo,
I created a script to capture data from excel and paste it to SAP...It's working fine.
Now i have another question : Can you please give a script to Browse folders in SAP?
For Example : I'm writing a script to create attachment in FB03 and i'm unable to find a code to browsing and selecting a file.
Thanks
Arul
Hello Arul,
transaction AL11 makes it possible to browse the folders of an SAP Instance - you can check the coding behind this transaction to see which techniques can be used.
My document http://scn.sap.com/docs/DOC-55795 shows examples how files can be browsed and downloaded from SAP servers.
Perhaps it can also show some ideas how files can be uploaded (by looking for similar programs).
Best regards,
Laszlo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.