SAP ABAP Function Module DDUT_INPUT_CHECK (DD: Simulation of Input Checks of DYNP for an ABAP Dictionary Field)
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_INPUT_CHECK DD: Simulation of Input Checks of DYNP for an ABAP Dictionary Field  
Function Group SDFC   Modules for foreign key checks  
Program Name SAPLSDFC    
INCLUDE Name LSDFCU03    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Changing ADDITIONAL_FIELDS TYPE DCFIELDDATS Contents of Other Foreign Key Fields
Exporting MSGID TYPE SYST-MSGID Possibly Message Class of Error Message
Exporting MSGTY TYPE SYST-MSGTY Possibly Severity of Error Message
Exporting MSGNO TYPE SYST-MSGNO Possibly Number of Error Message
Exporting MSGV1 TYPE SYST-MSGV1 Possibly First Parameter for Error Message
Exporting MSGV2 TYPE SYST-MSGV2 Possibly Second Parameter for Error Message
Exporting MSGV3 TYPE SYST-MSGV3 Possibly Third Parameter for Error Message
Exporting MSGV4 TYPE SYST-MSGV4 Possibly Fourth Parameter for Error Message
Exporting VALUE_INTERNAL TYPE Internal Representation of VALUE
Importing TABNAME TYPE DFIES-TABNAME Name of Table (or Data Element)
Importing FIELDNAME TYPE DFIES-LFIELDNAME Name of Field to be Checked
Importing CALLING_PROGRAM TYPE SYST-REPID Call Program Name
Importing STRUCNAME TYPE C Name of Suitable Structure in Calling Program
Importing VALUE TYPE Value to be Checked
Importing VALUE_IS_EXTERNAL TYPE DDBOOL_D SPACE Is Value to be Checked in External Representation
Importing ACCEPT_ALL_INITIAL TYPE DDBOOL_D SPACE If 'X', accept initial values in foreign key fields
Importing VALUE_LIST TYPE Value List (in Table Structure)
Importing NO_FORKEY_CHECK TYPE DDBOOL_D SPACE No foreign key check required
Tables FAILURE_TAB TYPE DDFKEYRC Messages for Failed Checks
Exception NO_DDIC_FIELD TYPE Field to be Checked has no DDIC Reference
Exception ILLEGAL_MOVE TYPE Cannot copy to VALUE_INTERNAL
               
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  19990505 
SAP Release Created in