cancel
Showing results for 
Search instead for 
Did you mean: 

soap to rfc scinario

Former Member
0 Kudos

In general in the soap to rfc scinnario if we will send the purchese order as request and we will get purchase order number as response. after getting the number what we will do with that number. is there is any imporatance. or we have to save that number some where?

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks for the help

Former Member
0 Kudos

Hi Ramakrishna

You can say this scenario like this

PO Number is the invoice created coresponding to your order. If you want you can trace your order by this PO number

and this info is stored in the Data Base

for more details on SOAP to RFC scnario follow these threads

/people/shabarish.vijayakumar/blog/2007/11/07/walkthrough--soap-xi-rfcbapi

/people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009

/people/swaroopa.vishwanath/blog/2006/12/28/send-rfc-to-sap-xi-150-asynchronous

/people/baris.buyuktanir2/blog/2007/03/06/how-to-create-a-web-service-with-attachments-soap-with-attachments

Regards

sandeep

if helpful kindly reward points

vijay_b4
Active Contributor
0 Kudos

Hi Ramakrishna,

The actual business flow is:

1.we will send the quotation to customer

2.we will the Purchase Order from the Customer.

3.Delivery done to the customer.ASN

4.Invoice will be generated to the customer.

Purchase Order number is the unique number for that customer.In the future we can trace out the order or customer using that PO number.

Yes we have to store the PO details in our database.

Reward POints if this helps....

Regards

Vani.

Former Member
0 Kudos

Hi,

You can say this scenario like this

You can send the PO Number as Request and you can get the Corresponding PO Details as the Response to the Sender Webservice application.

After got this PO Details as Response they may save those details in their DB and they can do further manipulations on webservices side.

Thats upto the other end application

Regards

Seshagiri