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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Retrieving metadata from the SAP system

Hi all,
I want Retrieving metadata from the SAP system.
But i didn't find SAP wizard in Talend to connect SAP system.

Thanks
kumar.talend
Labels (2)
12 Replies
Anonymous
Not applicable
Author

Hi,
If your table name is "row_sflight_1 ", why did you set your TableName in "output" as DATA?
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi Sabrina
In my job i am just display the data in console(tlogrow).
i.e i given TableName as "DATA".
Thanks for quick replay.
Regards,
kumar.talend
Anonymous
Not applicable
Author

Hi Folks,
Any one help how to define output properties in tSAPInput.
I want load data from SAP Systems to postgresql.
Ex: SAP have customer table and fields are customer_id,first_name,last_name
i want load SAP customer table into postgresql customer table(it have customer_id,first_name,last_name fileds)
i given in Mappings like below but it is not working.
customer(SAP) customer(postgresql)
customer_id--------------customer_id
first_name----------------first_name
last_name----------------last_name
it's showing below error.
"Field customer_id is not a member of TAB512"
how to load data from SAP Systems to other Database?
how to define Mapping?
For TableName(Structure Name) can i give SAP Table name or postgresql Table name?
i want load customer_id data into (postgresql customer table) customer_id
first_name into (postgresql customer table) first_name
last_name into (postgresql customer table) last_name
please provide some sample screen shots.....
Thanks in advance.

Regards,
kumar.talend