Saturday, May 31, 2014
This is used as LOOP ..ENDLOOP of ABAP . Scenario: Suppose we want to send work-item to 3 level of approvers. We can use loop to execute this functionality.
- Create a container element as counter which will get incremented with every loop pass.
- Create a loop with condition set in condition tab.
- Choose the container element.
- Assign the True /False branches. For True : Loop willl end and for False : Loop will pass.
- Initialize the value of counter = 1 in container element.
- Create the user decision step.
- Create the container operation step.
- Increment the counter value by 1.
- Test the workflow.
- Check SWIA
- Check Log SWIA
- Three times the work-item will be received by user and once the counter value gets incremented to 3 , the loop will end.
Followers
Popular Posts
- ABAP - ALV Report example with steps
- ABAP - Step by step tutorial on Smart Forms - Template Node
- ABAP - Sending email with pdf attachment
- SAP Adobe Form - Steps to create simple ADOBE Form and calling it from ABAP Program
- SAP ABAP - CL_ABAP_CHAR_UTILITIES class usage
- ABAP - Multiple value selection from F4 help for SELECT-OPTIONS
- Execute ABAP Report using SUBMIT statement
- ABAP - Select all or Deselect all in ALV or Check box handling in ALV
- Web Dynpro ABAP ALV - ON_CLICK event
- ABAP - Dynamic WHERE clause
SAP Training in Delhi
ReplyDeleteNice one!
ReplyDelete