2005 Dec 28 8:54 AM
Hi,
I'm using object oriented ALV in my program. Is there anyway that I can get the toolbar of my ALV into my SAP Screen toolbar. While using Object oriented ALV you can see the toolbar with sort, filter and all other functions attached to the ALV grid itself. How do I move it to my SAP screen toolbar.
Regards,
Vijay
Hi,
I'm using object oriented ALV in my program. Is there anyway that I can get the toolbar of my ALV into my SAP Screen toolbar. While using Object oriented ALV you can see the toolbar with sort, filter and all other functions attached to the ALV grid itself. How do I move it to my SAP screen toolbar.
Regards,
Vijay
2005 Dec 28 9:00 AM
Hi,
Please try the Demo program
BCALV_TEST_TOOLBAR
Hope it helps..
Lokesh
Pls. reward appropriate points
2005 Dec 28 9:04 AM
I don't quite think you understood my question.
What I wanted was this ALV Toolbar to appear in my SAP Screen below the title bar. Like it appears with REUSE_ALV FM.
Regards,
Vijay
2005 Dec 28 9:14 AM
Hi,
Try program
BCALV_TEST_LIST_STATUS
OR
Use FM
REUSE_ALV_EVENTS_TRANSFER
and set the parameter
e_form_pf_status_set = pf_status (standard gui_status)
Hope it helps...
Lokesh
Pls. reward appropriate points
2005 Dec 28 9:28 AM
2005 Dec 28 9:04 AM
Hi vijay,
1. goto se80.
2. choose function group
3. type SALV
4. copy the STANDARD Gui STATUS.
to your program.
5. For copying use Right Click on STANDARD
6. Use Set PF-Status in your program.
7. Make sure u activate the status
in your program
(thru se80 or se38)
regards,
amit m .
2005 Dec 28 9:41 AM
In this case if I set the Pf status then I would have to program conditions based on ok-codes for handling events. But I want to get the ALV Toolbar into my SAP Screen toolbar. Is that possible.
Regards,
Vijay
2005 Dec 28 9:47 AM
these are possible solutions.
1.exclude all tool bar buttons
2.copy the new PF-status.
3.handle all of the buttons which ever you are using.
but some complex things you will fail to handle. may be you can handle some but not all.
vijay
2005 Dec 28 9:15 AM
copy standard pfstatus to ur program
activate the pfstatus after copie
2005 Dec 28 9:31 AM
Hi again,
1. In ALV using Function modules,
it is possible.
( in the way i suggested)
2. In OO, im not sure.
3. If i get something i will let u know.
-
4. Well, we cannot MOVE the alv toolbar
to the application toolbar.
5. We can copy the original and use it in our
program using set pf-status.
regards,
amit m .
Message was edited by: Amit Mittal
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |