Application Development 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: 

Data in the table

Former Member
0 Kudos

Hi all,

I have got one ztable which has got lots and lots of records and I want to Import all the contents of that table,,.,so is there any utility provided by SAP by which I can do that.

Thanks,

Rajeev

1 ACCEPTED SOLUTION

former_member583013
Active Contributor
0 Kudos

Two simple options -:)

[Taking good care of Z Data|https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/3340] [original link is broken] [original link is broken] [original link is broken];

[SAPLink|http://code.google.com/p/saplink/]

Greetings,

Blag.

13 REPLIES 13

former_member181995
Active Contributor
0 Kudos

How about Data Uploading in Ztable from ABAP program?

Take file into Internal table and Using INSERT command can't you insert into Ztable?

Former Member
0 Kudos

Hi

U can do it through SE16 or you can write a Z program to download all the data into Excel.

JozsefSzikszai
Active Contributor
0 Kudos

do you mean, you want to import into another SAP system?

if yes: create a transport request (workbench type) and add the following line: R3TR TABU name_of_table Than double click this line and enter the client number and a * as key. then release and import (as usual)

tarangini_katta
Active Contributor
0 Kudos

Hi,

First select all the table enries by using select all button.

In the menu BAR u have GOTO->DoWNLOAD.

From there u can download all the data ata time.

Hope this helps you.

Thanks,

0 Kudos

Hi All,

I want to copy the record into my system into a local file....so that I can compare the results later on.

Thanks,

Rajkeev

0 Kudos

well in this case you can ignore my previous reply and can start heavily search on SDN, as the question was asked and answered at least a million times...

0 Kudos

Hi its not GOTO -> DOWNLOAD.

its EDIT -> DOENLOAD

0 Kudos

Hi Rajeev,

in menubar EDIT -> DDOWNLOAD. It will ask u the file type in which u want to download the files

0 Kudos
Hi its not GOTO -> DOWNLOAD.
its EDIT -> DOENLOAD

Hi its not GOTO -> DOWNLOAD.
its EDIT -> DOENLOAD

Hi Rajeev,
in menubar EDIT -> DDOWNLOAD. 
It will ask u the file type in which u want to download the files

You made my Day~

Good one.

Please tell me honestly Are You Drunk?

0 Kudos

Hi all,

I tried doing the same but it's taking a lot of time....it's almost 20 mins now and it;s still running...is there any fast way of doing tht???

0 Kudos

Restrict the values from

Maximum No. of Hits                      1000"
Depends on your number of record in Table 

0 Kudos

why dont u try to run it in back ground?

thanq

former_member583013
Active Contributor
0 Kudos

Two simple options -:)

[Taking good care of Z Data|https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/3340] [original link is broken] [original link is broken] [original link is broken];

[SAPLink|http://code.google.com/p/saplink/]

Greetings,

Blag.