‎2009 Apr 08 7:36 AM
Dear Experts ,
I have the following requirement .
In MIR7 t code under the tab - basic data - i have to add new custom fields like
Billing document no and billing doc item along with multiple selection option .
i have found the BADI - BADI_FDCB_SUBBAS04 . i dont know how to get the custom fields in that .
Regards
Prabhu
‎2009 Apr 08 7:48 AM
Hi,
maybe this can help:
https://wiki.sdn.sap.com/wiki/display/Snippets/Displaycustomerfieldsinheaderoflogisticsinvoiceverification+transactions
Best regards.
‎2009 Apr 08 7:48 AM
Hi,
maybe this can help:
https://wiki.sdn.sap.com/wiki/display/Snippets/Displaycustomerfieldsinheaderoflogisticsinvoiceverification+transactions
Best regards.
‎2009 Apr 09 12:25 PM
Yah i have found the BADI name from this link only . I have refered that and i am able to create
a input field and push button in the MIR7 screen .
Is this the correct way , or there is some screen sxit i have to find .
Regards
Prabhu
‎2009 Apr 09 12:39 PM
Hi Prabhutta,
Try this screen exit...
T-code -->SMOD--> LMR1M001 -->COmponents-->Screen areas--> -->SAPLMR1M0400_CUSTSCR1_SAPLXM080400 (Screen exit for MIR7)
Double click u can get the gui status and add you logic..
Regards,
Prabhudas
‎2009 Apr 09 12:45 PM
Thanks for reply .
I have tried that , but it is asking for ACCESS KEY .
I need to do the changes without access key . Am i doing someting wrong ?
Please suggest .
Regards
Prabhu
‎2009 Apr 09 12:48 PM
Hi,
BADI will not help you design a screen.
the solution given by prabhudas is the best bet if its a screen exit.
check for any screen exit as that the only solution.
tc
saji
‎2009 Apr 09 12:51 PM
I chekced as per prabhu's suggestion , but it is asking me for ACESS KEY .
I am new in doing enhancements . so can you please suggest me on this how to proceed .
Regards
Prabhu
‎2009 Apr 09 1:09 PM
Hi Prabhu,
Ask the basis ppl to provide developer access key...
or prabhus way isnt solved...
‎2009 Apr 09 1:15 PM
Hi Prabhu,
go to-->SMOD-->LMR1M001-->components-->EXIT_SAPLMR1M_003-->see the functional module documentation they had given how to enhace the screen.
Prabhu..
‎2009 Apr 09 5:15 PM
Hi,
regarding exit LMR1M001 in the wiki contribution it says:
The original idea was to use exit LMR1M001 but reading the documentation of EXIT_SAPLMR1M_003 I found out that:
As of Release 4.6A, transaction MR1M is no longer supported. Therefore this customer exit and its functions are obsolete.
Bear in mind that before using exit LMR1M001.
Best regards.
‎2009 Apr 10 8:15 AM
closed , as i think you guys didnt get wht execatly i want . i am posting one more questiion on this .
‎2009 Apr 10 8:18 AM
Posting a new thread with the same issue constitutes to Rule Viloations and will be reported to the Moderators of this forum.
Please continue your question here, by re-phrasing your question or giving more details.
pk
‎2009 Apr 10 8:28 AM
I have designed a MODAL SCREEN which contains a table control for multiple entries for Billing document nos .
I want to design a PUSHBUTTON on the MIR7 screen and then once i will press the pushbutton the MODAL screen should get called from that .
When the MODAL screen will be called in the back end the MIR7 screen should also be present in the
back end .
If any queries on understanding the requirement then please revert .
If any body has any idea on this then please suggest .
Regards
Prabhu
‎2009 Apr 10 9:14 AM
‎2009 Apr 10 9:15 AM
‎2009 Apr 15 6:19 PM
What did you do? How did you solve it?
Please give out details. Thanks!
‎2011 Feb 23 12:14 PM
Hi how did you resolve the above issue? As in adding a custom button for MIR7 transaction?