Application Development and Automation 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: 
Read only

about RFC creating EBOM using BAPI_MATERIAL_BOM_GROUP_CREATE

Former Member
0 Likes
564

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
523

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

3 REPLIES 3
Read only

Former Member
0 Likes
524

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

Read only

Former Member
0 Likes
523

thanks for given the points

Read only

0 Likes
523

Thank you very much to help us solved this problem troubling us for a long time.