Hi Experts,
We are implementing SAP CRM 6.0 for Utilities. We ahve enhanced component IUICMD.
We have modified the view IUICMD/Createorg to provide F4 Help. It was going all well.
Now we have a requirement that customer wants to add two more roles Defined in table CRMC_IU_MD_PROF for the Z profile.
SAP Standard seems to create only BP's with Rolw CRM000 for IUICMD/CreateOrg.
I wish to know where exactly this chnages can be done. I am was looking at EH_ONSAVE Method on CL_IUICMD_CREATEORG_IMPL for a possible enhancement. There i find the
CALL METHOD cucomd->save
EXPORTING
ir_entity = lr_entity
iv_commit = abap_true
iv_create = abap_true
RECEIVING
rv_success = lv_success.
Where the actual Organization BP is created.
Let me know the procedure to have thois modifications achieved.
Thanks in Advance,
Best Regards,
Prabahar