Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

Handling BAPI event in Talend

Hi Team,
We have below requirement is it possible to achieve it in Talend Open Studio 6.1.1
1)BAPI is sent from SAP through a background job, This BAPI event has to be captured by Talend tool.
If possible can you please share us an example or a link where there is a similar requirement is implemented with screen shot a sample one.
2)Also how to get "SAP Connections" under metadata section
I was able to achieve it in 5.4.1 version of talend by adding below contents from PLSAP connectors 
->features folder
->lib
->plugins
->artifacts.jar
->content.jar
Can you please help how to configure the same in TOSDI 6.1.1
Let me know the step in details for configuration.
Hoping a quick reply from Talend Team.
Thanks,
NN
Labels (3)
5 Replies
Anonymous
Not applicable

Hi,
tSapInput and tSapOutput components deprecated before 6.0 have been removed from Talend open studio 6.0.
There are custom components tSapInput and tSapOut on Talend Exchange which are used to allow to extract data from an SAP system at any level through calling RFC or BAPI functions and write data into an SAP system.
You can download tSapInput and tSapOut components freely from Talend Exchange Portal and install them into your open studio.

So far, SAP connection under metadata will be available in Talend Subscriotion Version not open source.
Best regards
Sabrina
_AnonymousUser
Specialist III
Specialist III
Author

Hi xdshi,
Thanks for your reply,
How to achieve the below requirement?
1)BAPI is sent from SAP through a background job, This BAPI event has to be captured by Talend tool.
If possible can you please share us an example or a link where there is a similar requirement is implemented with screen shot , a simple one will be of great help.
Thanks NN.
Anonymous
Not applicable

Hi,
Please take a look at component reference about:TalendHelpCenter:tSAPBapi with related scenarios.
Let us know if it is Ok with you.
Best regards
Sabrina
_AnonymousUser
Specialist III
Specialist III
Author

Hi Sabrina,
SAP system has to call a Talend Job based on some user action in SAP system.. Is there a way to achieve this?
Thanks & Regards,
NN
_AnonymousUser
Specialist III
Specialist III
Author

Hi,
You could call a TALEND webservice (Running you Talend job) from SAP.
Regards.
Eric