SAP ABAP Interface IF_ISHMED_PMD_EDITOR (ishmed: Interface for Text Editor)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       NMED (Package) R/3MED: Medical documentation GSD
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ISHMED_LTE_EDITOR IS-H*MED: Long Text Element with Text Modules 20061220
Properties
Interface IF_ISHMED_PMD_EDITOR  
Short Description ishmed: Interface for Text Editor    
General Data
Package NMED   R/3MED: Medical documentation GSD 
Created 20061214   SAP 
Last changed 20070917   SAP 
Unicode checks active    
Forward declarations
Interface IF_ISHMED_PMD_EDITOR has no forward declaration.
Interfaces
Interface IF_ISHMED_PMD_EDITOR has no interface.
Friends
Interface IF_ISHMED_PMD_EDITOR has no friend.
Attributes
Interface IF_ISHMED_PMD_EDITOR has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_ROW_COUNT_72 Instance method Public Method Check if no. of Rows Below a Given Range of 72 Char per Line 20070213
2 DO_CONTEXT_MENU_FUCTION Instance method Public Method Build Context Menu Function from Outside In 20070214
3 FINALIZE Instance method Public Method Finalize, Can be Redefined 20061214
4 FREEZE_CURSOR_POSITION Instance method Public Method Freeze Current Cursor Position 20061214
5 GET_TEXTMODIFIED_STATUS Instance method Public Method get modified status of displayed text 20061221
6 GET_TEXT_AS_R3TABLE Instance method Public Method get text as R/3 table from control 20061221
7 GET_TEXT_AS_STRING Instance method Public Method Get text as string 20061214
8 SET_FROZEN_CURSOR_POSITION Instance method Public Method Set the Frozen Cursor Position 20061214
9 SET_READONLY_MODE Instance method Public Method Set Text Edit Control 'Read Only' Flag True or False 20061221
10 SET_TEXTMODIFIED_STATUS Instance method Public Method set text modification status 20061221
11 SET_TEXT_AS_R3TABLE Instance method Public Method send R/3 table to control 20061214
12 SET_TEXT_AS_STRING Instance method Public Method Set text as string 20061214
Events
Interface IF_ISHMED_PMD_EDITOR has no event.
Types
Interface IF_ISHMED_PMD_EDITOR has no local type.
Method Signatures

Method CHECK_ROW_COUNT_72 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting LINES_OVER_RANGE Call by reference Type reference (TYPE) I Nr of lines over range. If no lines over range then 0 20070213
2 Importing MAX_RANGE Call by reference Type reference (TYPE) I 112 Max number lines for editor 20070213
3 Exporting VALIDE Call by reference Type reference (TYPE) FLAG if 'X' number of lines is blow the max range 20070213

Method CHECK_ROW_COUNT_72 on Interface IF_ISHMED_PMD_EDITOR has no exception.

Method DO_CONTEXT_MENU_FUCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Type reference (TYPE) C fcode 20070214

Method DO_CONTEXT_MENU_FUCTION on Interface IF_ISHMED_PMD_EDITOR has no exception.

Method FINALIZE Signature

Method FINALIZE on Interface IF_ISHMED_PMD_EDITOR has no parameter.
Method FINALIZE on Interface IF_ISHMED_PMD_EDITOR has no exception.

Method FREEZE_CURSOR_POSITION Signature

Method FREEZE_CURSOR_POSITION on Interface IF_ISHMED_PMD_EDITOR has no parameter.
Method FREEZE_CURSOR_POSITION on Interface IF_ISHMED_PMD_EDITOR has no exception.

Method GET_TEXTMODIFIED_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting STATUS Call by reference Type reference (TYPE) I boolean like value: true=1, false = 0) 20061221
# Exception Resumable Description Created on
1 ERROR_CNTL_CALL_METHOD Error while calling method of TextEdit control 20061222

Method GET_TEXT_AS_R3TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IS_MODIFIED Call by reference Type reference (TYPE) I modify status of text 20061221
2 Importing ONLY_WHEN_MODIFIED Call by reference Type reference (TYPE) I 0 get text only when modified 20061221
3 Exporting TABLE Call by reference Type reference (TYPE) STANDARD TABLE text as R/3 table 20061221
# Exception Resumable Description Created on
1 ERROR_CNTL_CALL_METHOD Error while retrieving a property from TextEdit control 20061222
2 ERROR_DP Error while retrieving text table via DataProvider control! 20061222
3 ERROR_DP_CREATE Error while creating DataProvider Control 20061222
4 POTENTIAL_DATA_LOSS Potential data loss: use get_text_as_stream instead 20061222

Method GET_TEXT_AS_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IS_MODIFIED Call by reference Type reference (TYPE) I modify status of text 20061214
2 Importing ONLY_WHEN_MODIFIED Call by reference Type reference (TYPE) I 1 get text only when modified 20061214
3 Exporting TEXT Call by reference Type reference (TYPE) STRING text as string with carriage returns and linefeeds 20061214
# Exception Resumable Description Created on
1 ERROR_CNTL_CALL_METHOD Error while retrieving a property from TextEdit control 20061222
2 NOT_SUPPORTED_BY_GUI The method isn't supported by the installed GUI 20061222

Method SET_FROZEN_CURSOR_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DO_SET_FOCUS Value transfer Type reference (TYPE) FLAG 'X' general flag 20061214

Method SET_FROZEN_CURSOR_POSITION on Interface IF_ISHMED_PMD_EDITOR has no exception.

Method SET_READONLY_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing READONLY_MODE Call by reference Type reference (TYPE) I 0 readonly mode; eq 0: OFF ; ne 0: ON 20061221
# Exception Resumable Description Created on
1 ERROR_CNTL_CALL_METHOD Error while setting readonly mode! 20061222
2 INVALID_PARAMETER INVALID_PARAMETER 20061222

Method SET_TEXTMODIFIED_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing STATUS Call by reference Type reference (TYPE) I 0 boolean like value: true=1, false = 0) 20061221
# Exception Resumable Description Created on
1 ERROR_CNTL_CALL_METHOD Error while setting property of TextEdit control 20061222

Method SET_TEXT_AS_R3TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TABLE Call by reference Type reference (TYPE) STANDARD TABLE table with text 20061214
# Exception Resumable Description Created on
1 ERROR_DP Error while sending R/3 table to TextEdit control! 20061222
2 ERROR_DP_CREATE ERROR_DP_CREATE 20061222

Method SET_TEXT_AS_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TEXT Call by reference Type reference (TYPE) STRING ext as string with carriage returns and linefeeds 20061214
# Exception Resumable Description Created on
1 ERROR_CNTL_CALL_METHOD Error on calling COM method 20061222
2 NOT_SUPPORTED_BY_GUI The method isn't supported by the installed GUI 20061222
History
Last changed by/on SAP  20070917 
SAP Release Created in 700