2010 Apr 15 5:57 AM
Hello Experts,
I want to Enable button in the application tool bar of the standard transaction Me22n.
AFTER Clicking On INVOICE In ME22N , I Filled The TAX CODE = 'V3' .After That Enter.
Then A Push Button Appears (TAXES).
When I click on TAXES I Got The New Screnn Display TAXES ( GUI status PR_ITEM ) .Here Its Application Toolbar is Inactive.
Only 4 Buttons are there like (Prev , prev+ , Next , Next+)
Is There Any Way To Enable It.?
Regards: Heman(A1) .
Thanks...
CLOSE THIS THREAD
2010 Apr 27 7:00 AM
2013 Oct 03 8:54 AM
Hi Hemant,
How did you add a button to it? Which user exit did you use? I am asking because I need to do something like yours.
Regards,
William
2013 Oct 03 1:10 PM
Hi William ,
That issue i was facing 2 year back ..I Forgot that what was the exact issue.
I have added Custom Screen in PO Header & Item with some Fields, Radio burron , Button & Table control Using Badi ME_GUI_PO _CUST & Me_process_po_cust. I Think that badi will solve your issue .
Regards .
Hemant(A1)
2013 Oct 04 3:16 PM
HI William,
This is about adding your custom button to standard PF-Status of a standard transaction
Follow below link for your exact solution.
http://scn.sap.com/docs/DOC-43465
We implemented this approach in our project for t-codes like ME23N,MIR4,FB03, FBl1N/3N, FAGLL03 etc.
Hope it would be useful to you
Regards
Samal
2013 Oct 04 5:07 PM
2013 Oct 04 5:07 PM
2014 Jan 09 9:08 AM
Hi Ansumesh,
I have an similar requiremnet to add a custom button in ME21N application tool bar.
As you said you already implemented this for ME23N, Can you please suggest the location/Exit , where I should include my ZGUI_STATUS to include button in application tool bar.
Thanks,
Simadri Sutar
2014 Jan 09 1:09 PM
As I said earlier, there is no specific exit available for this.
You need to find a suitable location where you can implement implcit enhancement.
In our case we implemented it in for ME23N transaction
Class CL_WINDOW_MM,
Method PBO
Implicit enhancement at the ENDMETHOD section.
For reference code..
http://scn.sap.com/docs/DOC-43465
Regards
Ansumesh
2014 Jan 13 1:14 PM
Thanks Ansumesh,
My issue got resolved as per your information. Thanks a lot
Simadri..
2014 May 22 2:02 PM
HI,
Sekhar , i have same requirement of replacing standard pf -status with z pf status, how did u attain it? though i found where to replace the code i am not able implement enhancement section..!!!
Pls Help.
2014 May 23 8:45 AM
Hello Prakash,
Ansumesh already gave information about this to my question and it was really a good info. As you requested for some more info, please follow as below.
Step 1: You have to create a z status by copying the standard PF status for me22n.
step 2: create a FM to set thet z status to ME22n.
step 3: at last of PBO methos of cl_window_mm call your FM which set the z status to ME22N.
step 4: find a PAI where function codes of buttons are used (in this case i used include "LMEGUICJL"), to write function for the newely created buttons in my Z status.
Thats it. Enjoy
Simadri
2014 Jul 24 11:19 AM
Thanks Simadri, for your detailed explanation. It made my task easy.
2016 Jun 22 10:29 AM
2016 Jun 22 12:51 PM
2021 Aug 17 6:34 AM