‎2010 Mar 07 8:13 AM
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
‎2010 Mar 07 8:24 AM
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®
‎2010 Mar 07 8:34 AM
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
‎2010 Mar 07 8:58 AM
Have you checked anything in transaction code OMLV and "spool code" (Button )
a®
‎2010 Jul 28 4:15 AM