Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem with BAPI_COSTCENTER_CHANGEMULTIPLE control data

Ajay_Kumar
Explorer
0 Likes
1,473

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??

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??

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
1,466

Read the BAPI documentation (FM documentation)

  • 'To initiate a field, only a period (".") must be transferred to the field interface. '
Read only

0 Likes
1,456

Thanks a lot.
Feeling stupid that how can i miss this basic info.
thanks a lot.