Hi ,
In Se80 ...i have created a subscreen.In PAI,we are giving one populating Message.
it has Conitue and Cancel.
Once user clicks for Continue,I want it shld reach in it's initial screen.
leave Screen etc etc is not working ...Code is like that.
CALL FUNCTION 'POPUP_TO_CONFIRM'
EXPORTING
titlebar = text-006
text_question = wf_text
text_button_1 = co_yes_button
text_button_2 = co_no_button
display_cancel_button = space
popup_type = co_warning
IMPORTING
answer = wf_answer.
CASE wf_answer.
WHEN co_2.
MESSAGE e132(/dceur/zais_msg) .
WHEN co_1.
"I want changes here ..without furthere processing It shld reach in it's initial screen.
ENDCASE.
ENDIF.
Rgds,
Raghav