cancel
Showing results for 
Search instead for 
Did you mean: 

Java API Personalization

holger_stumm2
Active Contributor
0 Kudos

I need to write an iview that creates entries for the Personalization

i.e the ALIAS, userid password entries needs to be created froma java program, not by user entries.

TIA -hs

Accepted Solutions (1)

Accepted Solutions (1)

Dan_Wroblewski
Developer Advocate
Developer Advocate
0 Kudos

Hi,

To create semantic objects -- iViews, pages and so forth -- via code see the documentation at http://help.sap.com/saphelp_nw04/helpdata/en/fd/ea5c42da4de92ce10000000a1550b0/frameset.htm.

To change the personalized values for attributes for an object, see the documentation at http://help.sap.com/saphelp_nw04/helpdata/en/e6/e8a04267deb211e10000000a155106/frameset.htm. In the environment variables for the PCD lookup, set the IPcdContext.PCD_PERSONALIZATION_PRINCIPAL variable to the user for which to personalize.

If this is not exactly what you need, please specify more precisely.

Hope this helps.

Daniel

holger_stumm2
Active Contributor
0 Kudos

Looks like a great place to start. I am not sure if it will solve my problem in detail, but it looks promising. I'll keep posting, if I encounter a roadblock.

Thanks so far

Answers (0)