SAP ABAP Function Module DB_CREATE_VIEW (Legt einen View auf der Datenbank an)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
     SDIC (Package) ABAP Dictionary
Basic Data
Function Module DB_CREATE_VIEW Legt einen View auf der Datenbank an  
Function Group SDB2   Database catalog accesses  
Program Name SAPLSDB2    
INCLUDE Name LSDB2U28    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting GENPROG TYPE TRDIR-NAME Real name of the generated program
Importing DBSYS TYPE SYST-DBSYS SY-DBSYS DBS for which program is generated
Importing NO_EXEC TYPE SPACE X: Do not execute generated program
Importing PRID TYPE SYST-TABIX 0
Importing PROGNAME TYPE TRDIR-NAME SPACE Name of generated program
Importing VIEWNAME TYPE DD25V-VIEWNAME Name of the view
Importing DB_CHECK_FLAG TYPE SPACE
Tables DD26V_TAB TYPE DD26V Table of the base tables
Tables DD27V_TAB TYPE DD27V Table of view fields
Tables DD28V_TAB TYPE DD28V Table of the selection conditions
Exception PROGRAM_NOT_GENERATED TYPE Program could not be generated
Exception PROGRAM_NOT_WRITTEN TYPE Program could not be written
Exception VIEW_EXISTS TYPE View already exists
Exception VIEW_NOT_CREATED TYPE Error when creating the view
               
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  19950113 
SAP Release Created in