abap abap.sdn-sap.com

10
7/30/2019 ABAP abap.sdn-sap.com http://slidepdf.com/reader/full/abap-abapsdn-sapcom 1/10 1 Hiding SAP Netweaver login screen while opening Webdynpro Application By Kiruthika P, L&T Infotech Introduction This article is to hide SAP Netweaver login screen by directly opening the Webdynpro ABAP application. Usually Webdynpro application first opens SAP Netweaver login screen then only it proceed to the application’s home page. This can be overcome by applying some setting to the specific application through SICF transaction. In this way, it is possible to improve the performance of the application by skipping the three successive login screen actions. Objective To hide SAP Netweaver login screen by directly opening the Webdynpro ABAP application. Steps In this application, first create a Webdynpro component and application to display text in the application. Then to do settings through SICF transaction to hide the login screens for that application. Part 1 1. Create one Webdynpro Component Go to SE80 -> Create Webdynpro component. 1 Abap.sdn-sap.com [Type text] [For more ABAP Materials visit: http://abap.sdn-sap.com] [Type text]

Upload: eye-buch

Post on 04-Apr-2018

229 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: ABAP  abap.sdn-sap.com

7/30/2019 ABAP abap.sdn-sap.com

http://slidepdf.com/reader/full/abap-abapsdn-sapcom 1/10

1Hiding SAP Netweaver login screen while opening WebdynproApplication

By Kiruthika P, L&T Infotech

Introduction

This article is to hide SAP Netweaver login screen by directly opening the Webdynpro ABAP application.Usually Webdynpro application first opens SAP Netweaver login screen then only it proceed to theapplication’s home page. This can be overcome by applying some setting to the specific applicationthrough SICF transaction. In this way, it is possible to improve the performance of the application byskipping the three successive login screen actions.

Objective

To hide SAP Netweaver login screen by directly opening the Webdynpro ABAP application.

Steps

In this application, first create a Webdynpro component and application to display text in the application.Then to do settings through SICF transaction to hide the login screens for that application.

Part 1

1.  Create one Webdynpro Component

Go to SE80 -> Create Webdynpro component.

1 Abap.sdn-sap.com

[Type text] [For more ABAP Materials visit: http://abap.sdn-sap.com] [Type text]

Page 2: ABAP  abap.sdn-sap.com

7/30/2019 ABAP abap.sdn-sap.com

http://slidepdf.com/reader/full/abap-abapsdn-sapcom 2/10

Give name of Webdynpro component and click Display Icon.

Then it will show one pop up message to create the component.

Click Yes.

2.  Create the component with view and window.

Give the description for Webdynpro component.

3.  Save the component in local object or package.

4.  Go to Layout tab of main view . Next step is to create text view .

[Type text] [For more ABAP Materials visit: http://abap.sdn-sap.com] [Type text]

Page 3: ABAP  abap.sdn-sap.com

7/30/2019 ABAP abap.sdn-sap.com

http://slidepdf.com/reader/full/abap-abapsdn-sapcom 3/10

Now Click continue.

5.  Then enter text in properties of text view.

6.  Create a Webdynpro application for the Webdynpro component.

7.  Give name and description for the application.

8.  Then Save and Activate the entire component.

9.  Go to web Dynpro application and then test the application.

[Type text] [For more ABAP Materials visit: http://abap.sdn-sap.com] [Type text]

Page 4: ABAP  abap.sdn-sap.com

7/30/2019 ABAP abap.sdn-sap.com

http://slidepdf.com/reader/full/abap-abapsdn-sapcom 4/10

If we usually test application without doing any settings, SAP Net weaver login screen will open thenit proceed to display the homepage of Webdynpro application.

 

[Type text] [For more ABAP Materials visit: http://abap.sdn-sap.com] [Type text]

Page 5: ABAP  abap.sdn-sap.com

7/30/2019 ABAP abap.sdn-sap.com

http://slidepdf.com/reader/full/abap-abapsdn-sapcom 5/10

 

 After enter username and Password and hit login

 Again another login screen will open here also user has to press Logon Button

10.  After hitting login one popup window will come here also user has to enter user name and password

11.  Then one login information screen will appear 

[Type text] [For more ABAP Materials visit: http://abap.sdn-sap.com] [Type text]

Page 6: ABAP  abap.sdn-sap.com

7/30/2019 ABAP abap.sdn-sap.com

http://slidepdf.com/reader/full/abap-abapsdn-sapcom 6/10

12.  After giving continue only application will appear to user.

Part 2

In order to avoid these many transitions of login related screens, do the following steps.

1.  Go to SICF transaction and press execute

2. In the next screen , under node of default host -> sap -> bc -> Webdynpro -> sap

[Type text] [For more ABAP Materials visit: http://abap.sdn-sap.com] [Type text]

Page 7: ABAP  abap.sdn-sap.com

7/30/2019 ABAP abap.sdn-sap.com

http://slidepdf.com/reader/full/abap-abapsdn-sapcom 7/10

3. Then under sap select required application name. In this case select Zapp_auto_logon and double

click it.

4. This screen will open. In this select Logon Data TAB and edit.

[Type text] [For more ABAP Materials visit: http://abap.sdn-sap.com] [Type text]

Page 8: ABAP  abap.sdn-sap.com

7/30/2019 ABAP abap.sdn-sap.com

http://slidepdf.com/reader/full/abap-abapsdn-sapcom 8/10

 

5. Then check the Use all Logon Procedures and enter the appropriate client, user, Password andLanguage and hit save.

[Type text] [For more ABAP Materials visit: http://abap.sdn-sap.com] [Type text]

Page 9: ABAP  abap.sdn-sap.com

7/30/2019 ABAP abap.sdn-sap.com

http://slidepdf.com/reader/full/abap-abapsdn-sapcom 9/10

Now test the application. It will display directly the home page of the application.

Technology 

Tool & Technology: Webdynpro ABAP, ABAP

Output

Now Webdynpro application homepage will open directly to user without displaying LOGIN screens.

[Type text] [For more ABAP Materials visit: http://abap.sdn-sap.com] [Type text]

Page 10: ABAP  abap.sdn-sap.com

7/30/2019 ABAP abap.sdn-sap.com

http://slidepdf.com/reader/full/abap-abapsdn-sapcom 10/10

Summary  This article is to hide SAP Netweaver login screen by directly opening the Webdynpro ABAP application.Usually Webdynpro application first opens SAP Netweaver login screen then only it proceed to theapplication’s home page. This can be overcome by applying some setting to the specific application(Zapp_Auto_logon) through SICF transaction by providing logon related details. In this way, it is possibleto improve the performance of the application by reducing the time through skipping three successivelogin related screens and further actions in login screens .

[Type text] [For more ABAP Materials visit: http://abap.sdn-sap.com] [Type text]