SAP ABAP Class CL_SLIN_PROCESSING_BLOCKS (Get procedural processing blocks)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA-EPC (Application Component) Extended Program Check (SLIN)
     SLIN_INTERN (Package) Internal Use for SLIN (changes made without discussion)
Properties
Class CL_SLIN_PROCESSING_BLOCKS  
Short Description Get procedural processing blocks    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLIN_INTERN   Internal Use for SLIN (changes made without discussion) 
Created 20130122   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SLIN_PROCESSING_BLOCKS has no forward declaration.
Interfaces
Class CL_SLIN_PROCESSING_BLOCKS has no interface implemented.
Friends
Class CL_SLIN_PROCESSING_BLOCKS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 PROCEDURE_TAGS Constant Public See coding 20130122
2 SET Instance attribute Public Type reference (TYPE) SET_T 20130122
3 TAG Constant Public See coding 20130122
4 UTIL Instance attribute Private Object reference (TYPE REF TO) UTIL 20130510
Methods
# Method Level Visibility Method type Description Created on
1 GET Instance method Public Method 20130122
2 GET_INSTANCE Static method Public Method Accessed using prog->get_processing_block( ) 20130122
3 GET_PROC_STRUC Instance method Public Method 20130510
Events
Class CL_SLIN_PROCESSING_BLOCKS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 ITEM_T Public See coding 20130122 BEGIN OF item_t, from TYPE sstmnt_idx, to TYPE sstmnt_idx, tag TYPE flag, END OF item_t
2 SET_T Public See coding 20130122 set_t TYPE SORTED TABLE OF item_t WITH UNIQUE KEY to
Method Signatures

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IDX Call by reference Type reference (TYPE) SSTMNT_IDX 20130122
2 Returning RET Value transfer Type reference (TYPE) ITEM_T 20130122

Method GET on class CL_SLIN_PROCESSING_BLOCKS has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROG Call by reference Object reference (TYPE REF TO) CL_SLIN_PROG 20130122
2 Returning RET Value transfer Object reference (TYPE REF TO) CL_SLIN_PROCESSING_BLOCKS 20130122

Method GET_INSTANCE on class CL_SLIN_PROCESSING_BLOCKS has no exception.

Method GET_PROC_STRUC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ITEM Call by reference Type reference (TYPE) ITEM_T 20130510
2 Importing PROC_IDX Call by reference Type reference (TYPE) SSTMNT_IDX 20130510
3 Exporting STRUC Call by reference Type reference (TYPE) SSTRUC 20130510

Method GET_PROC_STRUC on class CL_SLIN_PROCESSING_BLOCKS has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740