cancel
Showing results for 
Search instead for 
Did you mean: 

Error while creating Ncgroup using SAP ME PAPI interface

Former Member
0 Kudos
502

Hi,

I am having a SAP MII transaction through which I am trying to create NC group by making a call to SAP ME PAPI Interface. I am invoking createNCGroup method of NcGroupConfigurationService interface. I am getting below mentioned error

[ERROR] [ncGroup]SAPMEPAPIInterfaceAction.executeMEPAPI(): Error in executing the selected service. Error is:
com.sap.me.frame.transitionutils.Exceptions.convert(Exceptions.java:47)
com.sap.me.nonconformance.impl.NcGroupConfigurationService.createNcGroup(NcGroupConfigurationService.java:113)

configuration data that I am passing to this service is as below

<item><field>NC-0002</field><Description>WF Activities</Description><data>true</data><required></required></item>

field is mapped to NcGroup, Description to description, priority is set to 500 for all NC codes validatAlloperations is mapped to data

please suggest what could be the issue in this.

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

ankit12
Active Participant
0 Kudos

Hi Pawan,

For me your given input xml is working fine and it's creating NC group in sap me using PAPI.

check you credential alias that you are using or try to run any other PAPI.

Regards,
Ankit Gupta