How can I find the code that a JavaClass method executes from its description?
There is a customization in the ISupplier Portal HTML-form, with a getattribute method in a javaclass. How can we find the code the method executes inside a JavaClass? The JavaClass customized has the following description: EO XxApInvoiceLinesAllEOExImpl extend ApInvoiceLinesAllEO |. Can I, from this description, find the code that it runs?
The reason I need to find the code is that we are having a problem that sometimes this code recovers a value -1 for a code combination segment, but it seems to be random. That is why I want to analyze the portion of the code.