abap弹出对话框

data x_ans type c.<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

call function 'POPUP_TO_CONFIRM_STEP'

exporting

DEFAULTOPTION = 'Y'

textline1 = 'this is a dog'

TEXTLINE2 = ' '

titel = 'wy is a cat'

START_COLUMN = 25

START_ROW = 6

CANCEL_DISPLAY = ''

IMPORTING

ANSWER = X_ANS.

write x_ans.

你可能感兴趣的:(C++,c,xml,Microsoft,Office)