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

Number Range plant specific BAPI_SALESORDER_CREATEFROMDAT2'

former_member605939
Participant
0 Likes
1,153

I am using "BAPI_SALESORDER_CREATEFROMDAT2'" for sales order creation .it is working fine for different customer based on specific plants.

We have defined the sales order number range based on plants.

But the standard bapi is not taking plant specific number ranges, but taking from standard number range object "RV_BELEG" the "01" object.

Required "BAPI_SALESORDER_CREATEFROMDAT2" to use specfic number range based on plants.

1 ACCEPTED SOLUTION
Read only

former_member16553
Active Participant
0 Likes
1,006

Hi,

I believe, you have to put a enhancement to use custom number range. Write your logic in sales user exit MV45AFZZ -USEREXIT_NUMBER_RANGE.

Regards,

Girdhari

I am using "BAPI_SALESORDER_CREATEFROMDAT2'" for sales order creation .it is working fine for different customer based on specific plants.

We have defined the sales order number range based on plants.

But the standard bapi is not taking plant specific number ranges, but taking from standard number range object "RV_BELEG" the "01" object.

Required "BAPI_SALESORDER_CREATEFROMDAT2" to use specfic number range based on plants.

2 REPLIES 2
Read only

former_member16553
Active Participant
0 Likes
1,007

Hi,

I believe, you have to put a enhancement to use custom number range. Write your logic in sales user exit MV45AFZZ -USEREXIT_NUMBER_RANGE.

Regards,

Girdhari

Read only

0 Likes
1,006

Got the Required Result.