cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Unable to read the content of some MTable Classes using mappingTableClassFind Web Service Operation

dlopezbelandia
Explorer
0 Likes
423

Hi

I'm using mappingTableClassFind WS Operation to read the defined structure (columns) of a subset of mapping table classes defined in the system (SAP CC 5.0). Nevertheless I'm facing a strange issue as I'm able to read a some of them but I'm unable to get the content of others and I don't understand the reason as I'm able to open them in CC. Any idea why this can be happening? Those where I have issues don't appear when getting the whole list of classes and when querying for the specific name I only get "return" but the XML seems fine as I'm able to get the whole information for others.

One potential alternative would be using mappingTableFind for reading the table and ignoring the content, but when the table is empty the column names are not returned, so I don't have this workaround.

Thanks a lot

Best Regards

Accepted Solutions (1)

Accepted Solutions (1)

former_member428395
Active Participant
0 Likes

Dear Diego,

take care to use the version 1 of mappingTableClassFind Web Service Operation. The version 0 will return only the one compliant with the first version.

see https://help.sap.com/doc/d847860d561a47568a936d5f3cbeb9da/5.0/en-US/core_wsdoc/catalogManagement/Map...

Best regards,

Eric Fremont.

Answers (1)

Answers (1)

dlopezbelandia
Explorer
0 Likes

Thanks Eric! It worked fine