Hi Abhy,
this depends on whether the notification is synchronous or asynchronous.
Asynchronous Notifications do not have a Reply Field Selection Tab as there is nothing to be transfered to SAP except a low level acknowledge as “Message succesfully received, transasction closed”.
A synchronous notification is able to send some qualified return data to the SAP system, that is the reason why there is a Reply Field selection where you can select the fields you want to return to the SAP system.
Summarization:
Request: Fields to be transferred from SAP to IS
Reply: Fields to be transferred from IS to SAP (only for synchronous Notifications)
Structure of the Connection-Listener-Listener Notification dependencies:
Transport:
SAP-RFC-Connection
Observer for new messages from SAP to IS:
Listener (containing Program-ID to separate different sections of the applications from each other)
Message-Selectors for different RFC-functions and IDocs-types:
Listener Notification (one for each RFC- or IDoc-type to be received) receiving matching messages from the Listener.
Hope to help sorting this out.
Regards,
Holger
#Integration-Server-and-ESB#Adapters-and-E-Standards#webMethods