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: 

User Exits for delivery number ranges , partner determination

Former Member
0 Kudos

I need to know two User exits for

1) Number Ranges for delivery document

EXIT_SAPLV50S_001 is this the tight exit to be used .

I need to set number ranges for delivery based on plant.

2) User Exit for Partner determination

I want to fetch the partners from the sales doc .

which does not happen in my case as delivery happens through projects systems and there is no link between sales order -> delivery -> billing

only link between del-> bill exists .

An element called the WBS can be used to get the appropriate sales order from delivery.

I thought the exit EXIT_SAPLV09A_004 would help but my colleague has a different opinion.

Any inputs / logic on the same appreciated

2 REPLIES 2

vinod_gunaware2
Active Contributor
0 Kudos

Hi

<b>MV45AFZZ</b>

<b>USEREXIT_NUMBER_RANGE</b>

And also check other user exit it will be useful

regards

vinod

0 Kudos

Hi,

To assign a different number range for delivery documents you could use MV50AFZ1 - FORM USEREXIT_NUMBER_RANGE.

The same form in MV45AFZZ is the one for sales orders.

EXIT_SAPLV50S_001 will not work for deliveries created out of projects.

Regards, Ulrich