2011 Dec 26 12:08 PM
Hi All,
I have a requiremnet on ME21N Transaction Enhancement.
I have to add the New Push Button below of PO item Overview.
Exactly:Beside of Default Values , Addl Planning, PUSHBUT
I found Program Name:SAPLMEGUI
Screen number :1211.
Just tell me how achive this Requrement. Just Give me a brief idea abou t this .
Thanks in Advance,
Kandulaw's .
2011 Dec 26 12:48 PM
More Info:
Here adding custom tab's is we can do but i how to add the Custom buttons with out taking the Acceskey.
Please Help on this how can we achive the reqirement.
Thanks,
kandulaw's.
2011 Dec 26 1:40 PM
Hi,
There is no need of Access key.go for Badi's . For adding custom button in any tcode search in sap technical you will find that procedure.
2011 Dec 27 7:36 AM
Hi Kaldulwas,
Just go through this note 413158 if it is useful.
Regards,
Madhu.
2011 Dec 27 9:01 AM
Thanks Madhu for your advice.
But helpless.. I have checked that similar kind of notes also (including this note ).. All it saying how to add the functionality...
But my query was how to add the Action Button in Standard ME21N Transaction perticualrly below of Item Overview
Is there any BADI or Screen Exist is there to create Push button over there? I have chked but not getiing exactly how to do?
Program Name: SAPLMEGUI
Screen number: 1211 -
In this screen i need to add the Push button at below of page..ie behind of Default Values
Any Body knows Just Give me brief idea i will try to achive this Requrement.
Thanks in Advance,
Kandulaw's
2011 Dec 29 10:36 AM
Hi ABAP Guru's,
Any solution for to complte this Requirement....
If possible can you please tell me how to do?
Please help out.
Thanks in Advance,
Siva.
2012 Jan 02 11:27 AM
Hi.
Check out MM06E005 from SMOD transaction. Here you can add your custom fields and buttons..
Hope to help
2012 Jan 03 5:26 AM
HI Thanku for your Reply.
I am already tried with the exit. But the thing is it creating in Customer tab.
I don't want there...In Previous already told where i wnt excatly.
ME21N:
At Below of Item Over View (Beside of Default Values Buttons ).
Thanks,
Kandulaw's.
2012 Jan 05 7:11 AM
Seems to be not possible to do this reqiremnet with out take Acceskey????
I am a correct ?
Thanks,
Kandulaw's
2012 Jan 05 7:17 AM
Hi,
If you need to change the standard you need.But check before going for access key.
Regards,
Madhu.
2012 Jan 05 11:23 AM
Hi.
My mean was you should copy dynpro 1211 from Function Group MEGUI and create a copy of 1211 with all your modifications. After, throughout MM06E005 enhancement from cmod, you can call this Screen instead of standard one. After all you're making a custom dynpro.
Hope to help.