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: 

how to create a button in my abap program?

loui-mg
Newcomer
0 Kudos

i wanna create a new button that on click it, i will see a note if the data has more of 5000 rows
how can i do that?
do i need use gui status? how?
i search the way but i didnt find

thanks!

4 REPLIES 4

Sandra_Rossi
Active Contributor

No idea what you mean.

Did you look at the ABAP examples in the documentation?

Or show what you have tried, it will be easier to answer.

javier_alonso
Participant
0 Kudos

But where do you wanna create the button? Selection-screen, ALV, dynpro output?

raymond_giuseppi
Active Contributor
0 Kudos

You should provide more information on your requirement context.

Shambhuraj
Explorer
0 Kudos

If you want to add button on the selection screen, then you need to use Pushbutton and give the logic for that button.