Application Development 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: 

problem with FM CSAP_DOC_BOM_MAINTAIN

i045323
Employee
Employee
0 Kudos

Hi,

i am using the FM CSAP_DOC_BOM_MAINTAIN with an RFC wrapper to change the BOM item attribute (SORT_STRING).

Everytime the parameter commit_work is passed to be 'X', but still the values in the DB table STKO are not getting updated. its behaving inconsistently. sometimes it updates the values and some time it doesn't.

please help.

2 REPLIES 2

Former Member
0 Kudos

hi

May be there is a validations

there are some subroutines in the above FM

did u checked all that for any validations are there.

regards

sateesh

i045323
Employee
Employee
0 Kudos

Hi,

the APi is not working when i make an RFC call to the same. but when it is executed from SE37, it is updating the table.

here if the value of sort_string is space, i try to change it to 'L'. it works.

if sort_string = 'L', i try to change it to space, then it is not getting updated to space.