cancel
Showing results for 
Search instead for 
Did you mean: 

Change HTML output

Former Member
0 Kudos

Hi all,

when I create a ITS service and generate the ITS templates.

The generated ITS template code is not all that is send to the Browser.

The browser somehow gets additional SAP generated text.

when I look at the source of a ITS screen in the browser, SAP adds the following javascript function to the page:

function _wfcreator_setdomain ()
    {
      if (_wfcreator_setdomain.domain == null) {
          var isNumAddr = _wfcreator_setdomain.regexp_ipaddr.test( window.location.hostname);
          .....
          .....

I want to alter this piece of code added to the HTML code.

Can someone tell me where this code is added to the response?

We use the integrated ITS of netweaver 2004.

Greetings Fred.

Accepted Solutions (0)

Answers (2)

Answers (2)

thorsten_domsalla
Active Participant
0 Kudos

Hello Fred,

the code you have mentioned is needed for domain relaxation and session management. In order to enable communication between frames (served out of a particular network/domain) this is needed to be done.

What exactly do you want to do?

Best regards,

TJ

athavanraja
Active Contributor
0 Kudos

this code is from ITS service SYSTEM and template SESSMGMT . But altering the code in the template may not be a good idea as upgrades would overwrite whatever changes you have made.