cancel
Showing results for 
Search instead for 
Did you mean: 

Using variables in Module parameters

Former Member
0 Kudos

Hi all,

I have a question about the Module parameters. I'm using Stefan Grube's blog (http://scn.sap.com/people/stefan.grube/blog/2007/02/20/working-with-the-payloadzipbean-module-of-the...) to Zip XML files. I want to use the filename from the sender adapter and use it to name the XMl file in de Zip file.

As Stefan describes:

     Note: If you want to set the file name dynamically, you have to implement an adapter module. In this WIKI page you find a sample code. You need SP20/SP12 for      this.

Is it required to create a custom adapter module or is this possible through Variable substition or an UDF (or something like that).

I hope someone can clear this out.

Thanks,

Koen

Accepted Solutions (1)

Accepted Solutions (1)

udo_martens
Active Contributor
0 Kudos

Hi Koen,

the payload zip bean does not provide the possibility to create dynamic file names. No way with variables / udf. You have to write an adapter module.

/Udo

Former Member
0 Kudos

Hi Udo,

Thanks for your reply. Ok, if the custom module is the only way we'll have to try it out. I've never created one, but we'll give it a shot.

Answers (0)