Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

ITAR - ABAP Secure Programming

Former Member
0 Kudos

Hi Experts,

I would like to know whether there is any information available on ABAP Secure programming to adhere to ITAR in SAP R/3 4.7.

Would appreciate if you give any pointers.

Thanks,

Best regards,

Prashant

1 REPLY 1

kristian_lehment
Participant
0 Kudos

Hi Prashant

ITAR deals with export regulations concerning also cryptographic products.

In general there is (by default) no crypto contained in SAP R/3 4.7 that falls under ITAR. However, if you start to modify or add ABAP code and include any crypto functionality, you are responsible to adhere to ITAR yourself.

Usually the SAP secure programming guide dictates to SAP programmers to include any cryptographic functionality (when needed) as a "pluggable function". This means that the code must be able to run without crypto, even if it is then not safe.

I hope that this helps.

Best regards, Kristian