Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Read only

Popup

Former Member
0 Likes
871

Hi, i need a popup that only display text.

Thanks

SebastiĆ”

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
836

Check

POPUP_TO_DISPLAY_TEXT

hope this helps.

manish

Message was edited by:

Manish Kumar

7 REPLIES 7
Read only

Former Member
0 Likes
837

Check

POPUP_TO_DISPLAY_TEXT

hope this helps.

manish

Message was edited by:

Manish Kumar

Read only

Former Member
0 Likes
836

FM POPUP_TO_INFORM.

Rob

Read only

Former Member
0 Likes
836

Hi,

Use FM POPUP_TO_DISPLAY_TEXT

Thanks,

Naren

Read only

Former Member
0 Likes
836

I found this: POPUP_TO_DISPLAY_TEXT_LO.

There is any other?

Thanks

Read only

0 Likes
836

You can use that. It will give you three lines of text to display. POPUP_TO_INFORM will give you four lines plus a title.

Rob

Read only

Former Member
0 Likes
836

Here we go:

FM - POPUP_TO_DISPLAY_TEXT

Cheers.

Read only

Former Member
0 Likes
836
call function 'ISIS_POPUP_TO_SHOW_TEXT'
     exporting
          textline1 = 'Aktuelle Version IS-IS:'(001)
          textline2 = nput-isrelease
          titel = 'Vermƶgensverwaltungssystem IS-IS'(002).

Message was edited by:

chandrasekhar jagarlamudi