Skip to Content
0
Former Member
Jun 26, 2009 at 01:30 PM

SCEM WCL modification

31 Views

Hi experts,

We are working with SCEM 5.0 - Web Interface, and we are triying to modify the calls to standard BAPIs which retrieve event handler /SAPTRX/BAPI_EH_GET_DATA_GEN and /SAPTRX/BAPI_EH_DISPLAY_DATA. Instead we are creating a wrapper Z-BAPI as per the WCL modification guide.

We are referring to the WCL modification guide available on SAP service market place.

In order to then call our new Z-BAPI instead of standard from the web page , there is some modification required to the java class, the guide tells us to create a new Z-class (.jsp file)

My question is:

1. Which editor to use to create these new classes, do we use external editors like text, create a .jsp file and load it in some directory in SAP?

2. Where do we store these java code in SCEM so that WCL is able to access them?

3. The guide says to make changes to parameters.xml file, and make a refernce in this file to the custom Z-class (java) created. It also referes to .jsp files and folder /WEBINF/. It seems like all these reside in Web server. How do we access the web server, and where do we find these files?

We are uanble to find these files or folders, and the right path in our standard AL11 directory. Can you please help and provide a little guidance on how we can call the new Z-function for data retireval from SCEM Web Interface.

Many thanks for your help in advance!

Kind Regards,

Rimjhim

Edited by: Common Id GLP on Jun 29, 2009 4:32 PM