SAP BAPI/Jco Connector using AFX(SSH + Java)
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
This is an alternative SAP connector I have created for demonstration purpose.
See also this newer example that is based on JavaCodeBased AFX Connector: New SAP AFX Connector - JavaCodeBased Tutorial
Unzip the archive under /home/oracle to get 2 directories: mysap contains libraries and the compiled classes, mysapconn contains the source code and compiling script, and also the properties file for connectivity to the SAP environment.
N.B. You need to copy your sapjco3.jar and libsapjco3.so librairies to /home/oracle/mysap
You may need to copy .properties files to /root or homedir of user account in AFX connector(also attached).
You can modify the source code and add additional BAPI calls that you can invoke using AFX connector capabilities. It's Java but with all the working examples and with SE37 to investigate capabilities like BAPI_USER_CREATE etc, you can figure out if you need to send an attribute as a structure, table element, etc.
Capabilities include:
-CreateAccount
-DeleteAccount
-ResetPassword
-LockAccount
-UnlockAccount
-AddAccountToApplicationRole (it basically changes the AppRole)
-AddAccountToProfile
-AddAccountToGroup
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.