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.