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

Regarding FBL3

Former Member
0 Likes
507

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.

1 REPLY 1
Read only

Former Member
0 Likes
427

hi