Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Warranty End Date Function Module

Former Member
0 Kudos

Hi Guys,

Anyone knows any F.M. to read the end date of the warranty with giving parameters such as equipment number, warranty number, warranty start date. Thx in advance!

Regards

1 ACCEPTED SOLUTION

Former Member

Hi Kun,

Use below FM for your case. All you need to pass it OBJNR which you can get based on euipment number from equipment table.

IREP1_WARRANTY_READ

let me if it solve your problem

Rewards point if its helpful.

Regards

Manish

2 REPLIES 2

Former Member

Hi Kun,

Use below FM for your case. All you need to pass it OBJNR which you can get based on euipment number from equipment table.

IREP1_WARRANTY_READ

let me if it solve your problem

Rewards point if its helpful.

Regards

Manish

Former Member
0 Kudos

Hi Manish,

I found it. The correct one is BG00_WARRANTY_CHECK.

Thanks anyway!