‎2009 Nov 18 8:17 AM
Dear experts,
I have written a code for FBL3 prgram. I have used BSIS, BSEG tables.
My main requirement is to extract the data by giving company code and plant and budat.
So when im extracting it si taking lot of time.
sample code.
select a b c d from bsis into table ibsis where....
if not ibsis[] is not initial.
select a b c d from bseg into table ibseg for all entries.....
endif.
Im using BSEG table.So that's y it is taking lot of time.
So how to get the data ASAP.
Thanks & Regards,
Sree.
‎2010 May 24 6:52 AM