Hi,
I am new to Web Dynpro Java. How can I display the countries which are coming from the backend table. Which control should I use to display the countries?
Thanks & Regards,
Teja.
Hi,
Any suggestions on the above issue?
Thanks and Regards,
Teja
Hi Teja
I dont understand your scenario, can you please elaborate it ?
Thanks
Ervin
Hi Ervin,
Thanks for your response.
Actually, I need to display some countries(India, Germany, etc) in front-end. Which control (textview or list...etc) I have to use to display that countries list in web dynpro java? This data is coming from backend as RFC. Could you please tell me the solution.
Thanks and Regards,
Teja.
Hi Teja,
You should use a model which can connect to your backend system to reach the countries. After you should decide how you would like to display them. You can use text view or Caption also. You just have to mapping it to a context which includes the countries.
Best regards,
Szabolcs
Hi Szabolcs Renyo,
I am using a table to bind the data. How can I bind data to the table?
I have done some steps like Importing model in Component controller by creating context node.
Created context mapping between view and Controller
After this step, I am not able to see the output.
Is there anything I need to do? Could you please suggest something?
Thanks and Regards,
Teja.