Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

working with script s

Former Member
0 Likes
488

Hi all,

I have a print program i know form name and i know that with one document number using VF01 the print display is not correct.

so i want to check the values (debug)

so that where iam getting the problem

can anyone tel me the procedure.

thank you very much.

1 ACCEPTED SOLUTION
Read only

FredericGirod
Active Contributor
0 Likes
445

Hi,

maybe your program is call in background task, so you have to do that :

- Just before launch the print in the transaction VF01 use the commande /HS (System Debug)

- Press the button OPTION

- CHECK the two case System debug (already set) and Background debug.

- Save (F11)

- Press F8

a new window must appear.

Set a break point at the call of the form of your print program. And press F8

Rgd

Frédéric

2 REPLIES 2
Read only

FredericGirod
Active Contributor
0 Likes
446

Hi,

maybe your program is call in background task, so you have to do that :

- Just before launch the print in the transaction VF01 use the commande /HS (System Debug)

- Press the button OPTION

- CHECK the two case System debug (already set) and Background debug.

- Save (F11)

- Press F8

a new window must appear.

Set a break point at the call of the form of your print program. And press F8

Rgd

Frédéric

Read only

Former Member
0 Likes
445

Hi Sai ram,

Assign output type to document number. The process is as follows.

1)Goto transactin VA02 and give order number then press enter

2)Goto Extras->Output->Header->Edit

3)Give output type,medium,partner function,partner and language

4)Select Communicatin method and give logical destination and come back

5)Select further data and give dispatch time as send with application own transaction and come back

6)now save it

Now view the document number with VA01.

Thanks,

Vinay