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

Create Bom with alternative using CSAP_MAT_BOM_MAINTAIN

Former Member
0 Likes
1,013

Hi all,

I am trying to create a new alternative BOM and thought I had to use the function CSAP_MAT_BOM_MAINTAIN. Creating new BOMs with CSAP_MAT_BOM_CREATE works as well as maintaining them with CSAP_MAT_BOM_MAINTAIN, but I fail in creating a new alternative BOM. In the function

CS_DI_HEADER_OBJECT_CHECK (called within the maintain-function ) it says (close to the failure )

"*Anlegen von Alternativen über CSAP nicht erlaubt"

"creation of alternative using csap not allowed" ....

Well, sounds like I am using the wrong function, but which should I use instead ???

Thanx in advance,

Karsten

Hi all,

I am trying to create a new alternative BOM and thought I had to use the function CSAP_MAT_BOM_MAINTAIN. Creating new BOMs with CSAP_MAT_BOM_CREATE works as well as maintaining them with CSAP_MAT_BOM_MAINTAIN, but I fail in creating a new alternative BOM. In the function

CS_DI_HEADER_OBJECT_CHECK (called within the maintain-function ) it says (close to the failure )

"*Anlegen von Alternativen über CSAP nicht erlaubt"

"creation of alternative using csap not allowed" ....

Well, sounds like I am using the wrong function, but which should I use instead ???

Thanx in advance,

Karsten

1 REPLY 1
Read only

govind_seenivasan
Participant
0 Likes
522

Hi,

Use : CS_BI_BOM_CREATE_BATCH_INPUT1 To Create a new BOM or New Alt. BOM.

Use : CS_BC_BOM_CHANGE_BATCH_INPUT to maintain the BOM.