‎2008 Jan 15 10:20 PM
Hi friends, can you help me with this issue?
I'm trying to change a process order (tx: cor2) but the bapi BAPI_PROCORD_CHANGE only allow me to change header data, i need to change components data (add, change, delete a material). Any suggestions?...
Thank you very much.
Leonardo Pavia
‎2008 Jan 16 7:07 AM
Hi,
The BAPIs available with PO are:
BAPI_PROCORD_EXIST_CHECK
BAPI_PROCORD_CHECK_MAT_AVAIL
BAPI_PROCORD_CLOSE
BAPI_PROCORD_COMPLETE_TECH
BAPI_PROCORD_COSTING
BAPI_PROCORD_CREATE_CAP_REQ
BAPI_PROCORD_RELEASE
BAPI_PROCORD_REVOKEUSERSTATUS
BAPI_PROCORD_SCHEDULE
BAPI_PROCORD_SETUSERSTATUS
BAPI_PROCORD_SET_DELETION_FLAG
BAPI_PROCORD_SET_DEL_INDICATOR
BAPI_PROCORD_WM_MAT_STAGING
BAPI_PROCORD_CREATE
BAPI_PROCORD_CHANGE
BAPI_PROCORD_CREATE_FROM_REF
BAPI_PROCORD_CREATE_FROM_PLORD
BAPI_PROCORD_GET_LIST
BAPI_PROCORD_GET_DETAIL
Pls check if any of these work for your scenario.
Regards,
Renjith Michael.
Edited by: Renjith Michael on Jan 16, 2008 12:38 PM
‎2015 Jun 03 6:43 AM
Hi ,
I am having same issue, can any one help on this ?
Regards,
Suba
‎2015 Jul 01 3:48 PM
Hi Leonardo,
Can you help me on this ? i am looking for a BAPI to change process order operations.
Regards,
Suba
‎2015 Jul 20 6:41 AM
Hi suba, that question was a long time ago. I don´t remember exactly how I solved it but it was using BDC probably.
‎2015 Jul 20 2:20 PM
Hi Leonardo,
Thanks for your reply.
can you re-call how you solved it.
If you say it's BDC , how BDC will call from third party system ?. I need to update SAP data from third part system.
Thanks & Regards,
Suba
‎2015 Jul 20 2:46 PM
Hi Suba, that depends on the capabilities of your third party system (SAP or non-SAP system?). For non-SAP systems you can use the SAP Connector (.Net or Java) and then you can create a remote enabled function module and put the BDC business logic inside it.
Another option can be to creating a web service in your SAP system and consume it from your third party system.
If your third party system is a SAP-system this can be done via a single RFC connection between the two systems.
As I said...depends on your systems landscape.
Best regards.
Leonardo
‎2015 Aug 06 3:11 PM
Hi Leonardo,
My requirement is user need to change process order operations from third party system( Microsoft Identity Integration Server - MII ), so that shuld update into SAP .
currently i created a custom BAPI FM with source code of COR2 BDC recording.
is the suggestible solution ?
please share your thoughts..
Regards,
Suba.
‎2015 Oct 25 5:24 PM
Hi Suba,
May I know what is the final solution that worked for you (if you can recall now) and BAPI.
If anyone else have implemented the scenario,pl share
( process order creation and release in ECC ->
get details of Process order via BAPI call using JCO block in MII )
Thanks,
Shailaja
‎2015 Nov 24 8:40 AM
Hi Shailaja,
As i said earlier conversation, I created a cutom BAPI FM with source code of COR2 BDC recording..
Now this way I achieved the requirement. Now it's working fine and users are able to update same from MII to SAP.
Regards,
Suba.