Skip to Content
Author's profile photo Mathieu GRAVIL

SAP solution for mobility

In my company, we make a poc to test SAP mobile solution :

  • SAP FIORI with track invoice and check price and availability.
  • One based on custom hybrid apps on Sysbase unwired platform. This application will be used to validate pruchase requisition. We didn’t use standard fiori application because in the ERP we didn’t use workflow.

  1. Link SCC to windows AD (SMP 2.2)

I didn’t manage by modifying files <SCC-install-directory>/conf/role-mapping.xml and

<SCC-install-directory>/conf/ csi_config.xml as described in http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc01265.0328/doc/html/bth1253658717143.html.

But it works when i have done this :

  1. Create groups “sybase” and  “SCC Administrator” in AD:AD.png
  2. I affect user in AD to these groups.
  3. In SCC, go in security on admin profil, i have created com.sybase.security.ldap.LDAPLoginModule profil:/wp-content/uploads/2013/07/scc_secu1_244080.png/wp-content/uploads/2013/07/scc_secu2_244081.png

controlFlag=”sufficient”

AuthentificationSearchBase=”ou=Users,dc=urb,dc=labo,dc=local”

ProviderURL=”ldap://frrmurb-dct001.urb.labo.local:389″

RoleFilter=”(&(objectClass=top)(objectClass=group))”

AuthenticationScope=”subtree”

RoleScope=”subtree”

BindDN=”URB\SmpAdmin”

BindPassword=”********”

DefaultSearchBase=”ou=Users,dc=urb,dc=labo,dc=local”

RoleSearchBase=”ou=Groups,dc=urb,dc=labo,dc=local”

ServerType=”msad2k”

AuthentificationMethod=”simple”

AuthenticationFilter=”(&(sAMAccountName={uid})(objectclass=user))”

And remove other profils (if you want…).

Go to Role Mapping tab to mapp AD group with Role :

/wp-content/uploads/2013/07/rol_mapping_244085.png

Assigned Tags

      3 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Midhun VP
      Midhun VP

      May I know what do you mean by this Blog? Are you asking a question here ? If yes you have to ask the questions under discussions.

      - Midhun VP

      Author's profile photo Mathieu GRAVIL
      Mathieu GRAVIL
      Blog Post Author

      In fact, i won't ask something here. I will describe my experience on this poc.

      Author's profile photo Midhun VP
      Midhun VP

      Sure. Please read this before writing a blog, http://scn.sap.com/docs/DOC-19331 . Happy blogging.