SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

Can we encrypt the invoice data in SAP (t code EA29) before sending it to e

Former Member
0 Kudos
262

Hi,

Can we encrypt the invoice data in SAP (t code EA29) before sending it to external printor?

Regards,

Jayant

2 REPLIES 2

Former Member
0 Kudos
136

You can encript the file but not in SAP. The file will be placed on server in a folder and you can build a script to do the job.

Daniel

Former Member
0 Kudos
136

No, not out of the box. You can use print workbench and send the invoice data in RDI(Raw Data Interface) format, but that is most that you can do. Your external print application/vendor should be able to accept RDI format. As far as encryption goes, you may have to use external tools and encrypt the file. If you are sending the data electronically (either as a xml document or in some other format), may be you can look at sending it via secure channels/protocols (like https). If you are using a file interface, and you have XI, may be there is some form of encryption available there. But again, your receiving application should be able to decrypt it which also means you and the print application/vendor should exchange digital certificates, encryption keys etc.