cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Process Runner

Former Member
0 Likes
2,511

Hi,

How to run SAP via excel... For example the data needs to be captured from excel and to updated in SAP.

View Entire Topic
Laszlo_B
Product and Topic Expert
Product and Topic Expert
0 Likes

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

Former Member
0 Likes

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

Laszlo_B
Product and Topic Expert
Product and Topic Expert
0 Likes

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