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

Transfer order creation user exit for validation

Former Member
0 Likes
1,759

Hi,

I have a requirement to check a validation during the transfer order creation for a pallet( Storage Unit ) using LT09 transaction. I need to check if the destination storage type = '914' and some other custom validation then I need to throw error message to stop the transfer order creation. Could you please suggest a suitable exit for this.

Regards,

Yellappa.

Hi,

I have a requirement to check a validation during the transfer order creation for a pallet( Storage Unit ) using LT09 transaction. I need to check if the destination storage type = '914' and some other custom validation then I need to throw error message to stop the transfer order creation. Could you please suggest a suitable exit for this.

Regards,

Yellappa.

4 REPLIES 4
Read only

Puneet_Gupta
Contributor
0 Likes
919

Please look at this

http://help.sap.com/saphelp_erp2005/helpdata/EN/c6/f83a294afa11d182b90000e829fbfe/frameset.htm

Also the Enhancement spot ES_SAPML03T may help

-Puneet

Read only

0 Likes
919

Hi Puneet,

Thank you for your reply. I could see majority of exits are for modification. I have tried to put break point at the enhacement spot ES_SAPML03T( used in many places ) but till now no success to find the exact place where I can write the code. Could you please suggest on this.

Regards,

Yellappa.

Read only

Former Member
0 Likes
919

Did u try this enhancement MWMTO008?

Read only

0 Likes
919

Hi Ramachandra,

I have tried this as well. But it is not working for my requirement.

Implemented the changes with implicit enhancement point.

Regards,

Yellappa.