Show TOC Entering content frame

This graphic is explained in the accompanying text Example: Configuration of Document Data Locate the document in its SAP Library structure

Here you can see a typical sample configuration for three fields, Currency, Sales Organization, and Product, which are to be sent from SD (ERP) to CPE formula evaluation.

The Sales Organization and Product fields are converted using the corresponding conversion function.

Sample Configuration

Application

V

V

V

Source structure

KOMK

KOMK

KOMP

Source field

WAERK

VKORG

MATNR

Send

S

S

S

CPE structure

CRMT_ACS_I_COM

CRMT_ACS_I_COM

CRMT_ACS_I_COM

CPE field

CURRENCY

SALES_ORG

PRODUCT

Conversion type

1

2

2

Conversion function

 

CPE_MAP_VKORG_TO_SALES_ORG

CPE_MAP_MATNR_TO_CRM_PRODUCT

Application:

Specifies the calling CPE application, for example, SD pricing (V) or SAP CRM (CRM).

Structure:

The source structure from the calling CPE application. For example, in an SD document, the structures KOMK and KOMP are available as standard.

Field:

The field name in the source structure from the calling CPE application. For example, field KOMK-VKORG in the SD document and field CRMT_ACS_I_COM-SALES_ORG in the CRM document stand for the respective sales organization.

Send:

The value S causes the corresponding field to be sent to the CPE (filter).

CPE structure:

The name of the target structure into which the source structure is to be converted. The default target structure is RMT_ACS_I_COM.

CPE field:

The name of the target field into which the source field name is to be converted.

Conversion type:

You can choose from the following conversion types: No Conversion (0), Copy (1), Conversion Using Function (2), and Conversion Using BAdI (3).

Conversion function:

If you choose the Conversion Using Function conversion type, you must enter the corresponding conversion function. For example, function module CPE_MAP_VKORG_TO_SALES_ORG converts the value in field KOMK - VKORG into a value in field CRMT_ACS_I_COM - SALES_ORG.

 

 

Leaving content frame