Releases: jlolling/talendcomp_tSAPRFC
Bug fixes
Close component implemented and bug fix
Close component implemented: tSAPRFCClose.
This component is necessary in case of you use as Connection Type the service.
Bug solved: in case of the service send an empty response (because there are no data for the query) the component tSAPTableInput hangs sometimes (typically after the 3 request).
Bugfix: Prevent NullPointerException
In case of the service sends an empty line: NullPointerException prevented.
Use Open Source Webservice als alternative
This release enables the usage of the open source SAP RFC web-service.
Because queries to SAP can potentially be long lasting, you can increase the timeout for the component in case of using the web service.
The service is published here:
https://github.com/jlolling/SAPRFCProxyServer
In the connection group section there is the necessary option input to switch from the shipped sapjco3 usage to the usage of the web service.
ATTENTION: the sapjco3.jar is here in the component tSAPConnection only a dummy lib. Please replace this jar with the jar file you have downloaded from the SAP support!!
Ready to use read components with improved filter config
This version is the first fully tested ready to use components and contains a lot of improvements compared to the build-in from Talend (Enterprise)
- Allows unlimited filter expressions (will be automatically separated into multiple sections within the call. A filter part cannot be longer than 72 chars. To enable longer filter expressions please put a ; at the position where you want to cut the expression.
- Easy to handle unlike the former components tSAPInput because easy to understand user interface
- No problems with internal field delimiters, the component use a none printable char and prevent any conflicts this way.
- Component does not use internal Talend classes, they works therefore also for Open Studio
Please establish a connection with tSAPConnection and use it in tSAPTableInput.
The configuration of the connection can be taken from a context.
ATTENTION: the sapjco3.jar is here in the component tSAPConnection only a dummy. Please replace the jar with the jar file you have downloaded from the SAP support!!