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

use exit

Former Member
0 Likes
1,263

Hi All,

please tell me what is transaction code to trigger user exit:EXIT_SAPLEINR_001.

Thanks & Regards,

Hari Krishna.K

11 REPLIES 11
Read only

Former Member
0 Likes
1,203

hi hari,

i think..theere is no such a way to find the transaction using that exit.

what i can say about the exit is:

1. the enhancement for the exit is: mevme001 (thru table: mosap)

2. it will be triggered by one transaction which is in package 'ME'.

reward points!!

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,203

This exit is used in MIGO and Good Receipt transaction like MB01, MB0A or MBST.

Regards

Read only

0 Likes
1,203

HI RAYMOND,

i am sure none of ur transactions are triggering these exit. coz ur transactions are in package: MB,

but exit(enhancement) is in packege: ME (po,...etc).

correct me if i am wrong

Read only

0 Likes
1,203

The transaction were example. Each and every transaction that need to read Good receipt can use the exit. The include is in a FM which is used by many MBxx program and even MIGO.

Regards.

Read only

0 Likes
1,203

The exit is used in FM ME_READ_ITEM_GOODS_RECEIPT (FORM xebefu_aufbauen.)

This FM is used in method purchase_order_read_data in MIFO

AND

This FM is used in (through some FORMS) dynpro 0460 of SAPMM07M of the following transactions

MBNL

MBRL

MBSF

MBSL

MBST

MBSU

MB02

MB03

There may be othe use, by a don't fell on these.

Regards

Read only

0 Likes
1,203

the enhancement for the exit is MEVME001. can we see it in smod by package name: ME.

all your transactions programs are related to packege: MB.

if you search for enhancement in smod using package MB, you will never get that exit.

plz correct me if i am wrong

Read only

0 Likes
1,203

Not all enhancements are in the dev-class of the transaction which triggered them, an enhancement in an FI or CO package can be triggered from an SD or MM transaction if this transaction create an account posting.

In our case "Purchasing" event are triggered by "Material Movement" and/or reciprocally.

Regards

Read only

0 Likes
1,203

i could not able to award points anyway. thanks for info.

is there anyway to find henhancements for a specified transaction. other than

1. finding 'call customer-function' in trx's program.

2.using package name in smod.

3.??????

Read only

0 Likes
1,203

- SPRO documentation

- Looking through OSS notes

- asking at SDN

Regards

Read only

Former Member
0 Likes
1,203

Hi,

Difinitely it is related to MIGO tcode only .. consult your MM consultant ... he can help you out

Thanks,

Manjunath MS

Read only

Former Member
0 Likes
1,203

Hi,

it will trigger when you check a purchase order during the Migo process

Regards