SAP ABAP Class CL_IAOM_INT_ACC_OBJ_MANAGER (Manages Controlling Objects)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   CO (Application Component) Controlling
     IAOM (Package) Cost and Revenue Controlling for Logical Objects
Properties
Class CL_IAOM_INT_ACC_OBJ_MANAGER  
Short Description Manages Controlling Objects    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package IAOM   Cost and Revenue Controlling for Logical Objects 
Created 20001129   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IAOMT Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSDS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_IAOM_INT_ACC_OBJ_MANAGER has no interface implemented.
Friends
Class CL_IAOM_INT_ACC_OBJ_MANAGER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BUFFERED_CHILDS_OF_EXT_OBJ Instance attribute Private Type reference (TYPE) IAOM_EXT_OBJ_INF_TAB Buffered Children of External Objects 20041005
2 BUFFERED_EXTERNAL_OBJECTS Instance attribute Private See coding Buffered External Objects 20010216
3 BUFFERED_EXT_OBJ_HISTORY Instance attribute Private See coding Buffered Historical Objects in Historical State 20041130
4 BUFFERED_EXT_OBJ_SO_DEF Instance attribute Private See coding BUFFERED_EXT_OBJ_SO_DEF 20030110
5 BUFFERED_EXT_SUB_OBJECTS Instance attribute Private See coding BUFFERED_EXT_SUB_OBJECTS 20021128
6 BUFFERED_MANAGER_GROUP Instance attribute Private See coding 20050301
7 BUSINESS_SCENARIO Instance attribute Public Object reference (TYPE REF TO) CL_IAOM_BUSINESS_SCENARIO Business Scenario 20001213
8 CURRENT_EXTERNAL_OBJECT Instance attribute Public Object reference (TYPE REF TO) CL_IAOM_EXTERNAL_OBJECT Current Object in Process 20050121
9 INT_ACC_OBJ_MODIFY Instance attribute Public Type reference (TYPE) BOOLE_D SPACE TRUE (='X'): Objects can only be read and changed 20100910
10 INT_ACC_OBJ_READ_ONLY Instance attribute Public Type reference (TYPE) BOOLE_D SPACE TRUE (='X'): Objects can only be read 20100910
11 POSTPONE_SAVE_IF_NECESSARY Instance attribute Public Type reference (TYPE) BOOLE_D Move 'Save' if Necessary 20041213
12 POSTPONE_SAVE_IN_CASE_OF_ERROR Instance attribute Public Type reference (TYPE) BOOLE_D Move 'Save' if Error 20041213
Methods
# Method Level Visibility Method type Description Created on
1 BACKREAD_FOR_CREATE_IAO Instance method Public Method List Controlling Object References by 20040430
2 BACKREAD_FOR_PROJECT_ELEMENTS Instance method Public Method List Higher-Level Contr.Objects Spec. for Contr. to PS Prj 20041125
3 BACKREAD_OF_HLO_OBJECTS Instance method Public Method List Higher-Level Controlling Objects by 20050121
4 CHECK_CUST_INTERPRETATION Static method Public Method Has Customizing Been Interpreted in Transfered Period 20010221
5 CHECK_SUB_OBJ_DEF Instance method Public Method Checks Whether Division into Subobjekts Should Be Used 20030110
6 CLEAR_BUFFER Instance method Public Method Resets Buffer 20030218
7 CLEAR_BUFFER_GCC_ORDER Static method Public Method Reset the Buffer for Order Management 20030218
8 CONSTRUCTOR Instance method Public Constructor Constructor 20001206
9 CREATE_INT_ACC_OBJECTS Instance method Public Method Creates Controlling Objects for External Objects 20001208
10 DELETE_FROM_BUFFER Instance method Public Method Deletes External Object from Buffer 20030220
11 DETERMINE_BUS_SCENARIO Static method Public Method Determines Business Scenario for Controlling Object 20010205
12 ENABLE_POSTPONING_SAVE Instance method Public Method Enable 'Save' Move 20041213
13 FIND_EXT_SUB_OBJECT Instance method Public Method Reads or Creates External Subobjekt 20050317
14 FIND_EXT_SUB_OBJECT_ROOT Instance method Public Method Reads or Creates External Subobjekt 20050317
15 GET_ALL_SO_FROM_BUFFER Instance method Public Method Reads All Subobjects for External Object from Buffer 20050203
16 GET_CHILDS_OF_EXT_OBJ Instance method Public Method Returns Children to an External Object 20041005
17 GET_EXTERNAL_ATTRIBUTES Instance method Public Method Returns External Characteristics for Cost Collectors 20010126
18 GET_EXTERNAL_OBJECT Instance method Public Method Returns External Object 20010322
19 GET_MANAGER_OF_BS_SC_GROUP Instance method Public Method Gets Manager for Business Scenario from Bus. Scenario Group 20050301
20 GET_OR_ADD_TO_BUFFER Instance method Public Method Reads External Object to Buffer; Inserts if Required 20010725
21 INSERT_INTO_BUFFER Instance method Public Method Inserts External Object or Its Content into Buffer 20010725
22 INSERT_SO_INTO_BUFFER Instance method Public Method Adds External Subobject to Buffer 20021129
23 PREREAD_FOR_CHANGE_IAO Instance method Public Method Imports Controlling Object References Completely 20031030
24 READ_ACCOMP_OBJECTS_FROM_DB Instance method Public Method Reads Neighboring Objects from Database 20050211
25 READ_ALL_CHILDS_FROM_DB Static method Public Method Reads All Children for an External Object 20041005
26 READ_CHILDS_INTO_BUFFER Instance method Public Method Adds Children of an External Object to Buffer 20041005
27 SAVE Instance method Public Method Reads all Incorrect Objects to Database (Update) 20010807
28 SELECT_COST_COLLECTORS Instance method Public Method Selects Cost Collectors via External Characteristics 20010126
29 SET_INT_ACC_OBJ_MODIFY Instance method Public Method Activates the 'Read and Change Acc. Objects' Mode 20100910
30 SET_INT_ACC_OBJ_READ_ONLY Instance method Public Method Activates the 'Only Read Acc. Objects' Mode 20100910
31 UNLOCK_SUB_OBJECTS Instance method Public Method Unlocks External Subobjects if Necessary 20021204
32 UPDATE_CHILD_INTO_BUFFER Instance method Public Method Updates (and Adds if Necessary) Child in Buffer 20041005
Events
Class CL_IAOM_INT_ACC_OBJ_MANAGER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_EXT_OBJ_BY_ID Private See coding T_EXT_OBJ_BY_ID 20010214 begin of t_ext_obj_by_id, id type iaom_ext_object_id, object type ref to cl_iaom_external_object, end of t_Ext_obj_by_id
2 T_EXT_OBJ_BY_ID_AND_TIME Private See coding T_EXT_OBJ_BY_ID_AND_TIME 20041130 begin of t_ext_obj_by_id_and_time, "sh id type iaom_ext_object_id, "sh date type datum, "sh time type uzeit, "sh object type ref to cl_iaom_external_object, "sh end of t_Ext_obj_by_id_and_time
3 T_EXT_OBJ_SOD Private See coding T_EXT_OBJ_SOD 20030110 begin of t_ext_obj_sod, "SO id type iaom_ext_object_id, "SO so_allowed type boole_d, "SO so_needed type boole_d, "SO end of t_Ext_obj_sod
4 T_EXT_SUB_OBJ Private See coding T_EXT_SUB_OBJ 20021128 begin of t_ext_sub_obj, "SO id type iaom_ext_object_id, "SO object type ref to cl_iaom_ext_sub_object, "SO end of t_Ext_sub_obj
5 T_MANAGER_GRP Private See coding 20050301 begin of t_manager_grp, "sg id type IAOM_BS_IDENTIFICATION, "sg manager type ref to CL_IAOM_INT_ACC_OBJ_MANAGER, "sg end of t_manager_grp
Method Signatures

Method BACKREAD_FOR_CREATE_IAO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXTERNAL_OBJECT Call by reference Object reference (TYPE REF TO) CL_IAOM_EXTERNAL_OBJECT Externes Objekt 20040430
# Exception Resumable Description Created on
1 ERROR_OCCURRED Fehler aufgetreten 20040430

Method BACKREAD_FOR_PROJECT_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXTERNAL_OBJECT Call by reference Object reference (TYPE REF TO) CL_IAOM_EXTERNAL_OBJECT Repräsentation eines externen Objekts 20041125
# Exception Resumable Description Created on
1 ERROR_OCCURRED Fehler aufgetreten 20041125

Method BACKREAD_OF_HLO_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TOP_HLO_EXTERNAL_OBJECT Call by reference Object reference (TYPE REF TO) CL_IAOM_EXTERNAL_OBJECT Repräsentation eines externen Objekts 20050121
2 Importing I_EXTERNAL_OBJECT Call by reference Object reference (TYPE REF TO) CL_IAOM_EXTERNAL_OBJECT Repräsentation eines externen Objekts 20050121
# Exception Resumable Description Created on
1 ERROR_OCCURRED Fehler aufgetreten 20050121

Method CHECK_CUST_INTERPRETATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BUS_SCENARIO_ID Call by reference Type reference (TYPE) IAOM_BS_IDENTIFICATION Geschäftsszenariobezeichner 20010221
2 Importing I_DATE Call by reference Type reference (TYPE) IAOM_EXT_OBJ_INF-CUST_INT_DATE Anfangsdatum in Zeitzone UTC 20010221
3 Importing I_TIME Call by reference Type reference (TYPE) IAOM_EXT_OBJ_INF-CUST_INT_TIME Uhrzeit Anfangsdatum in Zeitzone UTC 20010221
4 Returning R_CUSTOMIZING_INTERPRETED Value transfer Type reference (TYPE) BOOLE_D Customizing wurde interpretiert 20010221

Method CHECK_CUST_INTERPRETATION on class CL_IAOM_INT_ACC_OBJ_MANAGER has no exception.

Method CHECK_SUB_OBJ_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUB_OBJ_ALLOWED Call by reference Type reference (TYPE) BOOLE_D Subobjekt erlaubt(='X') und nicht erlaubt(=' ') 20030110
2 Exporting E_SUB_OBJ_NEEDED Call by reference Type reference (TYPE) BOOLE_D Subobjekt nötig(='X') und nicht nötig(=' ') 20030110
3 Importing I_EXT_OBJECT_ID Call by reference Type reference (TYPE) IAOM_EXT_OBJECT_ID Technischer Schlüssel eines externen Objekts 20030110

Method CHECK_SUB_OBJ_DEF on class CL_IAOM_INT_ACC_OBJ_MANAGER has no exception.

Method CLEAR_BUFFER Signature

Method CLEAR_BUFFER on class CL_IAOM_INT_ACC_OBJ_MANAGER has no parameter.
Method CLEAR_BUFFER on class CL_IAOM_INT_ACC_OBJ_MANAGER has no exception.

Method CLEAR_BUFFER_GCC_ORDER Signature

Method CLEAR_BUFFER_GCC_ORDER on class CL_IAOM_INT_ACC_OBJ_MANAGER has no parameter.
Method CLEAR_BUFFER_GCC_ORDER on class CL_IAOM_INT_ACC_OBJ_MANAGER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BUS_SCENARIO Call by reference Object reference (TYPE REF TO) CL_IAOM_BUSINESS_SCENARIO Geschäftsszenario 20010214

Method CONSTRUCTOR on class CL_IAOM_INT_ACC_OBJ_MANAGER has no exception.

Method CREATE_INT_ACC_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_EXTERNAL_OBJECTS Call by reference Type reference (TYPE) IAOM_EXTERNAL_OBJECT_TAB Tabelle mit externen Objekten 20010216
2 Importing I_CREATE_SETTLEMENT_RULE Call by reference Type reference (TYPE) BOOLE_D 'X' Abrechnungsregel erzeugen 20021126
3 Importing I_DO_NOT_SAVE Call by reference Type reference (TYPE) BOOLE_D Keine Datenbankfortschreibung (bzw. keine Simulation) 20010723
4 Importing I_SYSTEM_OF_ORIGIN Call by reference Type reference (TYPE) LOGSYSTEM Ursprungssystem der externen Objekte 20010214
5 Importing I_TEST_RUN Call by reference Type reference (TYPE) BOOLE_D Testlauf? 20001213
6 Importing I_TRY_AGAIN Call by reference Type reference (TYPE) BOOLE_D 'X' Nachlauf für fehlerhafte Objekte 20030220
# Exception Resumable Description Created on
1 ERROR_OCCURRED Fehler beim Anlegen eines oder mehrerer ContrObj. aufgetr. 20010214
2 PROCESSING_ABORTED Verarbeitung vorzeitig abgebrochen - Fehler in SY-Feldern 20010815

Method DELETE_FROM_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXTERNAL_OBJECT Call by reference Object reference (TYPE REF TO) CL_IAOM_EXTERNAL_OBJECT Aus dem Puffer zu löschendes Objekt 20030220

Method DELETE_FROM_BUFFER on class CL_IAOM_INT_ACC_OBJ_MANAGER has no exception.

Method DETERMINE_BUS_SCENARIO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_BUSINESS_SCENARIO Call by reference Object reference (TYPE REF TO) CL_IAOM_BUSINESS_SCENARIO Geschäftsszenario 20010215
2 Importing I_OBJECT_NO Call by reference Type reference (TYPE) J_OBJNR Objektnummer des Controllingobjekts 20010205
# Exception Resumable Description Created on
1 NO_BUSINESS_SCENARIO Kein Geschäftsszenario gefunden 20010205

Method ENABLE_POSTPONING_SAVE Signature

Method ENABLE_POSTPONING_SAVE on class CL_IAOM_INT_ACC_OBJ_MANAGER has no parameter.
Method ENABLE_POSTPONING_SAVE on class CL_IAOM_INT_ACC_OBJ_MANAGER has no exception.

Method FIND_EXT_SUB_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EXT_SUB_OBJ Call by reference Object reference (TYPE REF TO) CL_IAOM_EXT_SUB_OBJECT Repräsentation der untergeordneten externen Objekte 20050317
2 Importing I_DO_NOT_SAVE Call by reference Type reference (TYPE) BOOLE_D Keine Datenbankfortschreibung (bzw. keine Simulation) 20050317
3 Importing I_EXT_OBJECT_ID Call by reference Type reference (TYPE) IAOM_EXT_OBJECT_ID Schlüssel des externen Hauptobjekts 20050317
4 Importing I_GUID_NAME Call by reference Type reference (TYPE) NAME_KOMP Komponentenname 20050317
5 Importing I_READ_ONLY Call by reference Type reference (TYPE) BOOLE_D 'X' Nur Subobjekte von der Datenbank 20050317
6 Importing I_READ_TO_BUFFER_ONLY Call by reference Type reference (TYPE) BOOLE_D ' ' Nur Subobjekte von der Datenbank in den Puffer lesen 20051209
7 Importing I_SUB_OBJ_ATTRS Call by reference Type reference (TYPE) IAOMT_SUB_OBJECT_ATTRIBUTE_TAB Tabelle der identifizierenden Merkmale 20050317
8 Importing I_TEST_RUN Call by reference Type reference (TYPE) BOOLE_D Testlauf 20050317
# Exception Resumable Description Created on
1 ERROR_OCCURRED Fehler 20050317
2 NO_EXT_SUB_OBJ_FOUND Das Subobjekt gibt es nicht 20050317

Method FIND_EXT_SUB_OBJECT_ROOT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EXT_SUB_OBJ Call by reference Object reference (TYPE REF TO) CL_IAOM_EXT_SUB_OBJECT Repräsentation der untergeordneten externen Objekte 20050317
2 Importing I_DO_NOT_SAVE Call by reference Type reference (TYPE) BOOLE_D Keine Datenbankfortschreibung (bzw. keine Simulation) 20050317
3 Importing I_EXT_OBJECT_ID Call by reference Type reference (TYPE) IAOM_EXT_OBJECT_ID Schlüssel des externen Hauptobjekts 20050317
4 Importing I_GUID_NAME Call by reference Type reference (TYPE) NAME_KOMP Komponentenname 20050317
5 Importing I_READ_ONLY Call by reference Type reference (TYPE) BOOLE_D 'X' Nur Subobjekte von der Datenbank 20050317
6 Importing I_READ_TO_BUFFER_ONLY Call by reference Type reference (TYPE) BOOLE_D ' ' Nur Subobjekte von der Datenbank in den Puffer lesen 20051209
7 Importing I_SUB_OBJ_ATTRS Call by reference Type reference (TYPE) IAOMT_SUB_OBJECT_ATTRIBUTE_TAB Tabelle der identifizierenden Merkmale 20050317
8 Importing I_TEST_RUN Call by reference Type reference (TYPE) BOOLE_D Testlauf 20050317
# Exception Resumable Description Created on
1 ERROR_OCCURRED Fehler 20050317
2 NO_EXT_SUB_OBJ_FOUND Das Subobjekt gibt es nicht 20050317

Method GET_ALL_SO_FROM_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUB_OBJECTS_DESCRIPTION Call by reference Type reference (TYPE) IAOM_DESCRIPTIONS_OF_OBJECTS Die Beschreibung der Subobjekte 20051209
2 Exporting E_SUB_OBJECT_IDS Call by reference Type reference (TYPE) IAOM_EXT_OBJECT_ID_TAB Tabelle mit technischern Schlüssel n externer Objekte 20050203
3 Importing I_EXT_OBJECT_ID Call by reference Type reference (TYPE) IAOM_EXT_OBJECT_ID Technischer Schlüssel eines externen Objekts 20050203

Method GET_ALL_SO_FROM_BUFFER on class CL_IAOM_INT_ACC_OBJ_MANAGER has no exception.

Method GET_CHILDS_OF_EXT_OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CHILDS_OF_EXT_OBJ Value transfer Type reference (TYPE) IAOM_EXT_OBJ_INF_TAB Tabelle mit allgemeinen Informationen zum externen Objekt 20041005
2 Importing I_EXT_OBJECT_ID Value transfer Type reference (TYPE) IAOM_EXT_OBJECT_ID Technischer Schlüssel eines externen Objekts 20041005
3 Importing I_INCLUDING_PARENT Value transfer Type reference (TYPE) BOOLE_D ' ' Kinder plus Elter 20041005

Method GET_CHILDS_OF_EXT_OBJ on class CL_IAOM_INT_ACC_OBJ_MANAGER has no exception.

Method GET_EXTERNAL_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_COST_COLLECTORS Call by reference Type reference (TYPE) STANDARD TABLE Kostensammler mit externen Merkmalen 20010126
2 Importing I_OBJECT_NUMBERS Call by reference Type reference (TYPE) IAOM_OBJECT_NO_TAB Objektnummern der Kostensammler 20010126

Method GET_EXTERNAL_ATTRIBUTES on class CL_IAOM_INT_ACC_OBJ_MANAGER has no exception.

Method GET_EXTERNAL_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ADD_HIST_OBJ_ANY_WAY Call by reference Type reference (TYPE) BOOLE_D ' ' Füge das historische Objekt auf jeden Fall hinzu 20041201
2 Importing I_BUFFER_ONLY Call by reference Type reference (TYPE) BOOLE_D ' ' Nur auf Puffer zugreifen 20010720
3 Importing I_DATE_UTC Call by reference Type reference (TYPE) DATUM '00000000' Datum 20041130
4 Importing I_EXT_OBJECT_ID Call by reference Type reference (TYPE) IAOM_EXT_OBJECT_ID Technischer Schlüssel des externen Objekts 20010322
5 Importing I_TIME_UTC Call by reference Type reference (TYPE) UZEIT '000000' Tageszeit 20041130
6 Returning R_EXTERNAL_OBJECT Value transfer Object reference (TYPE REF TO) CL_IAOM_EXTERNAL_OBJECT Externes Objekt 20010322
# Exception Resumable Description Created on
1 ERROR_OCCURRED Fehler aufgetreten 20010322
2 EXT_OBJECT_ID_UNKNOWN Keine Zuordnung für externes Objekt gespeichert 20010322
3 OBJECT_LOCKED Objekt gesperrt 20010921

Method GET_MANAGER_OF_BS_SC_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_IAO_MANAGER Call by reference Object reference (TYPE REF TO) CL_IAOM_INT_ACC_OBJ_MANAGER Verwaltet Controlling-Objekte 20050301
2 Importing I_BUSINESS_SCENARIO_ID Call by reference Type reference (TYPE) IAOM_BS_IDENTIFICATION Geschäftsszenario, für das ein Controlling durchgeführt wird 20050301
# Exception Resumable Description Created on
1 ERROR_OCCURRED Fehler 20050301

Method GET_OR_ADD_TO_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATE_UTC Call by reference Type reference (TYPE) DATUM '00000000' Historisches Datum 20041130
2 Importing I_EXT_OBJECT_ID Call by reference Type reference (TYPE) IAOM_EXT_OBJECT_ID Technischer Schlüssel des externen Objekts 20010725
3 Importing I_TIME_UTC Call by reference Type reference (TYPE) UZEIT '000000' Historische Zeit 20041130
4 Returning R_EXTERNAL_OBJECT Value transfer Object reference (TYPE REF TO) CL_IAOM_EXTERNAL_OBJECT Externes Objekt 20010725

Method GET_OR_ADD_TO_BUFFER on class CL_IAOM_INT_ACC_OBJ_MANAGER has no exception.

Method INSERT_INTO_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXTERNAL_OBJECT Call by reference Object reference (TYPE REF TO) CL_IAOM_EXTERNAL_OBJECT Einzufügendes externes Objekt 20010725

Method INSERT_INTO_BUFFER on class CL_IAOM_INT_ACC_OBJ_MANAGER has no exception.

Method INSERT_SO_INTO_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXT_SUB_OBJ Call by reference Object reference (TYPE REF TO) CL_IAOM_EXT_SUB_OBJECT Subobjekt 20021129

Method INSERT_SO_INTO_BUFFER on class CL_IAOM_INT_ACC_OBJ_MANAGER has no exception.

Method PREREAD_FOR_CHANGE_IAO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXTERNAL_OBJECT Call by reference Object reference (TYPE REF TO) CL_IAOM_EXTERNAL_OBJECT Externes Objekt 20031030
# Exception Resumable Description Created on
1 ERROR_OCCURRED Fehler aufgetreten 20031030

Method READ_ACCOMP_OBJECTS_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ACCOMPANYING_OBJECT_IDS Call by reference Type reference (TYPE) IAOM_EXT_OBJECT_ID_TAB Tabelle mit technischern Schlüssel n externer Objekte 20050211
2 Importing I_EXT_OBJECT_ID Call by reference Type reference (TYPE) IAOM_EXT_OBJECT_ID Technischer Schlüssel eines externen Objekts 20050211

Method READ_ACCOMP_OBJECTS_FROM_DB on class CL_IAOM_INT_ACC_OBJ_MANAGER has no exception.

Method READ_ALL_CHILDS_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CHILDS_OF_EXT_OBJ Value transfer Type reference (TYPE) IAOM_EXT_OBJ_INF_TAB Tabelle mit allgemeinen Informationen zum externen Objekt 20041005
2 Importing I_BUS_SCENARIO_ID Value transfer Type reference (TYPE) IAOM_BS_IDENTIFICATION Geschäftsszenario, für das ein Controlling durchgeführt wird 20041005
3 Importing I_EXT_OBJECT_ID Value transfer Type reference (TYPE) IAOM_EXT_OBJECT_ID Technischer Schlüssel eines externen Objekts 20041005

Method READ_ALL_CHILDS_FROM_DB on class CL_IAOM_INT_ACC_OBJ_MANAGER has no exception.

Method READ_CHILDS_INTO_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXT_OBJECT_ID Value transfer Type reference (TYPE) IAOM_EXT_OBJECT_ID Technischer Schlüssel eines externen Objekts 20041005

Method READ_CHILDS_INTO_BUFFER on class CL_IAOM_INT_ACC_OBJ_MANAGER has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_NUM_SAVED_OBJECTS Call by reference Type reference (TYPE) INT4 Anzahl der gesicherten Objekte 20010807
2 Exporting E_PROCESSED_OBJECTS Call by reference Type reference (TYPE) IAOM_EXTERNAL_OBJECT_TAB Alle Objekte, die zu sichern versucht wurden 20010808
3 Importing I_TEST_RUN Call by reference Type reference (TYPE) BOOLE_D Testlauf? 20010807
# Exception Resumable Description Created on
1 ERROR_ABORTING_PROCESSING Fehler welcher die Verarbeitung beendet 20060321
2 ERROR_OCCURRED Fehler beim Sichern eines oder mehrerer ContrObj. aufgetr. 20010808

Method SELECT_COST_COLLECTORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_COST_COLLECTORS Call by reference Type reference (TYPE) STANDARD TABLE Kostensammler mit externen Merkmalen 20010126
2 Importing I_SELECTION_CRITERIA Call by reference Type reference (TYPE) RSDS_FRANGE_T Selektionsbedingungen 20010126
# Exception Resumable Description Created on
1 ERROR_OCCURRED Fehler aufgetreten 20010226

Method SET_INT_ACC_OBJ_MODIFY Signature

Method SET_INT_ACC_OBJ_MODIFY on class CL_IAOM_INT_ACC_OBJ_MANAGER has no parameter.
# Exception Resumable Description Created on
1 READ_ONLY Nur-Lesen-Modus ist aktiv 20100910

Method SET_INT_ACC_OBJ_READ_ONLY Signature

Method SET_INT_ACC_OBJ_READ_ONLY on class CL_IAOM_INT_ACC_OBJ_MANAGER has no parameter.
Method SET_INT_ACC_OBJ_READ_ONLY on class CL_IAOM_INT_ACC_OBJ_MANAGER has no exception.

Method UNLOCK_SUB_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEST_RUN Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20021204

Method UNLOCK_SUB_OBJECTS on class CL_IAOM_INT_ACC_OBJ_MANAGER has no exception.

Method UPDATE_CHILD_INTO_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IAOM_EXT_OBJ_INF Value transfer Type reference (TYPE) IAOM_EXT_OBJ_INF Allgemeine Informationen zum externen Objekt - s. Doku 20041005

Method UPDATE_CHILD_INTO_BUFFER on class CL_IAOM_INT_ACC_OBJ_MANAGER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in