Hi, expert
In Data service, I want to get the BI content data from the SAP ERP. I built a datastore for connecting the SAP ERP using RFC.
The example is 0COMP_CODE_TEXT and I put it in ODP Object.
There are two problems for this case.
Environment: SAP ERP ECC 6.0 EHP6 and SAP Data service 4.2 SP3
- I always get the following error message
0COMP_CODE_TEXT has different structure in SAP ERP ECC 6.0 EHP6 and SAP Data service.
SAP Data service has more columns: mandt, ODQ_ENTITYCNTR, ODQ_CHANGEMODE.
If the Schema has ODQ_ENTITYCNTR, I chose "view data" tab. Data service shows the following error message "cannot convert data <> into type <decimal>.context column <>."
How do I fix this error?
- I always get the following code page error
If I change ODQ_ENTITYCNTR data type from decimal to varchar(date, datetime..etc) or delete ODQ_ENTITYCNTR and ODQ_CHANGEMODE, It doesn't show error message.
change ODQ_ENTITYCNTR data type
delete ODQ_ENTITYCNTR and ODQ_CHANGEMODE
But the data is garbled. I try to modify the code page setting and it doesn't work.
How do I fix this error?
Anyone can help me?