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: 

MIR4 - user exit first screen SAPLMR1M 6150

Former Member
0 Kudos

Hello Experts ,


in the first screen of the transaction MIR4

after entering N ° document / fiscal year...

press ENTER



I must insert the ABAP code that checks the document N ° / Fiscal year if there is in a Custom Table

and will issue a message in a popup.

how and where can I do this?

There is a User-Exit?

the first screen is:   6150  in  SAPLMR1M

Best Regards

Marco.




1 ACCEPTED SOLUTION

former_member204264
Participant
0 Kudos

Hello Marco,

You can create an Enhancement at the beginning of following Module (PAI) with your corresponding validation:

Regards.

Luis.

5 REPLIES 5

former_member204264
Participant
0 Kudos

Hello Marco,

You can create an Enhancement at the beginning of following Module (PAI) with your corresponding validation:

Regards.

Luis.

0 Kudos

HI Luis

thanks for answer

so I can create an enancement in LMR1MI3H  in  MODULE fcode_6150 INPUT.

after

SET PARAMETER ID: 'RBS' FIELD f_clear,

                                      'CHG' FIELD f_clear.

it's correct?

there are no User-Exit in this Dympro?

0 Kudos

Hi Marco,

I've checked but there isn't an User-Exist for your requirements. You can create an Enhancement in that Module, but it only can be created at the beginning or at the end of MODULE fcode_6150, but I don't see any problem.

I hope that this solution will be valid for you.

Luis.

0 Kudos

Ok Luis

i think make a new enancement

thanks you very much

Marco

raymond_giuseppi
Active Contributor
0 Kudos

Did you check for BAdI MRM_HEADER_CHECK before using implicit Enhancement?

Hint: Read also reference OSS note 1156325 - BAdIs in the Logistics Invoice Verification environment.

Regards,

Raymond