cancel
Showing results for 
Search instead for 
Did you mean: 

Pop Up a view from ABAP WD application in FPM application view

Former Member
0 Kudos

I have a OIF based Floor plan application delivered by SAP. I have a added 3 custom tabs to this application using FPM configuration. These 3 tabs are independent WD application in themselves. In all three of them I need a pop up window in which user will enter the information and upon validation the information needs to be transferred to the view in background.

Please guide me how to approach this problem

Should I create a 4th independent  application?.How do I open this independent application as pop up in these 3 custom WD applications. After opening the pop I can  do the data transfers using a class for buffering the data and transfer it within views

Thanks

Vikram

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vikram,

You can create the popup window in OIF configuration overview page by selecting dialog button choice for new button which is placed in navigation panel. As per your requirement you can create different -2 dialog window for your free style UIBB and configure them.

For opening a dialogue box you can refer below post.

http://scn.sap.com/thread/3336839

After that you have to transfer the data through your dialogue window to the view in the background.

That you can refer below post.

http://scn.sap.com/thread/3286655.

On the ok event of the dialogue button you have to catch the event in process_event_before_output of your free style uibb in that you can read the event parameter data and transfer it to the webdynpro context to reflect on the screen.

Thanks & Regards

Praveen Gupta

Answers (0)