CLPB_EXPORT SAP Function module - OBSOLETE: Send Text Table to Presentation Server Clipboard
Pattern for FM CLPB_EXPORT - CLPB EXPORT
Associated Function Group:
GRAP
Released Date: Not Released
CALL FUNCTION 'CLPB_EXPORT' "OBSOLETE: Send Text Table to Presentation Server Clipboard
TABLES
data_tab = " Table which is placed in the clipboard
EXCEPTIONS
CLPB_ERROR = 1 " Clipboard cannot be opened
. " CLPB_EXPORT
SAP Documentation for FM CLPB_EXPORT FUNCTIONALITY An internal table is copied to the clipboard of the presentation server as a text object. EXAMPLE The table is filled with text. After the function module has been called you can paste this text with CTRL-V, for example into the Windows editor. HINTS Obsolete. Use class CL_GUI_FRONTEND_SERVICES. Documentation extract taken from SAP system, Copyright (c) SAP AG
|
||||||||||