cancel
Showing results for 
Search instead for 
Did you mean: 

T Code for Viewing Customer Deliveries by Warehouse?

Former Member
0 Kudos

Hello All,

I am trying to find out if there is a Transaction Code which will list a specific region's customers by Warehouse. We do not have any PA reports. In its absence, I am trying to see if I could run any transaction code where I can put in warehouse and ask it to show shipments to customers in a specific profit center.

Not sure if there is anything like that but I thought I would ask. Any tips is appreciated.

Regards,

Sam.

Accepted Solutions (0)

Answers (4)

Answers (4)

eduardo_hinojosa
Active Contributor
0 Kudos

Hi,

Try with tcode VL06O. If you need an additional field, read Note 128150 - VL06: Designing your own display variants, it explains how to enhance the list.

I hope this helps you

Regards

Eduardo

former_member182609
Active Contributor
0 Kudos

try VL06O transaction to get deliveries specific to your ware house.

Former Member
0 Kudos

Hi,

For your requirement, there may exist a few possibilities. You can try any of them.

a. Check if VA05 transaction works for you. Basically VA05 gives you the open orders for the customer... I think the region and plant are already present. In case they are not, then, In some of the previous posts on SDN I saw that a few sap notes (Note 350068) can be applied to VA05 to get some of the required fields. You can try that to get your desired result.

Check this link

b. You can try out creating the SAP Query. Tcodes: SQ01, SQ02 and SQ03. If you are not a technical guy, then take help of an ABAPer who can help you out with it. Bascially you need to join the tables to get the desired result. For your requirement, I think you need to join table VBAK, VBPA, VBAP.

c. The third option is to develop a customer report using the tables VBAK, VBAP, VBPA and other tables if necessary.

Hope this answeres your query.

Thanks

Mukund S

Edited by: MukundHS on Aug 28, 2010 10:01 PM

Former Member
0 Kudos

infact i am not tried this ....try ABAP query t-codes SQVI join the your transaction Tables.