Hello Gurus,
I have a requirement to design an interface which involves JDBC adapter as a receiver.
Scenario:
SAP would send a request message with EmployeeID field.
PI would perform the select query on three tables (each table has more than a million records) based on EmployeeID field and send the output of select query back to SAP as response.
Can you please let me know how it can be implemented in PI?
Can a join query be formed in PI message mapping step?
If So could you please provide the step by step procedure ?