cancel
Showing results for 
Search instead for 
Did you mean: 

module pool example pgm needed? help!

Former Member
0 Kudos

hi.. can anyone send me the sample modulepool pgm that has the table control which wil update the new ztable? urgent!

points rewarded for all answers.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

thanks all.

Former Member
0 Kudos

Hi,

I had a similar requirement.

process before output.

module status_0503.

loop at it_table_control_1 with control boedet4.

module display_boe_det_503.

endloop.

module change_mode_0403.

process after input.

module exit1 at exit-command.

loop at it_table_control_1.

chain.

field: it_table_control_1-type,

it_table_control_1-value,

it_table_control_1-serno.

endchain.

module update_det_itab_503.

chain.

field: it_table_control_1-value,

it_table_control_1-serno.

module check_valid_bsil_no.

endchain.

endloop.

process on value-request.

field: it_table_control_1-serno module popup_bond_sil_no.

This should be the basic format of ur screen depending on the values on the field and all and include the code for updating in the modules.

Thanks

Nayan

Former Member
0 Kudos
Former Member