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: 

ER Diagram Creation Via ABAP Code

umayaraj
Participant
8 REPLIES 8

raymond_giuseppi
Active Contributor
0 Kudos

Call SE11, input a table name, press display (F7) and then graph icon (ctrl+shift+F11), there's your answer.

(Look at a function group such as CNET or a class such as CL_GUI_NETCHART)

0 Kudos

i know that se11 option ,i want to know how to create customized graphical view with custom table..my requirement is very simple to create a custom relationship between two customized table via program dynamically i give input for link for this table ..

0 Kudos

You set foreign key, domain etc in SE11 and SAP would generate ERD for you. I think graphic mode for it not exist yet. Or you have to develop 1 by read, update, DDIC table...which need lot of effort

0 Kudos

Hi i don't want SE11 auto generated ER Diagram ,i try to create custom ER Diagram with my custom input..

0 Kudos

Debug / read SE11 code.

nomssi
Active Contributor
0 Kudos

You can do like PlantUML and generate diagrams from text using GraphViz's dot program.

former_member186746
Active Contributor
0 Kudos

Hi,

Check DWDM then Graphics Library or go to GRAL transaction.

Kind regards, Rob Dielemans

petra_seitz
Explorer
0 Kudos

Give it a site for the er-diagram, I can't make some but I need it for QS