Hi all!
I have to create a WDA to get a category_guid from a category_id.
The WD has two views (START_VIEW and RESULT_VIEW). On the START_VIEW is introduced the category_id, and with a BAPI published on XI must be displayed the category_guid on the RESULT_VIEW.
I do the next:
On the START_VIEW I create a method (get_category_guid) to read the category_id from the input, and call the method from the proxy class generated by the BAPI on XI which gives the category guid.
On the RESULT_VIEW, on the method HANDLEFROM_START_VIEW, I call the method get_category_guid to display the category_guid got.
The problem is the method from the proxy class is not recognized.
I have two questions:
- The process is correct?
- Do you know what is the problem with the method?
Thank you very much,
Manuel