2024 Mar 18 3:33 PM - edited 2024 Mar 18 3:34 PM
Hi all,
could you please explain me
Prerequisites
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)?
Request clarification before answering.
User | Count |
---|---|
8 | |
7 | |
5 | |
5 | |
3 | |
3 | |
2 | |
2 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.