cancel
Showing results for 
Search instead for 
Did you mean: 

Restricting SRM confirmations to select PO types

Former Member
0 Kudos

Hi all,

We are on SRM 7 , ECS scenario.

We have single SC type but have created different PO types in SRM , and used BADI to convert SC to different PO type , like consumable PO, service PO, etc, based on some logic.

Now we want all the requisitioners to do the SRM confirmation only for service PO , not for consumable PO , and other PO. How can we achive this ?

Rgds

Sumendra

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Use the importing parameter e_header of BBP_DOC_CHECK_BADI to identify what type of PO is created.

Regards,

Saixis

Former Member
0 Kudos

Thanks Saixis

Answers (1)

Answers (1)

Ramki
Active Contributor
0 Kudos

Hi Sumendra,

This can be easy.

Pl implement BBP_DOC_CHECK_BADI, where you can throw an error if user selects PO from any other PO type.

Best regards,

Ramki

Former Member
0 Kudos

Hi Ramki,

Thanks. I will try this out and revert .

Rgds

Sumendra