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