Skip to main content

C4C

C4C/CPI: Automatically adjust mapping for DEV namespace

Submitted by Stefan Barsuhn on

As C4C development systems (that are in development) use a different namespace than non-dev systems, simply copying or transporting an iflow from DEV to TEST (or PROD) will lose all extension field mappings.

You can either adjust your iflows manually. This involves uploading the test system WSDL to the iflow and re-mapping all extension fields from the DEV namespace to the test/production namespace, which is not recommended as it is very error-prone.

However, you can also do this automatically with a one-line change as follows:

Tags

C4C: Object Identifier Mapping WebService - Employee type codes

Submitted by Stefan Barsuhn on

The C4C object identifier webservice (CommunicationServicesManagementQueryObjectIdentifierMappingIn/Query Object Identifier Mappings) only works if you supply the correct Remote and Local ID type code. Thankfully, the documentation (linked above) provides a list of type codes for commonly used objects, however, the employee business object is missing.

To make it short, the type codes for employee are:

Tags

C4C: Analyze dumps and errors

Submitted by Stefan Barsuhn on

In case you're faced with a technical error screen in C4C and are looking for the root cause:

  1. Don't close the error screen. Click "Report Incident" instead.
  2. Open the Incident from the Administrator Work Center
  3. Find the section "Incident Context"
  4. Click on /SAP/ABAP/RuntimeError

image 39

Tags

C4C: Add explanation texts to UI panes

Submitted by Stefan Barsuhn on

Sometimes there's the need to add a help text to a custom or standard screen so the users know (or don't forget) how to use it.

There are two ways for doing this. For custom screens, the preferred way is to do this in the UI Designer.

Look for the property section "Text Information" - it is usually available for Views or Pane Containers - and set "Always show Explanation Area Text" to true. Then maintain the text under "Explanation Area Text".

Tags