cancel
Showing results for 
Search instead for 
Did you mean: 

SEN. Context administration in the desktop assistant. V2

azov
Participant
0 Kudos

Hi all,

could you please explain me 

Prerequisites

  1. SEN cloud
  2. Companion for the desktop

Task 

In app help object has been created.

Page key of this object is:

<PageKey>
<MSAA/>
<SAP>
<PageAtt type="programm" value="SAPLMEGUI" langdep="0"/>
<PageAtt type="text" value="wnd[0]" langdep="0"/>
<PageAtt type="title" value="Местная закупка 7100000312: создание: ana AMANGOSHVILI" langdep="1"/>
<PageAtt type="transaction" value="ME23N" langdep="0"/>
<PageAtt type="type" value="GuiMainWindow" langdep="0"/>
</SAP>
</PageKey>

so I need to neutralise information coloured by red (order number)

Scenario 1

I tried preset and neutralise all values.

New page key is:

<PageKey>
<MSAA/>
<SAP>
<PageAtt type="programm" value="SAPLMEGUI" langdep="0"/>
<PageAtt type="text" value="wnd[0]" langdep="0"/>
<PageAtt type="title" value="RegExp(/.*/)" original="Местная закупка 7100000312: создание: ana AMANGOSHVILI" langdep="1"/>
<PageAtt type="transaction" value="ME23N" langdep="0"/>
<PageAtt type="type" value="GuiMainWindow" langdep="0"/>
</SAP>
</PageKey>

Scenario 1 result

Companion was regenerated

this in app help object appears only with the order 7100000312. 

Scenario 2

I tried with reg exp

New page key is:

<PageKey>
<MSAA/>
<SAP>
<PageAtt type="programm" value="SAPLMEGUI" langdep="0"/>
<PageAtt type="text" value="wnd[0]" langdep="0"/>
<PageAtt type="title" value="RegExp(/.*/)" original="Местная закупка 7100000312: создание: ana AMANGOSHVILI" langdep="1"/>
<PageAtt type="transaction" value="ME23N" langdep="0"/>
<PageAtt type="type" value="GuiMainWindow" langdep="0"/>
</SAP>
</PageKey>

The page key is the same as in Scenario 1

Scenario 1 result

this in app help object appears  with any order.

 

Questions

If we  have the same page key (Scenario 1 and 2) we get different result?

Why does it work incorrectly in Scenario 1 (preset Neutralise all values)?

Accepted Solutions (0)

Answers (0)