2008 Mar 05 8:22 AM
Hi,
Is there any BAPI or FM for Routing Change/Delete in SAP, I have BAPI for Creating Routing (BAPI_ROUTING_CREATE).
Thanks
Bobby
Edited by: Bobby G on Mar 10, 2008 11:09 AM
Hi,
Is there any BAPI or FM for Routing Change/Delete in SAP, I have BAPI for Creating Routing (BAPI_ROUTING_CREATE).
Thanks
Bobby
Edited by: Bobby G on Mar 10, 2008 11:09 AM
2008 Apr 15 1:00 PM
Hi,
Check this Function Module.( /SAPMP/BAPI_ROUTING_PROCESS)
Regards,
Dhanush.S.T
2009 Feb 05 6:15 AM
2009 Dec 22 9:03 AM
Could you please tell me how did it work for change. For me it says either it already exist or it creates a new one
2011 Mar 16 1:48 PM
Hi Bobby,
Can you please let us know the solution on how you could set the deletion indicator.
Regards,
2011 Aug 19 6:25 PM
Hi,
I have tried the Function Module /SAPMP/BAPI_ROUTING_PROCESS in SE37 but it shows an error the Function Module does not exist. Let me know what will be the problem.
2011 Oct 28 9:32 AM
Elder brother,
ECC 6.0 have it... 4.7 or below may not integrate with it
2013 Jan 24 7:47 PM
Hi Bobby,
I am new at this, and i am facing this same issue.
It´s been a long time, but, do you remember how did you solved this?
Thanks
2013 Jul 01 6:13 PM
I have been working extensively with this. The method CREATE for the BAPI routing is actually an incorrect naming. You can update and delete using this method. Inside the function, it determines what the activity is. If it doesn't exist, then the activity is create. If it exists, then the activity is change. If the del ind is set, then the activity is delete.
I have found some quirks. When I used it to add inspection char values to already existing operations, it wiped out the from and to lot size on the task list header. It also wiped out the create on and create by in the table. I need to look at OSS to see if there is a fix for the create date and create on fields. For the others, I'll just pass what is already there.
Saying all of this, the actual IDOC I used was /SAPMP/ROUTING. But when debugging I realized it calls the same function as the standard BAPI. So all of the above should apply.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |