on 2025 Jun 05 7:37 AM
Hi,
I'm working on a .net core WPF desktop application, which interacts with SAP GUI Scripting Engine to execute reports.
Up to now only one report could be executed, but there are reports, which runs for more then an hour, so users are requested to have the possibilities running the reports parallel.
I believe this could be done with creating additional Sessions. However as I'm studying how sessions works there are some difficulties.
Like
I have SAPGUI 7.7 release.
FYI: this post is submitted in Application Development and Automation Discussions group, but no answer so far ...
thank you!
Ivan
Request clarification before answering.
SAP GUI is not the option you want to use when considering batch or simultaneous programs.
The limitations are described here: 311440 - Batch input and controls
Errors occur when you process or record batch input sessions if the application uses frontend controls such as the ALV grid or tree. Typical cases:
(1)The batch input recorder does not record any actions or frontend control data.
(2) When you process batch input sessions in the background, a termination or an ABAP short dump with the exception condition CNTL_ERROR occurs. The exception condition is caused in the control framework (program SAPLOLEA or also CL_GUI_*).
(3) When you process batch input sessions in the background, a termination occurs with the message
'Editor could not be initialised' in the batch input log.
Processing a Call Transaction ... Using (processing mode N) in the background, a termination occurs with the message:
'Exception condition ERROR_DP initialized'
Since controls are only used more frequently as of Release 4.6A, these problems generally do not occur in Releases < 4.6.
1. Frontend controls are generally not
This also applies to the background batch input (mode E) or a Call Transaction ... Using (mode E or N or P, respectively) in dialog processing.
Additional information on problems (1) and (2)
(All statements in this note also apply to applications that use fast input or CALL TRANSACTION USING.)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.