cancel
Showing results for 
Search instead for 
Did you mean: 

Binding Issues

Former Member
0 Kudos

Hello Friends,

I am facing model binding issue:

I have a working BAPI, which was after calling delivering 2 structures. So I have simply extended the bapi so now its dilivering 3 structures. I reimported the model, restart the server and mapped as it was previously mapped the other two strucutres. But even though the table is filled by I cant get the data in my controller for this mapped node ?

any idea what I have to do more or what I have missed ?

Regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

1) Reimporting model solves issues related to changes in structure --- which has been done by you already

2) Restarting of J2EE engine solves issue of cache of previous model structure--- which has been done by you already

3) Bapi may not be returing the values - which can be checked by settign External break point in Bapi--Please check this

4) If Bapi is returning values, then carefully check mapping once again.