cancel
Showing results for 
Search instead for 
Did you mean: 

Issue in binding internal with Alv in webdynpro

Former Member
0 Kudos

Hello

I am trying to bind simple internal table with alv.

i have used the bind_table method.

My internal table contains all columns and its values but on web page few columns get filled and rest show initial value.

Kindly let  me know the trick to debug it.

Thanks

Sandeep

Accepted Solutions (1)

Accepted Solutions (1)

GirieshM
Active Contributor
0 Kudos

Hi Sandeep,

Did the alv fields binded properly with the context. I think there is some problem with the fields in the internal table and context fields. If I am not wrong your context is table SFLIGHTS and the internal table is from Table SFLIGHT and that leads to the issue. Change the context fields of table SFLIGHT.

In ALV, please change the Node fields from SFLIGHTS table to SFLIGHT table fields.

Please refer the SFLIGHT and SFLIGHTS table fields.

Hope it might help you.

With Regards,

Giriesh M

Former Member
0 Kudos

Thanks for your prompt response

Answers (2)

Answers (2)

Former Member
0 Kudos

And do one more thing,

Try to do " move corresponding from itab(type table of) to your node related itab (elements)..

Former Member
0 Kudos

If all correct data is coming in your internal table then in ALV also all correct data should come, please check you didn't applied any other setting like filter, grouping etc.