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: 

How to display Customer name in QuickView?

Former Member
0 Kudos

For example, I have in the Table VBRK the field Payer (KUNRG), but I also need my report to display the Name of KUNRG. Where do I get this info?

Thank you !!

Cristiana

Edited by: Cristiana Vasile on Oct 14, 2008 10:09 AM

1 ACCEPTED SOLUTION

Pawan_Kesari
Active Contributor
0 Kudos

Use the value of VBRK-KUNRG and goto table KNA1 take name from there.

VBRAK-KUNRG = KNA1-KUNNR

3 REPLIES 3

bpawanchand
Active Contributor
0 Kudos

Hi

I also need my report to display the Name of KUNRG.

What do you mean by this ?

Do you want to display the PAYER in the report ,i mean the description of the field KUNRG then try to use the Dictionary table

DD04T   R/3 DD: Data element texts

regards

Pavan

0 Kudos

Thanks, but how can I use table DD04T in order to find the name for customer number x (the Description ex. Customer nr: 20000456, Customer name: Pepsi Co.). I mean, I can join the table using QuickView, but I cannot connect it to my tables VRRP, VBRK . How can I do that?

Thanks!

Pawan_Kesari
Active Contributor
0 Kudos

Use the value of VBRK-KUNRG and goto table KNA1 take name from there.

VBRAK-KUNRG = KNA1-KUNNR