Hi All,
I am trying to create a complex table which has 4 fields
ID , Plant ,Costcenter,Description .Indexes are like costcoster has parent as ID which is unique.
I have created a new ABAP Class,BAPI wrapper and mapped it accordingly in configpanel.
I have built a java class for the fields and also a complex table in agentry and java class specified their is com.syclo.sap.complextable.
after exporting the project and publishing the agentry application on to the server and restting the client i am not able to get any values in the complex table which was created newly.
Please tell me what would be error.