‎2004 Nov 04 11:14 PM
Hi,
There is a Z program which has logical database PNP but there is no GET statement for it. Instead of GET Statement there are SELECT statements to get records and it works fine. You can say PNP is used for the selection screen.
But when we run in Production environment program gets hanged.
I was wondering if it is because of Mix and match of LDB and Select statements.
Any suggestions are appreciated.
Thanks & Regards,
Deepak Bhalla
‎2004 Nov 05 3:43 PM
Since you don't use GET PERNR but set the program attributes as PNP, did you declared you INFOTYPES with MODE N in the program?
‎2004 Nov 08 5:48 AM
No I have not defined Infotype with Mode N. But yes I have defined PERNR as Tables and making use of PNP selection screen.
‎2004 Nov 10 5:20 PM
Hi Deepak,
Can you post the code here-starting from the top to the part where you do SELECT statement
‎2004 Nov 10 3:45 PM
I guess u'r query is having appent itab between select & endselect.It leads to lot of ABAp execution time.Try using macro rp_providefrom_last....
It helps....
Regards,
Gaurav