cancel
Showing results for 
Search instead for 
Did you mean: 

Pls Help meNeed a Function Module for assigning the warranty to Component..

Former Member
0 Kudos

Hi All................

I am looking for function module or method,How to assign a Warranty to IBASE component.(nothing but insertion of new line item at the component level).....

Please help me....

Accepted Solutions (1)

Accepted Solutions (1)

former_member200342
Active Contributor
0 Kudos

HI,

We had used the FM : COM_IL_API_CREATE to add a warranty to the ibase component programatically

Please try to use the same.

Regards,

PP

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

I am aware of the fact that this topic is over two years old but perhaps my answer will be beneficial for someone else.

To assign Warranty to IBase Component use FM: CRM_IBWTY_IL_API_CREATE.

Export parameters:

iv_object_guid              " GUID of the Product/Component/IBase/IObject

                              to which you want to assign warranty

iv_object_reference = '01'  " Product

                      '02'  " Installed Base Component

                      '03'  " Installed Base Header

                      '04'  " Individual Object

it_interlinkage_to_create   " internal table with Warranty GUID, start

                              date and dates determination method.

The actual data containing thhese relations is retained in CDBD_IL_IBCWTY table.

Cheers,

Mark

Former Member
0 Kudos

Hi Mark,

I am trying to assign warranties to IObject via IDOC but not getting anywhere. Can you please help me finding some IDOC to add waranties to IObject.

Thanks

Mandeep