cancel
Showing results for 
Search instead for 
Did you mean: 

SAP GUI for HTML - modifying source

Former Member
0 Kudos

I'm having trouble finding source that is used to render the SAP GUI for HTML screen.

This is how my screen currently looks like:

I've tried looking through WEBGUI service under ITS Service in SE80 but I couldn't find any thing that resembles the header/body/form tags that are generated here. What I want to do is include my own custom script tag in the header (first red arrow) and/or in the body.

Is this possible? If so, where should I be looking?

Is the above SAP GUI for HTML based on Webdynpro ABAP? (Not sure if I'm using the right terminology.)

Accepted Solutions (0)

Answers (1)

Answers (1)

cris_hansen
Advisor
Advisor
0 Kudos

Hello Charles,

You can change the coding, but this is not supported by SAP.

There is an ABAP class, CL_HTTP_EXT_ITS, that can be accessed via SE24.

The MIMEs are stored in the application server file system, i.e. they are not available via SE80.

You can look at the $DIR_DATA\icmandir\its for the js and css files.

Note that you should not change these files, as every time you replace the kernel, the ICM process will extract the new MIMEs from the new patch.

Regards,

Cris