Hi,
I am trying to add some additioanl fields of a system to user mapping screen.
so, i created a system based on com.sap.portal.howtos.webapp.par that i downloaded from SDN
2. added a property "department" to that par file and defined in usermapping fields tag of par file.
3. now i created an iview for system based on this par file and under "user management" cateogry, I selected "additional user mapping fields" and specified " {mech,chem,comp,elec}Department "
4. everything is fine and this dropdown box appears in user mapping iview
but my concern is that i want to send 0 for mech, 1 for chem, 2-comp etc... to an url iview. i just want to know.. how to store name-value pairs in that dropdown listbox of user mapping iview?
any clues?
thanks