Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.

Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |

Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
Additional information
Section IctIncidentAdditionalInfo
defines synchronization of CIs between SAP Solution Manager and Service Manager and defines the method for sending SAP Attributes from SAP Solution Manager.
Note The first part of the mapping describes CI mapping handling and must not be changed.
<FieldMapping ExtHDField="IctIncidentAdditionalInfo/AddInfoValue" >
<OutDataType>OvCISearchKey</OutDataType>
<InDataType>OvCISearchKey</InDataType>
<KeyFieldOutVal>SAPSystemID</KeyFieldOutVal>
<KeyFieldInVal>SAPSystemID</KeyFieldInVal>
</FieldMapping>
<FieldMapping ExtHDField="IctIncidentAdditionalInfo/AddInfoValue" >
<OutDataType>OvCISearchKey</OutDataType>
<InDataType>OvCISearchKey</InDataType>
<KeyFieldOutVal>SAPSystemClient</KeyFieldOutVal>
<KeyFieldInVal>SAPSystemClient</KeyFieldInVal>
</FieldMapping>
<FieldMapping ExtHDField="IctIncidentAdditionalInfo/AddInfoValue" >
<OutDataType>OvCISearchKey</OutDataType>
<InDataType>OvCISearchKey</InDataType>
<KeyFieldOutVal>SAPInstNo</KeyFieldOutVal>
<KeyFieldInVal>SAPInstNo</KeyFieldInVal>
</FieldMapping>
The following two attributes are used only when Solution Manager forwards an Incident to SAP Solution Manager.
<FieldMapping ExtHDField="IctIncidentAdditionalInfo/AddInfoValue" >
<InDataType>InformationLog</InDataType>
<KeyFieldInVal>SAPIncidentID</KeyFieldInVal>
</FieldMapping>
<FieldMapping ExtHDField="IctIncidentAdditionalInfo/AddInfoValue"
ValueMappingId="IctIncidentAdditionalInfo/AddInfoValue
/SAPIncidentStatus" > <InDataType>InformationLog</InDataType>
<KeyFieldInVal>SAPIncidentStatus</KeyFieldInVal>
</FieldMapping>
The only attributes that do not have read-only status in the SAP Solution Manager are CI attributes, allowing IN-mode mapping (from SAP Solution Manager to Service Manager). The following table defines the available attributes:
AttributeType | Description |
---|---|
SAPComponent |
SAP Component (e.g. SV-SMG-SUP) |
SAPSystemID |
SAP System ID |
SAPSystemClient |
Client of SAP System |
SAPCategory |
Category of the Incident |
SAPSystemType |
SAP System Type |
SAPInstNo |
SAP Installation Number |
SAPSubject |
Subject of the Incident |
SAPOperatingSystem |
Operating System of SAP System |
SAPDatabase |
Database of SAP System |
SAPFrontend |
Frontendsystem and Version |
SAPSoftwareComponent |
Software Component |
SAPSoftwareComponentRelease |
Software Component Release |
SAPSoftwareComponentPatch |
Software Component Patch |
SAPIncidentID |
ID of the Incident at SAP (when forwarded to SAP) |
SAPIncidentStatus |
Status of the Incident at SAP (when forwarded to SAP) |
In the SAP GUI most attributes are in the SAP Attributes tab.
The following example writes all incoming additional values of type SAPDatabase
to the Journal in Service Manager:
<FieldMapping ExtHDField="IctIncidentAdditionalInfo/AddInfoValue" >
<InDataType>InformationLog</InDataType>
<KeyFieldInVal>SAPDatabase</KeyFieldInVal>
</FieldMapping>
The following example updates field CustomText03
.
<FieldMapping ExtHDField="IctIncidentAdditionalInfo/AddInfoValue" >
<InOvHDField>CustomText03</InOvHDField>
<KeyFieldInVal>SAPDatabase</KeyFieldInVal>
</FieldMapping>