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: 

Not showing all equipment order in zreport ( SAP-PM)

Former Member
0 Kudos

Dear Sir,

I am working monthly perfomance report related of SAP -PM. which that show data of equipment order wise. these order is create plant wise.

i am fetching data through plant code and order final date .

***selection-screen*******

t001w-werks OBLIGATORY,

p_spmon TYPE s115-spmon OBLIGATORY,

********************************************

in this program i am using tables AUFK, AFIH, and EQUZ.

My problem is that this report is not showing all data for only one plant. becoz only two line item show in Table EQUZ according order date and plant. and in table AFIH showing 10 line time. whenas 63 order has been created in that date .

so, i want know that where is problen either my program or standard table EQUZ

Plz guide me ......................

Moderator Message: Basic Question . Thread Locked.

Edited by: kishan P on May 12, 2011 12:39 PM

2 REPLIES 2

Former Member
0 Kudos

Do join between AUFK, AFIH & EQUi... are u looking for anything specific in EQUZ ?

0 Kudos

Dear sir,

I want fetch equipment no. of order from EQUZ. when i pass date from 01.03.2011 to 31.03.2011 then showing only one equipment number in EQUZ table.

when as 63 orders has been created between 01.03.2011 to 31.03.2011 which are showing in table AUFK and AFIH.

in my z report i am using table EQUZ for equipment no.

so, i don't understand that why not showing all eqipment number in EQUZ table between 01.03.2011 to 31.03.2011

this problen for only one plant (459B), rather than other plant (like 460A, 470A....................) all data are showing in my report.

Plz guide me......................