cancel
Showing results for 
Search instead for 
Did you mean: 

Required suitable BADI or FM Or Exit to Create PR automatically in service Order

0 Kudos
165

Hi team ,

Can anyone help us to find a suitable Exit or BADI or FM for auto creation of PR in service Order based on Conditions like Material type and Item category group to trigger PR type automatically.

Accepted Solutions (0)

Answers (1)

Answers (1)

Silvia_Ventura
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello 30054508

there is not such enhancement . System creates the PR based in the customizing of item category (table CRMC_SRV_LOG_SC).

If you need to add more conditions, material type or any other field, then you have to copy the forward class CL_CRMS4_PROC_SRVORDER_FWD and adapt the code (e.g PREPARE_PURCH_REQ). Afterward, you should substitute CL_CRMS4_PROC_SRVORDER_FWD by your new class in table CRMS4V_EXCH_FCTR

Best regards

Silvia Ventura