cancel
Showing results for 
Search instead for 
Did you mean: 

error : CONFIRMATION window is already open

Former Member
0 Kudos

Hello,

I have a sceanrio where i have to open a same dynpro application with different set of values. Let say I have service order with 2 operation. User can do confirmation against these operations. List of service orders are displayed in ALV list. once user selects a service order and clicks on enter confirmation. once he completes confirmation against operation, he gets op up info as service is order is confirmed.

on Ok button clock of this pop up , i need to search if there is another operation availale in this service order then display the next operation details in the current window else window should be closed.

here i am using lr_window = l_window_manager->create_window(

WINDOW_NAME = 'CONFIRMATION'

).

lr_window->open( ).

but its giving me error , CONFIRMATION window is already open.

Pl suggest how to do this.

thanks,

Sharada

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Pl can anyone suggest on this.

thanks in advance,

Sharada

Former Member
0 Kudos

Hi Sharada

there is no need to open window second time.

CREATE WINDOW

OPEN WINDOW

View in window POP is now active and remains active until closed.

ACTION 1,

ACTION 1,...

.... keep using POP window...

FINALLY

button for Action CLOSE call method controller to raise event

CLOSE WINDOW (in caller via method that is controller Event handler)

regards

Phil

Former Member
0 Kudos

Phil,

I didnt understand.pl can you elaborate.

Can i open a view which displays information of next operation in same window.

Pl suggest on this.

thanks,

Sharada

Former Member
0 Kudos

pl can you suggest on this.

thanks in advance,

Sharada