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
951

Hi, i need a popup that only display text.

Thanks

Sebastiá

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
916

Check

POPUP_TO_DISPLAY_TEXT

hope this helps.

manish

Message was edited by:

Manish Kumar

7 REPLIES 7
Read only

Former Member
0 Likes
917

Check

POPUP_TO_DISPLAY_TEXT

hope this helps.

manish

Message was edited by:

Manish Kumar

Read only

Former Member
0 Likes
916

FM POPUP_TO_INFORM.

Rob

Read only

Former Member
0 Likes
916

Hi,

Use FM POPUP_TO_DISPLAY_TEXT

Thanks,

Naren

Read only

Former Member
0 Likes
916

I found this: POPUP_TO_DISPLAY_TEXT_LO.

There is any other?

Thanks

Read only

0 Likes
916

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
916

Here we go:

FM - POPUP_TO_DISPLAY_TEXT

Cheers.

Read only

Former Member
0 Likes
916
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