hi all
I am developing a web dynpro callable object and I need to get data to populate a table. How do the sentence for this?
I know that the code to create a data entry is as follows:
String IdSolicitud = (String) input.getAttributeAsString("Id");
it is assumed that this code makes the variable IdSolicitud receive the input Id.
How do I enter this data?, Through a structure, how do I cycle to fill the table?
I hope that I can help, thanks