‎2008 Jan 22 9:27 AM
how can we add push button on output screen ,
i know how to insert via selection screen , i am asking on output screen , just like we can create check box on output screen via
write : check1 as checkbox .
so can we create push button on output screen.
Ankesh
‎2008 Jan 22 9:59 AM
Hello Ankesh,
You can put push button in the output list. You have to use SET PF-STATUS statement.
Just follow these stepts.
1. write SET PF-STATUS 'TEST'.
2. double click on TEST.
3. It will ask you to create status object. click on YES.
4. give the short description and press enter.
5. next screen you will find three things like... MENU BAR, APPLICATION TOOL BAR and FUNCTION KEYS.
6. click on the down arrow that appears next to APPLICATION TOOL BAR.
7. in the items, in first box write your name and press down the text. one popup box will come. press enter.
8. give the function text and press enter.
9. assign key for your push button. and press enter.
10. press enter and activate.
and run your program. you will get push button on output list.
Reward If Helpful.
Regards
--
Sasidhar Reddy Matli.
‎2008 Jan 22 9:32 AM
Hi,
You can create on the application tool bar using SET PF-STATUS.
if you want it in output screen then you need to create your own screen using module pool programme .
refer the first example in tthe ABAPHELPDOC . That programme is same as you are asking
I think you knwo the path
Go to SE38 then select the following path
Environment-> Examples-> ABAPexamples
Reward if useful
Thanks,
Nageswar
‎2008 Jan 22 9:33 AM
You can create a button on the application toolbar and you can use it as a push button
‎2008 Jan 22 9:38 AM
Don't know about pushbuttons, but perhaps a good alternative: interactive lists with hotspots.
See:
http://www.erpgenie.com/abap/ireports.htm
http://abapprogramming.blogspot.com/2007/11/abap-multiple-interactive-report-sample_12.html
‎2008 Jan 22 9:59 AM
Hello Ankesh,
You can put push button in the output list. You have to use SET PF-STATUS statement.
Just follow these stepts.
1. write SET PF-STATUS 'TEST'.
2. double click on TEST.
3. It will ask you to create status object. click on YES.
4. give the short description and press enter.
5. next screen you will find three things like... MENU BAR, APPLICATION TOOL BAR and FUNCTION KEYS.
6. click on the down arrow that appears next to APPLICATION TOOL BAR.
7. in the items, in first box write your name and press down the text. one popup box will come. press enter.
8. give the function text and press enter.
9. assign key for your push button. and press enter.
10. press enter and activate.
and run your program. you will get push button on output list.
Reward If Helpful.
Regards
--
Sasidhar Reddy Matli.
‎2008 Jan 22 10:16 AM
Hi,
Please refer to the link below :
http://www.sapdev.co.uk/reporting/alv/alvgrid_pfstatus.htm
Thanks,
Sriram Ponna.