cancel
Showing results for 
Search instead for 
Did you mean: 

Interfaces

Former Member
0 Kudos

I am working on interface. All the orders collected in the legecy system has to be transfered to SAP system at the end of the day and the issue is, i need to have a track on further updation on same order before the day ends. i want to know if there is any solution for this in XI.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If you want extention before data transfered to SAP (before trigger XI scenario) then you can manage it in your database only,otherwise use BPM for this.

Former Member
0 Kudos

Use of BPM was OK for me . But i would like to know how can i manage it in database.

prateek
Active Contributor
0 Kudos

If u r using BPM, then no need to handle the messages separately in database. XI would take care of it.

Regards,

Prateek

Answers (2)

Answers (2)

Former Member
0 Kudos

It is yet to be answered

prateek
Active Contributor
0 Kudos

Ur scenario is nt clear. Please clarify.

Ur interface is called just once at end of day. Now when u said "i need to have a track on further updation on same order before the day ends", it means that ur order is still at the sender end and u havent updated it yet using XI.

So if it has nt reached XI yet, XI could nt solve it

Regards,

Prateek

Former Member
0 Kudos

Prateek, the legacy system considers a order and an extention to the same order , as two different records. Before transfering it to SAP system XI should make it as a single order. Where can i implement that in XI and how?

Former Member
0 Kudos

Hey

>>Prateek, the legacy system considers a order and an extention to the same order , as two different records.

you mean you wanna combine order and extension to order and send that to SAP system?

if yes,then u need to use BPM for this and do a N:1 message mapping

if i didnt understand ur problem correctly,reply back

Thanx

Aamir suhail

Message was edited by:

Aamir Suhail

prateek
Active Contributor
0 Kudos

For ur scenario, u want to store the record in XI. So for this u need to use BPM. Collect the records in XI and based on the correlation, u may implement ur scenario.

Regards,

Prateek

Former Member
0 Kudos

can you give me more details about Correlation.

Former Member
0 Kudos

Pooja,

Follow this for correlation

/people/sravya.talanki2/blog/2005/08/24/do-you-like-to-understand-147correlation148-in-xi

Ravi