Skip to Content
0
Former Member
Jun 02, 2011 at 11:24 AM

Assigning Total value to a text view in WDY ABAP

50 Views

Hai All,

I have calculated total amount in an alv table and I want to assign that total value to an attribute in context.

lv_aggr_rule will hold the total amount is of below type..

lv_aggr_rule type ref to cl_salv_wd_aggr_rule

Claimed amount is my attribute of type PAD_AMT7S..

I have to set this value lv_aggr_rule to the attribute Claimed amount using set attribute.

Is it possible??? Am getting type conflict error

lv_aggr_rule can be converted into the respective data type.

How can i convet this data type????

Pls help.

Thanks in Advance,

Nalla.B