cancel
Showing results for 
Search instead for 
Did you mean: 

RCM. Define start screen parameters in SCASE.

Former Member
0 Kudos

Hello ALL!

I have problem with define start screen parameters in SCASE.

In table SRM_PARA_PROFILE and corresponding IMG activity I can change exactly ones SCASEPS Transaction parameters.

S_AREA_RMPS RMPS_UI PS_STRT_BACKGROUND ORG3.GIF

S_AREA_RMPS RMPS_UI PS_STRT_HTML_DOC ORG2_PS.HTML

S_AREA_RMPS RMPS_UI PS_STRT_LOGO SAPLOGO.GIF

how can I change it for SCASE transaction?

thanks a lot!

Roman Beketov.

Accepted Solutions (0)

Answers (2)

Answers (2)

AntonKozhin
Participant
0 Kudos

I know that this topic is outdated, but nevertheless...

The images are made available in the HTML document under the fixed names ORG3.GIF and SAPLOGO.GIF. Therefore, these images must be called up using these names and these images will not be found if you use another name.

So, step 1 - prepare your html file for SCASEPS transaction (example below):

Step 2 - upload html file in SMW0 (use HTML templates) and your background / logo images in SMW0 (use Binary data).

Step 3 - customize RCM central parameters (SM30 - SRM_PARA_PROFILE):

  • PS_STRT_BACKGROUND - your background picture (name of uploaded object in SMW0)
  • PS_STRT_LOGO - your logo (name of uploaded object in SMW0)
  • PS_STRT_HTML_DOC - your html (name of uploaded object in SMW0)

And you will get the following results in SCASEPS transaction:

The redesign of your SCASE transaction is simplier, as it doesn't use any customizing (as SCMG_PARAMS setting is deactivated after RMPS3.0). You should replace following files in SMW0 transaction (in package SRM_ORGANIZER):

  • ORG3.GIF (Binary data) - import Your background image
  • ORG_PS.HTML (HTML-templates) - import Your html file

Hope that will be useful for future references!

Cheers,

Anton

Former Member
0 Kudos

In SMW0 I could replace start HTML file but pictures not loaded although saplogo.gif works fine...

Edited by: Roman Beketov on Aug 1, 2011 9:13 AM

Edited by: Roman Beketov on Aug 4, 2011 11:31 AM