SAP ABAP Function Module DDUT_FORKEY_CHECK (DD: Foreign Key Check for Values in Single Fields)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
     SDUT (Package) ABAP/4 Dictionary: Analysis Repair Utilities
Basic Data
Function Module DDUT_FORKEY_CHECK DD: Foreign Key Check for Values in Single Fields  
Function Group SDFC   Modules for foreign key checks  
Program Name SAPLSDFC    
INCLUDE Name LSDFCU01    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Importing TABNAME TYPE TABNAME Foreign key table name
Importing FIELDNAME TYPE FIELDNAME Check field name
Importing VALUE_LIST TYPE Value list (in structure of foreign key table)
Importing CLIENT_SPECIFIED TYPE DDBOOL_D SPACE Flag if client specified
Importing ACCEPT_INITIAL TYPE DDBOOL_D SPACE Accept intitial values (if 'X')
Importing ACCEPT_ALL_INITIAL TYPE DDBOOL_D SPACE If 'X', accept initial values in foreign key fields
Importing ADAPTED_FIELDVALUES TYPE DCFIELDDATS List of Values for Cross-Structure Foreign Key Fields
Tables COND_TAB TYPE DDWHERECND Lines of WHERE conditions
Tables ADAPTED_FIELDS TYPE DDTABFDS Supplement for cross-structure foreign keys
Tables FAILURE_TAB TYPE DDFKEYRC Messages for failed checks
Exception FORKEY_NOT_DEFINED TYPE Foreign key not defined in DD
Exception TABLE_NOT_ACTIVE TYPE Foreign key table not active
Exception FIELD_UNKNOWN TYPE Check field not active
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  19970725 
SAP Release Created in