Hi all,
We have created a data object in NW7.1 and this is a download only data object.
So in the backend adapter we have linked a getlist and a getdetail function.
We also mapped the nodes to the functions.
When we generate the backend adapter and look into the coding of the generated class into the fuction GET_BEDATA we miss the mapping of the getlist output the the input fields of the getdetail.
Normally you loop over the getlist results and then fill the getdetail input parameters inside the loop before cleaning all other parameters. but between the loop at, and the clear function we miss a few lines of coding which should fill the input params of the getdetail.
So I guess we just missed a flag of a short part of the configuration, but I don't know which part.
Can anyone help me whit this issue?
Thanks in advance and kind regards,
Bart Elshout