2007 Sep 03 8:14 AM
I have 2 table a005 and kna1. I have to get the customer description of the customer number.
I have 2 table a005 and kna1. I have to get the customer description of the customer number.
2007 Sep 03 8:19 AM
Hi rhymmeanne
KNB1 Customer master(Company Code)
KNB5 Customer master (Dunning Data)
KNVP Customer master Partner Function
KNVV Customer master Sales data
KNVD Customer master Record Sales Request Form
Regards
Wiboon
2007 Sep 03 8:30 AM
Hi,
For a given customer number, you will get the description and general details in KNA1 only..
The field is KNA1-NAME1, KNA1-NAME2.... KNA1-NAME4..
Thanks and Best Regards,
Vikas Bittera.
2007 Sep 03 8:34 AM
Hi,
You take field NAME1,NAME2 in KNA1 table.
reward if helpful.
2007 Sep 03 8:38 AM
I have to get the material description in table kna1. please help me when i select.
im using these statement but no data retrieve when debug.
select a~kunnr
k~name1
k~spras
into table t_kna1
from a005 as a
inner join kna1 as k ON akunnr eq kkunnr
where k~spras eq sy-langu
and a~kunnr eq s_kunnr.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |