Working with Container Operation and Loop (Until) Steps - PART2
Note: Before reading this document readers must study Part 1 of this document. i. e.( Working with Container Operation and Loop (Until) Steps - PART1 ). This document will help us to learn how to execute and analyze a workflow . Steps: In Part 1 of this document we have seen how to build a workflow with Container Operation and Loop (Until) Steps. 2. After completely Building a workflow we can start our execution process . We have to press execute button(F8) to run the workflow. 3. Now we can see a screen as shown below. 4. This screen consists of the following tabs. Input Data Tab. Here we have to fill in the importing input parameters. _wf_initiator , _wf_priority and _wi_group_id are default parameters. lv_counter is the parameter created by us for keeping the loop count (This is discussed in Part 1 document-> ‘ ABAP Workflow For Beginners : Working with Container Operation and Loop (Until) Steps-PART1’) We can chan...