Application Development and Automation 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: 
Read only

Program Required

Former Member
0 Likes
261

Hi Folks,

I want to develop a new report on "License status of

all active equipments". This report is from PM Module.

Is one have developed this kind of report previously.

If yes please forward me asap.

Or if u have developed similar kind of report plz

forward asap.

Regards,

Amey

1 REPLY 1
Read only

Former Member
0 Likes
246

HI,

You can use following tables EQUI,FLEET,EQKT

Select fields whichever you want

with following condition

EQUIMANDT = FLEETMANDT

EQUIOBJNR = FLEETOBJNR

EQUIMANDT = EQKTMANDT

EQUIEQUNR = EQKTEQUNR

or

check the view M_EQUIZ

If you find it is useful, Reward me a points

Thanks

Ramesh