cancel
Showing results for 
Search instead for 
Did you mean: 

Billing Output

Former Member
0 Kudos

Which Table and Field can i provide my Developer for Bill to Party Name and Address to print on output.

Accepted Solutions (1)

Accepted Solutions (1)

Shiva_Ram
Active Contributor
0 Kudos

Hi,

Use table VBPA (fields VBELN and PARVW) to find the field ADRNR value.

Then use ADRNR value in table ADRC to find the address details.

Regards

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Kindly use the below tables

Table VBRK

WHERE vbeln = wa_vbrk-vbeln

AND parvw = 'RE'.

Table :ADRC

WHERE addrnumber = wa_vbpa_to-adrnr.

REgards

Damu