Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Updation

Former Member
0 Likes
668

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
651

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

4 REPLIES 4
Read only

Former Member
0 Likes
652

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

Read only

Former Member
0 Likes
651

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

Read only

Former Member
0 Likes
651

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.

Read only

Former Member
0 Likes
651

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^