How to close SAP Logon window?

In all of my SAP based articles I showed You how to open SAP Logon, choose the environment, go to transaction, do whatever You need inside and then close the environment. In this one I will present to You the last thing, which I never show You before – how to close SAP Logon window.

Continue reading “How to close SAP Logon window?”

How to Save As and Open Excel during SAP scripting?

I received from You so many questions about this, so I decided to investigate the issue. In this article I’m going to show You how to save as and open Excel spreadsheet during execution of SAP scripting code.

Continue reading “How to Save As and Open Excel during SAP scripting?”

Native Microsoft Windows dialogs in SAP

In one of my articles I showed You how to turn off the pop up message boxes in Accessibility & Scripting options , but didn’t really describe about the 3rd checkbox below Enable scripting. In this article I’m going to show You how Show native Microsoft Windows dialogs works in SAP.

Continue reading “Native Microsoft Windows dialogs in SAP”

Find any field in SAP transaction using recursion

I already presented you the way to loop through tabs in specific transaction. Now it’s time to show You how to find any field in SAP transaction, using recursion.

Continue reading “Find any field in SAP transaction using recursion”

Get the next SAP object in loop – iteration issue

Sap Scripting can be really tricky sometimes. My job is to help You and solve any mistery case. In this article I’m going to show You a trick, which will help You to get next SAP object in loop and get through the iteration issue.

Continue reading “Get the next SAP object in loop – iteration issue”

How to loop through MM02 tabs in SAP?

Between SAP tickets, I noticed that there may be a problem with recording actions when filling in different fields on several different tabs of a given transaction. In this article I’m going to show You how to run smoothly between tabs – loop through MM02 tabs in SAP.

Continue reading “How to loop through MM02 tabs in SAP?”