Hi All,
I want to upload legacy data into Z table for further use. for that following logic i am using.
Loop at itab.
insert into (DB table) values (Internal Table)
Endloop.
But, in above no validation check. so any other way can i upload? can i create screen similar to DB table using any SAP transaction?
Thanks in advance,
Parag