Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

unable to instantiate the API in master data governance

raja_m5
Explorer
0 Kudos
587

We are implementing MDG,we are trying to insert some default records under identification type and identification number in the NWBC screen.For that,I am calling get_instance method of governance api by passing model.

but it is not getting instantiated.Can any body suggest the solution.

2 REPLIES 2

Piyush_RS
Explorer
0 Kudos
336

Hi Raja,

Use the convenience API (CL_USMD_CONV_SOM_GOV_API).

Regards.

Piyush RS

0 Kudos
336

Hi,

Thank you for the class. Do you have any example for this class?