Hi SAP gurus,
I need to pull the Sold to party customer number, complete address(street address, city, State, country etc) and also the partner functions ( customer number and partner function type). Can anybody please help me with this.
Thanks
Anusha
Request clarification before answering.
Hi,
If you want to fetch the data from Master data KNVP and KNA1 will help you.
If you want to fetch the data from transactions :
EX: for a given sales order if you want to fetch all the parters information
Goto VBPA, take the Partner type (WE, AG etc) and then goto KNA1 and KNVP tale with the number to fetch the address.
If you just ant the numbers from VBPA, directly you can get these numbers.
Regards
Krishnam Raju
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear Anusha
You can consider Tables KNVP (to get partner functions) and KNA1 (to get address)
thanks
G. Lakshmipathi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
go to T Code SE16N - Table / View name KNA1VV...execute.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you want to fetch the data of sold to of sales order try to get the details from VBPA with partner function AG - you can get the address number from VBPA and with address number you can check in ADRC to get all address details of customer.
If you want to get data of sold to from customer master try to get from KNVP with partner function AG.
Hope this meets your requirement.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 14 | |
| 13 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.