on 2009 Sep 11 9:39 AM
Hi Experts,
I'd like to create an SQVI report in which I could link material number to any of the material classification tables (AUSP,INOB,KSSK,KLAH,CABN,CAWN).
I would really appreciate it if someone could tell me how to join any of these tables to any material master table where material number is used as uniqe identifier.
Thanks.
Nándor
This message was moderated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
If you want to pick the material classification directly link it with ausp
MARA-MATNR = AUSP-OBJEK
Regards,
Vishal
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nandor,
When faced with dissimilarly structured text fields in Query, don't attempt a join.
Sometimes, when I face this problem, I just add the table as an object in SQ02. So, in SQ02, create your infoset with all the joins that you want (and can manage without error). Then, on the main SQ02 page, Select Extras>Create>Additional Table. Enter AUSP. It will propose linking criteria. In your case, probably OBJEK = MARA-MATNR. SOMETIMES you will get the results you are seeking, if both fields have the data left justified and no padding. You have to try. As you have noted, Query is pretty fussy about this.
Once you get your infoset created, you can use SQVI to create your query, selecting infoset as a source. Or, you can just create a standard query using SQ01.
Rgds,
DB49
Hi
1. Enter T.code : SQVI press enter
2. Enter the name of the file Test u2013click create
3. Enter the file name :test .select table to join
4. Screen will appear u2013go to second ikon enter the table name :AUSP
5. Click the second ikon: enter the table name: MARA
6. Press the green arrow button
7. Select the required characteristics in both the table and SAVE
8. Report is ready for execution
Regards
G.Ganesh Kumar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
93 | |
8 | |
6 | |
6 | |
5 | |
5 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.