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

Pickling list print problem

Former Member
0 Likes
643

hi experts ,

in transaction VL02N, if i delete picking quantity and save. the picking list will print automaticlly from our local printer , and a spool request will also created.

but this is printing a sapscript , now ,the custome want to print a smartform via this precegure.

so i coyp program RVADEK01 into ZRVADEK01. and comment all the code which used to print sapscript ,and add the codes to print smartform.

but the problem occurs , when print new PICKING LIST , it will not print on the local printer anymore, and spool request is not create either.

so can anybody tell me what is the problem ?

Thanks in advance!

Kevin

4 REPLIES 4
Read only

former_member194669
Active Contributor
0 Likes
571

I think this is because of your driver program change. For testing this please reenable program RVADEK01 in place of ZRVADEK01 and check whether the issue is because of your driver program change. If it happens due to that then you may need to closely look into ZRVADEK01.

a®

Read only

0 Likes
571

hello a®s ,

I have read the program , i only comment the code open form write form and close form .

i want to know what make the program print automaticlly , do i could seach this ? do you have any idea?

Kevin

Read only

0 Likes
571

Have you checked anything in transaction code OMLV and "spool code" (Button )

a®

Read only

Former Member
0 Likes
571

Solved