Next: ABAP: How to enable wk1

ABAP: How to enable wk1



If your abap progam worked fine (make a wk1 file) and now it not work the solution it is to run the following code:




1) prepare a text file called i.e. active_wk1.reg

2) put the following code:


 Windows Registry Editor Version 5.00  
   
 [HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Excel\Security\FileOpenBlock]  
 "LotusandQuattroFiles"=dword:00000000  
 "LegacyBinaryFiles"=dword:00000000  
 "LegacyDatabaseAndDatasourceFiles"=dword:00000000  
   
 [HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Excel\Security\FileSaveBlock]  
 "LotusandQuattroFiles"=dword:00000000  
 "LegacyBinaryFiles"=dword:00000000  
 "LegacyDatabaseAndDatasourceFiles"=dword:00000000  

3) run the active_wk1.reg