p_msg ='will clear all data and recalculate?'(016).CALLFUNCTION'POPUP_TO_CONFIRM'EXPORTING*TITLEBAR = ' '*DIAGNOSE_OBJECT = ' 'text_question =p_msg*TEXT_BUTTON_1 = 'YES'(001)icon_button_1 ='YES'(017)*TEXT_BUTTON_2 = 'Nein'(002)icon_button_2 ='NO'(018) default_button='2'di...
SAP ABAP中如何使用POPUP_TO_CONFIRM弹出框? POPUP_TO_CONFIRM弹出框在ABAP中的作用是什么? 如何在ABAP中自定义POPUP_TO_CONFIRM弹出框的文本? 正文部分 代码语言:javascript 代码运行次数:0 复制Cloud Studio 代码运行 CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING * TITLEBAR = ' ' * DIAGNOSE_OBJECT = ...
part2:设置条件,呼出POPUP_TO_CONFIRM。 at selection-screen.casesy-ucomm.when'COM1'.CALL FUNCTION'POPUP_TO_CONFIRM'EXPORTINGTITLEBAR='確認ダイアログ'TEXT_QUESTION='本当に削除しますか'TEXT_BUTTON_1='はい'TEXT_BUTTON_2='いええ'IMPORTINGANSWER=yesno.ifyesno='1'.username=''.endif.endcase...
In ECC6 this function module is no longer usable because it generates a dump. See POPUP_TO_CONFIRM_WITH_VALUE. 7. POPUP_TO_DECIDE This function creates a popup with customizable button. This function is a default in the new POPUP_TO_CONFIRM. CALLFUNCTION'POPUP_TO_DECIDE'EXPORTING*DEFAULT...
SAP Managed Tags: ABAP Development, Virtualization hi can any1 tell me how to use this fm in web template. as i understand POPUP_TO_CONFIRM is for guiKnow the answer? Help others by sharing your knowledge. Answer Need more details? Request clarification before answering. Comment Comments...
SAP Managed Tags: ABAP Development Hi, use the FMs: POPUP_TO_CONFIRM_LOSS_OF_DATA Create a dialog box in which you make a question whether the user wishes to perform a processing step with loss of data. or POPUP_TO_CONFIRM_STEP Create a dialog box in which you make a question whethe...
SAP Managed Tags: ABAP Development hi all, i am giving a text in the pop up to confirm dialog box.after the message text, i am giving "do you want to continue" is it possible to put the "Do you want to continue in a new line ".If so can you please tell me how. ...
SAP Managed Tags: ABAP Development I'm using POPUP_TO_CONFIRM FM to display a message to the user with a couple of action buttons. But I would want the message to displayed in multiple lines . Eg: lv_text1 = "There are multiple notifications". lv_text2 = "WARNING". lv_text3 = ...
SAP Managed Tags: ABAP Development Hi, I want to use function module POPUP_TO_CONFIRM with a diagnose_object. How can I create a new diagnose object with textlines? I know this diagnose object is stored in Table DOKTL (associated tables DOKIL, DOKHL). ...
这里需要强调的几个地方是,第一个text-xxx,是规定的三位数,第二个COM一定要大写。 效果图: 图1 part2:设置条件,呼出POPUP_TO_CONFIRM。 at selection-screen.casesy-ucomm.when'COM1'.CALL FUNCTION'POPUP_TO_CONFIRM'EXPORTINGTITLEBAR='確認ダイアログ'TEXT_QUESTION='本当に削除しますか'TEXT_BUTTON_1...