cancel
Showing results for 
Search instead for 
Did you mean: 

workflow

Former Member
0 Kudos

dear Pradeep,PO

iam using Workflow WS20000075 but not geeting mail for approvals sap inbox

In rule iam using standard rule 20000027( some modifications hasbeen using below fm)

done)

below FM used for geeting agents.

CALL FUNCTION 'BAPI_ORGUNITEXT_DATA_GET'

EXPORTING

PLVAR = '01'

OTYPE = S

OBJID = wa_t16f-objid

KEYDATE = G_DATE

SCENARIO = G_SCE

EVALDEPTH = G_DEPTH

  • IMPORTING

  • RETURN = it_return

TABLES

ACTORTAB = IT_ACTOR.

LOOP AT IT_ACTOR INTO WA_ACTOR.

ACTOR_TAB-OTYPE = 'US'. "wa_actor-otype.

ACTOR_TAB-OBJID = WA_ACTOR-OBJID.

APPEND ACTOR_TAB.

ENDLOOP.

plsz sort out the problem.

Accepted Solutions (1)

Accepted Solutions (1)

former_member598013
Active Contributor
0 Kudos

Hi Sonu,

Try to chekck the workflow Log in SWIA Transaction. Try to Bind the Agent again andcheck if the binding is active or not.

Thanks,

Chidanand

Answers (0)