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: 

User Exit of MIRO

former_member1349771
Participant
0 Kudos

Hi Guru's

My requirement is when the user is posting document from MIRO if the field General Ledger Account is not blank than the filed business area should be mandatory.

Please help to identify certain user exit or BADI for the same.

Regards,

4 REPLIES 4

nirajgadre
Active Contributor
0 Kudos

Hi,

try to put the validation at the line item level using the OB28 transaction.

mentioned the prerequisite as SY-TCODE = MIRO and GL account is not blank.

and check the business area field

or try to use the user exit LMR1M001 ( EXIT_SAPLMRMP_010) to analysis of header and item details.

Former Member
0 Kudos

Hi Hope You tried out with Abhit Solution Which Will work out .

Implement the User Exit LMR1M001 and use the Component EXIT_SAPLMRMP_010 to Check the Header details from E_TRBKPV

and item details from E_TDRSEG.

Regards,

Kishore.S

0 Kudos

But none of these table has 'HKONT' General Ledger Account.

Sridharnekkanti
Active Participant
0 Kudos

Check BADI INVOICE_UPDATE