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

MRRL

former_member377111
Participant
0 Likes
322

While executing MRRL transcation miro Reference Field should get updated with the MIGO Delivery Note.I have wriiten logic in MRMH0001 exit as below.

read table E_TDRSEG index 1.

if sy-subrc eq 0.

move E_TDRSEG-xblnr to E_TRBKPV-xblnr.

endif.

but after this exit triggers again the MIRO doc Number gets updated in the Reference Field .

Please help...

1 REPLY 1
Read only

former_member377111
Participant
0 Likes
273

.