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

Data in the table

Former Member
0 Likes
1,442

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
Read only

Former Member
0 Likes
1,399

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
Read only

Former Member
0 Likes
1,399

How about Data Uploading in Ztable from ABAP program?

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

Read only

Former Member
0 Likes
1,399

Hi

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

Read only

JozsefSzikszai
Active Contributor
0 Likes
1,399

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)

Read only

tarangini_katta
Active Contributor
0 Likes
1,399

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,

Read only

0 Likes
1,399

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

Read only

0 Likes
1,399

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...

Read only

0 Likes
1,399

Hi its not GOTO -> DOWNLOAD.

its EDIT -> DOENLOAD

Read only

0 Likes
1,399

Hi Rajeev,

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

Read only

0 Likes
1,399
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?

Read only

0 Likes
1,399

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???

Read only

0 Likes
1,399

Restrict the values from

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

Read only

0 Likes
1,399

why dont u try to run it in back ground?

thanq

Read only

Former Member
0 Likes
1,400

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.