Skip to Content
0
Former Member
Apr 24, 2009 at 03:56 PM

Data coming from Three Applications and needs to post into SAP

25 Views

Hi all,

i have scenario like

XI needs to take data from 3 Applications and do some validations like data comparision of comman records and post the comman data among the three to SAP.

Application1 will send text file and Application2 will send CSV file and Application3 will send xml file

Ex:

Application1:

Emp No

Emp Name

Sal

Location

Application2:

Emp No

Emp Name

Desgination

Application3:

Emp No

Emp name

Designation

Location

Now the Target data should be

Emp No

Emp Name

Designation

This is only the comman record which is there from 3 Applications.

Regards