2012 Oct 05 9:12 PM
Hello Experts,
I want to add a button on the application too bar of the tcode IW72 (Change Service & Maint Orders).
Upon clicking the button i need to write a customized code to call a screen.
How can i do this enhancement? Please suggest
Thanks
Dan
2012 Oct 09 5:14 AM
Hi.
You can try with BADI badi_eam_riaufk20_fcode_cus1 . With this badi we can add custom buttons.
Regards
Sachin
2012 Oct 06 4:36 AM
try to implement for project in cmod for enhancement ICSV0003. you need to implement menu exit . check below link for menu exit details.
<link to blocked site removed by moderator>
Message was edited by: Thomas Zloch
2012 Oct 08 4:33 AM
Hi Vipin,
I dont see any relevant Menu Exit for this one but i think we are close.
I am trying to add my button to the next screen (screen# 500) thats shows the list of orders.
Pls suggest.
2012 Oct 08 4:51 AM
i could not find screen 500.
do u want to add button where mouse cursor is pointing?
2012 Oct 08 5:48 PM
Hello Vipin,
Yes. Exactly i want to add the button where the mouse is pointing to?
Sorry for the trouble.
Thanks
2012 Oct 09 2:43 AM
one way can be, copy report: RIAUFK20 to ZRIAUFK20 and create a new button in GUI status.
write button action.
2012 Oct 09 5:14 AM
Hi.
You can try with BADI badi_eam_riaufk20_fcode_cus1 . With this badi we can add custom buttons.
Regards
Sachin
2012 Oct 09 9:10 AM
2012 Oct 09 4:32 PM
Hello All,
All the answers are helpful. I choose to go with impl theBADI_EAM_RIAUFK20_FCODE_CUS1.
Raymond: I see that i can add only one button here. If i want to add some 2 or 3 more buttons what should i do?
Pls suggest.
2012 Oct 09 7:15 PM
You could try to use a small dynpro with some icons that is displayed when the single button is pressed (name it "more options"), or more smart coding executing some methods of class cl_gui_toolbar.
You could also from any exit/Badi of PBO attach a cl_gui_docking_container to add a full cl_gui_toolbar attached on one side of a standard screen, managing it via event handling.
Regards,
Raymond
2012 Oct 09 8:28 PM
I need to attach my own customized button clicks so i think cannot use cl_gui_toolbar. Probably i am thinking in a wrong way. Or is there a way to call cl_gui_toolbar.
Can you please tell me: How can i attach the cl_gui_docking container?
Thanks