cancel
Showing results for 
Search instead for 
Did you mean: 

Prevent Quotation from CRM to R/3

Former Member
0 Kudos

Hi I need to Modify a BADI for the following requirement::

Prevent Replication of Quotation from CRM to R/3 based on the following conditions::

For OEM Quote:

Is sold-to-partner is Prospect

Is the product is Generic Part

If the above condition is 'yes' then add Distributor Lock on the Document.

For Distributor Quote:

Is the Sold-To used is ‘Disti-TBD’ customer (Prospect).

Is the product(Material) is Generic part.

Is the product is Registerable Ship & Debit part.

Is the product is non Registerable, Ship & Debit part.

if the above condition is 'yes' then add Distributor Lock on the Document.

How to implement a Technical solution for this in CRM BADI. I have a customized BADI.

Sunil

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sunil,

You can trigger it by setting up status profile. In status profile you define

one status which will trigger business transaction on Distribution Lock.

So after you setup this status profile, next you can write BADI to set

this status to your document (based on criteria as you mentioned)

http://help.sap.com/saphelp_crm50/helpdata/en/52/2d0c38941e5666e10000009b38f8cf/frameset.htm

http://help.sap.com/saphelp_crm50/helpdata/en/fe/8de7ed622e114794e21f79892b7e85/frameset.htm

And check also documentation on how to set status profile in relation

witht system status.

Hope this could help.

Gun.