I have a problem in updating the cost center control tab lock indicators into table CSKS using the FM ‘BAPI_COSTCENTER_CHANGEMULTIPLE’ . All the fields are updating properly except the lock indicators bkzkp ,pkzkp,bkzks,pkzks,bkzer and pkzer .
When I want to mark it as selected, then its updating fine, but when i need to remove check box then its not working.
When i want to remove the check box, then ideally, we should make the value as blank and then pass it to FM and checbox should be unchecked.
But in case of BAPI_COSTCENTER_CHANGEMULTIPLE, its not working.
I have tried using keywork SPACE, passed blank value, make constant as SAPCE but these fields bkzkp ,pkzkp,bkzks,pkzks,bkzer and pkzer that time also it is updating with the value ‘X’ ( suppose to update with Blank ). Is this some thing problem in the Function Module??