Application Development and Automation 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: 
Read only

push button on output screen

Former Member
0 Likes
2,321

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,385

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.

5 REPLIES 5
Read only

Former Member
0 Likes
1,385

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

Read only

Former Member
0 Likes
1,385

You can create a button on the application toolbar and you can use it as a push button

Read only

Former Member
0 Likes
1,385

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

Read only

Former Member
0 Likes
1,386

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.

Read only

Former Member
0 Likes
1,385

Hi,

Please refer to the link below :

http://www.sapdev.co.uk/reporting/alv/alvgrid_pfstatus.htm

Thanks,

Sriram Ponna.