on 2012 Feb 10 12:38 PM
Hi SAP Gurus,
i am trying to execute query based on common fields of OINM and OJDT Tables, but i am not able to find Common Fields between the two tables.
does any one have any idea..?
i appreciate your help...
Thanks and Regards,
kaviprashu
Hi Kaviprashu
You can try:
FROM OINM T0 JOIN JDT1 T1 ON T1.Ref1=T0.Ref1 AND T1.TransType= T0.TransType
Thanks,
Gordon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Thanks Gordon, but the query is returning different values in OINM Table.
to check, i executed two queries below:
normally after Sales Delivery, journal entries are automatically updated in OINM Table,
and after invoice , journal entries are updated in OJDT/JDT1 Table.
actually i am trying to find the discrepancies between the two tables
i.e, which entries are missing between two tables.
i appreciate your help...
Thanks and Regards,
kaviprashu
User | Count |
---|---|
101 | |
8 | |
6 | |
5 | |
5 | |
4 | |
4 | |
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.