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

SDPARTNERLIST-NAME1

Former Member
0 Likes
2,811

Hi,

I need to obtain SDPARTNERLIST-NAME1, which is the name of the partner/carrier on the shipment.

I remember using an FM once.

Please help.

Thanks,

John

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,260

Hi,

I believe you are seeing the name1 in the partner tab in the shipment transaction VT03N..right?

Then it should be stored in the table VTPA..

I created a shipment and it is storing the data in the partner tab in the table VTPA.

Please make sure you are checking in the right client and system..

Thanks

Naren

Hi,

I need to obtain SDPARTNERLIST-NAME1, which is the name of the partner/carrier on the shipment.

I remember using an FM once.

Please help.

Thanks,

John

12 REPLIES 12
Read only

former_member156446
Active Contributor
0 Likes
2,260

Hi John

you can get the Parner number from VBPA and get the Kunnr from this table and hit KNA1

Read only

0 Likes
2,260

I need the carrier name, not the sold-to for this shipment.

Read only

Former Member
0 Likes
2,260

Hi,

Try this..

Take the carrier value and go to the table LFA1 ...check if there is a record...there..if it is there then take LFA1-NAME1 to get the name of the carrier..

Thanks

Naren

Read only

0 Likes
2,260

I'm trying to get LIFNR from VBPA but its not maintained

Any other ways to get the carrier number?

Read only

Former Member
0 Likes
2,260

Hi,

Try using VTPA..

THanks

Naren

Read only

0 Likes
2,260

Nope - can't find the VBELN in VTPA.

Read only

Former Member
0 Likes
2,260

Hi,

Do you have the shipment number...?

Thanks

Naren

Read only

0 Likes
2,260

Yes I do - sorry for the late reply.

Read only

0 Likes
2,260

Inquiry / Document type IN

Tcode for creation VA11,VA12,VA13. tables VBAK,VBAP

Quotation / QT

Tcode for creation VA21,VA22,VA23. tables VBAK,VBAP

Purchase Order PO

Tcode for creation ME21,ME22,ME23. tables EKKO,EKPO.

Sales Order OR

Tcode for creation VA01,VA02,VA03. tables VBAK,VBAP

Delivery LF

Tcode for creation VL01,VL02,VL03. tables LIKP,LIPS

Billing MN

Tcode for creation VF01,VF02,VF03. tables VBRK,VBRP

[SD Flow|http://www.sap-img.com/sap-sd/link-between-sap-sd-mm-and-fi.htm]

Read only

0 Likes
2,260

Hi - I know the tables and codes, just need this field that I don't know where to obtain or how.

Read only

Former Member
0 Likes
2,261

Hi,

I believe you are seeing the name1 in the partner tab in the shipment transaction VT03N..right?

Then it should be stored in the table VTPA..

I created a shipment and it is storing the data in the partner tab in the table VTPA.

Please make sure you are checking in the right client and system..

Thanks

Naren

Read only

0 Likes
2,260

My mistake - I was putting in wrong information. Thank you so much for the help and sorry for the constant questions and issues.