Hi Wokflow experts,
I have a program tha uses the FM 'RH_STRUC_GET' to get users from work centers. The FM interface is as below. It was working fine in SAP enterprise, but in ECC 6.0 this FM has stopped returning any values. It returns the exception Structure 01 A 50000100 WF_ORGUS: No agent found.
CALL FUNCTION 'RH_STRUC_GET'
EXPORTING
ACT_OTYPE = OTYPE
ACT_OBJID = OBJID
ACT_WEGID = 'WF_ORGUS'
AUTHORITY_CHECK = ' '
Can anyone suggest a solution to this problem.
Regards,
Kartik N.