‎2018 Feb 14 1:27 AM
Hi all,
Would like to know how to get the range between AGR_1251-Low and AGR_1251-High?
I would like to get the release code assigned to approver for releasing the purchase order document, i will filter the role (AGR_1251-AGR_NAME) and auth. object (AGR_NAME-Object) but i don't know how to get the range between the AGR_1251-Low and AGR_1251-High. For example AGR_1251-Low has the value '01' and AGR_1251-High has the value '05', then i need to get a list of 01, 02, 03, 04, 05.
Please help, thank you.
‎2018 Feb 14 8:17 AM
Just a matter of programming. You know what the low is, you know that the high is, you know how to get to the number after "low". So what's the problem? (And what are you trying to achieve anyway - why do you think you need the individual values?)
‎2018 Feb 14 9:21 AM
Hi Matthew,
This is just an example, i won't know the high and low, i just know the table and field that stores the value, and i don't know how to program it so that i can get the list. I would like to list out the release code granted to each approver.
Thank you.
‎2018 Feb 15 9:26 PM
Please use "Comment on this answer" button to reply to an answer. Otherwise the person you're replying to is not notified and it is confusing to the readers as well.
It's still not clear what the question is exactly though. What exactly you "don't know how to program"? Are you not an ABAP developer? Very much confused by this whole thread, sorry.
‎2018 Feb 16 9:06 AM
‎2018 Feb 16 9:13 AM
But you do know the low and high. You've got it in AGR_1251. You know what values exist in the table of release codes, so it's just basic SQL. Isn't it?
‎2018 Mar 01 9:43 AM
‎2018 Feb 16 8:19 PM
Do you just want to know where the possible release codes are stored ? (and from there you will do whatever you want, here you want to know the authorized codes from table AGR_1251, but that's the context, not the question)