Hi everyone I´m trying to create a custom icss app, I tried to set the dc dependencies based on a b2b documentation, and on a previous icss implementation, I think everything goes ok because I deploy it and everything is running ok .
Then I want to create a Z class of GetTransactionListAction, I´m creating this java class at crmhomecrmextsap.com,
the problem is that it have missing libraries like com.sap.icss.ctrl.actionform.ListOneOrderselectionActionForm, and many others.
So I look at the previous icss implementation and found that they have a sap.comcrmicssjavaassembly.jar, I already find this .jar and add it to the crm/home/crm/ext dc (Just like the other icss implementation) and then I add it to java build path of the project and everything looks great, but when I build the custom project the build fail and the nwds mark again the missing libraries.
Any clue how the other icss app can build with this .jar ?? or where I can find the libraries and set the dc dependencies ?? thanks !