Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI call Error - Inbound Interface to SAP

former_member212001
Participant
0 Likes
1,651

Hi Experts,

my middleware side using IBM WebSphere Message Broker SAP Adapter request node ,

Problem after the execution of the interface the adapter node failed and it in the log its giving the error message:

"{[3442]Caught Throwable}.{[3450]throw a RecordNotFoundException}.{com.ibm.j2ca.sap.exception.SapBAPIException}."

I had seen some post in forum as " Quantity field type should be assigned a DECIMAL in the ESQL code."

so i checked in my bapi for quantity ( units per container field ) its assigend with decimals. So while checking in the middleware side..

In the imported BAPI layout UnitsPerContainer appears in 2 locations:

> SapTinContain : Here UnitsPerContainer is defined as decimal

> SapTinRecord3: But here UnitsPerContainer is defined as string

why is there a difference ? Its a connectivity Problem??

Donu2019t know whether because of this difference am getting the " Record Not Found Exception ".

Please help me .

Thanks in Advance.

Regards,

Priya.

2 REPLIES 2
Read only

former_member212001
Participant
0 Likes
723

Done

Read only

0 Likes
723

How did you fixed the error i am getting this type of error only?