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: 

How to export data in ADT Eclipse without SAP Gui

haemma83
Active Participant
0 Kudos
962

Hello,

I have the requirement to export data (DDIC DB Tables) from one system to another. But one of this systems is a Cloud System without access to a SAP Gui.

Right click on the package - EXPORT doesn't work.

Is there any other option? Somehow triggering a csv export or anything like that?

Thanks

1 ACCEPTED SOLUTION

wolfgang_woehrle
Product and Topic Expert
Product and Topic Expert
0 Kudos
678

Hi Andreas,

you can save the data from the Data Preview.

In the Project Explorer, choose your DDIC DB table. From the context menu, choose Open With > Data Preview.

In the Data Preview, choose the Save button from the toolbar, see screenshot. From here you can store the data.

For more information, see also our help content.

Kind regards,

Wolfgang

5 REPLIES 5

wolfgang_woehrle
Product and Topic Expert
Product and Topic Expert
0 Kudos
679

Hi Andreas,

you can save the data from the Data Preview.

In the Project Explorer, choose your DDIC DB table. From the context menu, choose Open With > Data Preview.

In the Data Preview, choose the Save button from the toolbar, see screenshot. From here you can store the data.

For more information, see also our help content.

Kind regards,

Wolfgang

0 Kudos
678

Thanks. But in my case the disk symbol is greyed out..

0 Kudos
678

Hi Andreas, this can happen if the table doesn't provide any data. Is there any data in the table that you checked?

haemma83
Active Participant
0 Kudos
678

But how to manage it to get a WORKING CSV File?

0 Kudos
678

With the option "delimited text file" you can create a CSV. (See screenshot above.)