cancel
Showing results for 
Search instead for 
Did you mean: 

Hide New Page in fORm UIBB

Former Member
0 Kudos

Hi all,

How can we hide , initial Page of FORM UIBB, based on some condition , so that it directly goes to MAin screen

Accepted Solutions (1)

Accepted Solutions (1)

j_schnatz
Explorer
0 Kudos

Hi Deepa,

a Form-UIBB does not have an initial screen. I guess you are talking about a FPM OVP application, where your Form-UIBB is embedded.

In order to skip the initial screen of your OVP, you will have to raise event LEAVE_INITIAL_SCREEN in method OVERRIDE_EVENT_OVP in your Application Controller (AppCC).

This link might be what you are looking for:

Skipping the Initial Screen - Floorplan Manager for Web Dynpro ABAP - SAP Library

Let me know if this helps.

Cheers,

Johannes

Former Member
0 Kudos

Hi Johannes ,

Thank you for reply .

Yes, this I required in FPM OIF application.Link provided by you,helped me solve my ques .thank you so much

j_schnatz
Explorer
0 Kudos

You are welcome

Answers (0)