cancel
Showing results for 
Search instead for 
Did you mean: 

Issue in calling Adapter Module

former_member216353
Participant
0 Kudos

Hi experts,

We have a File -


> IDoc scenario where the file has got fixed length data. The data is in the following format:

Header xdfsdfefefeswefr

Detail dfdkfereorierwer

Detail fdfkjwoeiefiwere

Detail

Trailer erererewoirwoiwe

We do not have any identifier to identify the header, detail and trailer record.

We have gone for custom java adapter module which inserts H, D, T as the first character of each line in the file to identify the Header, Detail and Trailer nodes.

We added a entry for calling the adapter module under the module tab in file sender communciation channel. The EAR for adapter module has been deployed successfully.

But we are unable to call the adapter module at runtime.

The channle log has no indication wrt to the module being called.

We are on SAP XI 3.0 SP17

If any one has faced a similar issue. Please respond and your help would be highly appreciated.

regards,

Younus

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Check this document.Nice document on adding an adpater module at runtime.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00838345-708c-2a10-1199-9514c0b0...

this forum replies too..

Thanks,

Vijaya.

Former Member
0 Kudos

Hi,

Make sure that your custom created module is at the top of the list when you are specifying it in the sender communication channel.

Thanks,

Indira D