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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

Usage of tSAPInput and RFC_READ_TABLE

I would like to use RFC_READ_TABLE with the tSAPInput component.
Can anyone explain me, how I must set the parameters for this RFC?
Which inputs parameters do I have to set, in order to pick only certain
fields out of a table (delimitation 512 characters) and how can I implement
a filter?
Thanks in advance.

Labels (1)
  • Other

26 Replies
Anonymous
Not applicable

Sure that was my first try on the Upload Image thing. i have an 20" 1600x900 so i will try..
Anonymous
Not applicable

TRY 2
Anonymous
Not applicable

Now as you notice the tSapInput need to have the same Schema as the Function of which you are trying to call. There are many Variables within Most Built in RFC so try to only use what you will really need to help on processing time. Sap for RFC is inhertianly slow for me (1secto process is a revolution of the world for me) so i try to keep it Simple..... Using the TOS you will for sure need to have access to SE37 within SAP to Visualize the RFC you want to Use, so be sure to check with you company SAPController for the Correct access... HAVE FUN
Anonymous
Not applicable

Thanks a lot for your answer.
I will try that.
It seems to be painfull to use 😉
Anonymous
Not applicable

Actually not so bad if u know how sap structure works(TOS Version). If your not familiar with Sap then i highly recommed TIS minimum
Your Welcome..
NOW.
SAP 'Commit' anybody know how to use this structure with the SAP Components yet?
Anonymous
Not applicable

When you are quoting something that has a spelling or grammar mistake or presents material in a confusing way, insert the term sic in italics and enclose it in brackets. Sic means, "This is the way the original
material was."
Example: She wrote, "I would rather die then be seen wearing the same outfit as my sister."
Should be than, not then.
testking 1Y0-264
testking 412-79
_AnonymousUser
Specialist III
Specialist III
Author

You have at this link a complete example of the use of tSapInput component:
http://churriwifi.wordpress.com/2010/01/13/ejemplo-talend-sap/
Good lucky!!!
_AnonymousUser
Specialist III
Specialist III
Author

Great job, thanks. Interested in passing a popular IT certification exam like testking NS0-501, testking 1z0-042 and getting a promotion!
_AnonymousUser
Specialist III
Specialist III
Author

_AnonymousUser
Specialist III
Specialist III
Author

Hi, I'm using RFC_READ_TABLE to extract data from a table... but I only want to get certain fields of the table.
How can I implement it or which input parameters I have to set in order to get only the fields I want?
thanks in advance