Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Easy Access Help

Former Member
0 Kudos
228

Hi, can anyone tell me what language SAP easy access was programmed in?

Matt.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
192

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.

11 REPLIES 11

Former Member
0 Kudos
192

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

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos
192

You want to know about the help screens, right?

Former Member
0 Kudos
192

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?

RichHeilman
Developer Advocate
Developer Advocate

0 Kudos
192

Do you mean the SAPgui itself? If so, I believe this is written in c.

Regards,

Rich Heilman

Former Member
0 Kudos
192

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?

0 Kudos
192

You first have to be specific as to what you are talking about, are you talking about the link above to the help, or are you talking specifically about SAPgui itself?

Regards,

Rich Heilman

Former Member
0 Kudos
193

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.

0 Kudos
192

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

0 Kudos
192

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

Former Member
0 Kudos
192

Hi,

it is coded in ABAP only,

you can check the program for easy access SAPLSMTR_NAVIGATION