Page Key

From SAP Enable Now Wiki
Revision as of 15:51, 16 August 2019 by Admin (talk | contribs) (Created page with "==Scope== * '''Simulation''' content object > '''Screen''' macro > '''Rerecord''' > '''Page Key''' property ==Purpose== This property contai...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Scope

Purpose

This property contains information required to identify the specific screen and application to which the parent Screen macro relates. This information is captured during recording, and should not be changed.

Although this is technical information, it is relatively easy to understand. Here's an example taken from the Screen macro for the first screen of SAP ECC 6.0 transaction VA01 (in English):

  <PageKey>
      <MSAA/>
      <SAP>
          <PageAtt type="programm" value="SAPMV45A" langdep="0"/>
          <PageAtt type="text" value="wnd[0]" langdep="0"/>
          <PageAtt type="title" value="Create Sales Order: Initial Screen" langdep="1"/>
          <PageAtt type="transaction" value="VA01" langdep="0"/>
          <PageAtt type="type" value="GuiMainWindow" langdep="0"/>
      </SAP>
  </PageKey>