cancel
Showing results for 
Search instead for 
Did you mean: 

Module development

park_saeiam
Explorer
0 Kudos

Hi all

I had try develop module to use in file adapter but I getting confuse. My module that is no any error and CC log no any error. But nothing happen from my module. So could you please to show me a full example module code? I'm not sure my code that is correct or not.

I had try follow these document

How to create module for J2EE Adapter Engine.pdf and

Step by step guide to develop a module for reading filename in a sender file adaptor.pdf

Everything is fine but no any result from my module....-_-!

Thanks

Park

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos
bhavesh_kantilal
Active Contributor
0 Kudos

><i>to develop a module for reading filename in a sender file adaptor</i>

Why do you need a module to read the source filename?

there are other ways in which you can do this.

To read Source filename check this link,

http://help.sap.com/saphelp_nw2004s/helpdata/en/43/03612cdecc6e76e10000000a422035/content.htm

Regards

Bhavesh

park_saeiam
Explorer
0 Kudos

Hi Bhavesh

Thanks for your reply. But I just to try develope it becasue this is my first module. So I just need to try it with this code. If this is work I have business req. that need to do it. But it still not working.\

Thanks

Park

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Even to access the filename inside the module, you need to follow the instrcutions / code mentioned in the SAP note :819761

The link I have pointed above is used to access the filename in the mapping. To access filename in the module code, check note : 819761.

Regards

Bhavesh

Former Member
0 Kudos

check the below blogs

Some situations are:

https://weblogs.sdn.sap.com/pub/wlg/3823 [original link is broken] [original link is broken] [original link is broken] [original link is broken]

/people/sap.user72/blog/2005/07/04/read-excel-instead-of-xml-through-fileadapter

/people/william.li/blog/2006/08/28/teched-2006-epi350--developing-and-testing-adapter-modules-in-sap-netweaver-exchange-infrastructure

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e21106cc-0c01-0010-db95-dbfc0ffd...

The how to guide is available at the SAP marketplace.

https://service.sap.com/~sapdownload/011000358700003237612005E/HowToCreateAdapterModules.pdf

and also go through Step by Step guide to develop a module for reading a file name in sender file adapter

http://help.sap.com/saphelp_nw2004s/helpdata/en/43/4bc635ddb13162e10000000a11466f/frameset.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/53/21ee41c334c717e10000000a155106/frameset.htm

Former Member
0 Kudos

Deleted content