cancel
Showing results for 
Search instead for 
Did you mean: 

Not Getting Values for the newly created complex table.

dm21
Participant
0 Kudos

Hi All,

I am trying to create a complex table which has 4 fields

ID , Plant ,Costcenter,Description .Indexes are like costcoster has parent as ID which is unique.

I have created a new ABAP Class,BAPI wrapper and mapped it accordingly in configpanel.

I have built a java class for the fields and also a complex table in agentry and java class specified their is com.syclo.sap.complextable.

after exporting the project and publishing the agentry application on to the server and restting the client i am not able to get any values in the complex table which was created newly.

Please tell me what would be error.

Accepted Solutions (1)

Accepted Solutions (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Marvin,

I would suggest starting to debug your new CT in the following order

1) ABAP - run directly in SAP to confirm you are getting the data you expect

2) Set breakpoints in ABAP and confirm your transmit is calling into your ABAP as expected

3) Java - Add breakpoints and step through your Java class to confirm it is getting back the data as expected

4) ATE - Look at the CT in the ATE to view the contents

--Bill

Former Member
0 Kudos

Did you also update the Java backend ClassPath file to use the new Java Jar file?

Stephen

dm21
Participant
0 Kudos

Hi Stephen,

I have updated the java backend class path file aswel.

But still m not getting values .

Deepak.M

Former Member
0 Kudos

Deepak,

Have you added the break points like suggested by Bill to see if are getting the points if so, what break points did you get and what ones did get?

Stephen

Answers (0)