正解:A,B
In SAP S/4HANA, when new fields are copied from a customer master record to a sales document, the characteristics of this process include:
A . Fields are moved from the sold-to party, ship-to party, bill-to party, or payer views to the sales order tables using a user exit: User exits allow for the customization of standard SAP behavior without modifying the core code. This method can be used to copy additional fields from customer master data to sales documents, providing flexibility to meet specific business requirements.
B . Fields are copied from the customer master tables to the sold-to party, ship-to party, bill-to party, or payer views using a user exit: Similar to option A, this process involves using user exits to extend the standard SAP functionality. The fields can be copied to these partner function views within the sales document, enriching the document with additional data from the customer master.
Option C, involving the condition technique, is typically used for determining pricing conditions, not for copying fields from the customer master to sales documents. Option D, mentioning ALE settings, is not a standard approach for directly copying fields from customer master records to sales documents; ALE is more commonly used for integrating data across different systems.