cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hello,

I'm trying to create a standard routing for a material by using the BAPI_ROUTING_CREATE function.

I can create a routing and I receive the export parameters GROUP and GROUPCOUNTER back without errors in RETURN. The routings exist and I can view the with the transaction CA03.

However the routings are not beeing linked to the material. They only exist as GROUP and therefore produciton orders can not be created for the material as there's no routing for it.

Am I missing a parameter? I've been trying everything. I populate the tables:

TASK STRUCTURE BAPI1012_TSK_C

MATERIALTASKALLOCATION STRUCTURE BAPI1012_MTK_C OPTIONAL

OPERATION STRUCTURE BAPI1012_OPR_C OPTIONAL

Thanks,

Nick

0 Likes
View Entire Topic
former_member156446
Active Contributor
0 Likes

did u try a where used list with the bapi ?

se37 > BAPI_ROUTING_CREATE > where used list (ctrlshiftf3)

Former Member
0 Likes

the BAPI is not used anywhere....also founs some source code on the web where used, but not with the parameters I need or otherwise helpful