One of the main differences between Web Channel Experience Management and most of the other SAP Solutions is the customer facing user interface. Whenever real private users use software the key requirement is to have a lean UI and simple processes.
This automatically leads to differences the UI of WCEM has in comparison to other solutions.
One example is the field for the phone-number. In SAP CRM users (these users are typically employees) can enter multiple phone-numbers and for every number 3 different fields have to be maintained. This is the field for the country code, the number and the extension.
Users of WCEM (typically a consumer) only have a single field for a phone- and a mobile-number to maintain. These fields are not mandatory by default.
In other words for WCEM the UI has been simplified.
However, if you want to separate the different parts of the phone-number in your shop you can implement this without modification.
We use the function module
CRM_WEC_REGISTER_CONSUMER for the Consumer Scenario.
Here You can use: CALL BADI
lr_badi_register_consumer->enhance_creation.
to add your extension
For the Contact Scenario it is the function module:
CRM_WEC_CONT_RELADDRESS_CREATE
With the Badi Call: CALL METHOD
gv_badi_contact->enhance_address_creation.
You will find further information in our Dev. and Extguide
(Application-specific part) about the implementation of an own address-layout.
https://websmp105.sap-ag.de/~sapidb/011000358700001259512012E -> Country Specific Address Formats.
You can use the Country-Key to get the Country-Code of the Phone-Number.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
8 | |
6 | |
3 | |
3 | |
2 | |
2 | |
2 | |
2 | |
1 | |
1 |