cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Module

Former Member
0 Kudos

Hi All,

Is it possible to add custom module to RFC adapter..? Also using custom module is it possible to convert a payload into attachment in XI..?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Generally The RfcAdapter will use one which is called 'localejbs/RfcAFBean'. This can be configured in the Integration Directory for each communication channel on the tab 'Module'. If the list is empty on this tab, it defaults to the EJB named above and nothing has to be done. So if no modules should be used, everything will work without a special configuration. If some custom modules are configured to be used, the last module always has to be the RfcAdapter module. This will establish the communication between the adapter and the Adapter Engine.

Can you go through the below urls which may help you in developing a new module processor:

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

/people/michal.krawczyk2/blog/2005/12/10/xi-generating-excel-files-without-the-java-nor-the-conversion-agent-not-possible

/people/gowtham.kuchipudi2/blog/2006/01/04/testing-sample-adapter

Also go through the help which might answer your queries:

http://help.sap.com/saphelp_nw2004s/helpdata/en/8b/895e407aa4c44ce10000000a1550b0/content.htm

Thanks

Swarup

Former Member
0 Kudos

Hi Swarup,

In the synchronous communication, in which order custom module and standard module is used in the RFC adapter?

Is it possible to convert the payload into attachment using module..?

Former Member
0 Kudos

Hi,

Yes its possible to use coustom module with RFC for attachments.

But for that you need to deploy the RFC as an Webservice in R/3. and have to use similar concept as it is available for ABAP proxy with attachment

In Synchronous communciation it willbe just on one side. for e.g. if you are useing the RFC as receiver then it will send it as attachment to R/3 and the response of RFC will come as payload.

Refer

/people/michal.krawczyk2/blog/2006/04/19/xi-rfc-or-abap-proxy-abap-proxies-with-attachments

Thanks

Swarup

Former Member
0 Kudos

Hi,

Please go through the following SAP OSS Notes below -> It will help you

Note 450750 Attachments in XML output of purchase orders are missing

Note 392837 2.0C: attachments/texts in XML-output of purchase orders

Note 842181 sent Purchase orders: lineitem-texts in wrong order

Note 644560 Customer enhancements XML

Note 603521 Errors for PO XML output via BC are not recognized

Note 365276 Problems when sending EBP XML documents

Note 571010 Error in PO XML when attribute ADDR_BILLT not maintained

Note 524549 Sending bill-to address with XML P.O. from the EBP

Note 564546 ID of the SoldToParty assigned by the vendor

Do let me know.

Thanks

Swarup

Answers (1)

Answers (1)

former_member181985
Active Contributor
0 Kudos

Hi,

You can build and add the custom modules for RFC adapter as it runs on JAVA stack.

I am not sure you can convert a payload into an attachment.

Thanks,

Gujjeti