cancel
Showing results for 
Search instead for 
Did you mean: 

Linking Ibase with counter

former_member212005
Active Contributor
0 Kudos

Hi All,

I am looking for the function module which will actually link the counter with an ibase?

Currently I am using the function module CRM_MPK_IL_CREATE_LINK.....however it doesnt seem to work.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi vin ,

please use the following function module to get the link between counter and Install base.

crm_mpk_get_cnt_list_for_comp -Counter list for Component / IObject identify

CRM_MPK_GET_CNT_LIST_FOR_IBASE -counter iBase list for tree / Comp tree identify

hope it will useful.

thanks

Hemant ghiya

former_member212005
Active Contributor
0 Kudos

Thanks Hemant...but I found the solution myself...

Function Module I am using is

CRM_MPK_IL_CREATE_LINK

Former Member
0 Kudos

Hi,

I am also trying to use the CRM_MPK_IL_CREATE_LINK bapi, i have given correct paameters, No errors are coming, still ibase and counter is not inking,

Please help, if anybody has worked on it...

Thanks,

Sushant

Former Member
0 Kudos

Solved by meself

Former Member
0 Kudos

Hi Sushantbm,

I am also facing the same problem, could you please let me know how did you solve it?

I am also using the CRM_MPK_IL_CREATE_LINK bapi, I have given correct paameters, No errors are coming, still ibase and counter is not inking.

CALL FUNCTION 'CRM_MPK_IL_CREATE_LINK'

EXPORTING

iv_reltype = 'IBCMP' "'COUNT' "'IOBMP'

iv_source_guid = ls_object-product_guid "lv_appl_id "ls_counters-guid_ref_obj "lv_ibase_id

iv_counter_guid = ls_counter_data-guid

  • IV_MAIN_COUNTER = ' '

iv_1o_link_kind = 'B' "'D'

IMPORTING

et_messages = lt_messages

  • ev_error =

EXCEPTIONS

lock_failed = 1

other_il_error = 2

unknown_il_type = 3

OTHERS = 4

Thanks,

Anup