Skip to Content
0
Jul 13, 2006 at 07:17 PM

BAPI_MATERIAL_GET_PRODUCTHIER

176 Views

Does anyone know if there is an update for the BAPI_MATERIAL_GET_PRODUCTHIER BAPI? This bapi returns the text for the product hierarchy in text fields with a length of 20. It truncates the values since it should be 40 in length. I have not found any updates or different bapis that might return the longer full value. If you look in this bapi you can see the FM it calls RV_PRODUKTHIERARCHIE_SHOW returns a table/structure that has the full text value. But then this gets placed into a structure called node_list which has two text fields of the size of 20. I need one that returns the full value any help is appreciated.