Skip to Content
0
Former Member
Nov 25, 2006 at 09:39 AM

Retrieving the Data from KONV Table

1200 Views

Hi All,

We have a problem in retrieving the Sales data from KONV Table.

Below is the code we used to retrieve the data from KONV table.

<b>SELECT KKNUMV KKPOSN KKSCHL KKBETR K~KWERT FROM KONV AS K

INTO CORRESPONDING FIELDS OF TABLE IG_VALUE

FOR ALL ENTRIES IN IG_SALESTAX

WHERE KNUMV = IG_SALESTAX-KNUMV AND

KPOSN = IG_SALESTAX-POSNR AND

KSCHL = 'JIN1' OR KSCHL = 'JIN2' OR

KSCHL = 'JIN4' OR KSCHL = 'JIN5'.</b>

In the testing server when the program is executed it giving "Session Timed Out" error.

Is ther any alternative way to retrieve the data from KONV table or is there any Funtion Module specifically used to retrevive the Sales details.

Suggestions and Help will be much appreciated.

Thanks & Regards.

Ramesh.