cancel
Showing results for 
Search instead for 
Did you mean: 

Which PAPI to use when I need to change SFC LCC?

Roman_Freidel
Explorer
0 Kudos

Hello,

I would like to Change the SFC LCC (LT250 activity) by an MII Transaction. This should be setuped as a post complete actvity e.g. to "Setup".

Can someone help me to find the correct PAPI?

Roman

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Looks like com.sap.me.production.SfcBasicData::setLccRef().

Roman_Freidel
Explorer
0 Kudos

HI Sergiy,

I found the setLccRef() in the Java doc. but I dint't found a Webservice in SSA to check if it exists.

Do you know a PAPI to Change this?

Roman

0 Kudos

Looks as if it is not available via WS call.

0 Kudos

You can submit a suppor ticket against MFG-ME-API component to check if Product Management agrees on implementing such feature.

former_member196557
Active Contributor
0 Kudos

Hi Roman,

The only PAPI that are exposed as WebServices (and also callable from the SAPME PAPI Interface action block) are those that are listed as Interfaces in the Javadocs. The SfcBasicData object is a Java Class and does not have an Interface to expose the methods and properties.

Regards, Steve