‎2007 Jul 20 5:46 PM
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?
‎2007 Jul 20 5:49 PM
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
‎2007 Jul 20 5:49 PM
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
‎2007 Jul 20 6:57 PM
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 .
‎2007 Aug 01 5:55 PM
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