Cisco Cisco Process Orchestrator 3.1 User Guide

Page of 786
 
14-66
Cisco Process Orchestrator 3.1 User Guide
 
Chapter 14      Using SAP Adapters 
  SAP RFC Adapter
Table 14-4
Describes data in a 
SAP ABAP program
BW – TREX Get Alert Details Method Properties
Use the BW - TREX Get Alert Details method to retrieve the alert details in the TREX index.
Field 
Description
Variant Values
Values to be assigned to the variant.
Note
This requires a table variable with the following parameters:
  •
Program Parameter - Enter parameter or select option name defined on the ABAP program's 
selection screen. Use the screen field value that is displayed when you press F1 and then 
select Technical Information on the selection screen field.
  •
Type of Selection - Enter P (Parameter) or S (Select-Option).
  •
Include/Exclude -- Enter I (Inclusive of defined values/range) or E (Exclusive of defined 
values/range).
  •
Selection Option - Enter one of the following valid values:
EQ - Equal To (= Low)
NE - Not equal to (<> Low)
BT - Between lower and upper value (Low <= x <= High)
NB - Outside lower and upper value (x < Low and High < x )
CP - Contains the pattern (low value contains a wildcard (*). For instance, enter the value 
"test*" for all values beginning with "test")
NP - Does not contain the pattern (negative relationship as described in CP)
LT - Less Than (< Low)
LE - Less than or equal to (<= Low)
GT - Greater Than (> Low)
GE - Greater than or equal to  (>=Low)
  •
Low Value - Enter the lower limit value, or for single value.
  •
High value - Enter the upper limit value, for ranges.