Application Development and Automation 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: 
Read only

Re: Data base tables

Former Member
0 Likes
548

hi to all,

how can we know the sales order number for a particular billing document number.

thanks

sun

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
515

Hello Sundeep,

Check VGBEL field in the billing Ducument table.

Reward if helps.

Vasanth

4 REPLIES 4
Read only

Former Member
0 Likes
515

Hi,

VBRP-AUBEL..

OR

select vbelv up to 1 rows

from vbfa

where vbeln = 'billing doc. number'

and vbtyp_v = 'C'.

endselect.

Please award the points if it works..

Thanks,

Naren

Message was edited by: Narendran Muthukumaran

Message was edited by: Narendran Muthukumaran

Read only

Former Member
0 Likes
516

Hello Sundeep,

Check VGBEL field in the billing Ducument table.

Reward if helps.

Vasanth

Read only

0 Likes
515

billing doc number form vbrp-vbeln.

vbrp-vgbel is delivey number in lips(lips-vbeln = vbrp-vgbel)

now lips-vgbel is order number in vbap-vbeln (vbap-vbeln = lips-vgbel)

Read only

Former Member
0 Likes
515

VBRP-VGBEL