cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

rendering ESS transactions - HTML code templates?

Former Member
0 Likes
567

Hi,

I was wondering, how does an ess, or any transaction get rendered into being HTML? If you take the Expense Entry from ESS, it's just transaction TRIP_EWT, but where is the HTML that the page gets created from located? I'm assuming it's on the ITS somewhere, but I have not found it yet.

Cheers,

Kevin

View Entire Topic
Former Member
0 Likes

Hi Kevin,

All the service files i.e) HTML templates ,MIMES etc are stored in <b> AGATE of ITS </b> server . When u access any Trans from browser ,all the templates will be taken from Agate and the data will be fetched from R/3 .

Hope it helps .

Rgds,

J

If u got soln ,pl close the thread.

Former Member
0 Likes

Hey J,

I know that all the service files are located on the ITS, but what I am looking for is not located on the server.

Last night I found that there is an ABAP class that is called and the HTML code for an SAP transaction that does NOT have any HTML templates is dynamically created within SAP and then sent out through the ITS.

I appreciate everyones input. Thanks for the help

Cheers,

Kevin

Former Member
0 Likes

Hi kevin,

Fine . Cud u tell the name of the ABAP Class that transfers ABAP Trans into HTML templ .

Rgds,

J

Former Member
0 Likes

Hey J,

The class(es) that you are looking for are all starting with CL_DD*. The one in particular was CL_DD_DOCUMENT.

Hope this helps.

Cheers,

Kevin