on 2025 Feb 24 9:58 AM
Hello All,
I have successfully extracted data from the OINM table in SAP B1 10.0.
Could you please provide details on the types of transactions recorded in this table?
the transactions here :
Thank you for your assistance.
Transaction Type |
310000001 |
20 |
60 |
67 |
59 |
21 |
19 |
18 |
202 |
15 |
10000071 |
69 |
Request clarification before answering.
in SAP B1, OINM not is a table, is a View that is make for:
[OIVL] T0 INNER JOIN [IVL1] T1 ON T0.[TransSeq] = T1.[TransSeq]
LEFT OUTER JOIN [OIVQ] T2 ON T1.[TransSeq] = T2.[TransSeq] AND T1.[LayerID] = T2.[LayerID]
INNER JOIN [OIVK] T3 ON T1.[TransSeq] = T3.[TransSeq] AND T1.[LayerID] = T3.[LayerID]
INNER JOIN [OILM] T4 ON T0.[MessageID] = T4.[MessageID]
LEFT OUTER JOIN [OADM] T5 ON T5.[Code] = T5.[Code]
If you make a Query is best use this tables.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
100 | |
8 | |
7 | |
5 | |
5 | |
4 | |
4 | |
3 | |
3 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.