cancel
Showing results for 
Search instead for 
Did you mean: 

Hard block (error message) for Limit SC with Asset account assignment

Former Member
0 Kudos

Hi Experts

As per the requirement Limit SC should never have Asset account assignment.

So we need to have a Hard block (error message) for Limit SC with Asset account assignment.

i.e. when we create a Limit SC with Asset account assignment, system should through a Hard Block (error message).

Can anybody please help to set this Hard Block (error message).

Note: In standard, we can create Limit SC with account assignment

Regards
Ajit

Accepted Solutions (1)

Accepted Solutions (1)

konstantin_anikeev
Active Contributor
0 Kudos

Hi,

use BBP_DOC_CHECK_BADI for that.

Regards

Konstantin

Former Member
0 Kudos

Can you please tell me how can I do it using BBP_DOC_CHECK_BADI

former_member184111
Active Contributor
venkatakrishna
Active Participant
0 Kudos

Hi,

in BBP_DOC_CHECK_BADI badi signature you will get guid of SC,

Pass Guid to FM

BBP_PD_SC_GETDETAIL

you will all data of SC , add your logic in badi.

append block message to et_messages.

Regards,

Venkat

Answers (0)