SAP ABAP Class IF_CMP_SLOT (Interface for Dividing Code Sections)
Properties
Class IF_CMP_SLOT  
Short Description Interface for Dividing Code Sections    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20051123   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_CMP_COMPOSER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 IF_CMP_SLOT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_CMP_SLOT has no interface implemented.
Friends
Class IF_CMP_SLOT has no friend class.
Attributes
Class IF_CMP_SLOT has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 FIND_SLOT Instance method Public Method Searches for an included slot 20051123
2 GET_CODE Instance method Public Method Returns the Code 20051123
3 GET_CODE_LONG Instance method Public Method Returns the Code 20130606
4 GET_FIRST_LINE_NUMBER Instance method Public Method Returns the line number of the start (if embedded) 20051123
5 GET_LAST_LINE_NUMBER Instance method Public Method Returns the line number of the end (if embedded) 20051123
6 GET_NAME Instance method Public Method Returns the Name 20051123
7 SET_CODE Instance method Public Method Sets the Code 20051123
Events
Class IF_CMP_SLOT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 NAME Public See coding 20051123 NAME type c length 255
2 TAB Public See coding 20051124 TAB type TABLE OF REF TO IF_CMP_SLOT with DEFAULT KEY
Method Signatures

Method FIND_SLOT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Value transfer Type reference (TYPE) CSEQUENCE 20051123
2 Returning R_REF_SLOT Value transfer Object reference (TYPE REF TO) IF_CMP_SLOT Interface zur Trennung von Code Abschnitten 20051123
# Exception Resumable Description Created on
1 CX_STATIC_CHECK Ausnahmen 20051124

Method GET_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FLG_WITH_LIMITERS Value transfer Type reference (TYPE) XFLAG SPACE Mit begrenzenden Zeilen 20051123
2 Returning R_TAB_CODE Value transfer Type reference (TYPE) CL_CMP_COMPOSER=>TAB_CODE 20051123

Method GET_CODE on class IF_CMP_SLOT has no exception.

Method GET_CODE_LONG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FLG_WITH_LIMITERS Value transfer Type reference (TYPE) XFLAG SPACE Mit begrenzenden Zeilen 20130606
2 Returning R_TAB_CODE Value transfer Type reference (TYPE) CL_CMP_COMPOSER=>TAB_CODE_LONG 20130606

Method GET_CODE_LONG on class IF_CMP_SLOT has no exception.

Method GET_FIRST_LINE_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_LINE_NUMBER Value transfer Type reference (TYPE) SY-TABIX Index interner Tabellen 20051123

Method GET_FIRST_LINE_NUMBER on class IF_CMP_SLOT has no exception.

Method GET_LAST_LINE_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_LINE_NUMBER Value transfer Type reference (TYPE) SY-TABIX Index interner Tabellen 20051123

Method GET_LAST_LINE_NUMBER on class IF_CMP_SLOT has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NAME Value transfer Type reference (TYPE) IF_CMP_SLOT=>NAME 20051123

Method GET_NAME on class IF_CMP_SLOT has no exception.

Method SET_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TAB_CODE Value transfer Type reference (TYPE) CL_CMP_COMPOSER=>TAB_CODE 20051123
2 Importing I_TAB_CODE_LONG Value transfer Type reference (TYPE) CL_CMP_COMPOSER=>TAB_CODE_LONG 20130422

Method SET_CODE on class IF_CMP_SLOT has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in