SAP ABAP Function Module DP_CONTROL_ASSIGN_TABLE (Assigning a Structured Table to a Control)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-FES-GUI (Application Component) Graphical User Interface
     SCET (Package) Control Enabling Technology / Control Framework
Basic Data
Function Module DP_CONTROL_ASSIGN_TABLE Assigning a Structured Table to a Control  
Function Group CNDP   Data provider control selection  
Program Name SAPLCNDP    
INCLUDE Name LCNDPU10    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Importing H_DP TYPE CNTL_HANDLE DataProvider Handle
Importing H_CNTL TYPE CNTL_HANDLE Control Handle
Importing TABNAME TYPE X030L-TABNAME Name of Table Structure
Importing MEDIUM TYPE C Means of Assignment
Importing PROPERTYNAME TYPE C Name of Control Property
Importing DATE TYPE SYST-DATUM Date From Which Data is Valid
Importing TIME TYPE SYST-UZEIT Time from which the Data is Valid
Importing DESCRIPTION TYPE C Additional Description
Tables DATA TYPE   Internal Table to Assign
Tables TABFIELDS TYPE RFC_FIELDS Structure Description of the Table
Tables COLUMNS_TO_STRETCH TYPE TABLE_OF_STRINGS INTERNAL: Columns to be Widened in Unicode Systems
Exception DP_ERROR_CREATE TYPE DataProvider Could not be Created
Exception DP_ERROR_SEND_DATA TYPE Error Sending Data
Exception DP_ERROR_ASSIGN TYPE Could not make assignment
Exception DP_ERROR_INVALID_PARAM TYPE One of the Parameters is Invalid
Exception DP_ERROR_TABNAME TYPE Parameter TABNAME does not Exist in the ABAP Dictionary
               
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  19970131 
SAP Release Created in