2007 Jan 31 2:25 AM
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
2007 Jan 31 2:27 AM
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
2007 Jan 31 2:45 AM
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