Usharsree_7999
Participant
Member since ‎06-09-2016

User Statistics

  • 40 Posts
  • 3 Solutions
  • 1 Kudos given
  • 16 Kudos received

User Activity

Dear SAP, I wrote the below code to encrypt a .txt file into .gpg file. OPEN DATASET v_dsnam5 FOR INPUT IN TEXT MODE ENCODING DEFAULT. * IGNORING CONVERSION ERRORS. * v_msgv5 = v_dsnam5. * IF sy-subrc GT 0. * PERFORM set_bapireturn TABLES...
Dear SAP, I wrote the below code to encrypt a .txt file into .gpg file. OPEN DATASET v_dsnam5 FOR INPUT IN TEXT MODE ENCODING DEFAULT. * IGNORING CONVERSION ERRORS. * v_msgv5 = v_dsnam5. * IF sy-subrc GT 0. * PERFORM set_bapireturn TABLE...
Introduction: The company uses email authentication of staff to Linked Learning using Azure. There was a requirement to use the User ID (BizX ID) to update the course completion status from linkedin Learning into company LMS. So I had built interfac...
Dear All, I configured the PI interface from CLM to DWH. Here I m using sender file adapter to pick the files from CLM using FCC and update the records in DWH tables using jdbc reciver adapter. I used action "DELETE" to delete the records and the...