cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Work Manager 6.2 - ctpersonresp not getting downloaded

Former Member
0 Kudos

Hi All,

This complex table - ctpersonresp - is not getting downloaded. The FM in SAP is not being called. Below is the SMP Log:

initialize()::ComplexTableName=ctpersonresp |

2015 08 04 09:04:36#0-600#INFO#System.out##anonymous#Thread-18418###Session timer sleeping for 60 seconds. |

2015 08 04 09:04:36#0-600#INFO#System.out##anonymous#Agentry WM Worker Thread###ComplexTable::ctpersonresp::createCTStepHandler()::begin |

2015 08 04 09:04:36#0-600#INFO#System.out##anonymous#Agentry WM Worker Thread###ComplexTable::ctpersonresp::createCTStepHandler()::CTStepHandler=CTBAPIStepHandler |

2015 08 04 09:04:36#0-600#INFO#System.out##anonymous#Agentry WM Worker Thread###ctpersonresp::begin |

2015 08 04 09:04:36#0-600#INFO#System.out##anonymous#Agentry WM Worker Thread###ctpersonresp::clientLastDataUpdateTime=Mon Jan 01 00:00:01 MST 1900 |

2015 08 04 09:04:36#0-600#INFO#System.out##anonymous#Agentry WM Worker Thread###ComplexTable::ctpersonresp::build()::begin |

2015 08 04 09:04:36#0-600#INFO#System.out##anonymous#Agentry WM Worker Thread###hasNext::begin |

2015 08 04 09:04:36#0-600#INFO#System.out##anonymous#Agentry WM Worker Thread###hasNext::while trying to invoke the method com.syclo.sap.bapi.CTBAPI.clearDataTable() of a null object loaded from field com.syclo.sap.CTBAPIStepHandler._bapi of an object loaded from local variable 'this' |

2015 08 04 09:04:36#0-600#INFO#System.out##anonymous#Agentry WM Worker Thread###hasNext::begin |

2015 08 04 09:04:36#0-600#INFO#System.out##anonymous#Agentry WM Worker Thread###hasNext::while trying to invoke the method com.syclo.sap.bapi.CTBAPI.clearDeleteTable() of a null object loaded from field com.syclo.sap.CTBAPIStepHandler._bapi of an object loaded from local variable 'this' |

2015 08 04 09:04:36#0-600#DEBUG#com.sap.mobile.platform.server.agentry.core##anonymous#Agentry WM Worker Thread###Sending 37 bytes of data |

2015 08 04 09:04:36#0-600#DEBUG#com.sap.mobile.platform.server.agentry.core##anonymous#http-bio-8081-exec-10###Receiving 14 bytes via ByteBuffer backing array |

2015 08 04 09:04:36#0-600#DEBUG#com.sap.mobile.platform.server.agentry.core##anonymous#http-bio-8081-exec-10###Done receiving data |

2015 08 04 09:04:36#0-600#DEBUG#com.sap.mobile.platform.server.agentry.core##anonymous#Agentry WM Worker Thread###Sending 263 bytes of data |

2015 08 04 09:04:36#0-600#DEBUG#com.sap.mobile.platform.server.agentry.core##anonymous#http-bio-8081-exec-10###Receiving 24 bytes via ByteBuffer backing array |

2015 08 04 09:04:36#0-600#DEBUG#com.sap.mobile.platform.server.agentry.core##anonymous#http-bio-8081-exec-10###Done receiving data |

Regards

Ankur Malhotra

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member113639
Participant
0 Kudos

Can you check if the CT is mapped to the BAPI and the assignment of CT to the correct class?.

Also have you tried executing the the BAPI in the backend without the client.

Former Member
0 Kudos

It is a standard Complex Table and I crosschecked that the BAPI assignment is active and correct.

Executing the BAPI in the backend works fine, it returns the result I would expect it to.

former_member113639
Participant
0 Kudos

Can you paste an image of the error also have got changed any of the agentry definition related to ctpers CT.

Former Member
0 Kudos

There is no error. I think its not even reaching a place where it calls the BAPI.

I have not made any changes to the CT. Only changed TABLE_CHECK and TABLE_REFRESH parameters to 0.

former_member113639
Participant
0 Kudos

Can you check all the references for BAPI Wrapper, MDO, Parameters related to ctpersonresp are active. Also can you check and make sure that the Agentry CT name for ctPersrespon is not changed in the agentry editor of the application.

I am assuming no enhancements or customisations are done?

Former Member
0 Kudos

No  enhancements or customizations have been done and nothing has been changed in Agentry Editor.

Everything is active and looks good in the Config Panel.

former_member113639
Participant
0 Kudos

When you mean its not downloaded do you mean no values come down in the complex table? Do you have any filters in the for the Employee List complex table?