cancel
Showing results for 
Search instead for 
Did you mean: 

Ibase Creation

Former Member
0 Kudos

Hi,

I am new in crm. i have one report in that i have to create ibase when revenue recognize. Menas as input i have to pass salesorder no from r/3 system and base of tha partner(customer) . I have to create ibase and coponents of ibase. So now i already created r/3 rfc . I thougth and made list in sequence of fm please check it and tell me is proper or not.

first i search for partner for that i use this ..CRM_IBASE_PARTNER_SEARCH

Based on sy-subrc i create ibase . Fn module for that is...CRM_IBASE_CREATE

then use.....CRM_IBASE_SAVE

Then is ibase is already exist for particular partner so i find component for that with this fm...CRM_IBASE_COMP_FIND

if conponent is not exist then use this fm to create conponent.

Then i created conponent with this fn...CRM_IBASE_COMP_CREATE

Please suggest me if my flow is wrong ...

Regards

Gurprit Bhatia

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member1063151
Active Participant
0 Kudos

Hi Gurprit,

I have done similiar program. My requirement then was create individual object and Ibase. My experiment with CRM_IBASE_CREATE and CRM_IBASE_COMP_CREATE wasn't fruitful so I used CRMXIF_PRODUCT_INDOBJ_SAVE and CRMXIF_IBASE_SAVE instead.

Cheers,

Cady