Application Development 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: 

List-output after pressing button on Dynpro

Former Member
0 Kudos

Hello,

I have a dynpro with an alv grid and a button on the top. I need to print a text after pressing the button. I tried to do that by using WRITE, but nothing was shown. Can I show a textarea on another dynpro?

How would You do that?

Regards, Michael

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello Michael,

I don't think you'd require another dynpro.

Instead of giving you the complete solution, I'll just try to give you a teaser..:-). Please refer to the ABAP statements LEAVE TO LIST-PROCESSING and LEAVE LIST-PROCESSING.

Regards,

Anand Mandalika.

3 REPLIES 3

Former Member
0 Kudos

Hello Michael,

I don't think you'd require another dynpro.

Instead of giving you the complete solution, I'll just try to give you a teaser..:-). Please refer to the ABAP statements LEAVE TO LIST-PROCESSING and LEAVE LIST-PROCESSING.

Regards,

Anand Mandalika.

former_member188685
Active Contributor
0 Kudos

Hi,

i think you are using ALV GRID/GRID CONTROL in that case what ever you did won't work. you need to use comentry write. or splitter container (if it is OO ALV).

Regards

Vjay

Former Member
0 Kudos

Thank you!

I´m not that ABAP-guy, normally... ;o)

Regards