Hi Experts,
Requirement :- I want to append a row in the the table but the work-area with which i am appendign the values is of different type than the target so i am getting error .
Code :- APPEND WA_SOURCE TO RESULT_PACKAGE
Error :- A line of RESULT_PACKAGE not mutually convertible in a Unicode program..........
Is there any way to append the one-by one values in the RESULT_PACKAGE fields.
As i cn't change the type of my source work-area.
Don't we have something like :-
Append Result_package
{
Result_package_field1 = wa-field1
Result_package_field2 = wa_field2.....
....
...
}
PLEASE HELP
Regards,
rg
Edited by: R G on Mar 26, 2009 10:34 AM