Function Group Description: The ABAP/4 dictionary interface (which should be translated as an interface );
This function group can be used to operate data objects in the ABAP dictionary. It is often used with the suffix "get". Other functions should be used with caution.
Ddif_doma_activate DD: interface for activating the domain
Ddif_doma_get DD: interface for reading a domain from the ABAP dictionary
Ddif_doma_put DD: interface for writing fields into the ABAP dictionary
Ddif_dtel_activate DD: interface to activate a Data Element
Ddif_dtel_get DD: interface for reading data elements from the ABAP/4 dictionary
Ddif_dtel_put DD: interface for writing a data element to the ABAP dictionary
Ddif_enqu_activate DD: interface for activating locked objects
Ddif_enqu_get DD: interface for reading a lock object from the ABAP dictionary
Ddif_enqu_put DD: interface for writing a Lock Object to the ABAP dictionary
Ddif_indx_activate DD: Index activation Interface
Ddif_indx_get DD: interface for reading an index from the ABAP dictionary
Ddif_indx_put DD: interface to write an index to the ABAP dictionary
Ddif_object_delete DD: interface for deleting an ABAP dictionary object
Ddif_object_reset: reset the DD object (for example, delete a new or revised version)
Ddif_shlp_activate DD: interface for activating a search help
Ddif_shlp_get DD: interface to read a search help from the ABAP dictionary
Ddif_shlp_put DD: interface to write a search help in the ABAP dictionary
Ddif_state_get DD: interface for determining the status of an ABAP dictionary object
Ddif_tabl_activate DD: Table activation Interface
Ddif_tabl_get DD: table reading interface from ABAP dictionary
Ddif_tabl_put DD: interface for writing tables into the ABAP dictionary
Ddif_tabt_activate DD: interface for activating the technical settings of a table
Ddif_tabt_get DD: interface for reading technical settings from the ABAP dictionary
Ddif_tabt_put DD: interface for writing Technical settings to the ABAP dictionary
Ddif_ttyp_activate DD: interface for activating a table Type
Ddif_ttyp_get DD: interface for reading a table type from the ABAP dictionary
Ddif_ttyp_put DD: interface for writing a table type to the ABAP dictionary
Ddif_typeinfo_get DD: get information on a type defined in the ABAP dictionary
Ddif_viet_get DD: interface for reading view techn. settings from the ABAP dictionary
Ddif_viet_put DD: interface for writing view techn. settings to ABAP dictionary
Ddif_view_activate DD: interface for activating a view
Ddif_view_get DD: interface for reading a view from the ABAP dictionary
Ddif_view_put DD: interface for writing a view in the ABAP dictionary