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: 
Read only

SAP Easy Access Help

Former Member
0 Likes
1,456

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

Matt.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,420

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.

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
Read only

Former Member
0 Likes
1,420

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

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,420

You want to know about the help screens, right?

Read only

Former Member
0 Likes
1,420

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?

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,420
Read only

0 Likes
1,420

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

Regards,

Rich Heilman

Read only

Former Member
0 Likes
1,420

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?

Read only

0 Likes
1,420

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

Read only

Former Member
0 Likes
1,421

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.

Read only

0 Likes
1,420

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

Read only

0 Likes
1,420

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

Read only

Former Member
0 Likes
1,420

Hi,

it is coded in ABAP only,

you can check the program for easy access SAPLSMTR_NAVIGATION