cancel
Showing results for 
Search instead for 
Did you mean: 

RNIF adpater additional functionality through generic modules

Former Member
0 Kudos

I have a B2B scenario where I'm using a RNIF adapter 2.0 Single action Request. We would like to change information within the Delivery Header and Service Header of our message. Is it possible to create a custom JAVA module to manipulate/change the values in the header tags.

We would like to modify the InstanceIdentifier within the Delivery Header and the GlobalUsageCode within the Service Header.

<DeliveryHeader>

......................

<messageTrackingID>

<InstanceIdentifier>51c79341beee11dcc1dd0017a44943b2</InstanceIdentifier> </messageTrackingID>

</DeliveryHeader>

<ServiceHeader>

........

<GlobalUsageCode>Production</GlobalUsageCode>

.......

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks a lot for confirming that we can add a module to the RNIF adapter to address the Header information. I would like to know if anyone has changed this data and if so, did you have to use classes(methods) within the package com.sap.aii.af.ra.ms.api?

I'm not the JAVA developer so I'm not familiar with this information. My JAVA developer wanted to know the classes he should use for this manipulation.

Thanks again.

Former Member
0 Kudos

Hi Audra Thompson,

Was this issue resolved.We are facing the same issue now.

Would appreciate if could share your solution.

Thanks&Regards

SudhaG

ravi_raman2
Active Contributor
0 Kudos

Audra,

Yes you can write an extension...to almost any adaptor module.

Regards

Ravi