‎2008 Jul 08 1:26 PM
Hi,
I need to populate the table control in module pool programing.... how can i do it... can anyone help me out
regards
padma
‎2008 Jul 08 1:27 PM
hi,
Check out the below standard programs to understand the same
RSDEMO_TABLE_CONTROL
DEMO_DYNPRO_TABLE_CONTROL_1
DEMO_DYNPRO_TABLE_CONTROL_2
RSDEMO02
Include the below staments
PBO
loop at it_final1 with control tc1 cursor tc1-current_line.
module screen_changes.
endloop.
PAI
loop at it_final1.
module move_from_screen.
endloop.
Regards,
Santosh
‎2008 Jul 08 1:27 PM
hi,
Check out the below standard programs to understand the same
RSDEMO_TABLE_CONTROL
DEMO_DYNPRO_TABLE_CONTROL_1
DEMO_DYNPRO_TABLE_CONTROL_2
RSDEMO02
Include the below staments
PBO
loop at it_final1 with control tc1 cursor tc1-current_line.
module screen_changes.
endloop.
PAI
loop at it_final1.
module move_from_screen.
endloop.
Regards,
Santosh
‎2008 Jul 08 1:53 PM