I have a native Android App that was running just perfect synchronizing data from Device to SAP ECC with no-errors through a Z-BAPI. But some conditions change in the escenario that forces us to change the lengh of one of the fields that the Z-BAPI receive in the TABLES tab. We used to have a CHAR(10) field and now we have a CHAR(30) field, So i updated our MBO we re-deploy the package with the new specifications, we re-generated code and migrate it again to the Android Project but now when we try to synchronize we get the following error.
"UltraLiteJ Error [-857] Synchronization failed due to an error on the server : [-10244] The MobiLink Server has encounter an error and the synchro"
Searching in the web i've found this discussion http://scn.sap.com/thread/2044628 but that's not our case because other MBO's are working perfectly.
Anyone has any idea? Changing the lenght of a field can be so harmful?
Thanks..