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: 

SO10 text as a popup in my alv report

0 Kudos
1,242

Hi Senoirs,

I wanted to know what function modules to use to show the text present in SO10 in an information pop up dialogue box in an alv output report?

2 REPLIES 2

former_member598787
Participant
0 Kudos
886

please check these:

POPUP_TO_DISPLAY_TEXT --> Create a dialog box in which you display a two line message

BAL_DSP_LOG_PARAMETERS

BAL_DSP_MSG_LONGTEXT

Sandra_Rossi
Active Contributor
0 Kudos
886

As many solutions as developers... First read the text with Function module READ_TEXT and then:

  • Function module CONVERT_ITF_TO_STREAM_TEXT + Class CL_GUI_TEXTEDIT
  • Function module EDIT_TEXT with parameter DISPLAY = 'X'
  • ...