SAP ABAP Function Module DB_GET_VIEW_DEFINITION (Returns definition of a database view in form used by DD)
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_GET_VIEW_DEFINITION Returns definition of a database view in form used by DD  
Function Group SDB1   Database catalog accesses  
Program Name SAPLSDB1    
INCLUDE Name LSDB1U12    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting RC TYPE SYST-SUBRC Return code. 0: all ok. >0: error occurred
Importing VIEWNAME TYPE DD25V-VIEWNAME Name of view in database
Tables DB05M TYPE DD05M Tabelle der Joinbedingungen
Tables DB26V TYPE DD26V Table of base tables
Tables DB27V TYPE DD27V Table of view fields
Tables DB28V TYPE DD28V Table of the selection requirements
Exception VIEW_NOT_EXISTS TYPE View does not exist in the database
               
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