[Data Factory] SAP Table Connector cannot find FM in SAP ECC 6

Nestor 46 Reputation points
2020-09-16T09:22:11.74+00:00

Our version of SAP (ECC6 EHP 0) does not have the FM ZRFC_READ_TABLE2. We created a copy and called it ZFM_INTERNAL_ZRFC_READ_TABLE2; however, when trying to use it from ADF with the SAP connector (version 3.0.23 64bit) we get an error.
Type: SAP.Middleware.Connector.RfcInvalidParameterException
Message: Element QUERY_TABLE of container metadata XXXXX/ZFM_INTERNAL_ZRFC_READ_TABLE2 unknown.

I posted this question in the GitHub feedback page (link) and was told this is a better forum to answer this type of questions.

The FM has the QUERY_TABLE parameter and it has been tested to be working (using Python scripts).
Screenshots of the configuration and tests performed.
25175-fm.png

25176-test1.png

25177-testresult.png

Any ideas as to where the problem lies?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,646 questions
{count} votes

Accepted answer
  1. HarithaMaddi-MSFT 10,146 Reputation points
    2020-09-22T09:20:34.327+00:00

    Thanks @Nestor and @Carlos-Enrique de las Marinas Rodríguez for sharing the details. I discussed with the Product team and they suggested that currently there is no parameter in Azure Data Factory(ADF) equivalent to "NO_DATA" parameter in SAP. And, as per our discussion, the above issue is resolved if we are specifying function module alone without the function group.

    I would recommend you to submit an idea in feedback forum which is closely monitored by the Data Factory product team and will be implemented in future releases.


1 additional answer

Sort by: Most helpful
  1. Abhilash E 0 Reputation points
    2023-10-12T09:12:15.95+00:00

    @Nestor Did you get any other methods to accomplish it?

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.