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

problem with using bapi_routing_create

Former Member
0 Likes
542

Hi all .

I created routing using FM : bapi_routing_create .

In tables : operation , task and materiallocation I fill TASK_LIST_GROUP = mat.group

I have a problem : Routing was created successfully , but when I try to see it using CA03

with material , plant and group

I have an error message :

There is No Valid Data Matching

the Criteria Entered on the Initial Screen.

I can see this routing with material and plant without group

What is my problem ?

Please your help .

Helena .

2 REPLIES 2
Read only

Former Member
0 Likes
458

Hi Helena,

After creating routing using FM bapi_routing_create, call FM BAPI_TRANSACTION_COMMIT .

This FM will commit the save of routing creation and updation. And you can see it using CA03.

Please check it.

Regards,

Sachin

Read only

Former Member
0 Likes
458

I'm not sure about allocating the material group to task list group .

There is a allocation of functional location to task list group (table TAPL)

Execute the PLKO PLPO table to see the possible values for task list group.

Mathews