2007 Jul 16 3:21 PM
Hi, can anyone tell me what language SAP easy access was programmed in?
Matt.
2007 Jul 16 3:37 PM
sorry,
I'm on about the sap easy access user interface, i.e. transaction screens, etc. I want to capture the message event processes and wondered if it was browser based then i could capture the web browser events for the program.
2007 Jul 16 3:23 PM
The SAP Easy Acces screen you see is a transaction itself: SESSION_MANAGER, obviously it is coded in ABAP.
Is this what you wanted to know? Or are you looking for anything else?
REgards,
Ravi
2007 Jul 16 3:24 PM
2007 Jul 16 3:26 PM
sorry no i just want to know what the program was originally programmed in .net , java c++ etc. I expect it would be .net would it not?
2007 Jul 16 3:26 PM
You mean this page?
http://help.sap.com/saphelp_46c/helpdata/EN/49/2dfe88088b11d396a9006094b9867b/frameset.htm
Regards,
RIch Heilman
2007 Jul 16 3:27 PM
2007 Jul 16 3:30 PM
thanks, its just because it looks browser based i thought it would behave like internet explorer (i.e. send IWebBrowserEvents as opposed to simple Win32 ones) is this the case?
2007 Jul 16 3:33 PM
2007 Jul 16 3:37 PM
sorry,
I'm on about the sap easy access user interface, i.e. transaction screens, etc. I want to capture the message event processes and wondered if it was browser based then i could capture the web browser events for the program.
2007 Jul 16 3:40 PM
The native SAP transactions are not browser based.
If you want to capture the message events you need to play around with a bit of ABAP.
REgards,
Ravi
2007 Jul 16 3:43 PM
Still I'm not sure what you are referring to, but here is a run down.
The application, all applications within your R/3 or ECC system are all ABAP. The frontend end client, SAPgui, is written in C and C++. You are very much limited as to what can be trigger and caught when working with SAPgui. If you want to do a bunch of web stuff, then the application would have to be a BSP application where you can embed any kind of HTML or javascript as required. This is outside of the SAPgui, it would run in the browser.
Regards,
Rich Heilman
2007 Jul 16 3:38 PM
Hi,
it is coded in ABAP only,
you can check the program for easy access SAPLSMTR_NAVIGATION