cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Requirement

vijay_b4
Active Contributor
0 Kudos

Hi,

The scenario is:(Orders Idoc to file).

I have a requirement that I need to send an Order to vendor using PI system. when the order is sent from PI system to vendor, I need to update the Z table in ECC with status "order sent" and once the order reached to vendor, the I need to change/update the status in the Z table as "order successfully reached" with PO number.

Any suggestions to achieve the above situation.

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

vijay_b4
Active Contributor
0 Kudos

Any more suggestions?

former_member186851
Active Contributor
0 Kudos

Vijay for the second action is it possible for client to place ack file?

vijay_b4
Active Contributor
0 Kudos

no.Its not possible for the client to send ack.

sugata_bagchi2
Active Contributor
0 Kudos

Hi Vijay,

Order sent and order reached to vendor are two separate state / transactions.

you can create 2 scenarios -

1. order Idoc to file - here you can use two operation mappings with maintain order at runtime.

                              the first map will send the file to target.  second map will update the z table  with status sent.   using MORT will ensure the table will be updated only when the order is sent.

2.  file to RFC - this will be called when order is successfully reached. this will be mapped to a rfc and update the table with "order successfully reached" with PO number..

Thanks

Sugata B

former_member186851
Active Contributor
0 Kudos

Is it possible for the client to place ack file?

vijay_b4
Active Contributor
0 Kudos

Hi Sugata,

Thank you for the reply.

How will u call the second map I mean on what action?

Thanks.