cancel
Showing results for 
Search instead for 
Did you mean: 

No data in complex table

Former Member
0 Kudos


Hi,

We are facing issue with complex table "Business partner" .

Table is empty with no values in it.On analysis found that it not calling the backend code(SAP) and the issue is in java part .

Can anyone tellme step by step how to resolve this issue?

Regards,

Rachel

Tags edited by: Michael Appleby

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Have you been able to solve it already?

If you turn all the logs and set the level to 'most detail' do you know how many records are returned to the agentry server

do you even get to see the connection to the backend in the Backend-java log file?

Former Member
0 Kudos

I have the Log files . On analysis, found that  Java code is missing for business partner.

We have yet to figure out how to resolve this issue.

Former Member
0 Kudos

This message was moderated.

i834235
Product and Topic Expert
Product and Topic Expert
0 Kudos

Rachel,

Do unit testing in SAP by executing BAPI wrapper for buiness partner.   To make sure that BAPI is returning the data.

1) You need check at config parmeters in /syclo/config to see if java class is linked to  right SAP BAPI - BAPI_WRAPPER

2) if you done any  changes to   out-of-box complex table.  Make sure that custom java jar file is deployed to Agentry server and class path is updated.

Thanks

Manju.

midhun_vp
Active Contributor
0 Kudos

Provide more information on the issue. What type of app you are referring to, what is the middleware used ?

- Midhun VP

Former Member
0 Kudos


Hi Midhun,

We are using Syclo Smart Service Manager with Agentry as frontend and it is connecting to SAP backend via Java.

Regards,

Rachel