SAP ABAP Function Module RSDG_CUBE_DB_TAB_DROP_RECREATE (Deletes the database tables for the InfoCube and creates them in new)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DBA (Application Component) Data Basis
     RSDG (Package) BW: Data basis generation
Basic Data
Function Module RSDG_CUBE_DB_TAB_DROP_RECREATE Deletes the database tables for the InfoCube and creates them in new  
Function Group RSDG_CUBE_DB_WRITE   InfoCube: Update  
Program Name SAPLRSDG_CUBE_DB_WRITE    
INCLUDE Name LRSDG_CUBE_DB_WRITEU13    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting E_T_MSG TYPE RS_T_MSG Messages
Exporting E_SUBRC TYPE SYST-SUBRC ReturnCode <> 0: operation failed
Importing I_INFOCUBE TYPE RSD_INFOCUBE InfoCube
Importing I_OBJVERS TYPE RS_OBJVERS RS_C_OBJVERS-ACTIVE to be read version
Importing I_DROP_FACT TYPE RS_BOOL RS_C_TRUE Flag: Fact Table
Importing I_DROP_DIME TYPE RS_BOOL RS_C_TRUE Flag: Dimensions
Importing I_DROP_ONLY TYPE RS_BOOL RS_C_FALSE Flag: only drop, not a new creation
Importing I_WRITE_PROTOCOL TYPE RS_BOOL RS_C_TRUE Write log
Importing I_PROGRESS TYPE RS_BOOL RS_C_TRUE Display Progress
Exception INFOCUBE_NOT_FOUND TYPE InfoCube not found
Exception ERROR_READ_CUBE_IN_DDIC TYPE Error reading ddic objects of InfoCube
               
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  20040315 
SAP Release Created in