‎2016 Apr 28 2:22 PM
Dear Gurus,
I am facing issue.
Its existing ALV zreport.
When report is executed , output occurs as alv grid.
When I try to export it by clicking on 'Export' Option it blinks option for export for less than 1 sec.
Before I could select any single, its going.
Same way when click 'Right Click' On alv output, the same option occurs and going.
Same way when click 'View', options are coming and going.
Please help me to understand where is the possibility of issue and how to correct it.
Thanks,
Swapnil
‎2016 Apr 28 3:05 PM
Please do ALV consistency check, to check with the problems of ALV definition. There are posts on SCN on how to do this. If consistency check is OK, then please post back here, if you still face download issues.
Thanks,
Juwin
‎2016 Apr 29 7:07 AM
Dear Juwin,
Thanks for reply.
It's not ALV consistency issue.
When I try to right click, it won't show any option. Its again calling program.
I am click any where in alv report as right click same thing happening again and again.
Thanks,
Swapnil Pawar
‎2016 Apr 29 12:37 PM
I think I don't exactly understand your symptom, it looks like a SAP GUI/Windows installation problem, but not really as it's only for your Z program. Could you attach screen captures, between a program where it works, and your Z program?
‎2016 May 09 6:47 AM
Dear Sandra,
I think its a z development issue only. Because after every right click it again calls PBO event.
Due to this again alv grid uploaded.
But I am unable to get why right click on alv report calls PBO again.
Please explain me.
Thanks,
Swapnil Pawar
‎2016 May 09 7:18 AM
Hi Swanpil,
Check your 'AT user-command' subroutine. Put a debugger inside this subroutine and check if you are able to find the issue.
‎2016 May 09 7:32 AM
I think you'll get many unprecise answers to your question, because your description is not complete. If the PBO is triggered with right click (context menu), I think the only possibility is that you have registered the event, and defined it as an "application event" (i.e. which triggers the PAI). Did you? Moreover, a little more context is welcome (screen captures, code).