Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

To overcome Authorization error while executing a Function module

Former Member
0 Likes
443

Hello Friends,

In my custom workflow , I need to execute a validation function module ( SAP standard ) in a dialog step - Approval step.

But the issue is approvers will not have authorization to the FM ( They have minimum authorization - Just to approver the custom workflow ) .

So , I need to know is ther a option to execute the FM using another user ID ( a BATCH user ID ) .

thanks

Raghu V

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
359

make the validation task before the dialogue step. a general task will run in background from user WF-BATCH and that wont need to authorization issue... after completion of this validation you can go for the dialogue step i.e the approval step..

  |
__u2193__
| u25BA__| Validation task
  u2193
__|___
|_?u25BA_| User decision
  |
  u25CF_______
  u2193       u2193reject
  |
 approve 

1 REPLY 1
Read only

Former Member
0 Likes
360

make the validation task before the dialogue step. a general task will run in background from user WF-BATCH and that wont need to authorization issue... after completion of this validation you can go for the dialogue step i.e the approval step..

  |
__u2193__
| u25BA__| Validation task
  u2193
__|___
|_?u25BA_| User decision
  |
  u25CF_______
  u2193       u2193reject
  |
 approve