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 set standard pf-status in a module pool?

Former Member
0 Kudos
497

friends,

good morning...how to incorporate the standard gui status functionality in module pool programming...i have done the same for ALV (copying the standard ALV status to my program)...but how to do the same for a module pool programming...apart from these back, exit, and cancel buttons, i want search, print, page down, page up options also..how to do that? will all the function codes work by default, or should we write the functionality in the user command...pl suggest...thanks all

2 REPLIES 2

Former Member
0 Kudos
89

Hi,

I believe you have to handle those function codes in your program..

For page up, page down you can use the function module SCROLLING_IN_TABLE.

Thanks,

Naren

0 Kudos
89

hi

thx for the reply...is there any fn. module available for search, search next, just like what we have for page up and down? my main requirement is to incorporate find option in the screen..thx