Hi Guy's,
Please friends help me where i did mistake.
table1 contain 20 fields. using Function module want to updagte the table contain 12 fields.
In FM-importing parameters are 12 fields.
data : wa_output type table1.
move : field1 to wa_output-zfield1,
field2 to wa_output-zfield2. .......upto field12.
here using insert statement.
insert into table1 values wa_output.
But here wa_out contain values are not inserted into table1.
Why what is the reason.
please friends clarify my doubt.
Thanks,
Sai.