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

Change Process Order BAPI FM?

leonardo_pavia
Participant
0 Likes
7,621

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

9 REPLIES 9
Read only

Former Member
0 Likes
4,140

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

Read only

0 Likes
4,140

Hi ,

I am having same issue, can any one help on this ?

Regards,

Suba

Read only

Former Member
0 Likes
4,140

Hi Leonardo,

Can you help me on this ? i am looking for a BAPI to change process order operations.

Regards,

Suba

Read only

0 Likes
4,140

Hi suba, that question was a long time ago. I don´t remember exactly how I solved it but it was using BDC probably.

Read only

0 Likes
4,140

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



Read only

0 Likes
4,140

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

Read only

0 Likes
4,140

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.

Read only

0 Likes
4,140

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

Read only

0 Likes
4,140

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.