‎2006 Mar 30 12:10 AM
Hello Experts,
How to know what is the sapscript related to transaction <b>VL06P(Outbound Deliveries for Picking)</b>?
Thanks a lot,
‎2006 Mar 30 7:00 AM
Hi ,
When you go to transaction VL06P , go to system ->status .
There you can find the related program . when you go to the program and debug, you can get the sapscript related if used.
Regards,
Kunal.
‎2006 Mar 30 12:14 AM
‎2006 Mar 30 1:12 AM
Hi Dev,
In transaction VL06P we have a field Picking List in the tab Output Proposal.By default it assigns the value EK00. We can find the Form name in table TNAPR,
output type = EK00 it shows the form name as <b>RVPICKSIN</b>, this is the form of Outbound Delivery for picking.
Regards,
Sek s
‎2006 Mar 30 1:16 AM
Scripts/Layout are not attached to the transactions.
These are attached to output types. You can browse all the output types using NACT transaction.
Application is : V2
Output type u can locate in the delivery.
Hope this helps..
Thanks,
Vamshi
‎2006 Mar 30 7:00 AM
Hi ,
When you go to transaction VL06P , go to system ->status .
There you can find the related program . when you go to the program and debug, you can get the sapscript related if used.
Regards,
Kunal.
‎2006 Mar 30 7:34 AM
Hi
Script is not related to transaction. It is based on the output type used. Goto transaction NACE.
1.Choose Application V2
2.select Output types
3.choose your output type
4.click the processing Routine
You will get the SAP Script and the Print Program.
Thanks
Tharani