Samuel
Samuel

Reputation: 59

How can i use some SAP scripting from windev?

I have a windev programm that needs to access some SAP data. Because of my company's restrictions, i cannot use the SAP native access provided with WinDev. So, How can I use vba code that uses SAP from windev?

This is for a .exe programm for Windows. I need to go through the SAP GUI, so SAP GUI scripting is used.

Unfortunately, due to my company's restrictions, i do not have any code to show.

Upvotes: 0

Views: 227

Answers (1)

Samuel
Samuel

Reputation: 59

I finally found an answer !

To use SAP Scripting without using the native access, you can use a Batch file to run your SAP Scripting file.

That is one way of doing it. You can also use an excel file, with macros, and analyze your data there before using those in Windev.

Sure it is a complicated way to do things, but if your company does not allow you to directly read SAP database's tables, you can do it using this method.

Upvotes: 1

Related Questions