Skip to Content
0
Former Member
Dec 26, 2007 at 07:58 AM

Inner join on bkpf and bsid

1389 Views

Hi Experts ,

I want to do an inner join on bsid and bkpf tables in the select query . I want to order the result on the basis of cputm field in bkpf , that is why inner join on bkpf is req , rest all the fields are from bsid . But the requirement is that we should not select the cputm field in the select , it is only to be used for sorting the result of the select query . we are also using select * from bsid where ...... endselect . and not specific fields from bsid currently . Kindly let me know how to use the inner join on bkpf and bsid in this case .

Would reward all helpful answers .

Thanks