cancel
Showing results for 
Search instead for 
Did you mean: 

Printing messages in SAP XI

Former Member
0 Kudos

Hello,

I want to receive files via XI (flat text messages) without further processing. The messages should just be printed as text files and stored in a file directory.

Is there any possibility to print messages in XI?

Thanks.

Christoph

Edited by: Christoph G. on Aug 8, 2008 9:41 AM

Accepted Solutions (0)

Answers (3)

Answers (3)

santhosh_kumarv
Active Contributor
0 Kudos

Hi,

>>I want to receive files via XI (flat text messages) without further processing. The messages should just be printed as text files and stored in a file directory.

Are u taking about a file to file scenario..? If that is the case you can move a file to a target directory without any processing only be configuring the ID part. Have a look at this Blog By William Li.

Also make your requirement clear if the file needs to be printed to a local printer device or to remain in the same file format. If you require the file to get printed you can implement the solution posted earlier.

Thanks

SaNv...

prateek
Active Contributor
0 Kudos

Two options:

1. Write an adapter module with code to provide printing functionality.

2. Save the file in a folder and use OS command script for printing purpose.

Regards,

Prateek

Former Member
0 Kudos

Hi,

Simply create integration directory objects (sender agreement, interface determination, receiver determination and receiver agreement) do not specify any mapping etc.

in receiver communication channel dump file into folder and then run OS command to send this file to printer.

Regards,

Gourav