microsoft / ABAP-SDK-for-Azure

ABAP Libraries for SAP native Integration with Azure Services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interface GRAPH not maintained in factory method

colbyhemond opened this issue · comments

When running the ZADF_DEMO_AZURE_GRAPH program after configuring it, the error message "Interface Type not Maintained for Interface ADB2CGR_GE" occurs.

RAISE EXCEPTION TYPE zcx_adf_service

Is there a reason the GRAPH instantiation is not implemented in zcl_adf_service_factory=>create( )?

Hi @colbyhemond,

We have moved the instantiation object for the same. Kindly check now and let us know if you are still facing issues.

Thanks,
Sanju

@Sanjukum19 that did the trick! Thanks!