cancel
Showing results for 
Search instead for 
Did you mean: 

Module processor exit bean

Former Member
0 Kudos

Hi all,

I am trying to do the following scenario.

Generate PDF file out of file adapter using the following URL :

/people/sap.user72/blog/2005/07/27/xi-generate-pdf-file-out-of-file-adapter

I downloaded the jar files according to weblog.

I have one doubt. I am not able to deply or placing the module processor exit bean.I am not able to find the way to call the bean.

Caould anybody please guide me to solve the probelm.

Thanks & Regards,

Gopi.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Gopi,

You need to deploy the Module processor bean on your XI server.

The Module would be called from the module tab in your receiver file adapter.

Open the receiver communication channel and go to the module tab.There in the first table control(Processing sequence) prior to the standard sapCallAdapter place your module.

Put it as :

Module Name

localejbs/sap.com/<your earfilename>/<your EJB name>

or

localejbs/<JNDI name(if defined)>

Type :

Local enterprise bean

Key

0

Regards,

Sulakshana

Former Member
0 Kudos

Hi Shinde,

Thanks for the reply..

I am new to this concepts. So please guide me to deploy the bean in XI server(EAR file and EJB name).

Shall i import the jar(FOP) files in to the scenario..

Thanks ,

Gopi.

Former Member
0 Kudos

Hi,

Just check the wonderful document

How To Create Modules for the J2EE Adapter Engine at service.sap.com. It will clear all the basics of creating Adapter module.

https://websmp102.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000582377&;

Regards,

Satish