cancel
Showing results for 
Search instead for 
Did you mean: 

Customize the variable screen on the web report

Masaaki
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

On 2004s BI, can I customize the variable screen of the web template. for example I want to display the report name on the variable screen and I would like to set bold on some variable.

if so, I am glad if you tell me the sorece how to do.

Kind regards,

Masaaki

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I don't believe you can change the style of the variable screen using the CSS tag in the way you would like. You can make the text bold by modifying SAPBEXDialogTxtStd tag in your css file (add "font-weight:bold;" ). However, this will make all the text bold (not just the variables you would like).

You can find your CSS file in TCODE se80. Click on Mime repository. Look in the proper folder... something like BW/Customer/Stylesheets/someCSSFile.css.

If you are running into caching issues, use TCODE smicm and choose Goto->HTTP Server Cache->Invalidate->Global in System.

Former Member
0 Kudos

Is there a way to access the variable selection template from within the Web Application Designer?

Cheers,

Andrew

Former Member
0 Kudos

Depends on your customization. For example, setting bold can be achieved with the portal themes/stylesheets. Right click in the web page and view source. Search for the object you want to bold and look at the class being used to define the style. Update this class in the Portal Theme Editor.

If you want to change the rendering and not styles, this is a core modification and isn't recommended.