Hi Venkat,
Please set the filter in tcode SMOEAC instead of R3AC1 if you want to load from CRM to ERP.
You can use the field CRMW_BUPA_HEAD-BPARTNER to control the number range of the BP.
There are following options for the operator:
NE: not equal
LT: less than
GT: greater than
GE: greater than or equal
LE: less than or equal
BT: between
for example, you can set the filter :
segment: CRMW_BUPA_HEAD
field: BPARTNER
operator: BT
value: the value range of the BP you allow to replicate. Then the BP id not in the value range will not be replicated to ERP.
(If you set several filter entries with the same field, they will be considered as OR. If you set filter entries with different fields, they will be considered as AND.)
For more details, please refer to SAP KBA:
1834681 - How to set filter for BP upload from CRM to ECC
Best Regards,
Ellen