InterviewSolution
Saved Bookmarks
| 1. |
In SAP PI F2F scenario, if structure of my input file and output file is different, how do you implement message and data types? |
|
Answer» If structure of my input file and output file is same, I can use one data type and one message type only. If structure is different, you have to create two data types and message types for inbound and outbound. In this example we are using same structure of input and output file. |
|