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

Forwarding agent for Delivery?

0 Likes
4,982

Hello SAPients!

Where can I find the forwarding agent (carrier) for a Delivery? It's supposed to be in LIKP-OIC_LIFNR but it's not there. Where else should I be looking for it?

I can see the field populated in VL02N in the header of the delivery, in the 'shipment' tab, there is a button 'Ext. Dtls' (External Details) and I see the field with the value but when I go to technical details (F1...) I see a structure pointing to OIC_LIFNR but I can't find the table.

Thanks!

Hello SAPients!

Where can I find the forwarding agent (carrier) for a Delivery? It's supposed to be in LIKP-OIC_LIFNR but it's not there. Where else should I be looking for it?

I can see the field populated in VL02N in the header of the delivery, in the 'shipment' tab, there is a button 'Ext. Dtls' (External Details) and I see the field with the value but when I go to technical details (F1...) I see a structure pointing to OIC_LIFNR but I can't find the table.

Thanks!

2 REPLIES 2
Read only

Former Member
0 Likes
2,346

it should be VTTK-TDLNR .

just get the forward agent based on delivery

do compare with LIKP-vbeln = vttp-vbeln,then get tknum from VTTP,do compare with VTTK-tknum,and get the TDLNR

Thanks

Seshu

Read only

Former Member
0 Likes
2,346

you can look in parter functions table VBPA with the delivery no and the item number. look for partner look for partner function 'CR' and kunnr has the forwarding agent no.

Thanks.