cancel
Showing results for 
Search instead for 
Did you mean: 

delivery note range with alpha and number

Former Member
0 Kudos

hi,

I want to default fist character of delivery note as "D", then is running no. How can I do it, as standard no. range is number only. if using user exit, pls advice which program. also if you have code, would you pls paste in here. thanks a lot

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Maintain like this,

-Maintain Z table for required number range prfix with D

-Use user exit MV50AFZZ and use include number range object.

-Then call these number range from Z table in this userexit.

Rewars if it useful.

Regards,

Chandra

Former Member
0 Kudos

can u provide more detail? thanks a lot

Former Member
0 Kudos

Hi,

Let me explain how we did it for sales order,

-We have created one Z table and the output of that table is,

Id to group parameters:MV45AFZZ_USEREXIT_NUMBER_RANGE

Id of parametr vaule:Sales area wise(ex:1000/10/10)

Contains the value:Number range number (ex:D0)

above table we have called in the sales order user exit MV45AFZZ and in the form USEREXIT_NUMBER_RANGE.

If you try same for delivery user exit MV50AFZ1 in the form USEREXIT_NUMBER_RANGE then you will get result.

Reward points if useful.

Regards,

Chandra