Skip to Content
0
Former Member
Jul 19, 2005 at 11:21 AM

Taking time to fetch records from BSEG

146 Views

Hi all,

When iam fetching wrbtr,augdt,zterm fields from BSEG table by passing VBELN and BUKRS it is taking lot of time to get.My query goes like this

select vbeln wrbtr augdt zterm from bseg into table t_bsegtab for all

entries in t_vtab where bukrs = p_bukrs and

vbeln = t_vtab-vbeln.

Is there any wrong in statement.If not what is the possible solution for that.

regards

kiran