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: 

Level of the product hierarchy

Former Member
0 Kudos

Hi,

I'd like to get the description for the four level of the product hierarchy.

I have this field VBAP-PRODH .

I saw this function RV_PRODUKTHIERARCHIE_PRED_GET .

can I use this function in my problem??

Thanks for your help.

Manuel

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Yes you can.

VTEXT

VTEXT2 are the fields.

3 REPLIES 3

Former Member
0 Kudos

Yes you can.

VTEXT

VTEXT2 are the fields.

Former Member
0 Kudos

I want to decrease the standard Length of Product Hierarchy 3 levels and 18 Characters into Four Levells. Please let me know how to go fr that. I want to make it four levels 18 Characters.

1st level -3

2nd Level - 5

3rd Level - 5

4th Level - 5.

Please let me know the process for the same.

0 Kudos

I am mentioning the steps I did to achieve the same thing. Please check.

1) Created 4 custom domains ZPRODH1(4 chars),ZPRODH2(3 chars),ZPRODH3(2 chars) & ZPRODH4(9 chars)

2)Applied access keys to standard SAP data elements PRODH1,PRODH2,PRODH3 & PRODH4 to attach them to custom domains(refer above) instead of standard domains.

3)Applied access key to change standard SAP structure PRODHS to incorporate new 4 levels. (ZZPRODH1,ZZPRODH2,ZZPRODH3,ZZPRODH4)

Regards

Jitesh