cancel
Showing results for 
Search instead for 
Did you mean: 

how to use dll file in sap po

Former Member
0 Kudos

Hi exports ,

I have a requirement .

My scenario is file2file, while processing  file to receiver ftp folder need to encrypt the file by using of "dll file" .

The "DLL file" functionality is convert the data in to encryption mode.so please suggest where i need  use the dll file in my scenario.


please suggest the possibilities to achieve this requirements.


Thanks in Advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Harish
Active Contributor
0 Kudos

Hi Samapath,

You can use command line and provide the path of dll file in receiver adapter. Please refer the below wiki

SAP XI File Adapter OS Command Line Feature - Process Integration - SCN Wiki

regards,

Harish

Former Member
0 Kudos

Thanks for Replay Harish.

if i write script to execute dll file that dll file need to execute from cmd but  dll file unable to executable in cmd. so we can't execute through script.

any alternative ways..i means we can use java mapping to call dll file , is it possible ???

please suggest the possibilities to achieve this requirements.


Thanks in Advance.

Harish
Active Contributor
0 Kudos

Hi Sampath,

I would suggest to create a .bat to run the dll file, and you can call the dll inside your .bat.

The other option is to create adapter module to call dll file.

regards,

Harish

Former Member
0 Kudos

Hi Harish,

please can you give more information about create  Adapter Module to call dll file.


Thanks in Advance.