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

Upload data to Ztable using LSMW

Former Member
0 Likes
653

Hi Friends,

I know hw to upload data from text file to SAP database table but i want to upload data from text file to SAP Ztable using transaction SM30. So anyone can help me to do this task.

Regards,

Ranjith

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
374

First develop a simple application of accepting the data and inserting it in ztable.

Create a transaction code for this.

Now in LSMW, use the recording method. create the recording for this transaction you created.

using this recording, upload the data from file.

Hi Friends,

I know hw to upload data from text file to SAP database table but i want to upload data from text file to SAP Ztable using transaction SM30. So anyone can help me to do this task.

Regards,

Ranjith

1 REPLY 1
Read only

Former Member
0 Likes
375

First develop a simple application of accepting the data and inserting it in ztable.

Create a transaction code for this.

Now in LSMW, use the recording method. create the recording for this transaction you created.

using this recording, upload the data from file.