‎2007 May 28 7:43 AM
hi
i am working with a modulepool program
and i have 4 includes in my program
1. Top include (for declarations)
2. PBO include (for pbo module)
3. PAI include (for PAI module)
4 forms include (for subroutines)
i have two screens in my program.
in the first screen i have my values in an ALV Grid.
if i click on any entry from the grid of my first screen, control should go to second screen
i am using 'hotspot_click' event to handle this
accordingly i declared my class in top include with this event.
now where should i code my implementation part (PAI include or PBO include or Forms include)
‎2007 May 28 8:16 AM
whr u r writing the code to call second screen just after that define that local class and just after that write the code for it's implementation.