cancel
Showing results for 
Search instead for 
Did you mean: 

Cust for Item number calculation when creating/changing a sales orders

Former Member
0 Kudos

Hi

I need to know if the item number when capturing/ modifying a sales order can be calculated automatically with some route in the customizing, or do I need to do it with some user exit in the sales order entry?.

Thanks!

Regards

Soraya

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Goto the T.Code "VOV8".

Select your order type.Details.

Goto the "Number systems" tab.

Maintain the value as "10" or "15" like this any number as per your requirement for the field "Item no.increment".

So that the main item will be incremented by the number you specified here.Suppose you specified the number as "10" the line item numbers would be 10,20,30,.....

Next is if you maintain the value for the field "Sub-item increment" then the sub items will be incremented by the number you specified here.

It would be mainly used in the case of BOM.

To get the numbers from the order,goto the T.Code "SE11/SE16".

Enter the table name as "VBAP".

Pass the order number.Execute.

You will get the all line items with numbers.

Regards,

Krishna.

Former Member
0 Kudos

Hi,

Yes it is possible through configuration setting...

Go to VOV8 tcode and then select your order type and look for the field Item no. increment and in that give 10 (say for example) then the system will generate item numbers as follows: 10, 20, 30 ...

Regards