CALL FUNCTION 'POPUP_TO_CONFIRM'
          EXPORTING
            text_question         = 'Seçilen kayıtlar silinecek'
            text_button_1         = 'Evet'
            icon_button_1         = 'ICON_OKAY '
            text_button_2         = 'Hayır'
            icon_button_2         = 'ICON_CANCEL'
            display_cancel_button = ' '
            popup_type            = 'ICON_MESSAGE_QUESTION'
          IMPORTING
            answer                = lv_mind
          EXCEPTIONS
            text_not_found        = 1
            OTHERS                = 2.
 
 
Serkan AKKAVAK
Computer Engineer
serkurumsal@yandex.com