Register Login

How to Encrypt, Decrypt, Protect text file in ABAP

Updated May 18, 2018

How to Encrypt, Decrypt, Protect text file in ABAP


Comments

  • 03 Jan 2014 9:26 am rekha Best Answer

    To Encrypt, Decrypt text file in ABAP we use UNIX Commands in our ABAP programs. To protect Password use FM SXPG_COMMAND_EXECUTE'.

    Steps to Encrypt, Decrypt text file in ABAP 

    1. Create corrosponding ECC command for unix one  sm69 ( Use the command to encript the file and decript the file)
    2. Write you file to AS
    3.Perform the command ie. operation on the file using function module SXPG_COMMAND_EXECUTE on AS ( as you want..! passing paraeter will be your file name...so on and so forth )...Check more for function module documentation

     


×