SAP Function Modules

Share |

CLPB_IMPORT SAP Function module - OBSOLETE: Load Text Table from Presentation Server Clipboard

Pattern for FM CLPB_IMPORT - CLPB IMPORT
Associated Function Group: GRAP
Released Date: Not Released
CALL FUNCTION 'CLPB_IMPORT' "OBSOLETE: Load Text Table from Presentation Server Clipboard
  IMPORTING
    empty =                     "               Clipboard empty = 'X'
  TABLES
    data_tab =                  "               Table into which clipboard contents are placed
  EXCEPTIONS
    CLPB_ERROR = 1              "               Clipboard cannot be opened
    .  "  CLPB_IMPORT

SAP Documentation for FM CLPB_IMPORT


FUNCTIONALITY

The clipboard of the presentation server is copied to an internal table.
Only ASCII objects are copied from the clipboard.

EXAMPLE
Selecting a text, for example in the Windows editor, pressing CTRL-C (copy). When the function module is called, an internal table is returned with the selected text.

HINTS
Obsolete. Use class CL_GUI_FRONTEND_SERVICES.
Documentation extract taken from SAP system, Copyright (c) SAP AG






Share |