cancel
Showing results for 
Search instead for 
Did you mean: 

User Activation Issue

Pavan_Golesar
Active Participant

Hi,

I  have proceeded with the user management with User- self service.

Scenario: Currently on Post operation for UserRequestCollection is success as below:

I checked the SOST Tcode as below:

also Get one pop-up saying eXpress document...



ISSUE:

Now if i proceed for User Activation as following, I face error:

When I debugged found that, I get Error as the BAPI return nothing >>   BAPI_USER_GETLIST and later its passed to BAPI_USER_GET_DETAIL. .

Have I missed some necessary step or something byfar..?

Thanks

--Pavan G

Accepted Solutions (0)

Answers (2)

Answers (2)

yevgen_trukhin
Advisor
Advisor
0 Kudos

Pavan, this service should run in the context of a service user, did you check SU53 authorization log to see if the service user has all proper authorizations? Also, you can debug by putting breakpoint on abap statement authority-check and see if everything goes well. Did you also check /IWBEP/ERROR_LOG and /IWFND/ERROR_LOG?

Yevgen

Pavan_Golesar
Active Participant
0 Kudos

Thanks for reply,

Actually I have the status code 201 after the Post operation with below payload,


{

"d" : {

"UserName" : "XXXX",

"AccountID" : "7000000070",

"ContractAccountID" : "100000000200",

"FirstName"  : "Pavan",

"LastName" : "Golesar",

"EmailAddress" : "pavan.golesar@primustechsys.com",

"PhoneNumber" : "9730448063",

"Password" : "",

"UsrCategory" : "1"

       }

}

IDK, why but I got this message too:

Note: I have checked /IWFND/ERROR_LOG and SU53 authorization log is all clean.


Regards,

Pavan G

Message was edited by: Pavan Golesar

yevgen_trukhin
Advisor
Advisor
0 Kudos

Message: something wrong with SOST configuration? For the overall error i have no clue, either debug till you find the problem or open OSS ticket.

Pavan_Golesar
Active Participant
0 Kudos

Yes, you are right yevgen..

I found the error in SOST transaction saying


Message cannot be transferred to node SMTP due to connection error (FINAL)

Post link

Regards,

Pavan

Message was edited by: Pavan Golesar

Pavan_Golesar
Active Participant
0 Kudos

Any one can help in this case.???  Pls