Hi,
I have a problem with sap for mobile 2.3 and create operations. When i call create operation from ios, it calls SAP twice. One with no arguments that i put in create operation, one with arguments.
Here is my objective c code, maybe there is something wrong with my code or maybe i shouldnt use create operation. I am not sure, but i need to send table as import parameter to SAP.
[updateMBO create:@"I"withI_km_durum:[km value] withI_uname:@"AKEREMB"withI_trbel:[documentDetaildocumentNo] withI_yakit_durum:[fuel value] withI_plate_number:[[documentDetailselectedCar] plateNo] withIt_equipments:updateList withIt_expenses:expenseList];
[updateMBO submitPending];
[updateMBO save];
[garentaGarentaDBsynchronize:@"AddPmItem"];
Note : i tried to save first and submitPending later and it still called SAP twice.