Java API Personalization
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
Daniel Wroblewski replied
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