cancel
Showing results for 
Search instead for 
Did you mean: 

How to get adapter module parameter name and value.

Former Member
0 Kudos

Hi

I am developing Adapter Module. I want to get the file name present in the target folder but i dont want to hard code the file name inside the adapter module instead i want to specify it in paramter name and paramter value of adapter module configuration.

Could you please let me know how to get the parameter name and parameter value of module configurator inside the adaper module class.

Thanks & Regards

Sowmya

Edited by: Sowmya on Oct 23, 2008 6:21 PM

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Sowmya

You can do like this

1. Set the dynamic configuration in mapping and extract the name in module and pass to setName

2. Pass the name as a field (similar to variable substitution) and use getContent.fieldname and set this to the setName function

Depend on the requirement you can do it.

Thanks

Gaurav

Former Member
0 Kudos
Former Member
dharamveer_gaur2
Active Contributor
0 Kudos

hi

follow this example SAP contribution for parameter in Adapter Module

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3bdc14e1-0901-0010-b5a9-a01e29d7...