cancel
Showing results for 
Search instead for 
Did you mean: 

make screen accessible with the its

Former Member
0 Kudos

Hi experts!

Could you please suggest me:

Some of our end-users have to work with WEBGUI interface. In T-code VL02N we have our userexit SAPLZSDEXIT (Screen 0110). And in WEBGUI we don't see this tab in VL02N. I think I have to generate web-interface for this screen. But how I can make it? This screen was developed by our ABAP-ers in se51 t-code. How to make this screen accessible over the web with the its?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You have to define an ITS service, using SICF transaction, under sap --> bc --> gui --> sap --> its.

This service should have next parameters:

~transaction =

~webgui = 1

~generatedynpro = 1

On first tab, mark "GUI Connection" to 'Yes'

On third tab, use CL_HTTP_EXT_ITS control program

After that, activate and test your service. You have to ensure that 'webgui' service is active too.

Hope this helps,

Iván.

Answers (0)