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

where to code class IMPLEMENTATION

Former Member
0 Likes
320

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)

1 REPLY 1
Read only

Former Member
0 Likes
285

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.