Show TOC

PERSISTENT ElementLocate this document in the navigation structure

Use

You use the PERSISTENT element to make a parameter persistent for an entire ITS user session.

Use the macro of the Web Transaction API, see the example below.

Example

Syntax in the Standalone ITS

In the flow file in the standalone ITS, the syntax is as follows:

<state name="myState">
  <module name="myModule" type="RFC">
    <persistent name="posting_number"></persistent>
  </module>
  <persistent name="parameter1"></persistent>
</state>
            

Syntax in the Integrated ITS

See the set-persistent macro of the Web Transaction API.