‎2007 Sep 13 3:27 PM
I append some fields in my ztable, the fields in the table already populated data,how to insert the data to the appended fields for the earlier records in the ztable.
rewards is dr
thnks.
‎2007 Sep 13 3:37 PM
Write a program to fill the new fields.
If you can do a program without parameter and using the option CLIENT SPECIFIED, you can put this program in the transport request with type R3TR XPRA which upgrade the ztable.
You should have
R3TR TABL <ztable>
R3TR PROG <zprogram>
R3TR XPRA <zprogram>
in the request, so when transporting, you insure the program is executed.
Regards
‎2007 Sep 13 3:37 PM
Write a program to fill the new fields.
If you can do a program without parameter and using the option CLIENT SPECIFIED, you can put this program in the transport request with type R3TR XPRA which upgrade the ztable.
You should have
R3TR TABL <ztable>
R3TR PROG <zprogram>
R3TR XPRA <zprogram>
in the request, so when transporting, you insure the program is executed.
Regards
‎2007 Sep 13 3:40 PM
Hi,
You can create table maintenance generator or write custom program to update new fields.
Regards,
Ferry Lianto
‎2007 Sep 14 5:33 AM
Hi thiru
U can populate new filed of u r table using
command "Modify"
with this command in loop u may b able to add values in new field
write modify in ABAP editor n press F1 on for more.......
‎2007 Sep 14 8:17 AM