Hierarchy

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RECA_STORABLE | Object Can Be Stored (Abstract): Standard Implementation | 20050222 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_REAJ_ADJM_TASK_OBJ_MNGR | Manager - Adjustment Measure Object | 20050222 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RECA_HAS_TEXT | Object with Text | 20050308 |
Properties
Class | CL_REAJ_ADJM_TASK_OBJ_MNGR | |
Short Description | Manager - Adjustment Measure Object | |
Super Class | CL_RECA_STORABLE | Object Can Be Stored (Abstract): Standard Implementation |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | P | SAP Standard Production Program |
Category | 0 | |
Package | RE_AJ_BD | RE: Adjustment Master Data |
Created | 20050222 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
3 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
4 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_REAJ_ADJM_TASK_OBJ_MNGR | Manager - Adjustment Measure Object | 20050222 | ||
2 | IF_RECA_HAS_TEXT | Object with Text | 20050308 |
Friends
Class CL_REAJ_ADJM_TASK_OBJ_MNGR has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Protected | Type reference (TYPE) | SYMSGID | 'REAJBD' | Message Class | 20050222 | |
2 | ![]() |
Constant | Protected | Type reference (TYPE) | TABNAME | 'REAJ_ADJM_TASK_OBJ_S' | Screen structure | 20050222 | |
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RECABOOL | AdjmReason Supplied | 20090520 | ||
4 | ![]() |
Static Attribute | Private | Type reference (TYPE) | RECABOOL | Is There an Implementation? | 20050530 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RECABOOL | Plan Filled? | 20050406 | ||
6 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_REAJ_ADJUSTMENT_TASK | Adjustment Measure | 20050223 | ||
7 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | BADI_REAJ_ADJUSTMENT_TASK | BAdI Interface IF_EX_REAJ_ADJUSTMENT_TASK | 20050530 | ||
8 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_REBD_OBJ_ASSIGN_MNGR_BO | Object Assignment | 20050224 | ||
9 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20050222 | ||||
10 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20050308 | ||||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RECAMSG | Message | 20101119 | ||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GTYPE_T_CONDTYPE | Condition Types for Object/Contract | 20090520 | ||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GTYPE_T_CONTRACT | Contract for Rental Object | 20090519 | ||
14 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RE_T_ADJM_TASK_OBJ | Objects for Adjustment Measure | 20050222 | ||
15 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RE_T_ADJM_TASK_OBJ | Objects for Adjustment Measure | 20050222 | ||
16 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GTYPE_T_MEASVALUE | Measurement for Object/Contract | 20090520 |
Methods
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | AFTER_CHANGE | Instance Event (0) |
Public (2) |
20050311 | |
2 | AFTER_COPY_ACTUAL_TO_PLAN | Instance Event (0) |
Public (2) |
20100916 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GTYPE_S_CONDTYPE | Private | See coding | 20090520 | BEGIN OF gtype_s_condtype,
objnr_ro TYPE recaobjnr,
objnr_cn TYPE recaobjnr,
adjmreason TYPE reajadjmreason,
adjmct TYPE recdcondtype,
adjmcp TYPE reajcdcondpurpose,
adjmctcust TYPE recdcondtype,
adjmcpcust TYPE reajcdcondpurpose,
adjmctref TYPE recdcondtype,
adjmcpref TYPE reajcdcondpurpose,
waiverct TYPE recdcondtype,
waivercp TYPE reajcdcondpurpose,
cappingct TYPE recdcondtype,
cappingcp TYPE reajcdcondpurpose,
END OF gtype_s_condtype
|
||
2 | GTYPE_S_CONTRACT | Private | See coding | 20090519 | BEGIN OF gtype_s_contract,
objnr_ro TYPE recaobjnr,
date TYPE sydatum,
occupy TYPE recabool,
assessment TYPE recabool,
objnr_cn TYPE recaobjnr,
ident_cn TYPE recaident,
ref_cn TYPE REF TO if_recn_contract,
END OF gtype_s_contract
|
||
3 | GTYPE_S_MEASVALUE | Private | See coding | 20090520 | BEGIN OF gtype_s_measvalue,
objnr TYPE recaobjnr,
keydate TYPE sydatum,
meas TYPE rebdmeas,
measunit TYPE rebdmeasunit,
measvalue TYPE rebdmeasvalue,
END OF gtype_s_measvalue
|
||
4 | GTYPE_T_CONDTYPE | Private | See coding | 20090520 | gtype_t_condtype TYPE
SORTED TABLE OF gtype_s_condtype
WITH UNIQUE KEY objnr_ro
objnr_cn
adjmreason
|
||
5 | GTYPE_T_CONTRACT | Private | See coding | 20090519 | gtype_t_contract TYPE
SORTED TABLE OF gtype_s_contract
WITH UNIQUE KEY objnr_ro
date
occupy
assessment
|
||
6 | GTYPE_T_MEASVALUE | Private | See coding | 20090520 | gtype_t_measvalue TYPE
SORTED TABLE OF gtype_s_measvalue
WITH UNIQUE KEY objnr
keydate
meas
measunit
|
Method Signatures
Method APPEND_ADJMTASK Signature
Method APPEND_ADJMTASK on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method APPEND_ADJMTASK on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method APPEND_SUB_ADJMTASK Signature
Method APPEND_SUB_ADJMTASK on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler | 20050316 |
Method BALANCE_COSTSPOS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IF_INIT_BY_TEMPLATE | Call by reference | Type reference (TYPE) | RECABOOL | ABAP_FALSE | Init by Template aktiv? | 20100329 |
Method BALANCE_COSTSPOS on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method CHECK_KEY Signature
Method CHECK_KEY on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method CHECK_KEY on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method CONSTRUCTOR on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method COPY_ACTUAL_TO_PLAN Signature
Method COPY_ACTUAL_TO_PLAN on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method COPY_ACTUAL_TO_PLAN on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method COUNT Signature
Method COUNT on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method COUNT on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method DELETE_DETAIL Signature
Method DELETE_DETAIL on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method DELETE_DETAIL on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method DELETE_VALUES Signature
Method DELETE_VALUES on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method DELETE_VALUES on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method DISTRIBUTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IF_ROUND | Call by reference | Type reference (TYPE) | RECABOOL | ABAP_FALSE | Runden? | 20050307 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler | 20050307 |
Method DISTRIBUTE_COSTS Signature
Method DISTRIBUTE_COSTS on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method DISTRIBUTE_COSTS on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method DO_UPDATE Signature
Method DO_UPDATE on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method DO_UPDATE on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method EXISTS Signature
Method EXISTS on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method EXISTS on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method EXISTS_TEXT Signature
Method EXISTS_TEXT on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method EXISTS_TEXT on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method FILL_BUFFER Signature
Method FILL_BUFFER on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method FILL_BUFFER on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method FILL_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_DETAIL | Call by reference | Type reference (TYPE) | REAJ_ADJM_TASK_OBJ | Anpassungsmaßnahme: Objekt | 20050225 |
Method FILL_DATA on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method FILL_DATA_X Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_DETAIL_X | Call by reference | Type reference (TYPE) | REAJ_ADJM_TASK_OBJ_X | Anpassungsmaßnahme: Objekt und Zusatzdaten | 20050223 | ||
2 | ![]() |
ID_ADJMREASON | Call by reference | Type reference (TYPE) | REAJADJMREASON | Anpassungsgrund | 20081024 | ||
3 | ![]() |
ID_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | Sprache | 20050223 |
Method FILL_DATA_X on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method GET_COSTSPOS_FOR_INSERT Signature
Method GET_COSTSPOS_FOR_INSERT on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method GET_COSTSPOS_FOR_INSERT on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method GET_DETAIL Signature
Method GET_DETAIL on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method GET_DETAIL on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method GET_DETAIL_X Signature
Method GET_DETAIL_X on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method GET_DETAIL_X on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method GET_LIST Signature
Method GET_LIST on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method GET_LIST on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method GET_LIST_X Signature
Method GET_LIST_X on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method GET_LIST_X on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method GET_TDNAME_PREFIX Signature
Method GET_TDNAME_PREFIX on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method GET_TDNAME_PREFIX on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method GET_TEXT_MNGR Signature
Method GET_TEXT_MNGR on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method GET_TEXT_MNGR on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method GET_TEXT_REF Signature
Method GET_TEXT_REF on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method GET_TEXT_REF on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method GET_TEXT_TDNAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ED_REL_TDNAME | Call by reference | Type reference (TYPE) | C | 20050308 | |||
2 | ![]() |
IS_KEY | Call by reference | Type reference (TYPE) | REAJ_ADJM_TASK_OBJ-KEY | Schlüssel: Objekt und Kosten zur Anpassungsmaßnahme | 20050308 |
Method GET_TEXT_TDNAME on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method HANDLE_OBJASS_CHANGE Signature
Method HANDLE_OBJASS_CHANGE on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method HANDLE_OBJASS_CHANGE on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method INSERT_COSTSPOS Signature
Method INSERT_COSTSPOS on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method INSERT_COSTSPOS on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method INSERT_DETAIL Signature
Method INSERT_DETAIL on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method INSERT_DETAIL on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method INSERT_OBJECT Signature
Method INSERT_OBJECT on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method INSERT_OBJECT on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method IS_COSTSABS_ENABLED Signature
Method IS_COSTSABS_ENABLED on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method IS_COSTSABS_ENABLED on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method IS_COSTSCAP_ENABLED Signature
Method IS_COSTSCAP_ENABLED on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method IS_COSTSCAP_ENABLED on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method IS_COSTSDEC_ENABLED Signature
Method IS_COSTSDEC_ENABLED on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method IS_COSTSDEC_ENABLED on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method IS_COSTSINC_ENABLED Signature
Method IS_COSTSINC_ENABLED on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method IS_COSTSINC_ENABLED on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method IS_COSTSMAX_ENABLED Signature
Method IS_COSTSMAX_ENABLED on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method IS_COSTSMAX_ENABLED on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method IS_COSTSMEAS_ENABLED Signature
Method IS_COSTSMEAS_ENABLED on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method IS_COSTSMEAS_ENABLED on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method IS_COSTSNOMEAS_ENABLED Signature
Method IS_COSTSNOMEAS_ENABLED on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method IS_COSTSNOMEAS_ENABLED on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method IS_COSTSPOS_ACTIVE Signature
Method IS_COSTSPOS_ACTIVE on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method IS_COSTSPOS_ACTIVE on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method IS_COSTSPOS_ENABLED Signature
Method IS_COSTSPOS_ENABLED on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method IS_COSTSPOS_ENABLED on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method IS_MODIFIED_ACTUAL Signature
Method IS_MODIFIED_ACTUAL on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method IS_MODIFIED_ACTUAL on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method IS_NOTE_ENABLED Signature
Method IS_NOTE_ENABLED on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method IS_NOTE_ENABLED on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method IS_PLAN_ENABLED Signature
Method IS_PLAN_ENABLED on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method IS_PLAN_ENABLED on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method IS_PLAN_FILLED Signature
Method IS_PLAN_FILLED on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method IS_PLAN_FILLED on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method REFRESH Signature
Method REFRESH on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method REFRESH on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method SET_CAPPING_VALUES Signature
Method SET_CAPPING_VALUES on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method SET_CAPPING_VALUES on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method SET_CEA_COST_AMOUNT Signature
Method SET_CEA_COST_AMOUNT on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method SET_CEA_COST_AMOUNT on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method SET_COSTSPOS_ACTIVE Signature
Method SET_COSTSPOS_ACTIVE on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method SET_COSTSPOS_ACTIVE on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method SET_TEXT Signature
Method SET_TEXT on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method SET_TEXT on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method SET_TEXT_BY_TEMPLATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_TEMPLATE_MNGR | Call by reference | Object reference (TYPE REF TO) | IF_REAJ_ADJM_TASK_OBJ_MNGR | Verwalter - Anpassungsmaßnahmenobjekt | 20050308 |
Method SET_TEXT_BY_TEMPLATE on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method SORT_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_LIST | Call by reference | Type reference (TYPE) | RE_T_ADJM_TASK_OBJ | Objekte zur Anpassungsmaßnahme (VIAJATOBJ) | 20050222 |
Method SORT_LIST on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method UPDATE_DETAIL Signature
Method UPDATE_DETAIL on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Method UPDATE_DETAIL on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Method _GET_MEASVALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ED_MEASVALUE | Call by reference | Type reference (TYPE) | REBDMEASVALUE | Bemessungsgröße: Verfügbare | 20060314 | ||
2 | ![]() |
EF_EXISTS | Call by reference | Type reference (TYPE) | RECABOOL | Vorhanden? | 20060314 | ||
3 | ![]() |
ID_MEAS | Call by reference | Type reference (TYPE) | REBDMEAS | Bemessungsart | 20090306 | ||
4 | ![]() |
ID_MEASUNIT | Call by reference | Type reference (TYPE) | REBDMEASUNIT | Bemessungseinheit | 20090306 | ||
5 | ![]() |
IF_PLAN | Call by reference | Type reference (TYPE) | RECABOOL | Planwert | 20060314 | ||
6 | ![]() |
IO_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_RECA_BUS_OBJECT | Objekt | 20060314 |
Method _GET_MEASVALUE on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no exception.
Event Signatures
Event AFTER_CHANGE Signature
Event AFTER_CHANGE on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
Event AFTER_COPY_ACTUAL_TO_PLAN Signature
Event AFTER_COPY_ACTUAL_TO_PLAN on class CL_REAJ_ADJM_TASK_OBJ_MNGR has no parameter.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 600 |