SAP ABAP Function Module WSD_SCRN_CREATE (dynamically create screen)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   SD-MD-MM-CS (Application Component) Additional Material Functions
     WSD_CS_FU (Package) Functionality Enhanced Material Search
Basic Data
Function Module WSD_SCRN_CREATE dynamically create screen  
Function Group WSD_CS_UI_UTILITIES   Utilities for dynamic screen creation  
Program Name SAPLWSD_CS_UI_UTILITIES    
INCLUDE Name LWSD_CS_UI_UTILITIESU01    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting E_PROGNAME TYPE SYST-REPID
Exporting E_PROGNBR TYPE SYST-DYNNR ABAP program, number of current screen
Exporting E_PROGHEADER TYPE D020S System table D020S (screen sources)
Importing I_PROGNAME TYPE SYST-REPID
Importing I_PROGNBR TYPE SYST-DYNNR ABAP program, number of current screen
Importing I_TABNAME TYPE DD03V-TABNAME Table name
Importing I_ICON TYPE ICON Icons table
Importing I_BUTTON TYPE SPACE
Importing I_COL_B TYPE I '50'
Importing I_LINE TYPE I '1'
Importing I_COL_F TYPE I '1'
Importing I_KEY TYPE C SPACE
Importing I_CHECKBOX TYPE C SPACE
Importing I_DELETE TYPE SPACE
Importing I_SCRN_DESC TYPE STRING
Importing I_SCRN_TYPE TYPE C 'I'
Tables T_FLOWLOGIC TYPE D022S Screen flow logic
Tables T_FIELDLIST TYPE D021S Screen fields
Tables T_DYNPMATCH TYPE D023S Screen parameters
Tables T_FIELDNAME TYPE WSD_DYNAMIC_FIELD_STY Dynamical fields used for material maintenance
Exception ERROR_IN_SCREEN_READ TYPE
Exception ERROR_IN_SCREEN_SAVE TYPE
Exception PROGNAME_AND_DYNPRONBR_EMPTY TYPE
Exception ERROR_IN_SCREEN_CREATE TYPE
               
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  20100310 
SAP Release Created in 700