QUESTION
When groupings are blank, it would take the default internal grouping, which is not desired
SUGGESTION 1
transaction BUS7,
event DCHCK,
please define your function module and add it into this event,
this will be executed before BP save,
you can check but000-BU_GROUP, issue error
SUGGESTION 2
transaction BUPA_EVENTS
event BPNUM or BPNEX,
define own function module
SUGGESTION 3
Use badi BUPA_NUMBER_GROUP for making groupings to default. But this could only work for GUI mode BP transaction
SUGGESTION 4 (CRM2007)
Use badi BADI_CRM_BP_UIU_DEFAULTS to control attribute BP_GROUP, this will work for web ui in CRM2007.
Comments (2)
May 04, 2010
Mukesh Bablani says:
Hi, Were you able to use Option 4 successfully. I tried it and cannot do ...Hi,
Were you able to use Option 4 successfully. I tried it and cannot do it successfully. I have used this BADI for assignments of General Address information, however assignment of Number Group or any other General Data doesn't seem to be going well.
Mukesh
Jun 28, 2010
Jason Stratham says:
I also had trouble using an implementation of this BADI (option 4) to control th...I also had trouble using an implementation of this BADI (option 4) to control the groupings. I wondered if anyone has successfully done this?.
Jason