on 2013 Nov 20 9:50 AM
Hello Expert,
In SQVI, we have one functionality where we can join 2 tables. I am trying to join BKFP and BSEG table but system is not allowing to join this 2 table.
My requirement is i want document number in Date range from table BKPF and put it in BSEG table and bring the output.
Is this possible in SQVI or any other way without writing the ABAP programme?
Regards
Zunaid
You cannot use QuickView for the purpose as you described in your posting. You can build an infoset query though:
1. in SQ02, define your infoset as 'direct read of table' and specify the table as BSEG.
2. In SQ02 Extras, specify you want table BKPF as additional table. System will automatically connect BKPF to BSEG for you
3. In SQ01, you can then use document number date range from BKPF as you query selection.
Actually, to inprove the performance, in SQ01 you should specify document number from BSEG and date range from BKPF.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Zunaid,
You can use line item journal t-code S_ALR_87012291 for this. There are different options available in selection screen to restrict the selection of documents. Check if this meets your requirement.
There are many more standard reports available. Explore easy menu for more reports.
If none meets your requirement, you can try with index tables of BSEG which are
BAIS, BSAS - G/L open and cleared items
BSID, BSAD - Customer open and cleared items
BSIK, BSAK - Vendor open and cleared items
BSIM - Material documents index table
Thanks,
Vinod.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
BSEG is a cluster program and cannot be used in SQVI.
Regards,
Eli
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
BSEG cant be used in join condition....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hey,
you have to use the logicial data base BRM
greetz
N
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
111 | |
9 | |
8 | |
6 | |
5 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.