Application Development 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: 

BADI/user exit

Former Member
0 Kudos
209

Is there any BADI/Exit to gray out Inv. Party(vendor) field in the details tab of MIR7.

Please help.

Regards,

Sudhakar.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
114

Hi Sudhaker,

You can use Function exit EXIT_SAPLFDCB_001 to gray out vendor details tab in MIR7 transaction.

Hope this wud help you.

Regards,

Ram.

5 REPLIES 5

Former Member
0 Kudos
114

Hi,

Following is the list of BADi's/Exits available for this transaction :

Enhancement

LMR1M001 User exits in Logistics Invoice Verification

LMR1M002 Account grouping for GR/IR account maintenance

LMR1M003 Number assignment in Logistics Invoice Verification

LMR1M004 Logistics Invoice Verification: item text for follow-on docs

LMR1M005 Logistics Inv. Verification: Release Parked Doc. for Posting

LMR1M006 Logistics Invoice Verification: Process XML Invoice

MRMH0001 Logistics Invoice Verification: ERS procedure

MRMH0002 Logistics Invoice Verification: EDI inbound

MRMH0003 Logistics Invoice Verification: Revaluation/RAP

MRMN0001 Message output and creation: Logistics Invoice Verification

Business Add-in

INVOICE_UPDATE Business Add-In: Logistics Invoice Verification

Check out if anyone is useful for your requirement.

Regards,

Mansi.

Former Member
0 Kudos
114

Hi,

BAdI Definition Description

INVOICE_UPDATE Business Add-In: Logistics Invoice Verification

Exit name Short text

LMR1M001 User exits in Logistics Invoice Verification

LMR1M002 Account grouping for GR/IR account maintenance

LMR1M003 Number assignment in Logistics Invoice Verification

LMR1M004 Logistics Invoice Verification: item text for follow-on docs

LMR1M005 Logistics Inv. Verification: Release Parked Doc. for Posting

LMR1M006 Logistics Invoice Verification: Process XML Invoice

MRMH0001 Logistics Invoice Verification: ERS procedure

MRMH0002 Logistics Invoice Verification: EDI inbound

MRMH0003 Logistics Invoice Verification: Revaluation/RAP

MRMN0001 Message output and creation: Logistics Invoice Verification

in future if you want to know any user exits or badi available for t-code..

go to ->se16-->enter table TSTC-> enter your t-code and get the pgm name..

get the package for pgm name...

go to se15--> expand the enhacements tab and enter package under user exits or badi ..

you will get the avaialable user eixts and badi for the t-code under that package.

Prabhudas

Former Member
0 Kudos
115

Hi Sudhaker,

You can use Function exit EXIT_SAPLFDCB_001 to gray out vendor details tab in MIR7 transaction.

Hope this wud help you.

Regards,

Ram.

Former Member
0 Kudos
114

Hi,

Here are the list of User Exits for MIR7.Try to match with your requirment.

Transaction Code - MIR7 Park Invoice

Exit Name Description

LMR1M001 User exits in Logistics Invoice Verification

LMR1M002 Account grouping for GR/IR account maintenance

LMR1M003 Number assignment in Logistics Invoice Verification

LMR1M004 Logistics Invoice Verification: item text for follow-on docs

LMR1M005 Logistics Inv. Verification: Release Parked Doc. for Posting

LMR1M006 Logistics Invoice Verification: Process XML Invoice

MRMH0001 Logistics Invoice Verification: ERS procedure

MRMH0002 Logistics Invoice Verification: EDI inbound

MRMH0003 Logistics Invoice Verification: Revaluation/RAP

MRMN0001 Message output and creation: Logistics Invoice Verification

Former Member
0 Kudos
114

Hello VSR,

Go to Tcode MIR7>Go to Details Tab>Click on System-->Click on Status.

It will diplay a subscreen with all details...Transcation, Program screen, Screen Number...etc

Double click on the Program name --> It will take you to the Program.

Now click on (Goto) on your SAP Tool bar

Goto --> Click on Object Directory entry > It will display the Package Name> Copy the Package name.

Now go to Se18 and click on F4...It will display a screen, put the Package name in that subscreen and click on Execute.

You will get the list of BADI's available for it.

You can disable that field or you can also remove that field from that screen.

Hope this helps...

Regards,

Kittu