2020 Mar 03 11:57 AM
Hello,
We want to show a warning message when user change the field KNTTP to a certain value.
But show the message only in the moment the user change to this value, not every time the badi/exit is triggered.
Do you know where can I put the code? How to check the changed data in a PR ?
Is there any method I can use in ME_PROCESS_REQ_CUST to get the changed data?
Thanks in advance.
Hello,
We want to show a warning message when user change the field KNTTP to a certain value.
But show the message only in the moment the user change to this value, not every time the badi/exit is triggered.
Do you know where can I put the code? How to check the changed data in a PR ?
Is there any method I can use in ME_PROCESS_REQ_CUST to get the changed data?
Thanks in advance.
2020 Mar 03 12:04 PM
I was thinking in create a internal table with the values of each item, but I'm wondering if there is other way to get the changed data.