‎2009 Mar 16 6:57 AM
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 .
‎2009 Mar 16 7:06 AM
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
‎2009 Mar 16 7:06 AM
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