Hi Team,
I have done the following coding to get teh dynamic value sof a field but the assign statement is failing... Its returing the sy-subrc as 4.
LOOP AT <t_tab> INTO <s_tab>.
LOOP AT t_flds.
CONCATENATE '<s_tab>-' t_flds-fieldname INTO v_fldval.
ASSIGN (v_fldval) TO <fldval>.
endloop
endloop.
Appericiate your suggestions.
Thnx,
Ankur..