Functionality The method ChangeMangement is used to update an instance of thebusiness object "Price Catalogue". The current material data is determined and compared with the existingcatalog data. Notes In the method, authorization object "W_PRICAT_IN" is checked. If error messages occur during processing of the data, these arerecorded in an application log. If you want to display the loggedmessages, you need to execute a Commit after calling this method, sothat the data in the application log is written to the database. Evenif the structure "RETURN" returns a message of type "E" (error) in thefield "TYPE", a Commit must be executed so that the application log issaved. INCLUDE BAPI_RET INCLUDE BAPI_TABLE OBJECT DOKU ID TX Value range Success messages Type,,ID,,Number,,Message S,,VJ,,303,,,,Price catalog &V1& was created S,,VJ,,302,,,,Price catalog &V1& was updated Error messages Type,,ID,,Number,,Message E,,VJ,,304,,,,Price catalog &V1& is already closed E,,VJ,,305,,,,In catalog &V1&, the base unit for unit of measure &V2&cannot be determined E,,VJ,,305,,,,In catalog &V1&, the base unit for unit of measure &V2&does not exist E,,VJ,,305,,,,Error during entry in price catalog &V1& (table &V2&) E,,VJ,,305,,,,Error during change to price catalog &V1& (table &V2&) |