Show TOC

Background documentationPERSISTENT Element Locate this document in the navigation structure

 

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:

Syntax Syntax

  1. <state name="myState">
      <module name="myModule" type="RFC">
        <persistent name="posting_number"></persistent>
      </module>
      <persistent name="parameter1"></persistent>
    </state>
End of the source code.
Syntax in the Integrated ITS

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