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

sap script

Former Member
0 Likes
597

Hello Experts,

How to know what is the sapscript related to transaction <b>VL06P(Outbound Deliveries for Picking)</b>?

Thanks a lot,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
561

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.

5 REPLIES 5
Read only

suresh_datti
Active Contributor
0 Likes
561

RVDELNOTE? SD_PICK_SINGLE? SD_PICK_COLL?

Regards,

Suresh Datti

Read only

Former Member
0 Likes
561

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

Read only

0 Likes
561

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

Read only

Former Member
0 Likes
562

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.

Read only

Former Member
0 Likes
561

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