FuBa POPUP_TO_CONFIRM_STEP – Bestätigung des nächsten Steps

*       confirm overwritting of existing profile
        CALL FUNCTION 'POPUP_TO_CONFIRM_STEP'
          EXPORTING
            defaultoption  = 'Y'
            textline1      = text-001
            textline2      = text-002
            titel          = text-001
            cancel_display = space
          IMPORTING
            answer         = lv_answer.
        IF lv_answer = 'N'.
*         exit and return to screen if profile is not to be overwritten
          EXIT.