Functionality The system transfers structures for general data, address data,communications links, control data, sales data, and partner roles. Inaddition, the table parameter ADRCHANGE specifies which address datafields have changed. The system calls the BAPI ADDRESSORG_CHANGE withinthe module first. The central address management function must beactivated for this purpose. You can change the customer master data using the IDOC interface. Ifboth steps are successfully processed, the return parameter E_STATUS isset to 'S'. If an error occurs, the parameter is set to 'E'. Thefunction module then issues a description of the error. The key fields of the relevant SFA tables are located in the parameterTI_SFA_KEY. The relationship between parent and sub-tables is alsospecified here (for example, if the customer is the parent object forthe address). Example The example confines itself to the possible parameter values: I_UPLOAD_ID: Unique GUID from the SFA server with which the message canbe identified I_DESTIN: RFC destination of the SFA server I_SFA_REL: Release of the SFA server I_KEYWORD_IN: Transfer parameters for customer exits I_CUSTOMER : General customer data I_ADDRESS : General address data I_ADRCHANGE: Each field of the parameter I_ADDRESS has a correspondingfield in the structure I_ADRCHANGE. If the value of a field in an address is to be changed, it will beflagged accordingly in this structure. Note that this structure alsomanages changes in the communications links. I_SALESORG : Sales organization data I_TAXDATA : Control data Table parameters: TI_STDTEL : Telephone data TI_STDFAX : Fax data TI_STDTTX : Teletex data TI_STDTLX : Telex data TI_STDMAIL : Mail data (SMTP) TI_ROLES : Customer partner roles TI_EXTENSION: Customer exit data TI_SFA_KEYS: Links to keys in the SFA system Note The FU should only be used in an SFA context if triggered by an RFCcall from the SFA server. It is not planned to allow it to be used inthe same way as released BAPI modules. |