Yes, we grant every organisation a 30-day free trial. Head over to our licensing portal, Fellow Marble, and create your account.
Follow the steps to create your user and organisation, then head over to the License Store to "purchase" your trial. Then head over to the main page where you can select Vector and claim the trial as your user license. This is also where you can download Fellow Vector.
Fellow Vector is Windows only and requires at least windows 7 to operate.
Fellow Vector is natively compatibale with on-prem SAP systems as they come by default with RFC (Remote Function Call) functionality.
SAP has made mention of a RFC adapter for SAP Cloud, however we have not yet had the opportunity to test.
After installing Fellow Vector you can start playing around immediately. Manually connect to a SAP system and start exporting to CSV.
However, to make your experience better we would suggest installing the following applications:
Yes, we would suggest you use your QA or Pre-Prod environment first to test the effects of Vector on your system.
We have extensively tested the performance impact of Fellow Vector on multiple SAP systems and found it to be of minimal impact. However,
each SAP system is different so we highly encourage you to perform your own performance testing before using Vector in production.
Definitely not! Fellow Vector ONLY uses read functions from the RFC library.
Not by default. In the settinngs page of Fellow Vector we offer two standard RFC functions to fetch your data.
We offer a custom Z function to catch a specific scenario where the standard "BBP_RFC_READ_TABLE" RFC function returns duplicate rows. By default this function does not exist in SAP.
To fix the duplicate issue, the SAP team should create a duplicate of the "BBP_RFC_READ_TABLE" function, name it "ZBBP_RFC_READ_TABLE" and have them add "ORDER BY PRIMARY KEY" as a sorting clause.
This is an important one! Your SAP user determines if you have access to the data you wish to extract and the RFC functionalities of SAP.
Your user should have the following "DISPLAY ONLY" access rights:
Sure you can, we offer three options in the settings menu to pseudonomyze your data:
After installing Vector, perform the following steps:
After installing Vector, perform the following steps:
In the settings screen, we offer a custom Z function to catch a specific scenario where the standard "BBP_RFC_READ_TABLE" RFC function returns duplicate rows. By default this function does not exist in SAP.
To fix the duplicate issue, the SAP team should create a duplicate of the "BBP_RFC_READ_TABLE" function, name it "ZBBP_RFC_READ_TABLE" and add "ORDER BY PRIMARY KEY" as a sorting clause.
Then simply switch to using the "ZBBP_RFC_READ_TABLE" function for your extraction and all should be well.