Code: Alles auswählen.
FUNCTION REPOSITORY_STRUCTURE_GRAPH.
*"----------------------------------------------------------------------
*"*"Lokale Schnittstelle:
*" IMPORTING
*" VALUE(TYPE) LIKE EUOBJ-ID
*" TABLES
*" OBJECTS TYPE SDG1_OBJ
*"----------------------------------------------------------------------
Code: Alles auswählen.
call function 'REPOSITORY_STRUCTURE_GRAPH'
exporting
type = ????
tables
objects = sflight
exceptions
others = 1.