VinceCoder
2/27/2019 - 4:55 PM

POP_UP Conferma operazione

    DATA: L_MSG(40).
    
    l_msg = 'Do you want to continue in new line'  " your text 
    call function 'POPUP_TO_CONFIRM'
        exporting
          titlebar              =  l_msg 
          text_question         = p_w_conf_msg
          text_button_1         = 'Yes'(002)
          text_button_2         = 'No'(005)
          default_button        = '1'
          display_cancel_button = ''
        importing
          answer                = p_wa_answer.