cancel
Showing results for 
Search instead for 
Did you mean: 

Personalization and Configuration

Former Member
0 Kudos

Hello,

we've a component with a configuration controller. In the application of our component we can enter some personalization information (eg. icon for a special purpose). We set this information to the configuration controller context and save the information by using the personalization manager.We use the interface IWD_PERSONALIZATION and class CL_WDR_PERS_MANAGER.

Our application can be called in sap-config-mode for administrator. The administrator should have the possibility to set information as final and the user shouldn't have the possibility to change final information any longer. We use special methods of the context to set attributes at final. But this doesn't work.

An administrator can set default values by using our application and user can change the default. But the user should have a function to get back to the defaults of the administrator. We found no possibility in the personalization manager.

We found documentation about Personalization and Configuration and a demo WDR_TEST_PERS_IMP_EXP. But we found no documentation for how to use the final information or how to reset a personalization. Does anyone know a detailed information about Personalization (incl. Configuration Mode, Final, ...).

Can anyone give me information about this topics?

I really appreciate any help!

Thanks in advance and kind regards,

Dagmar

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Dagmar,

The Web Dynpro component is like any other ABAP development component, it simply uses the existing transport system, same as all other objects.

The code wizard is the icon which looks like a magic wand. The code wizard will fire when you click that icon.

You can check out following links also......

http://help.sap.com/saphelp_nw04s/helpdata/en/43/03055edc7e22f4e10000000a1553f7/frameset.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/da/f96f4132f15c58e10000000a1550b0/frameset.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/22/719f42f2ff7e5fe10000000a155106/frameset.htm

Check standard examples: WDR_TEST_CONGIF, WDR_TEST_CONGIF_C1, WDR_TEST_CONGIF_C2 for reference.

Hope this will help you.

Cheers,

Darshna.

Former Member
0 Kudos

Dear Dagmar,

you can call the WD-Application WD_ANALYZE_CONFIG_COMP to view the configurations. And it provides a button to delete configurations and personalisations.

Be carefull, this is the place where you can delete personalisations of other users!

Good luck with the half-baked concept of the configurations,

Lisa

Former Member
0 Kudos

Hello,

thank you for your answer! The WD-Application WD_ANALYZE_CONFIG_COMP shows component configurations, which are defined at design time. But we've personalization at run time (own application, which saves personalization data in configuration context and then via personalization manager). These configurations are not shown in above mentioned wd-application.

Do you have any further ideas?

Do you know concrete problems with this concept of personalization and configuration (why half-baked concept) ?

Thanks in advance and kind regards,

Dagmar

MakotoS
Product and Topic Expert
Product and Topic Expert
0 Kudos