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

RECEIVING PARTNER DESCRIPTION

Former Member
0 Likes
2,041

Hi all,

I need to create a custom table with the following fields: sold to, sold to description, EDI partner type, partner number, and partner description. My problem is where to retrieve the partner description if the partner type is equal to B (bank), BP (benefits provider), GP (business partner), LS (logical system), and US (User). I understand that if i input a partner type KU or LI, i can get the description at table KNA1 and LFA1. But for the other partner types, i don't know on where to retrieve the description.

Please advice on what table i will retrieve the description.

Thanks a lot!

Jim

5 REPLIES 5
Read only

Former Member
0 Likes
1,145

If u r talkin about Customer Master Partner Functions, then KNVP is the db table

Shane

Read only

0 Likes
1,145

Hi ALL,

Just for your information, there is a function module that can give the description of your partner. It's EDI_PARTNER_GET_DESCRIPTION. Hope this helps to those who will be needing this sometime in the future.

Thanks to all those that replied!

jim

Read only

Former Member
0 Likes
1,145

HI Jim ,

TEDST, TEDTT tables

FOR PARTNERS , Check the table TEDST-RCVPRT B,BP,KU,LI,LS,US

FOR DESCRIPTIONS

TEDTT-DESCRP " FOR DESCRIPTIONS

u ll get the info here ..

Cheers

VijaySimha .

Read only

0 Likes
1,145

Hi VijaySimha,

I think my question is misleading. One example of partner type is LS. Under this partner type, there are list of partners classified as LS. One example is EXEL, which the description says 3PL warehouse. I have tried pressing F1 to view the table where this description is coming, but i cannot find the exact table on where to retrieve this.

PLease help!

Jim

Read only

Former Member
0 Likes
1,145

Hi Jim,

Please check EDPAR and TPAR tables for business partner functions