‎2008 Aug 12 2:49 AM
use BAPI_MATERIAL_BOM_GROUP_CREATE to create ebom in RFC function,when call this rfc from visual C++,rfc returned error message "Enter change number-BOM has history requirement".
But test this rfc in se37,not have any error.
how to solve this problem?
pls,help me.
‎2008 Aug 12 8:41 AM
Hi,
An authorization object exists (C_STUE_NOH - authorization to edit bills of
material without change number). This authorization object has only one
field.
When you maintain a bill of material with history requirement, the system
checks whether the user has an authorization for which 'X' is entered in
this field of object C_STUE_NOH.If this is the case, the system just
displays a warning message saying that the bill of material has a history
requirement.
Otherwise, an error message is displayed.
have fun
‎2008 Aug 12 8:41 AM
Hi,
An authorization object exists (C_STUE_NOH - authorization to edit bills of
material without change number). This authorization object has only one
field.
When you maintain a bill of material with history requirement, the system
checks whether the user has an authorization for which 'X' is entered in
this field of object C_STUE_NOH.If this is the case, the system just
displays a warning message saying that the bill of material has a history
requirement.
Otherwise, an error message is displayed.
have fun
‎2008 Aug 13 11:56 AM
‎2008 Aug 14 12:57 AM
Thank you very much to help us solved this problem troubling us for a long time.