cancel
Showing results for 
Search instead for 
Did you mean: 

Error while executing transaction IW31

Former Member
0 Kudos

Hi All,

I am trying to execute the transaction IW31 (Maintenance order creation) through SAP JCO and I am getting the following exception.

com.sap.mw.jco.JCO$AbapException: (126) AUTHORITY_NOT_AVAILABLE: Error list

But I can able to execute the same transaction via SAP Client. What could be the reason for this error?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Start trace using ST01 on the user in the sap client for authorization check and rfc calls. Trace will list you on what might be missing.

Regards,

Gowrinadh

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Check that user has authorizations for the IW31 while using via Jco? Please check SM59 to check the RFC.

Hope this helps.

Manoj

Former Member
0 Kudos

Hi,

What kind of authorization that user should have in order to execute transaction via JCO?

sorry I dont have access for the transaction SM59 to check the RFC.

Former Member
0 Kudos

Hai,

Try to trace the Jco call and analyze the trace for any errors.

http://help.sap.com/saphelp_nw04s/helpdata/en/44/0dae09247a3989e10000000a114cbd/content.htm

Regards,

Yoganand.V

Former Member
0 Kudos

Hai,

Check the RFC connection which is used to connect the JAVA side to ABAP side.

There might be some user lock or password expiration.

Regards,

Yoganand.V