Click here to Skip to main content
15,891,943 members
Articles / Productivity Apps and Services / SAP
Tip/Trick

Export SAP Table Structures to Google Drive

Rate me:
Please Sign up or sign in to vote.
4.83/5 (3 votes)
10 Mar 2015CPOL2 min read 9.7K   4  
This tip describes how to use a 3rd party tool to review SAP tables structure and exporting the metadata to Google Drive in CSV format.

Introduction

Need to export your SAP table structures to document them or analyze the metadata further? Here's an option you have to export the table definitions in SAP to Google Drive in CSV format. Once uploaded, you will be able to convert the file to a Google native document and share it with the rest of your development team.

Browsing Through the SAP Tables

First of all, you'll have to download the latest version of the Aconcagua IT SAP® Explorer tool from their page. Once installed, you will set up your connection to your SAP application server, including information about the server name/IP, System No., Client, username and password.

If everything is configured properly, you should see a screen like this one:

Image 1

You can then open the Tables node and look for the table you are interested in exporting. To maintain a good performance, the tool groups the tables by the first letter of their name. In this example, I'm clicking in the 'B' subfolder and navigating to the table 'B005'.

Image 2

When you click on the table of your choice, the tool will show a new pane including the details of the SAP table including Name, Category and Description. In addition, a grid will give you all the fields in the table with their names, internal types, position in the table, description for the table field and other relevant information.

Image 3

Exporting the SAP Table Structure

The first time you click on the 'Export to Drive' button, a browser window will show up, asking you to log in to your Google account and authorize the tool to manage your Drive files. The tool needs this authorization to save new files in your Google Drive. Keep in mind that you can always revert this action from this page

Image 4

If the tool was authorized, you will receive a confirmation message that shows the name of the files uploaded to Google.

Image 5

If you go to your Google Drive, you will find the recently uploaded file in CSV format. As you can see, the preview mode in Drive will show the structure of the table you just exported.

Image 6

I hope this step by step tutorial helps you get more insight into your table structures and provides an easy way of exporting and sharing your files with your development team.

History

  • 3/9/2015 - Initial version posted

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Founder
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
-- There are no messages in this forum --