on 2007 Dec 22 11:39 AM
Hi All,
I would like to know which table should i join to MARC / MARA to obtain the document information. I tried linking DRAD table with MARA / MARC, but the material number is stored as a key & i cannot directly join these tables.
Hope my question is clear, await inputs.
Vivek
1) Filter table DRAD by DOKOB = 'MARA'
2) Link to MARA/MARC by DRAD-OBJKY <=> MARA-MATNR
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Mr. Bruce,
Thanks for the inputs, but as mentioned in my initial post, i tried joining MARA / MARC - MATNR with DRARD - OBJKY in SQVI just to check, but the system prompts the link cannot be made.
I am not quite sure what you mean by filter DRAD table? Are you suggesting that instead of linking the tables, i should write ABAP lines to filter the table & then build the link with the code?
It would be helpful, if you let me know how to do it, as the system does not allow a direct link of these 2 fields.
Note for Mr. Nathan: Will check the table mentioned by you & let you know if it helps.
Vivek
Hi Vivek,
I suppose you try to do in SQ01. If so you can't join two tables there.
But you can create a view by SE11.
1) In Table/Join Condition, normally don't forget adding DRAD-MANDT <=> MARA-MANDT and DRAD-OBJKY <=> MATNR
2) In View Flds, also normally need MANDT
3) In Selection Conditions you need add
DRAD DOKOB = 'MARA'
The above passed in my IDES ECC6.0
As your business requirement you only need create two views: One is based on DRAD and MARA, one is based on your created view and MARC.
About how to create view, please refer:
[http://help.sap.com/saphelp_erp2005/helpdata/EN/cf/21ec5d446011d189700000e8322d00/frameset.htm]
You don't need SQ01/SQ02/SQ03. You can query the data by view with t-code SE16.
Maybe you go to find help from an ABAP consultant to create views.
Hope it clear.
Regards,
Bruce
Try with table MCH1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
102 | |
8 | |
6 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.