Use personalization parameters to provide default values used with synchronization, connections with back-end systems, MBO attributes, or EIS arguments. The PersonalizationParameters class is within the generated code for your project.
- To instantiate a PersonalizationParameters object, call the generated database instance's getPersonalizationParameters method: 
 pp = [SMP101SMP101DB getPersonalizationParameters];
  
- Assign values to the PersonalizationParameters object:
 
- Save the PersonalizationParameters value to the local database:
 
               
               
               [pp save]
               Note: If you define a default value for a personalization key that
                  value will not take effect, unless you call [pp save].
               
               
               
              
- Synchronize the PersonalizationParameters
               value to the SAP Mobile Server:
 
               [SMP101SMP101DB synchronize];