Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Adding new custom fields in t code - MIR7

Former Member
0 Likes
3,282

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

1 ACCEPTED SOLUTION
Read only

former_member182371
Active Contributor
0 Likes
2,793

Hi,

maybe this can help:

https://wiki.sdn.sap.com/wiki/display/Snippets/Displaycustomerfieldsinheaderoflogisticsinvoiceverification+transactions

Best regards.

16 REPLIES 16
Read only

former_member182371
Active Contributor
0 Likes
2,794

Hi,

maybe this can help:

https://wiki.sdn.sap.com/wiki/display/Snippets/Displaycustomerfieldsinheaderoflogisticsinvoiceverification+transactions

Best regards.

Read only

0 Likes
2,793

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

Read only

Former Member
0 Likes
2,793

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

Read only

0 Likes
2,793

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

Read only

Former Member
0 Likes
2,793

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

Read only

0 Likes
2,793

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

Read only

0 Likes
2,793

Hi Prabhu,

Ask the basis ppl to provide developer access key...

or prabhus way isnt solved...

Read only

0 Likes
2,793

Hi Prabhu,



go to-->SMOD-->LMR1M001-->components-->EXIT_SAPLMR1M_003-->see the functional module documentation they had given how to enhace the screen.


Prabhu..

Read only

former_member182371
Active Contributor
0 Likes
2,793

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.

Read only

0 Likes
2,793

closed , as i think you guys didnt get wht execatly i want . i am posting one more questiion on this .

Read only

0 Likes
2,793

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

Read only

Former Member
0 Likes
2,793

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

Read only

0 Likes
2,793

RESOVLED .

Read only

Former Member
0 Likes
2,793

RESOLVED

Read only

0 Likes
2,793

What did you do? How did you solve it?

Please give out details. Thanks!

Read only

Former Member
0 Likes
2,793

Hi how did you resolve the above issue? As in adding a custom button for MIR7 transaction?