Hi Experts,
I am trying to extend WorkorderAddPostBapi to fix one issue. I am have done following steps.
1.updated the config panel with new bapi class(ZWorkorderAddPostBapi )
2.Created the custom class with extending existing bapi
3.Added Jar file in java folder
4.updated .ini with new jar file
5.Stopped services
6.Started services
I am getting below error
Note: to test I just created class (extended lam workorderaddPostBapi) ,I have not modified anything
"
package com.adani.syclo.sap.component.lam.workorder.bapi;
import com.syclo.sap.User;
import com.syclo.sap.component.lam.workorder.bapi.WorkorderAddPostBAPI;
public class ZWorkorderAddPostBAPI extends WorkorderAddPostBAPI {
public ZWorkorderAddPostBAPI(User u) throws Exception {
super(u);
// TODO Auto-generated constructor stub
}
}"
For this also I am getting same error.
I have been trying since long time , could you please guide me where I am doing mistake or please let me know the sequential steps to do it.
my id is vramredd@gmail.com.
Thanks in advance for your help.