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

bapi error

Former Member
0 Likes
529

I am using a bapi in APO for extending a material to a different plant . Its giving an error saying ' Entry was not processed because there is no changing paramter available'. How do i correct this?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
490

HI,

when ever you are tyring to update using a bapi... you have two internal tables one which takes data and other which has update 'x' indicator... you also have to check upadate eq 'X' against the fields that you want to update.

Thanks

Mahesh

3 REPLIES 3
Read only

Former Member
0 Likes
491

HI,

when ever you are tyring to update using a bapi... you have two internal tables one which takes data and other which has update 'x' indicator... you also have to check upadate eq 'X' against the fields that you want to update.

Thanks

Mahesh

Read only

0 Likes
490

I am using the bapi BAPI_PRDSRVAPS_SAVEMULTI2 and filling the tables product_location_version and product_location_version_X but i am getting the error no valid product could be found . I have to actually use this in a user exit the user exit was not getting triggered so i am just trying the same code in a normal report program to check for the errors in the code meanwhile . The user exit gets triggered when transferring materials from R/3 to APO via CIF and i am wondering if this is the right way to check the code .

Read only

0 Likes
490

HI,

Yes you can do that,, writing a stand alone program and cheking works fine... provided you are passing all the required data to this Bapi . If it works here it will work in ur user exit to...

Thanks

mahesh