Software Development

How to update User Country and Language in SAP NetWeaver Portal

We can create SAP NetWeaver Portal users from various sources. One is through LDAP. Unfortunately, the details from LDAP are never comprehensive. Next, is through user inputs. Users register and provide details like country and language. This post shows how to update user country and language in SAP NetWeaver Portal using Java. This is useful when creating users from LDAP that do not provide country and language information.

SAP NetWeaver Portal Requirements

We used the following items for this post.

  • Windows 7 Professional SP1
  • SAP NetWeaver Developer Studio Version 7.0.09 for Java
  • SAP NetWeaver Application Server
    • ​sap.com/SAP-JEECOR  – 7.00 SP26 (1000.7.00.26.1.20120307143343)
    • sap.com/SAP-JEE – 7.00 SP26 (1000.7.00.26.0.20120109175405)

Java Codes To Update User country and language

Consider the following Java codes.

 

Loading

Got comments or suggestions? We disabled the comments on this site to fight off spammers, but you can still contact us via our Facebook page!.


You Might Also Like