Ansicht
Dokumentation

ABENOLE2_FLUSH - OLE2 FLUSH

ABENOLE2_FLUSH - OLE2 FLUSH

BAL_S_LOG - Application Log: Log header data   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.
SAP E-Book

Normally, all consecutive OLE statements are buffered by the ABAP processor and sent to the presentation server in bundled form. This means that it is possible for a statement to refer to the results of preceding statements.
In debugging, however, you should remember that the values of the return parameters cannot be displayed until directly before execution of the first ABAP statement external to OLE.
Even a command which refers to an object not yet generated by any OLE statement terminates the bundling.

The return code value of SY-SUBRC indicates whether all the bundled commands have been successfully executed.

Return Value

SY-SUBRC = 0:
All commands were successfully executed.
SY-SUBRC = 1:
When communicating with the presentation
server, a system error occurred. The system
field SY-MSGLI contains a short
description of the error.
SY-SUBRC = 2:
A method call resulted in an error.
SY-SUBRC = 3:
Setting a property resulted in an error.
SY-SUBRC = 4:
Reading a property resulted in an error.

In the last 3 cases, a dialog box containing an error note is displayed on the presentation server.






CL_GUI_FRONTEND_SERVICES - Frontend Services   CPI1466 during Backup  
This documentation is copyright by SAP AG.

Length: 1780 Date: 20240329 Time: 132840     sap01-206 ( 24 ms )