SAP DDIC DEFINE DEPENDENCY RULE



Get Example source ABAP code based on a different SAP table
  



ABAP_DDIC - Dictionary DDL for Defining Dependency Rules
An ABAP Dictionary dependency rule is defined as a source-code-based rule in the ABAP Development Tools (ADT) Dictionary DDL . A dependency rule is defined in a separate piece of DRUL source code and is saved and transported with this code. One piece of DRUL source code for dependency rules can define exactly one dependency rule with the following Dictionary DDL statement:
DEFINE DEPENDENCY RULE



Latest notes:

The DRUL source code of dependency rules has its own editor in ADT, which is documented there. DRUL source code can also be displayed in Repository Browser in ABAP Workbench.
Partners and customers cannot currently define their own dependency rules.
ABAP_HINT_END
BEGIN_SECTION SAP_INTERNAL_HINT
The TADIR key for a <(>DRUL<)> source for dependency rules is <(>R3TR DRUL<)>.
END_SECTION SAP_INTERNAL_HINT