Posts

Showing posts with the label Container Operations

Working with Container Operation and Loop (Until) Steps - PART2

Image
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...

Working with Container Operation and Loop (Until) Steps - PART1

Image
  Note   This document will help one to understand the use of Container Operation and  Loop (Until) step in Workflow Builder. The execution of the workflow will be discussed in Part 2 of the below document.   Steps: Go to Transaction code 'SWDD' and we can see the following screen.  SWDD is the Transaction code where we can build a workflow. 2. Click on the 'create new workflow' button which is on the top left of the screen as shown below.  3. Now our workflow builder screen looks as shown below. By clicking on the 'create new workflow' button the workflow step layout will be reset to the initial stage. 4. Now we have to right-click on 'undefined for new step' as shown below and click on     create or double click on it. 'Undefined- Double-click for new step' allows us to create required steps in sequence. This decides the flow of processes in our workflow. 5. Now a popup window will appear as shown below consisting of different step types for s...