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

Double click on interactive report problem

Former Member
0 Likes
925

Hi All,

I have a problem in interactive report, I copied a interactive list report program and I pasted in the new program. when I double click on first list display, it is not taking to the second list display whereas it is working fine in the old program which I copied.

Can anyone help me...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
781

Hi Selva ,

Put a breakpoint on the AT line selection event and see how the program behaves.

Regards

Arun

5 REPLIES 5
Read only

Former Member
0 Likes
782

Hi Selva ,

Put a breakpoint on the AT line selection event and see how the program behaves.

Regards

Arun

Read only

faisalatsap
Active Contributor
0 Likes
781

Hi, Selva

Before Double Click Switch On Debugger and try to Check in Both program where is difference, Hope you will be able to find problem, also check the copied problem that all the components are Active ?

Please Reply in case of any Issue,

Best Regards,

Faisal

Read only

Former Member
0 Likes
781

Hello Selva,

When you copy a report from 1 to other, make sure that the PF-Status is re-declared in your copied program. When you copy a report, everything is copied except some like PF-STATUS, TEXT-SYMBOLS, etc.

Just check it out, hope you get solution.

Regards,

Zahack

Read only

Former Member
0 Likes
781

Hi,

Check whether you have created the PF-STATUS or not. If you manually copy and paste the code then PF-STATUS will not be copied in to your program. You need to create the PF-STATUS by double clicking on it and maintain all the Fcodes releated to your program.

TO overcome form this you the copy functionality(Ctrl+F5) provided by system

Read only

Former Member
0 Likes
781

Hi.

Please paste ur code of the old program.Have u copied all include and structures also with that program.

Please check it also. and also paste ur code.