Skip to Content
0
Former Member
Dec 16, 2004 at 04:26 AM

data upload into 'Z' table

36 Views

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