Skip to Content
0
Dec 07, 2006 at 05:17 AM

report performance

30 Views

hi all.,

my report displays ESNs ( Serial numbers ) as on date.

so first i am going to mkpf and mseg.. here i am not using primary or secondary index. instead i am seleting based on other fields like matnr, werks, lgort, budat, bwart etc., ( total 6 fields ).. i don't have other option, i have to pick data based on these. ( no index is available on this )

next, to get serial numbers i am hitting objk and then ser03 tables...

And processing internal tables based on requirement. (deletion.... )

->to modify a value i am looping a inter table within itself...

<b>loop at xyz.

loop at xyz where <cond>

endloop.

endloop.</b>

Is that taking more time???

could any one help me out...!

Thanks

RK