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

Performance withand without PNP?

Former Member
0 Likes
853

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

4 REPLIES 4
Read only

nablan_umar
Product and Topic Expert
Product and Topic Expert
0 Likes
816

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?

Read only

0 Likes
816

No I have not defined Infotype with Mode N. But yes I have defined PERNR as Tables and making use of PNP selection screen.

Read only

nablan_umar
Product and Topic Expert
Product and Topic Expert
0 Likes
816

Hi Deepak,

Can you post the code here-starting from the top to the part where you do SELECT statement

Read only

Former Member
0 Likes
816

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