Application Development 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: 

ALV events &NTE and IVAR

rainer_hbenthal
Active Contributor
0 Kudos

I have an ALV report based on REUSE function module. This report reacts on &NTE, IVAR and &IC1. &IC1 is for double clicking, but what are the events &NTE and IVAR?

5 REPLIES 5

mvoros
Active Contributor
0 Kudos

Hi,

&NTE is code assigned to button "Refresh". No idea what IVAR is. Isn't it a custom code?

Cheers

former_member194669
Active Contributor
0 Kudos

Go to Gui-status of your program and yuo can find relevant description of ok codes mentioned.

rainer_hbenthal
Active Contributor
0 Kudos

Thx for the answers so far, this report does not define any additional buttons nor does it have its own gui status. As far as i can see handling of &NTE is completly nonsense.

In the IVAR handling the function module pm_change_selopt is called. Anybody has an idea what was the intention of capturing this event?

0 Kudos

I believe this is a custom report. so please check codes for their usage.

0 Kudos

It is, and checking the code is what i do But chekcing eventdriven code is not that simple if you dont know where an event might come from.

I guess that IVAR is a self defined event in another report and the handling in this report is senseless cause the event is never triggered, but i want to make sure.