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: 

problem in finding the table fields

Former Member
0 Kudos

From which table/tables i will get the field names of partner type,partner desc,partner no,partner name ?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

From tables KNVP you will get partner no, partner type, from TPAR you can get partner description, from table KNA1 you will get partner name.

Cheers,

Bujji

5 REPLIES 5

matt
Active Contributor
0 Kudos

Go on, give us a hint. Which module?

matt

Former Member
0 Kudos

its sd module

former_member404244
Active Contributor
0 Kudos

Hi,

Check the table VBPA..

Regards,

Nagaraj

Former Member
0 Kudos

Hi,

From tables KNVP you will get partner no, partner type, from TPAR you can get partner description, from table KNA1 you will get partner name.

Cheers,

Bujji

Former Member
0 Kudos

hi,

Get the partner type from VBPA table based on the sales document number from VBAK or VBAP.

BAsed on KUNNR from VBPA fetch the partner name from KNA1 table.

Thanks,

Kasiraman R