Show TOC
While there are different means and the word can be used interchangeably, it becomes more of a technical term when you talk in terms of customer value. What is Customer Value. Customer value is the perception of what a product or service is worth to a customer versus the possible alternatives. Owner's Guides and Manuals are viewable on any computer or device with AdobeĀ® Reader. These files contain detailed information about your vehicle, and can be downloaded, searched, and printed. The Owner's Guide provides a quick how-to on basic functions and features.
Copy Customer Master Fields Into The Sales Document
Procedure for copying customer master fields to a sales document
Copying customer master fields to a sales document is carried out in two steps:
Note
You can create new fields (ZZ...) in an existing table. This does not cause problems during puts because the additional fields are put at the end of the table and the name range cannot be overwritten. Make certain that field names begin with 'ZZ'
Example:
The copied fields are placed at the end of the table (before the put)
The fields are not overwritten by the put; the new SAP fields are added (after the put)
Overview of basics on copying data
- The following communication structures are relevant for using customer master record fields in SD documents:
- KUAGV (Sold-to party view of customer master record)
- KUWEV (Ship-to party view of customer master record)
Customer User Manual For A Value Chart
- KUREV (Bill-to party view of customer master record)
- Additional fields from the customer master (KNA1 and KNVV) are defined in the following INCLUDES:
- Sold-to party data: KUAGVZ (in KUAGV)
- Payer data: KURGVZ (in KURGV)
- Transport fields to customer view
- Field transport from master record to customer view can be found in the following user exits:
Customer User Manual For A Value Guide
- Transport from customer view to the sales document table
Copy customer master fields to sales documents
Fields can be copied to the sales document from the master records of the sold-to party, ship-to party and payer. You have the following possibilities:
Case 1: KNA1 -> VBAK
You can include a field from the sold-to party (general data) in the sales document header.
Case 2: KNVV -> VBAK
You can include a field from the sold-to party (SD data) in the sales document header.
Case 3: KNA1 -> VBKD
You can include a field from the sold-to party (general data) in the sales document (business data).
Case 4: KNVV -> VBKD
You can include a field from the sold-to party (SD data) in the sales document (business data).
These possibilities exist for copying fields from the sold-to party to the sales document item (VBAP).
These possibilities exist for the ship-to party as well as for the payer.
Case 1: Copy sold-to party field (KNA1) -> sales document header (VBAK)
You want to use a sold-to party field (KNA1) in the sales document header (VBAK). There are two possibilities for copying fields. They are distinguished by the way in which values are assigned to fields.
- The field exists in KNA1 and can be copied to the sold-to party view KUAGV and to VBAK. The name is the same.
- The field does not exist in KNA1 or VBAK. You must create it there. Note that new data elements and new field names must begin with the letters 'ZZ'. The names are not the same.
Proceed as follows:
- If the names are the same, a value is automatically assigned to the field in user exit V05EA1AG via MOVE CORRESPONDING.
- If the names are not the same, you must assign a value to the field manually. The statement is, for example: KUAGV-ZZFELD = LKNA1-XXXXX.
Customer User Manual For A Value Card
Customer Value Model
Proceed in the same way for cases 2-4:
Case 2: Copy sold-to party field KNVV -> sales document header VBAK
Values For Customer Service
Include the field in KUAGVZ if it is not contained in KUAGV. Assign a value to the field in MV45AFZZ in USEREXIT_MOVE_FIELD_TO_VBAK. If the names are not the same, do so in V05EA1AG.
Case 3: Copy sold-to party field KNA1 -> sales document VBKD
Include the field in KUAGVZ if it is not contained in KUAGV. If the names are not the same, assign a value to the field in V05EA1AG and in MV45AFZZ in USEREXIT_MOVE_FIELD_TO_VBAP.
Manuals Online User Manuals
Case 4: Copy sold-to party field KNVV -> sales document VBKD
Include the field in KUAGVZ if it is not contained in KUAGV and assign a value to it in MV45AFZZ in USEREXIT_MOVE_FIELD_TO_VBAP. If the names are not the same assign a value to the field in V05EA1AG in USEREXIT_MOVE_FIELD_TO_VBAP.
Note
Proceed in the same way to copy fields from the ship-to party or the payer to the sales document. You will find the necessary information in the above basics on copying data.