cancel
Showing results for 
Search instead for 
Did you mean: 

Issue when importing KONV table on Information Steward

Former Member
0 Kudos

Dear all,

We are currently trying to create a rule on Information Steward 4, that checks some fields on the KONV table. However, when we try to add it to our Data Insight project, we get the following error: "XML validation error for file getMetadataReplyDocument(xml) (COR-10142).".

We understand that this problem is originated because we KONV is a clustered table, however, we are not aware of how to work with them on Information Steward.

Would someone help us to understand how to work with the KONV table in Information Steward or confirm whether is possible to use them?

Regards,

Ana.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi Ana,

The KONV table in ECC 6.0 has a datatype that is not supported by DS or IS, we had the issue even importing the metadata to DS 4.2,

What we end up doing is, in DEV, we changed the data type for field KONV.KAQTY  data type  DF34_DEC (which is not supported by DataServices) to decimel point, than we imported the table. After that when you move the code to QA and PRD, it works just fine.

Here is SAP Note 1751486

Regards,

Vladimir

former_member187605
Active Contributor
0 Kudos

Use DS to copy the table to a staging area in a relational database.

I never use IS directly on ECC tables, especially not in production.