0

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.

3
  • Do you have a specific question, or is this a "How do I do SAP Scripting in VBA?" blanket question. If it's a blanket question, there are plenty of tutorials and already answered questions about how to do this all over the internet, so adding yet another one here is probably not super helpful. If it is a more specific question, please update your question with those specifics. Commented May 17, 2019 at 13:23
  • Here's a good generic write up as an example. Commented May 17, 2019 at 13:24
  • @JNevill no, it is not a blanket question. Windev is an automatic programming software, that does not allow you tu use sap scripting or vba. Thanks for the link though, but i do know how to create a script. :) I specified in my question that i used windev, sorry if that is not clear for you, but windev uses a language (called WLanguage) that does not allow sap scripting to be written "raw" into the code, and i was asking methods without using native access. Commented May 17, 2019 at 15:27

1 Answer 1

1

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.