cancel
Showing results for 
Search instead for 
Did you mean: 

SFCArchiveServiceInterface in PAPI?

Former Member
0 Kudos

Hello,

In the SAP ME 6.1.4.0 PAPI Javadoc of the ArchiveServiceInterface the SFCArchiveService and the ShopOrderArchiveService are mentioned.

There is a ShopOrderArchiveServiceInterface, but there is no SFCArchiveServiceInterface. Is it sufficient to use the ArchiveService(Interface) to archive SFCs or is the SFCArchiveService(Interface) still missing and I have to wait for it to be implemented?

Best regards,

Martin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello again,

isn't there anyone @ SAP who can answer my question?

This is possible:


ArchiveServiceInterface asi = Services.getService("com.sap.me.demand", "ShopOrderArchiveService", site);

But this not:


ArchiveServiceInterface asi = Services.getService("com.sap.me.demand", "SFCArchiveService", site);

I have to archive and dearchive SFCs only, not shop orders.

Best regards,

Martin

Former Member
0 Kudos

Martin,

SFCArchiveService is defined in the production module. Please, give it a try.

Thanks,
Bakhtiyar

Former Member
0 Kudos

Bakhtiyar,

thanks a lot for your answer. It works:


ArchiveServiceInterface asi = Services.getService("com.sap.me.production", "SFCArchiveService", site);

Regards,

Martin

Answers (0)