When processing R3_ACTIVATE_SESSIONS, AE first retrieves a list of sessions which should be processed from the SAP system. Each of these sessions will be processed with an individual SAP job. In this document, these jobs are referred to as Replayers. A Replayer uses the ABAP program "RSBDCBTC" to process sessions.
Refers to the result (status) of the Replayer. The status can be "A" for abend or "F" for finished successfully.
The next session of the list will be processed in any case. The result of the previous Replayer is ignored.
Processing of sessions stops immediately if a Replayer ends with status "A". The AE job abends.
Always refers to the session itself and is checked when the Replayer has ended. ERRORLEVEL defines the number of incorrectly processed transactions in % within a session. If the session value has been exceeded, the processing of the AE job is canceled. No further sessions of the session list are executed. No check is made for successfully processed transactions if no ERRORLEVEL has been specified.