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

Select query

Former Member
0 Likes
635

This select query is going into dump (ABAP RUN TIME ERRORS)

please tell me weather it si correct or not

SELECT msegmblnr msegbukrs msegwaers mkpfbldat mkpf~budat

mkpfbktxt mkpffrath

INTO TABLE it_header FROM mseg

INNER JOIN mkpf ON msegmblnr = mkpfmblnr

WHERE mkpf~mblnr IN s_mblnr

AND mkpfbudat IN s_budat AND msegebelp IN s_ebelp AND

mseg~lifnr IN s_lifnr.

Regards

Ajay

Edited by: ajay babu on Feb 13, 2008 3:02 PM

Edited by: ajay babu on Feb 13, 2008 3:07 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
546

Could you provide us wit text of the dump ??

I think t may be time out dump due to very large amount of data extracted from database and not efficient

'IN' operator in where condition.

Otherr possibility is that internal table 'IT_header' structure is different than seleceted fields in you selct statement

BR, Jacek

Edited by: Jacek Slowikowski on Feb 13, 2008 3:06 PM

2 REPLIES 2
Read only

Former Member
0 Likes
547

Could you provide us wit text of the dump ??

I think t may be time out dump due to very large amount of data extracted from database and not efficient

'IN' operator in where condition.

Otherr possibility is that internal table 'IT_header' structure is different than seleceted fields in you selct statement

BR, Jacek

Edited by: Jacek Slowikowski on Feb 13, 2008 3:06 PM

Read only

Former Member
0 Likes
546

Hi,

What is the dump message you are getting?

Thanks,

Sriram Ponna.