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: 

create contact person

Former Member
0 Kudos

Hi all,

in the transaction vap1 (create contact person)

if we go to contact person's home address tab there we can find 'communication' tab here we can c language.

i need to display this field in the report. so from which table i can get theis field.

thanks in advance.

1 ACCEPTED SOLUTION

former_member927251
Active Contributor
0 Kudos

Hi Sai,

Just goto the table BUT000 to get the Business Partner Number for your contact person.

Then, goto the table BUT020 to get the ADDRNUMBER for the contact person.

Alternatively, you can get the ADRNR for the contact person from the table KNA1 in plain R3 scenario.

Then, goto the table ADRC to get the LANGU for the ADDRNUMBER/ADRNR.

Then, goto the table T002T to get the Language Text.

Hope this helps.

Please reward points if it helps.

Regards,

Amit Mishra

6 REPLIES 6

former_member927251
Active Contributor
0 Kudos

Hi Sai,

Just goto the table BUT000 to get the Business Partner Number for your contact person.

Then, goto the table BUT020 to get the ADDRNUMBER for the contact person.

Alternatively, you can get the ADRNR for the contact person from the table KNA1 in plain R3 scenario.

Then, goto the table ADRC to get the LANGU for the ADDRNUMBER/ADRNR.

Then, goto the table T002T to get the Language Text.

Hope this helps.

Please reward points if it helps.

Regards,

Amit Mishra

Former Member
0 Kudos

that would be available in KNVK table.

field name is PARLA

Former Member
0 Kudos

Hi,

Just pass langu field to the table T002T and get the

text.

Regards,

GSR

Former Member
0 Kudos

Hai Sai

Check with the following

Struct. :ADDR2_DATA

Field name :LANGU_P

Data element :SPRAS

Parameter ID :SPR

Program name :SAPLSZA7

Screen number :0501

Status :ADDR0500

Check in T002T Table

Thanks & Regards

Sreenivasulu P

Message was edited by: Sreenivasulu Ponnadi

Former Member
0 Kudos

HI

GOOD

TABLE NAME IS T002

AND FIELD NAME IS SPRAS.

THANKS

MRUTYUN

andreas_mann3
Active Contributor
0 Kudos

hi,

use bapi BAPI_CUSTOMER_GETCONTACTLIST

Andreas