cancel
Showing results for 
Search instead for 
Did you mean: 

Customization in WM 6.2

CRVMANISH
Contributor
0 Kudos

Hello experts,

Need help in WM 6.2 customization process.

We added new field in backend for notification.

Steps followed

1. Added field in filter and set to active in config panel

2. Extended notification.java

3. Change bapi_wrapper package name in config panel mentioned in java project .

4. Change BAPI_Class to package mention in java project.

5. Change SAPObject to new package

6. Changed steplet class in agentry for Getnotification steplet.

We are getting fail to create SAP object for notification while transmitting on get notification.

com.syclo.agentry.BusinessLogicException: ZGetNotificationSteplet - while trying to invoke the method com.syclo.sap.component.notification.stephandler.GetNotificationsStepHandler.run(com.syclo.sap.SAPObject) of a null object loaded from local variable 'handler'

Do we need to write steplet and steplet handler in java for WM6.2 ?

Regards

Manish

Accepted Solutions (1)

Accepted Solutions (1)

CRVMANISH
Contributor
0 Kudos

Nee your help.

Regards

Manish

sravanthi_polu
Contributor
0 Kudos

Hi,

Check the setProperties method of the BAPI classes in java.Might be the instance of custom class has not been created in the StepHandler.Also make sure that all the mappings in configuration panel are active.

Thanks & Regards,

Sravanthi Polu

Answers (1)

Answers (1)

Former Member
0 Kudos

Please follow the guide in here: