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

browsing data in SAP tables

Former Member
0 Likes
2,207

Dear experts

I am pretty much newbie in sap. I need to know how can i query SAP tables. I have configured SAP HANA studio and RAzorSQL tool with System user.

now i am accessing different schema for data but i cant found any single table related to the business, But i found mostly system admin tables with data .

Now i need to know do i need any other user to access application data??

do i need any other tool ??

Is there any schema designed in SAP to keep application modules data ,like MM data in MM folder , OM data in Another folder..
If someone help me to do query in MVKE – Sales Org, distribution channel table and browse data , it would be great help

regards

Anwer Ali

5 REPLIES 5
Read only

matt
Active Contributor
2,059

Sounds like your backend is not an ERP system, rather just the ABAP stack. It doesn't contain the material master module.

Read only

Former Member
0 Likes
2,059

Dear Matthew

i am sharing on screen shot for your review, Please suggest if you understand. according to image my left side is schema where i assume that in these schema somewhere application data should be recorded.

sap.jpg

Read only

0 Likes
2,059

Please use the COMMENT button for comments, questions, adding details, etc., ANSWER is only to propose a solution, dixit SAP text at the right of the answer area.

If you do a comment under a question/answer and you want to target someone else than the question/answer' author, the only solution is to copy/paste their hyperlinked name so that the person receives a warning (NB: @ doesn't work/but typing this character will suggest hyperlinked names)

Read only

Sandra_Rossi
Active Contributor
0 Likes
2,059

What is the scheme name of SAP ERP in your database? (log in via SAP GUI > menu System > Status > Database info)

Are you in the right tenant?

Read only

venkateswaran_k
Active Contributor
0 Likes
2,059

Dear Anwar,

You need to identify the Schema name from your Admin. In that the SAP tables are stored as below.

Assuming your Schema name is MMSCHEMA then you can write a query as below

SELECT * FROM "MMSCHEMA".MVKE

Regards,

Venkat