cancel
Showing results for 
Search instead for 
Did you mean: 

PO 7.50 Adapter Module parameter issue

sapstern
Participant
0 Kudos

Hello,

my bespoke developed module is  not picking up the two parameter values I added in file CC.

The relevant source is here:

String startToken = moduleContext.getContextData("startToken");

String endToken = moduleContext.getContextData("endToken");

Has anyone had similar eyperience?

Accepted Solutions (1)

Accepted Solutions (1)

engswee
Active Contributor
0 Kudos

Hi Matthias

This is very little information to analyse on. Are you able to provide the audit log for the module processing? Also, providing the whole source code or some of the other lines before and after the two lines above would provide more context to the logic of the module.

If you can't, then I'd suggest you add additional statements to output the values of the variables to the audit log.

Another alternative I'd suggest is to try and perform standalone testing of the module logic in NWDS/Eclipse before deploying it on the server and testing end to end. Refer my blog below on how this can be achieved.

Regards

Eng Swee

sapstern
Participant
0 Kudos

Thanks for your response, it was my fault, I supplied wrong values for the module parameters.

Answers (0)