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

Screen exit

Former Member
0 Likes
599

Hi,

I have to add new tab in MIRO transaction. Do you know any sreen exits that I can use?

Regards

Jacek

1 ACCEPTED SOLUTION
Read only

harimanjesh_an
Active Participant
0 Likes
510

hi jacek,

<b>LMR1M001</b> : Use this enhancement in SMOD transaction. And u can find the following exits for MIRO.

<b>EXIT_SAPLMR1M_002</b> Customer Exit: Change Proposed Account Assignment

<b>EXIT_SAPLMR1M_003</b> Customer Exit: Pass On Document Header Data

<b>EXIT_SAPLMRMP_010</b> Customer Exit: Analyze Document Header and Item Data

Calling screen : <b>SAPLMR1M</b>

Reward me if useful,

Harimanjesh AN

2 REPLIES 2
Read only

harimanjesh_an
Active Participant
0 Likes
511

hi jacek,

<b>LMR1M001</b> : Use this enhancement in SMOD transaction. And u can find the following exits for MIRO.

<b>EXIT_SAPLMR1M_002</b> Customer Exit: Change Proposed Account Assignment

<b>EXIT_SAPLMR1M_003</b> Customer Exit: Pass On Document Header Data

<b>EXIT_SAPLMRMP_010</b> Customer Exit: Analyze Document Header and Item Data

Calling screen : <b>SAPLMR1M</b>

Reward me if useful,

Harimanjesh AN

Read only

Former Member
0 Likes
510

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

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

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 Verifica

These are the available.

1. go to the transaction you are workin on.

2. go to system --> status and there you'l find your package name.

3. now go to SE81 --> info systems --> enhancements --> customer exits --> enhancements and give your package name there.

now you'l get your screen exit here.

or

Finding the Exits of a TCode:

1) Goto Program of Tcode and get the Package of that program.

2) Now go to SMOD(TCode) in enhancements press f4.

3) now click on information and give the package u will find all the enhancements. Check the component of enhancement where u will find the function Module of exits.

Check this Customer Exit LMR1M001.

Check for tthe Screen exit of SAPLMR1M.

Rewords some points.