SET PF-STATUS '?'

Question:
How can one get the R/3 default menu on the list/report. I mean what is
SET PF-STATUS '?'.
Answer:
Hi Deepa,
U will be getting the standard menu by default.
If u want ur own menu or buttons u need to use set pf-status
bye
Answer:
Hi...
If you want to use your own-defined GUI status, simply write in your coding:
set pf-status '100'. (100 is the name of GUI status)
then double click the '100' and you will create the GUI status. Just arrange your menu path or pushbutton on your GUI status.
Hope it helps,
nurmyasin

More Articles:

how can i know what is the request of program.?
How to prevent background job submit twice?
Date subtraction?
Custom functinality for Posting key and Account.?
Modifying Job Logs?
decimal -> hexadecimal conversion?