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

ALV Report Export button not working

0 Likes
1,773

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

6 REPLIES 6
Read only

Juwin
Active Contributor
0 Likes
1,443

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

Read only

0 Likes
1,443

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

Read only

0 Likes
1,443

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?

Read only

0 Likes
1,443

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

Read only

0 Likes
1,443

Hi Swanpil,

Check your 'AT user-command' subroutine. Put a debugger inside this subroutine and check if you are able to find the issue.

Read only

0 Likes
1,443

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).