Skip to Content
0
Former Member
Jan 12, 2012 at 02:59 PM

Declaring field from the internally declared table into dynamic table

45 Views

Hi Gurus,

I need your help on one of my requirements.

Due to dynamic nature of ALV report, I have used a dynamic internal table to pass it to function module.

In dynamic tables, I am trying to have one column form the internal table which is being calculated by substracting 2 fields( i,e. diff = wa_stk-labst - wa_stk-omeng). Is it possible to include that field (diff) which is coming from the internally declared table(i_out) into the dynamic table decleration. Please assist.

Thanks in Advance 😊