cancel
Showing results for 
Search instead for 
Did you mean: 

FICA - Business partner's block for installment plan

Erol_CAGLAR
Participant
0 Kudos

Hi all,

We use the FICA( RMCA) module on telecommunication industry.

We make a lots of installment plan for debtor Customer. But we want to block some business partner for installment. So , when i block or change the business partner's master data it will be block while users make the install plan.

How can I do that.

I need your suggest.

Best Regards,

Erol ÇAĞLAR

Accepted Solutions (0)

Answers (3)

Answers (3)

AmlanBanerjee
Active Contributor
0 Kudos

Hi Erol,

There is no such standard SAP field which SAP has given at the BP level to block IP.

However, you can use any of the existing BP fields, say for example the classification field at the BP level to cater your requirement.

And place a custom code in event 3026, which gets triggerrd during the IP creation and validates the data and checks whether IP has to be created or not.

Hope it helps.

Thanks,

Amlan

Erol_CAGLAR
Participant
0 Kudos

Hello Kapil,

Thanks for replying my question, but I don't want to develop custom code to much, If i can mark this BP on master data using the standard field , It maybe develop to small code behind fpr1 transaction.

Is there any standard field for using this issue.

Best Regards,

Erol ÇAĞLAR

kapilpatil
Active Contributor
0 Kudos

Hello Erol,

Since BP and installment plans are two different business objects. You may have to implement a custom code where you would check for lock on one object if other object is being edited and vice-versa.

I hope this helps.

Thanks,

Kapil Patil