The inconvenience
In many SAP systems a time-out is set so you will be logged out automatically after a certain time without any activity. This is a nice security feature, but when the time out is short it becomes a problem in some development scena...
Hi all,here is my problem. I have a workflow that waits for an event but only with a specific value in a specified element of the event container. I have built this with an until loop around one wait step for the event. If the value in the event cont...
Hi all,I have the following problem. After a redesign of a workflow I removed all container elements that were not needed anymore. The problem is now that all these container elements are now also removed from the older versions of the workflow. This...
Hi all,I am having a weird problem. I made a custom user decision step so I could add some container elements in the description. This all works very nicely. But when the decision is executed the title at the top of the screen reads: "Decision" inst...
In the years I have been programming workflows I have always been told that there is no version management on BOR programs. And from experience I would tell everybody who asked about it the same story. Big was my surprise the other day to find a wa...
Great blog, I used it to answer this question on Stackoverflow. I took your solution and made it more dynamic, i.e. the method that displays the data does not have any knowledge of the table it is processing.
Here is the code:
REPORT zso_group_alv.
...
When using BT the LOW and HIGH are not seen as patterns but just single entries. Since '*' comes before '0' in the ASCII table it will not select any 004 entries when you use HIGH as 004*.
I think the easiest way is to record the actual agent in the approval step and then pass this in a container element to the release step. This would cover all scenarios, including forwarded work items and substitutions.