Here is the deal:
Does anyone how to display value read from BAPI using JCA?
Iam able to display all the table values except a value that returns the count.(Type I)
I know the table values could be stored in a model looping through using while(table.hasNext())
This is a value that u wud normally retrieve if it is a structure but the value is a simple parameter itz a table value.
Thank you all.