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: 

Data dictionary mapping/relationship saved to XML file

benedict-torres
Participant
0 Kudos
348

Hi,

I am trying to find out a SAP standard way of getting the mapping/relationships of a certain table/tables (using table keys) and store them in an XML file? In SE11 there's a way to see it graphically but there's no way to store it in a file (or an XML file). Is there a way to do this? Thanks in advanced.

3 REPLIES 3

Former Member
0 Kudos
268

Hi Benedict

Check out the SAP-HELP document for your query.

http://help.sap.com/saphelp_nw04s/helpdata/en/f2/e1ce8b21854d7ca8a74db7cd7d3c62/frameset.htm

It will surely help you.

Let me know in case of any issues.

Regards

Sachin

Former Member
0 Kudos
268

hi,

use can tcode SQVI (quick viewer).

create table joins.

there u can map the table relations manually and download it as .jpg file.

0 Kudos
268

i actually don't really need a graphical file (.jpg) as I can do it using the graphical button in SE11. What I need is the mapping to save it in an XML file (meaning, a textual format). A Java solution doesn't help as well. though, thanks for the people who replied and thanks in advanced.