cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Read only

SEN. Context administration in the desktop assistant. V2

azov
Participant
0 Likes
207

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)