cancel
Showing results for 
Search instead for 
Did you mean: 

EP6 with Integrated ITS, Search help display on EWT Wrong

Former Member
0 Kudos

Hi All,

We have a custom developed application with a standard dialog screen. The screen uses a ABAP dictionary defined structure with a custom search help defined.

If I define a transaction a standard SAP with SAPgui for HTML support and create a Iview on this the search help is displayed in a popup window. However the colours are all SAP standard and we would need to redefine the style sheets so that it conforms to the corporations standards.

If I define another transaction as EWT for the same program and screen and create an Iview for this, we get the initial screen displayed in the corporations standard colours, but the search help does not produce a popup. It produces another page displayed in the same page frame, and the fields are all over the place.

1) How can we control the popup display in the EWT so that it conforms to the corporations standard, and/or

2) How can we control the cascading style sheet for the standard SAP tranaction, which is effectively webgui, also

3) How can we remove the application tool bar from the html generated page. That is the tool bar that contains the menu, okcode and help?

Thanks in advance for any information.

Kind Regards

David Cooper

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks for the pointers

Former Member
0 Kudos

Hi! There exists such a thing as the ITS design editor. That is all you can do in standard.

If you want to modify ITS screens and templates I advise you to go for consulting.

Basically you will have to modify Internet Services IAC, SYSTEM and WEBGUI to get the results you need.

For Popups you can eventually use the ~POPUPS service parameeter and for enabling/disabling the Transaction Code field http://help.sap.com/saphelp_nw04/helpdata/en/96/c09788c65b11d480c100c04f99fbf0/content.htm

You might also want to play around with these, the ones starting with webgui might be of interest.

http://help.sap.com/saphelp_nw04/helpdata/en/be/0a543fdbae1e26e10000000a114084/content.htm

Sigi