Skip to Content
0
Former Member
Jan 25, 2008 at 05:25 PM

need help for Code

21 Views

Hi,

i'm trying to debugg the code.

put the beak point on the code into the update routine.

go to the monitor detail and click on simulate update and go into the debugger windows. press f8 and get the

"perform routine_9998" dubble click on it and continou with f5

it is come and back on loop, press f7 it is quite from routine.

and i'm not able to check my code which is another ferform routine. code is

CLEAR s_combined.

READ TABLE rt_combined WITH TABLE KEY

/bic/nignrcsys = rv_nignrcsys

/bic/applic1 = c_appl

/bic/condtyp = c_cond

/bic/cntypus = c_cond_type

/bic/cntytbl = c_968

salesorg = rv_salesorg

distr_chan = rv_distr_chan

ship_to = rv_ship_to

division = s_mat_sales-division

/bic/cat = s_mat_sales-nkcat

/bic/subcat = s_mat_sales-nksubcat

sold_to = space

/bic/gage = space

INTO s_combined.

i put the beak point on read table.

Please some one help me

Regards,

Pria