cancel
Showing results for 
Search instead for 
Did you mean: 

dilevery plant for a particular Invoice

Former Member
0 Kudos

Hi Experts,

I need to display the dilevery plant for my smartform (zlb_bil_invoice),How can I get the dilevery plant for the Invoice please help me out with the tables,fileds .

Thanks in Advance

Accepted Solutions (1)

Accepted Solutions (1)

former_member196280
Active Contributor
0 Kudos

Try this it will solve your problem

SELECT SINGLE * FROM vbrp WHERE vbeln EQ vbdkr-vbeln

AND posnr = '00010'.

SELECT SINGLE * FROM vbkd WHERE vbeln = vbrp-aubel.

vbkd-empst " delivery plant

Close the thread if your question is answered.

Regards,

SaiRam

Former Member
0 Kudos

Thanks for your reply but it seems to a item level table but i need the delivery plant for a particular invoice

Answers (0)