cancel
Showing results for 
Search instead for 
Did you mean: 

Item hierarchy in sales order

Former Member
0 Kudos

Hello,

I have a question regarding Item numbers in sales order.

I have created a new sales order type, and my requirement is to have a three-level hierarch in my sales order.

Exemple:

Item numberHigh Level ItemMaterial
100Material 1
100010Material 1 -1
10101000Material 1 -1 -1
10201000Material 1 -1 -2
10301000Material 1 -1 -3
10401000Material 1 -1 -4
10501000Material 1 -1 -5

In the customizing of my new document type, I found the options Item "no.increment" and "Sub-item increment", but I don't get the result I'm expecting.

It works for 2 level hierarchy only.


Can you please suggest a solution to achieve this?


Best regards;


Accepted Solutions (1)

Accepted Solutions (1)

sez41
Active Contributor
0 Kudos

Fadoua,

I see that you are aware that this is not available in standard delivery, so you have to go for development options. An exploration in user exits MV45AFZB and/or MV45AFZB, forms USEREXIT_MOVE_FIELD_TO_VBAP and/or USEREXIT_CHECK_VBAP will help you out.

Former Member
0 Kudos

Hello Kivanç,

I wanted to be sure there is no standard solution for my requirement. I will explore the user exits.

Thank you for your answer.

Best regards;

Answers (1)

Answers (1)

former_member220617
Contributor
0 Kudos

Hi Fadoua ,

  • We are also having the same scenario,But my order is coming from CRM .
  • Child 1000 having multiple child, we defined in the Sales BOM .if you want to create line iteam as standalone then this child material will explore the BOM
  • Other wise it required manual intervention in Three-level hierarchy level while creating the sale order in ECC .

but we are defining Three-level hierarchy as per below structure

Item numberHigh Level ItemMaterial
100Material 1
100010Material 1 -1
101010Material 1 -1 -1
102010Material 1 -1 -2
103010Material 1 -1 -3
104010Material 1 -1 -4
105010Material 1 -1 -5

Regards,

C B Reddy.