Hi Gurus,
I import a rfc as model in webdynpro.
I input a company code, the rfc will return the cost center code list.
Scenario:
I input a company code A, it returns me a code list.
I put an invalid company code B, the rfc will throw some exception which is caught in webdynpro java, but the problem is the output part is not cleaned, I can still get the cost center code which belong to company A.
so , I want to know when I caught the exception how can I empty the output part.
Best regards,
John