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

select quirey

Former Member
0 Likes
318

hi can u plz help me how to write the code for this coz its very urgent for me

Secondary Index for Customers (BSID)

billing documents (VBELN)

Read Sales Document Partner Table (VBPA) for billing document number

Read partner function (PARVW) = ‘WE’

Retrieve Name (NAME1) for partner function ‘WE’ and billing document from BSEG

regards

siri

1 REPLY 1
Read only

Former Member
0 Likes
293

select avbeln bname1

into table itab

from bsid as a inner join vbpa as b

on avbeln = bvbeln

where b~parvw = 'WE'.

Note --

U have few queries open...please close if you have got the soln and do assign points for appropriate replies.

Thanks

Message was edited by: Anurag Bankley