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.