cancel
Showing results for 
Search instead for 
Did you mean: 

Custom adapter using sample adapter

Former Member
0 Kudos

Hi,

I am just starting up with the development of a custom PI adapter and I am trying to first deply the given sample adapter and modify the code later as per needs.

I am stuck at a point as I am going through the steps mentioned at : http://help.sap.com/saphelp_nwpi711/helpdata/en/b6/8ddaedaf1e40f7a76fd098a8ec5d53/content.htm

It says "

"

Where do I change these strings ? None of the files in com.sap.aii.adapter.sample.ra.jar seem to have these configs. Or I am looking at the wrong place ?

Kindly help.

Accepted Solutions (0)

Answers (3)

Answers (3)

siddhardha_dnk
Active Participant
0 Kudos

Hi Gagan,

Please close this thread if you get the answer...

Regards,

DNK Siddhardha.

siddhardha_dnk
Active Participant
0 Kudos

Hi Gagan,

That is a mistake in that document.

You should change the path, location etc which are mentioned, in SampleAdapterCoding.zip file, which you can get from SAP Note 1004000.

Extract the Java code files from SampleAdapterCoding.zip and change the things whatever mentioned.

Try this, it will work for sure.

I was stuck earlier with the same issue. Later by R&D, it went well.

Warm Regards,

DNK Siddhardha.

Message was edited by: DNK Siddhardha

former_member190624
Active Contributor
0 Kudos

Hi ,

Go through below link , document will explain step by step for developing and deployment of custom adapter modules .

http://scn.sap.com/docs/DOC-16229

Hope above this help:)

Regards

Hari.

Former Member
0 Kudos

Thanks for the link. But I had already tried that procedure. And it doesn't work beyond the point 4.9 in the document. (It doesn't build for some reason).

I thought may be the document is not up to date and thats why tried with the steps mentioned in the other link.