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: 

Storage Location Determination User-Exit not working

Former Member
0 Kudos

SAP R/3 System version 4.6C

I am trying to use enhancement V02V0002 component EXIT_SAPLV02V_002 but the code I have added does not seem to be executed.

It has been activated in a project in CMOD.

I've tried adding a break-point in the code but it does not cause debug to be started.

If I do a where-used on EXIT_SAPLV02V_002 in SE37 it does not find anything. Usually a where-used shows you where in an application the exit is called.

can anyone help?

2 REPLIES 2

Former Member
0 Kudos

Hi Mo,

Yes it is correct. i tested it in my system. it shows it is calling from SD_STORAGE_LOCATION_DETERMINE function module.

That function module is calling from below programs..

FV50PF0L

LV53CF91

LWFR10F0D

LWFR5F0G

What you have created is correct. But you might not have activated your code as well as your project.

So, first deactivate your project in change mode.Go to your code. Acticate it. comeback outside your project. And again activate it.

Now, go inside your project in display mode and keep a break point and come outside.

Now execute your Transaction code and executeion will be stop at this break point.

regards,

Ram

0 Kudos

Thanks Ram.

I tried that and it hasn't made any difference.

Knowing where the exit is called from is going to help though.