SAP ABAP Class CL_DMC_RTO_ACS_CALC_SRV_2 (DMC: Runtime Object Access Plan Calculator (Server))
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_DMCR (Package) Data Mapping and Conversion: Runtime
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DMC_ACCESS_PLAN_CALCULATOR DMC: Generic Access Plan Calculator 20030923
Properties
Class CL_DMC_RTO_ACS_CALC_SRV_2  
Short Description DMC: Runtime Object Access Plan Calculator (Server)    
Super Class CL_DMC_ACCESS_PLAN_CALCULATOR DMC: Generic Access Plan Calculator 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class DMC_RT_GEN    
Program status P  SAP Standard Production Program 
Category 0   
Package CNV_DMCR   Data Mapping and Conversion: Runtime 
Created 20030923   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DMC_RTO_ACS_CALC_SRV_2 has no forward declaration.
Interfaces
Class CL_DMC_RTO_ACS_CALC_SRV_2 has no interface implemented.
Friends
Class CL_DMC_RTO_ACS_CALC_SRV_2 has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_AUX_REMAINDER Constant Private Type reference (TYPE) FIELDNAME 'L_AUX_REMAINDER' 20061221
2 CO_CNT_HEADER_RECS Constant Private Type reference (TYPE) FIELDNAME 'L_CNT_HEADER_RECORDS' 20061221
3 CO_EXCPT_OVERFLOW_SAME_KEY Instance attribute Private Type reference (TYPE) FIELDNAME 'OVERFLOW_SAME_KEY' Exception: Overflow Within a Key Value 20030923
4 CO_IDENT_ACT_BLOCKSIZE Constant Private Type reference (TYPE) FIELDNAME 'ACT_BLOCKSIZE' Indicator for Field 'Current Block Size' 20030923
5 CO_IDENT_CURRNUM Constant Private Type reference (TYPE) FIELDNAME 'CURRNUM' Indicator for Field 'Sequence Number' 20030923
6 CO_IDENT_DB_CURSOR Constant Private Type reference (TYPE) FIELDNAME 'MY_CURSOR' Indicator for Field 'Database Cursor' 20030923
7 CO_IDENT_FIRST_OVERFLOW Constant Private Type reference (TYPE) FIELDNAME 'FIRST_OVERFLOW' Indicator for Flag 'First Overflow' 20030923
8 CO_IDENT_MAX_BLOCKSIZE Constant Private Type reference (TYPE) FIELDNAME 'IM_MAX_BLOCKSIZE' Indicator for Field 'Maximum Block Size' 20030923
9 CO_IDENT_SELECTION_CRITERIA Constant Private Type reference (TYPE) FIELDNAME 'im_it_sel_criteria' Indicator for Itab of Selection Criteria 20030923
10 CO_IDENT_X030L Constant Private Type reference (TYPE) FIELDNAME 'X030L' Indicator for Structure X030L 20030923
11 IT_FOREIGN_KEYS Instance attribute Private Type reference (TYPE) DMC_FOREIGN_KEY_INFO_TAB Table of Foreign Keys 20031031
12 NONSAP_DDIC_REF Instance attribute Private Object reference (TYPE REF TO) CL_DMC_DB_DDIC_TOOLS 20110912
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_ALL_ATTRIBUTES Instance method Public Method Delete all Attributes 20030923
2 CONCAT_HIGH_VALUE_IDENT Instance method Private Method Creates the ID for a HIGH value field 20030923
3 CONCAT_INDEX_IDENT Instance method Private Method Generate index ID 20030923
4 CONCAT_IT_FOREIGN_KEYS Instance method Private Method Generate index ID 20030924
5 CONCAT_LAST_KEY_IDENT Instance method Private Method Creates the ID for the current key field 20030923
6 CONCAT_LOW_VALUE_IDENT Instance method Private Method Creates the IDs for a LOW value field 20030923
7 CONCAT_WA_FOREIGN_KEYS Instance method Private Method Generate index ID 20050225
8 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20030923
9 GENERATE Instance method Public Method Generation of Runtime Object: Access Plan Calc. (Server) 20030923
10 GENERATE_BLOCKSIZE_CHECK Instance method Private Method Generates the check for block size 20030923
11 GENERATE_CALC_SELECTIVITY Instance method Private Method Determines the selectivity of the key fields 20030923
12 GENERATE_CLOSE_CURSOR Instance method Private Method Generats coding for OPEN CURSOR 20031215
13 GENERATE_DB_LOOP_END Instance method Private Method Generates the end of the reading loop 20030923
14 GENERATE_DB_LOOP_START Instance method Private Method Generates coding for the header of the reading loop 20030923
15 GENERATE_FETCH Instance method Private Method Generates the code of the FETCH statement 20030923
16 GENERATE_FIELDS_FOR_CALC Instance method Private Method Generates DATA statements for the calculation fields 20030923
17 GENERATE_GET_COUNTS Instance method Private Method Generates the SELECT COUNT statements (dependent tables) 20030923
18 GENERATE_GET_TABLE_WIDTH Instance method Private Method Generates coding for determining the table width 20030923
19 GENERATE_HELPER_FIELDS Instance method Private Method Generates DATA statements for auxiliary fields 20030923
20 GENERATE_ITABS_FOREIGN_KEYS Instance method Private Method Generates DATA statements for the calculation fields 20030923
21 GENERATE_ITAB_LOOP Instance method Private Method 20061026
22 GENERATE_KEY_FIELDS Instance method Private Method Generates DATA statements for key fields 20030923
23 GENERATE_LAST_PORTION Instance method Private Method Generates the handliung of the last portion 20030923
24 GENERATE_NORMAL_HANDLING Instance method Private Method Generates processing for non-overflow 20030923
25 GENERATE_OPEN_CURSOR Instance method Private Method Generats coding for OPEN CURSOR 20030923
26 GENERATE_OVERFLOW_CHECK_ELSE Instance method Private Method Generiert the ELSE branch of overflow handling 20030923
27 GENERATE_OVERFLOW_CHECK_END Instance method Private Method Generiert the end of overflow handling 20030923
28 GENERATE_OVERFLOW_CHECK_START Instance method Private Method Generiert the header for the overflow check 20030923
29 GENERATE_OVERFLOW_HANDLING Instance method Private Method Generates the processing when the block size is exceeded 20030923
30 GENERATE_SET_LAST_KEY Instance method Private Method Generates the key handling for the last portion 20030923
31 GENERATE_SET_RECORD_COUNT Instance method Private Method Generates the coding for output of the record counters 20030923
32 GENERATE_VALUE_HANDLING Instance method Private Method Generates coding for type-specific handling of intervals 20040319
33 GEN_ACPLAN_RECS_MSG Instance method Private Method 20061221
34 GEN_BLOCKSIZE_CHECK_FAE Instance method Private Method 20061109
35 GEN_GET_COUNTS_FAE Instance method Private Method 20061026
36 GEN_NORMAL_HANDLING_FAE Instance method Private Method 20061027
37 GEN_OVERFLOW_CHK_START_FAE Instance method Private Method 20061115
38 GEN_OVERFLOW_HANDLING_FAE Instance method Private Method 20061027
39 GET_PARENT_STRUCT Instance method Private Method Determine the higher-level structure 20030924
40 SET_NEW_ACT_BLKSIZE_FAE Instance method Private Method 20061031
41 SET_NEW_ACT_BLOCKSIZE Instance method Private Method Calculates the amount of data in the buffer 20030923
Events
Class CL_DMC_RTO_ACS_CALC_SRV_2 has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TI_KEYFIELDS Private See coding Table Type: Key Fields 20030923
Method Signatures

Method CLEAR_ALL_ATTRIBUTES Signature

Method CLEAR_ALL_ATTRIBUTES on class CL_DMC_RTO_ACS_CALC_SRV_2 has no parameter.
Method CLEAR_ALL_ATTRIBUTES on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method CONCAT_HIGH_VALUE_IDENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Feldname auf der DB 20030923
2 Returning RE_FIELDNAME Value transfer Type reference (TYPE) FIELDNAME Feldname 20030923

Method CONCAT_HIGH_VALUE_IDENT on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method CONCAT_INDEX_IDENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_STRUCNAME Call by reference Type reference (TYPE) DMC_CNNODE-STRUCNAME Name der Struktur 20030923
2 Returning RE_INDEX_IDENT Value transfer Type reference (TYPE) DDFLDNAME Name des Indexes 20030923

Method CONCAT_INDEX_IDENT on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method CONCAT_IT_FOREIGN_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_STRUCNAME Call by reference Type reference (TYPE) DMC_CNNODE-STRUCNAME Name der Struktur 20030924
2 Returning RE_ITFK_IDENT Value transfer Type reference (TYPE) DDFLDNAME Name der internen Tabelle 20030924

Method CONCAT_IT_FOREIGN_KEYS on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method CONCAT_LAST_KEY_IDENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME DB-Name des Schlüsselfeldes 20030923
2 Returning RE_FIELDNAME Value transfer Type reference (TYPE) FIELDNAME Interne Name des Schlüsselfeldes 20030923

Method CONCAT_LAST_KEY_IDENT on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method CONCAT_LOW_VALUE_IDENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Feldname in der DB 20030923
2 Returning RE_FIELDNAME Value transfer Type reference (TYPE) FIELDNAME Feldname Minimalwert 20030923

Method CONCAT_LOW_VALUE_IDENT on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method CONCAT_WA_FOREIGN_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_STRUCNAME Call by reference Type reference (TYPE) DMC_CNNODE-STRUCNAME Name der Struktur 20050225
2 Returning RE_WAFK_IDENT Value transfer Type reference (TYPE) DDFLDNAME Name der internen Tabelle 20050225
# Exception Resumable Description Created on
1 CONCATENATE_ERROR 20050225

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONVOBJ Call by reference Object reference (TYPE REF TO) CL_DMC_CONV_OBJECT Referenz auf das Konvertierungsobjekt 20030923

Method CONSTRUCTOR on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method GENERATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SHOW_SUCCESS_POPUP Call by reference Type reference (TYPE) BOOLEAN TRUE boolsche Variable (X=true, -=false, space=unknown) 20030923

Method GENERATE on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method GENERATE_BLOCKSIZE_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FIRST_RECORD Call by reference Type reference (TYPE) BOOLEAN Prüfung beim ersten Satz 20030923
2 Importing IM_FOREIGN_KEYS Value transfer Type reference (TYPE) DMC_FOREIGN_KEY_INFO_TAB Fremdschlüsselbeziehungen 20030923

Method GENERATE_BLOCKSIZE_CHECK on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method GENERATE_CALC_SELECTIVITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FOREIGN_KEYS Value transfer Type reference (TYPE) DMC_FOREIGN_KEY_INFO_TAB Fremdschlüssel und technische Infos 20030923

Method GENERATE_CALC_SELECTIVITY on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method GENERATE_CLOSE_CURSOR Signature

Method GENERATE_CLOSE_CURSOR on class CL_DMC_RTO_ACS_CALC_SRV_2 has no parameter.
Method GENERATE_CLOSE_CURSOR on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method GENERATE_DB_LOOP_END Signature

Method GENERATE_DB_LOOP_END on class CL_DMC_RTO_ACS_CALC_SRV_2 has no parameter.
Method GENERATE_DB_LOOP_END on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method GENERATE_DB_LOOP_START Signature

Method GENERATE_DB_LOOP_START on class CL_DMC_RTO_ACS_CALC_SRV_2 has no parameter.
Method GENERATE_DB_LOOP_START on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method GENERATE_FETCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FOREIGN_KEYS Value transfer Type reference (TYPE) DMC_FOREIGN_KEY_INFO_TAB Fremdschlüsselbeziehungen 20030923

Method GENERATE_FETCH on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method GENERATE_FIELDS_FOR_CALC Signature

Method GENERATE_FIELDS_FOR_CALC on class CL_DMC_RTO_ACS_CALC_SRV_2 has no parameter.
Method GENERATE_FIELDS_FOR_CALC on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method GENERATE_GET_COUNTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FOREIGN_KEYS Value transfer Type reference (TYPE) DMC_FOREIGN_KEY_INFO_TAB Fremdschlüsselbeziehungen 20030923

Method GENERATE_GET_COUNTS on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method GENERATE_GET_TABLE_WIDTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FOREIGN_KEYS Value transfer Type reference (TYPE) DMC_FOREIGN_KEY_INFO_TAB Fremdschlüsselfelder 20030923

Method GENERATE_GET_TABLE_WIDTH on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method GENERATE_HELPER_FIELDS Signature

Method GENERATE_HELPER_FIELDS on class CL_DMC_RTO_ACS_CALC_SRV_2 has no parameter.
Method GENERATE_HELPER_FIELDS on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method GENERATE_ITABS_FOREIGN_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FOREIGN_KEYS Value transfer Type reference (TYPE) DMC_FOREIGN_KEY_INFO_TAB Tabelle der Fremdschlüsselbeziehungen 20030923

Method GENERATE_ITABS_FOREIGN_KEYS on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method GENERATE_ITAB_LOOP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FOREIGN_KEYS Value transfer Type reference (TYPE) DMC_FOREIGN_KEY_INFO_TAB DMC Table type: Foreign key and technical information 20061026

Method GENERATE_ITAB_LOOP on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method GENERATE_KEY_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FOREIGN_KEYS Call by reference Type reference (TYPE) DMC_FOREIGN_KEY_INFO_TAB Tabelle der Fremdschlüssel 20030923

Method GENERATE_KEY_FIELDS on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method GENERATE_LAST_PORTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FOREIGN_KEYS Value transfer Type reference (TYPE) DMC_FOREIGN_KEY_INFO_TAB DMC Tabellentyp: Fremdschlüssel und technische Infos 20030923

Method GENERATE_LAST_PORTION on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method GENERATE_NORMAL_HANDLING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FOREIGN_KEYS Value transfer Type reference (TYPE) DMC_FOREIGN_KEY_INFO_TAB DMC: Fremdschlüsselbeziehungen und technische Infos dazu 20030923

Method GENERATE_NORMAL_HANDLING on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method GENERATE_OPEN_CURSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FOREIGN_KEYS Value transfer Type reference (TYPE) DMC_FOREIGN_KEY_INFO_TAB Fremdschlüsselfelder 20030923

Method GENERATE_OPEN_CURSOR on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method GENERATE_OVERFLOW_CHECK_ELSE Signature

Method GENERATE_OVERFLOW_CHECK_ELSE on class CL_DMC_RTO_ACS_CALC_SRV_2 has no parameter.
Method GENERATE_OVERFLOW_CHECK_ELSE on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method GENERATE_OVERFLOW_CHECK_END Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECK_BUFFERED_DATA Call by reference Type reference (TYPE) BOOLEAN '-' 20050913

Method GENERATE_OVERFLOW_CHECK_END on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method GENERATE_OVERFLOW_CHECK_START Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CHECK_BUFFERED_DATA Call by reference Type reference (TYPE) BOOLEAN Überlauf bei den gepufferten Daten 20030923
2 Importing IM_FOREIGN_KEYS Call by reference Type reference (TYPE) DMC_FOREIGN_KEY_INFO_TAB DMC Tabellentyp: Fremdschlüssel und technische Infos 20030923

Method GENERATE_OVERFLOW_CHECK_START on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method GENERATE_OVERFLOW_HANDLING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FOREIGN_KEYS Value transfer Type reference (TYPE) DMC_FOREIGN_KEY_INFO_TAB Fremdschlüsselbeziehungen 20030923

Method GENERATE_OVERFLOW_HANDLING on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method GENERATE_SET_LAST_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FOREIGN_KEYS Value transfer Type reference (TYPE) DMC_FOREIGN_KEY_INFO_TAB DMC Tabellentyp: Fremdschlüssel und technische Infos 20030923

Method GENERATE_SET_LAST_KEY on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method GENERATE_SET_RECORD_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FOREIGN_KEYS Value transfer Type reference (TYPE) DMC_FOREIGN_KEY_INFO_TAB DMC Tabellentyp: Fremdschlüssel und technische Infos 20030923

Method GENERATE_SET_RECORD_COUNT on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method GENERATE_VALUE_HANDLING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Feldname 20040319
2 Importing IM_FOREIGN_KEY Call by reference Type reference (TYPE) DMC_FOREIGN_KEY_INFO Feldinformation 20040319

Method GENERATE_VALUE_HANDLING on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method GEN_ACPLAN_RECS_MSG Signature

Method GEN_ACPLAN_RECS_MSG on class CL_DMC_RTO_ACS_CALC_SRV_2 has no parameter.
Method GEN_ACPLAN_RECS_MSG on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method GEN_BLOCKSIZE_CHECK_FAE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FIRST_RECORD Call by reference Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20061109
2 Importing IM_FOREIGN_KEYS Value transfer Type reference (TYPE) DMC_FOREIGN_KEY_INFO_TAB DMC Table type: Foreign key and technical information 20061109

Method GEN_BLOCKSIZE_CHECK_FAE on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method GEN_GET_COUNTS_FAE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FOREIGN_KEYS Value transfer Type reference (TYPE) DMC_FOREIGN_KEY_INFO_TAB DMC Table type: Foreign key and technical information 20061026

Method GEN_GET_COUNTS_FAE on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method GEN_NORMAL_HANDLING_FAE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FOREIGN_KEYS Value transfer Type reference (TYPE) DMC_FOREIGN_KEY_INFO_TAB DMC Table type: Foreign key and technical information 20061027

Method GEN_NORMAL_HANDLING_FAE on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method GEN_OVERFLOW_CHK_START_FAE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CHECK_BUFFERED_DATA Call by reference Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20061115
2 Importing IM_FOREIGN_KEYS Call by reference Type reference (TYPE) DMC_FOREIGN_KEY_INFO_TAB DMC Table type: Foreign key and technical information 20061115

Method GEN_OVERFLOW_CHK_START_FAE on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method GEN_OVERFLOW_HANDLING_FAE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FOREIGN_KEYS Value transfer Type reference (TYPE) DMC_FOREIGN_KEY_INFO_TAB DMC Table type: Foreign key and technical information 20061027

Method GEN_OVERFLOW_HANDLING_FAE on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method GET_PARENT_STRUCT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ACT_STRUCT Call by reference Type reference (TYPE) DMC_STIDT Aktuelle Struktur 20030924
2 Importing IM_FOREIGN_KEYS Call by reference Type reference (TYPE) DMC_FOREIGN_KEY_INFO_TAB DMC Tabellentyp: Fremdschlüssel und technische Infos 20030924
3 Returning RE_PARENT_STRUCT Value transfer Type reference (TYPE) DMC_STIDT Übergeordnete Struktur 20030924
# Exception Resumable Description Created on
1 FATAL_ERROR Fehler beim Ermitteln der übergeordneten Struktur 20030924
2 IS_ROOT Aktuelle Struktur ist die Wurzelstruktur 20030924

Method SET_NEW_ACT_BLKSIZE_FAE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FOREIGN_KEYS Value transfer Type reference (TYPE) DMC_FOREIGN_KEY_INFO_TAB DMC Table type: Foreign key and technical information 20061031

Method SET_NEW_ACT_BLKSIZE_FAE on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.

Method SET_NEW_ACT_BLOCKSIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FOREIGN_KEYS Value transfer Type reference (TYPE) DMC_FOREIGN_KEY_INFO_TAB DMC Tabellentyp: Fremdschlüssel und technische Infos 20030923

Method SET_NEW_ACT_BLOCKSIZE on class CL_DMC_RTO_ACS_CALC_SRV_2 has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 620