Application Development 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: 

Transporter No and Transporter Name

former_member383741
Participant
0 Kudos

Hi ,

I want to get field Transporter No and Transporter Name it was maintained in sale order (Partner Tab).If it is maintained in Text means i can use 'READ_TEXT' function but it was maintained in (Partner Tab).Can you help me which table contain transporter name and transporter no other wise which function module i can use it.

Regards,

K.Karthikeyan.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Karthikeyan,

If it is maintained in the Partner Tab with a partner function, Then you can get the transporter no in field KUNNR from the table VBPA by providing the corresponding Sales order No in VBELN and partner function in PARVW. Use the retrived transporter no in table KNA1 to get the transporter name in NAME1.

Hope this logic will help U.

Regards

Dillip Sahoo

5 REPLIES 5

Former Member
0 Kudos

Hi,

Is is maintained related to any of the partner functions ?

Regards

Vinod

0 Kudos

Hi Vinod,

Tanks for your answering.

its related to SP Forwarding Agent Partner function.

Can you help me.

Regards,

K.Karthikeyan.

0 Kudos

Hi,

Check whether the required data is available in VBPA. If not available extract VBPA-ADRNR and use the function module ADDR1_EXTRACT_TABLES to get the Partner information. Pass VBPA-ADRNR as input to the function module.

Regards

Vinod

Former Member
0 Kudos

Hi Karthikeyan,

If it is maintained in the Partner Tab with a partner function, Then you can get the transporter no in field KUNNR from the table VBPA by providing the corresponding Sales order No in VBELN and partner function in PARVW. Use the retrived transporter no in table KNA1 to get the transporter name in NAME1.

Hope this logic will help U.

Regards

Dillip Sahoo

0 Kudos

Hi Dillip Sahoo,

Thank you for your answer.I got the output.Once again thank you very much.

Regards,

Karthikeyan Krishnan