cancel
Showing results for 
Search instead for 
Did you mean: 

Change webdynpro Logon Screen

former_member187452
Contributor
0 Kudos

Hello All,

How to change the Webdynpro Logon Screen.

When we run the webdynpro application it opens the screen asking for Userid and Password. I want to customised this Logon screen and change the Logo and add Custom Text in this screen.

Thanks,

Bharat

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Bharat,

Check this two links. I think it can help you.

http://www.sapdev.co.uk/sap-webapps/sap-webdynpro/wdp-logon.htm

http://scn.sap.com/docs/DOC-9179

Regards,

Christophe

m_aravindan
Active Participant
0 Kudos

Hi Bharat,

  Check the below link.

http://scn.sap.com/people/sergio.ferrari2/blog/2007/04/06/bsphowto--customizing-the-design-of-system...

also this document by Thomas Jung.

http://scn.sap.com/docs/DOC-9179

Hope it solves your problem

Regards

Aravindan

former_member187452
Contributor
0 Kudos

Hi Aravindan,

Thanks for your reply.

I have tried that but was not able to customised the screen.

I have added below code. Can you please tell what is wrong in this code.

CONCATENATE " TOPAREA
' '  '  '  ' '  " %title% will be replaced
'  '  '  '  ' %title% Inser your Logo--> ' '  ' " MAIN AREA
' '  '  ' " LEFT FRAME
' ' " RIGHT FRAME
'  ' " %html_right_frame_text% will be replaced
'  '  '  '  '  '  '  '  '  '  '  '  '  '  '  ' " %saplogonpage% will be replaced
' '   '  %saplogonpage%  '
'  '  ' %html_right_frame_text%  '
INTO lv_outer_outer_html.

Ideally i would like to have screen as per the Sergio's Blog last screenshot.

Please advice.

Thanks,

Bharat