Skip to content

abapGit-tests/DDIC_integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DDIC Integration Test

  • All core DDIC object types (with variations)
  • Many dependencies between DDIC objects
  • Reference to all DDIC objects in ABAP code (via DATA or TYPE statement in a program)
  • DDIC fields referencing ABAP classes or interfaces

Included DDIC Objects

Object Type Description
DOMA Domain
DTEL Data Element
PARA Parameter ID
SHLP Search Help
TABL Table
TTYP Table Type
TYPE Type Pool
VIEW View

image

Included ABAP Objects

Object Type Description
CLAS Class
FUGR Function Group
INTF Interface
PROG Program
TOBJ Transport Object

image

Included Dependencies

Object Type A Referenced in Object Type B
CLAS CLAS
CLAS DTEL
CLAS PROG
CLAS TABL
CLAS TYPE
DOMA DTEL
DTEL CLAS
DTEL PROG
DTEL TABL
DTEL TYPE
FUGR DOMA
INTF CLAS
INTF DTEL
INTF PROG
INTF TABL
INTF TYPE
PARA DTEL
SHLP TABL
TABL CLAS
TABL DOMA
TABL ENQU
TABL FUGR
TABL PROG
TABL SHLP
TABL TABL
TABL TOBJ
TABL TTYP
TABL TYPE
TABL VIEW
TTYP CLAS
TTYP PROG
TTYP TYPE
TYPE CLAS
TYPE PROG
VIEW CLAS
VIEW FUGR
VIEW PROG
VIEW TOBJ
VIEW TYPE
VIEW VIEW

Missing DDIC Objects

The following object types are not yet included in this test repo:

Object Type Description
DDLS CDS Views
DRUL Dependency Rule
DTDC Dictionary Tuning: Dynamic Cache
SFBF Business Function + Assignment
SFBS Business Function Set + Assignment
SFSW Switch + Assignment of Objects to the Switch

About

DDIC Integration Test (All DDIC types + references in code)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages