cancel
Showing results for 
Search instead for 
Did you mean: 

need help for Code

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Dont put any break point before simulating. Just copy the sentence where you want to put break point. Then goto simulate update. It will take you to debugging mode. Then press Find and paste this sentence. Then it will take you to the code from where you want to debug the code. Then double click on that sentence so that break point will come. Now press F8 so that execution will come to this break point. From then do step by step execution for necessary code.

Hope this helps.

Regards,

Bindu

Answers (0)