cancel
Showing results for 
Search instead for 
Did you mean: 

Regenarating ITS Code

Former Member
0 Kudos

Hello,

I have developed transaction using SAP GUI.I

I have generated ITS for that

Now I have made some changes to SAP GUI.

How to reflect those changes in ITS ...

Do I need to regenrate the HTML code ??

Thanks and Regards,

Satya

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can follow the following steps:

1. In tcode SE80,create the internet service and create templates for the screens called by the transaction you have created already.

2. Publish the complete service.

3. In SICF create the service with the same name(as in step-1) and you can set following parameters:

~TRANSACTION = <TCODE>

~WEBGUI = 1

However, ~GENERATEDYNPRO = 1 can be skipped as you have already created templates for the screens to be accessed by the tcode.

4.Activate the SICF service before you access it.

Hope this helps you.

Santanu

Former Member
0 Kudos

Hi sanathu,

Thanks for the response.

I am very new to this ITS concept.

In SICF i have seen my service name is present , which was created earlier.

How can set these parameters to the existing one..

Thanks in advance,

Regards,

Satya

Former Member
0 Kudos

Hi,

Could you please let me know which service you use?

And also check the parameters for that service in SICF (SICF->Service Data>GUI Config).

Sometimes those parameters are already available.

Secondly, to set the parameters you can follow the same path (SICF->Service Data>GUI Config) in change mode.

To be on safer side you can just try first with a custom developed service in SICF. Make sure that the internet service name in SE80 and service name in SICF are identical.

You can also follow the following blog:

/people/durairaj.athavanraja/blog/2005/08/21/running-your-first-its-webgui-application-in-sap-netweaver-04-abap-edition--nsp

Hope it helps you.

Regards.

Santanu

former_member316351
Active Contributor
0 Kudos

Hello Satya,

If you created a template for the service then it would be safest to regenerate the template and publish.

If you are using ~webgui 1 or ~generatedynpro 1 and do not have a template for the screen you changed then you should not have to regenerate a template.

Edgar