Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 3523

SAP Front End Classes DLL - Status Bar

$
0
0

Hello,

 

This is my first post here so sorry if it's out of place.

 

Background : I'm doing an automation on our SAP, and we only have access to the front end, thus the necessity of scripting. I'm doing it on VBA in excel but due to the nature of the question I think this should be asked here and not on Stack Overflow.

 

Project nature: Update several fields in SAP, transaction VA02 for example

 

Issue: Being able to handle SAP status bar messages whenever they appear

 

So, sometimes SAP can yield a msg on the status bar, either a Warning, Error or Information. I know how to capture that menssage and code referencing the status bar, with that I could create a function and run it whenever I think an status bar change could happen but that would result in hundreds of calls on said function and I could simply miss where I should put the function and left a potential error spot forgotten.

 

What I want to do: Create a listener to handle whenever the status bar shoots and change event.

 

To be able to do that I need the name of the event to listen to, and to have the name and declaration I would need the class that does that, and since the class if created on SAP the only way I would be able to do that would be to reference the DLL that describes such class/event.

 

I can't find this DLL, not I'm sure this is the best approach/will work. I tried to explore the DLLs that I have on my SAP but I couldn't view the code on them with dotPeek or a similiar program

 

Questions:

 

1 - Is the theory of my solution sound?

2 - If I manage to find the correct DLL would it work?

3 - How can I find this DLL?

 

Thanks all for the time to read and maybe reply =)


Viewing all articles
Browse latest Browse all 3523

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>