cancel
Showing results for 
Search instead for 
Did you mean: 

POPUP_TO_DISPLAY_TEXT'

Former Member
0 Kudos

Hi Experts,

Can you please suggest me which FM i have to replace in place of obsolete FM 'POPUP_TO_DISPLAY_TEXT',

we are doing upgrade from 4.6C to ECC6.

Thanks in advance

Syfulla

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Try POPUP_TO_CONFIRM, I hope this solves your problem,

cheers,

Abdur

Former Member
0 Kudos

Hi

Can you please provide sample code for this FM.

Regards,

Syfulla

Former Member
0 Kudos

Hi Experts

Can anybody give the code for this FM.

Regards,

Syfulla

Former Member
0 Kudos

Hi

I think try to use the below code for obsolete.

CALL FUNCTION 'POPUP_TO_CONFIRM'

EXPORTING

TITLEBAR = 'Delete?'

TEXT_QUESTION = 'Are You Sure?'

TEXT_BUTTON_1 = 'Yes'

TEXT_BUTTON_2 = 'No'

DEFAULT_BUTTON = '2'

DISPLAY_CANCEL_BUTTON = ' '

IMPORTING

ANSWER = zanswer.

Former Member
0 Kudos

Thanks Experts.

Thanks for replys.

Regards,

Syfulla

Answers (0)