cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

With SAP ERP 6.0 EHP3 and activating business function LOG_PP_MIS you get new functions for mass processing of production-/process-orders.

In compound with Transaction CISL you can change list types and correspondig mass processing functions.

There are two new undocumented mass processing functions for production-/process orders with list type order header PPIOH000 (transaction COHV/COHVPI):

 

260          Set Deletion Flag

270          Set Deletion Indicator

 

At least "260 set deletion flag" function seems to be working.(I could only test this)

 

Before activating of business function LOG_PP_MIS these two mass processing functions were explicitly inactivated in function module CO_WORK_REGISTERED_FUNCTIONS_S.

(look for constants cowrk_c_fct_delflag or cowrk_c_fct_delind / comment "also delete functions which are not supported in COHV yet")

 

Does anyone know whether these functions were officially released or where they are documented?

 

Otherwise we would have to implement a class with BAPI_PROCORD_SET_DELETION_FLAG with integration into the navigation profile of COVH / COHVPI.

That's what I wanted to avoid, if there is already a standard implementation.

0 Likes
View Entire Topic
Former Member
0 Likes

Thanks for your fast reply!

So, I guess that you activated LOG_PP_MIS (see also note 1819470) , changed PPIOH000 in COISL and restricted access to those new functions? If so, then how?

Thanks again

regards

Horst

sven_schneider2
Explorer
0 Likes

Horst,

hope I understand your question?

First activate BF LOG_PP_MIS.

(In SFW5 check, that there are no activation error. If so, resolve them.)

We have then add function "260 Set deletion flag" in COISL.

Restrict access to these functions --> see my posts above or FM-documentation to the corresponding BAPI in SE37. (use authority object C_AFKO_ATY in your PFCG role)

Former Member
0 Likes

Hi Sven,

thanks a lot!

rg

Horst