cancel
Showing results for 
Search instead for 
Did you mean: 

Delete PO line item

former_member187452
Contributor
0 Kudos

Hello All,

I want to know based on what condition the SRM PO line item deletion button is enabled.

Is there any class/method or FM to check if the PO line item deletion is possible or not.

Thanks,

Bharat

Accepted Solutions (1)

Accepted Solutions (1)

laurent_burtaire
Active Contributor
0 Kudos

Hello,

Action is managed by CHECK_DELETE method from /SAPSRM/CL_PDO_DYN_MDA_IT_PO class.

Regards.

Laurent.

former_member187452
Contributor
0 Kudos

Thanks Laurent.

Also one more question is there any class/method or FM available to check if confirmation or return delivery action is possible for the PO?

Thanks,

Bharat

laurent_burtaire
Active Contributor
0 Kudos

Hello,

ENABLE_BUTTONS method from /SAPSRM/CL_CLL_POWL_A_BO_CONF class if you use standard class feeder and you have not implemented /SAPSRM/BD_CLL_POWL_FEEDER enhancement spot.

Check also IF_POWL_FEEDER~HANDLE_ACTION method from /SAPSRM/CL_CLL_PWL_A_CONF class.

Regards.

Laurent.

Answers (0)