hello all,
we have developed a Z-Program to remove ACF(user) status for a given WBS,
for this we have used BAPI = BAPI_BUS2054_SET_STATUS
however this BAPI is checking for authorization (throwing authorization error),
wedon't want to give SAP_ALL to end user,
my question is how do i bypass authorization check here while executing this particular Z-program,
thanks in advance....