‎2007 Jun 06 7:18 AM
Hi
Iam creating one Tcode where user can select file from and enter .
It should update one custom z table.
How can i proceed on this.Any inputs will be appreciated and its very urgent.
Thanks
‎2007 Jun 06 7:22 AM
hi,
if P_file not is initial.
using gui_upload upload data into internal table
provide BDC logic to update the database.
endif.
or else
form internal table u can directly update the db base
‎2007 Jun 06 7:22 AM
hi,
if P_file not is initial.
using gui_upload upload data into internal table
provide BDC logic to update the database.
endif.
or else
form internal table u can directly update the db base
‎2007 Jun 06 7:23 AM
Hi,
Inside the program make the logic as ..upload the file using GUI_UPLOAD and passtht value to the internal table.
Do whatever logic you want to write.
Reward points if it is helpful.
Regards,
Sangeetha.a
‎2007 Jun 06 7:27 AM
Hi,
As my friends had earlier replied, use GUI_UPLOAD to upload into internal table and then use update/modify command to load table.
Thanks
Arun.
‎2007 Jun 06 7:32 AM
hi
good
you can create a ztcode using SE93 where you can assign the object name which ll call that particular object when you execute that particular ztcode and that program ll update the your z* table.
thanks
mrutyun^