cancel
Showing results for 
Search instead for 
Did you mean: 

JCO Failure

Former Member
0 Kudos

I have set up an SAP JCO Interface in BLS. When I try and execute, I get the following error. When I do a search string for all the functions I do get a list from below in the configuration screen.

Thanks

Skip Ford

[INFO ]: Execution Started At: 14:14:58

[DEBUG]: 00000.00000 Begin Transaction 'TMP85C91AE3-CE8B-E0C9-07A9-62C035730640'

[DEBUG]: 00000.00000 Begin Sequence Sequence : ()

[DEBUG]: 00000.00000 Begin Action SAPJCOInterface_0 : ()

[ERROR]: ACTION FAILED: End Action SAPJCOInterface_0 : ()

[DEBUG]: 00000.92200 End Sequence Sequence : ()

[DEBUG]: 00000.92200 End Transaction 'TMP85C91AE3-CE8B-E0C9-07A9-62C035730640'

[INFO ]: Execution Completed At: 14:14:59 Elapsed Time was 922 mS

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Reginald,

Another approach is the use a Tracer action to display the Response XML from the ERP system when the transaction runs. It will then display all of the real inputs into the BAPI/RFC as some get added automatically by the ABAP from default values. Then once you know what was really sent into the system you can go into transaction code <b>se37</b> and test the BAPI/RFC with those values. Hope this helps.

Regards,

Salvatore Castro

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Are you able to Generate sample xml without any error? If yes, The problem is the inputs are mismatching or wrong.

To verify the inputs go to sap logon pad and connect SAP R/3. Give the same inputs and check Result.

Hope this helps you.....

Regards,

Kishore kumar P.S.