on 2024 Aug 06 4:40 PM
Hi I am trying to join the vbap and cdpos table for the vbeln and posnr.I am able to compare the vbeln with the object iD , however for the posnr, I am unable to compare with objectkey . Code attached below.
Request clarification before answering.
Hello @winona86
I'm not sure if you are able to do an offset comparison in a SELECT statement at all (or maybe only in the WHERE clause it would not work)?!
Based on the idea of @shashankmistry3175 ... I would include the prepared field in the upper SELECT statement already - if this works? Then you have the correct length in your lower INNER JOIN:
(might be the syntax is slightly different - I did not test it - but you know what I mean)
BR, Martin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It worked , awesome
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
75 | |
30 | |
9 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.