cancel
Showing results for 
Search instead for 
Did you mean: 

debug print program

Former Member
0 Kudos

Hi Experts,

I want to debug my print program, i am puting the break point in my printprogram, but when i running my aplication for formprintout, it is not going to dbugmode, I know how to dbug form, but i wanto debug my printprogram. please do the need full.

Thanks in advance,

Radhakrishna.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

There may be several reasons for not entering into the debug mode.

1. The break-point set is inside a condition which does not met.

2. The break-point set is not an executable statement.

3. The transaction to issue a document to a printer is not calling the print program.

4. The output message type is not available.

So clarify your issue so that it would be easier to assist you.

Regards,

Ram

former_member195383
Active Contributor
0 Kudos

there will be a Form processing in ur print program...U need to uncomment that..Then see to which variable nast-object key is assigned..put a break point thr..then execute the print program..and manually assign a suitable value to that variable...then u can proceed with debugging..