Hierarchy

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDRV_RPROV_LOCK_NOSID | Locking while Writing Remote Provider without SIDs | 20100618 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDRV_RPROV_WRITABLE | Write Interface for Remote InfoProvider | 20100618 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDRV_VPROV_LOC_NOSID_QUERY | Interface for Virtual InfoProvider Without SID Support | 20100810 |
Properties
Class | CL_FCOM_IP_IPROV_WRITABLE | |
Short Description | Read and Writeback Interface for Virtual InfoProvider | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | FCOM_PLANNING_CORE | |
Program status | ||
Category | 0 | |
Package | FCOM_PLANNING_CORE | Planning |
Created | 20100618 | 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 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_RSDRV_RPROV_LOCK_NOSID | Locking while Writing Remote Provider without SIDs | 20100618 | ||
2 | IF_RSDRV_RPROV_WRITABLE | Write Interface for Remote InfoProvider | 20100618 | ||
3 | IF_RSDRV_VPROV_LOC_NOSID_QUERY | Interface for Virtual InfoProvider Without SID Support | 20100810 |
Friends
Class CL_FCOM_IP_IPROV_WRITABLE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | FLAG | Selection is empty/void | 20110512 | ||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_FCOM_IP_AUTHORITY_CHECK | Check of Authorizations in the Back End | 20120124 | ||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | S_SELECTION_PARAMS | 20100812 | |||
4 | ![]() |
Static Attribute | Private | Type reference (TYPE) | GJAHR | Fiscal Year | 20120125 | ||
5 | ![]() |
Static Attribute | Private | Type reference (TYPE) | YT_ENQUEUE_ACTINPUT | 20110826 | |||
6 | ![]() |
Static Attribute | Private | Type reference (TYPE) | YT_ENQUEUE_ACTINPUT | 20120119 | |||
7 | ![]() |
Static Attribute | Private | Type reference (TYPE) | YT_ENQUEUE_COSTING | 20101001 | |||
8 | ![]() |
Static Attribute | Private | Type reference (TYPE) | YT_ENQUEUE_OVERALL | 20100927 | |||
9 | ![]() |
Static Attribute | Private | Type reference (TYPE) | YT_WBS_INFO | 20100813 | |||
10 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | IF_FCOM_IP_METAINFO | Infoobject/data source properties | 20110114 | ||
11 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | TS_LOCK_CHAS_INFO | 20100618 | |||
12 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | TS_LOCK_HANDLE | 20100618 | |||
13 | ![]() |
Static Attribute | Private | Type reference (TYPE) | ABAP_BOOL | External Commit work for overall plan ('X') | 20100913 |
Methods
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | INVALIDATE_BUFFER | Static Event (1) |
Public (2) |
Trgger invalidating buffers | 20120126 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_LOCK_CHAS_INFO | Protected | See coding | 20100618 | begin of s_lock_chas_info,
infoprov type rsinfoprov,
chas type rspls_ts_chas,
end of s_lock_chas_info
|
||
2 | S_LOCK_HANDLE | Protected | See coding | 20100618 | begin of S_LOCK_HANDLE,
semlock type rspls_lock_hndl,
virtlock type rspls_lock_hndl,
end of s_lock_handle
|
||
3 | S_SELECTION_PARAMS | Protected | See coding | 20100811 | begin of S_SELECTION_PARAMS,
INFOPROV TYPE RSINFOPROV,
TH_SFC TYPE RSDRI_TH_SFC,
TH_SFK TYPE RSDRI_TH_SFK,
T_RANGE TYPE RSDRI_T_RANGE,
TX_RANGETAB TYPE RSDRI_TX_RANGETAB,
KEYDATE TYPE RRSRDATE,
MAXROWS TYPE I,
USE_AGGREGATION TYPE RS_BOOL,
TH_SFC_ADD TYPE RSDRI_TH_SFC,
SEL_FEMS TYPE RRKG_SEL_FEMS,
end of s_selection_params
|
||
4 | TS_LOCK_CHAS_INFO | Protected | See coding | 20100618 | TS_LOCK_CHAS_info type sorted table of s_lock_chas_info with
unique key infoprov
|
||
5 | TS_LOCK_HANDLE | Protected | See coding | 20100618 | ts_lock_handle type sorted table of s_lock_handle with
unique key semlock
|
||
6 | YS_AVG_PRICE_DATA | Private | See coding | 20111228 | BEGIN OF ys_avg_price_data,
kokrs TYPE kokrs,
kostl TYPE kostl,
lstar TYPE lstar,
gjahr TYPE gjahr,
versn TYPE versn,
vtype TYPE rsvtype,
waers TYPE rscurrency,
curtype TYPE cocurtype,
avg_ptot TYPE stgr, " average price total for whole GJAHR
avg_pfix TYPE stfr, " average price fix for whole GJAHR
avg_pvar TYPE stvr, " average price variable for whole GJAHR
used_ptot TYPE boolean,
used_pfix TYPE boolean,
used_pvar TYPE boolean,
END OF ys_avg_price_data
|
||
7 | YS_ENQUEUE_ACTINPUT | Private | See coding | 20110826 | BEGIN OF ys_enqueue_actinput,
hndl TYPE rspls_lock_hndl,
t_enq_obj TYPE SORTED TABLE OF ys_enqueue_object_actinput WITH UNIQUE KEY kokrs gjahr,
enq_mode TYPE enqmode,
scope TYPE ddenqscope,
END OF ys_enqueue_actinput
|
||
8 | YS_ENQUEUE_COSTING | Private | See coding | 20101110 | BEGIN OF ys_enqueue_costing,
hndl TYPE rspls_lock_hndl,
t_enq_obj TYPE SORTED TABLE OF ys_enqueue_object_costing WITH UNIQUE KEY kokrs gjahr,
enq_mode TYPE enqmode,
scope TYPE ddenqscope,
END OF ys_enqueue_costing
|
||
9 | YS_ENQUEUE_OBJECT_ACTINPUT | Private | See coding | 20110826 | BEGIN OF ys_enqueue_object_actinput,
kokrs TYPE kokrs,
gjahr TYPE gjahr,
t_gmd02 TYPE ty_gmd02,
s_cokaq TYPE cokaq,
t_t_gmd02 TYPE STANDARD TABLE OF yt_gmd02 WITH DEFAULT KEY,
END OF ys_enqueue_object_actinput
|
||
10 | YS_ENQUEUE_OBJECT_COSTING | Private | See coding | 20101110 | BEGIN OF ys_enqueue_object_costing,
kokrs TYPE kokrs,
gjahr TYPE gjahr,
t_gmd02 TYPE STANDARD TABLE OF gmd02 WITH DEFAULT KEY,
s_cokaq TYPE cokaq,
END OF ys_enqueue_object_costing
|
||
11 | YS_ENQUEUE_OVERALL | Private | See coding | 20100927 | BEGIN OF ys_enqueue_overall,
hndl TYPE rspls_lock_hndl,
t_enq_obj TYPE bpbu_t_enqueue,
t_pspid TYPE yt_enqueue_overall_pspid,
t_posid TYPE yt_enqueue_overall_posid,
END OF ys_enqueue_overall
|
||
12 | YS_ENQUEUE_OVERALL_POSID | Private | See coding | 20101203 | BEGIN OF ys_enqueue_overall_posid,
posid TYPE ps_posid,
END OF ys_enqueue_overall_posid
|
||
13 | YS_ENQUEUE_OVERALL_PSPID | Private | See coding | 20101203 | BEGIN OF ys_enqueue_overall_pspid,
pspid TYPE ps_pspid,
END OF ys_enqueue_overall_pspid
|
||
14 | YS_GROUP_KEY | Private | See coding | 20101112 | BEGIN OF ys_group_key,
kokrs TYPE kokrs,
gjahr TYPE gjahr,
END OF ys_group_key
|
||
15 | YS_WBS_INFO | Private | See coding | 20100813 | BEGIN OF ys_wbs_info,
posid TYPE ps_posid,
pspid TYPE ps_pspid,
objnr TYPE j_objnr,
bpge_allowed TYPE abap_bool,
bpja_allowed TYPE abap_bool,
END OF ys_wbs_info
|
||
16 | YT_AVG_PRICE_DATA | Private | See coding | 20111228 | yt_avg_price_data TYPE STANDARD TABLE OF ys_avg_price_data
|
||
17 | YT_BAPIACIOBJ | Private | See coding | 20110823 | yt_bapiaciobj TYPE STANDARD TABLE OF bapiaciobj
|
||
18 | YT_BAPIACISTRU | Private | See coding | 20110823 | yt_bapiacistru TYPE STANDARD TABLE OF bapiacistru
|
||
19 | YT_BAPIACITOT | Private | See coding | 20121116 | yt_bapiacitot TYPE STANDARD TABLE OF bapiacitot
|
||
20 | YT_BAPIACIVAL | Private | See coding | 20110823 | yt_bapiacival TYPE STANDARD TABLE OF bapiacival
|
||
21 | YT_BAPIACPCTRL | Private | See coding | 20121219 | yt_bapiacpctrl TYPE STANDARD TABLE OF bapiacpctrl
|
||
22 | YT_BAPIACPOBJ | Private | See coding | 20111020 | yt_bapiacpobj TYPE STANDARD TABLE OF bapiacpobj
|
||
23 | YT_BAPIACPSTRU | Private | See coding | 20100914 | yt_bapiacpstru TYPE STANDARD TABLE OF bapiacpstru
|
||
24 | YT_BAPIACPTOT | Private | See coding | 20121120 | yt_bapiacptot TYPE STANDARD TABLE OF fcom_bapiacptot
|
||
25 | YT_BAPIACPVAL | Private | See coding | 20111020 | yt_bapiacpval TYPE STANDARD TABLE OF fcom_bapiacpval
|
||
26 | YT_BAPIPCPOBJ | Private | See coding | 20100914 | yt_bapipcpobj TYPE STANDARD TABLE OF bapipcpobj
|
||
27 | YT_BAPIPCPTOT | Private | See coding | 20121116 | yt_bapipcptot TYPE STANDARD TABLE OF bapipcptot
|
||
28 | YT_BAPIPCPVAL | Private | See coding | 20100914 | yt_bapipcpval TYPE STANDARD TABLE OF bapipcpval
|
||
29 | YT_COIOB | Private | See coding | 20110825 | yt_coiob TYPE STANDARD TABLE OF coiob WITH DEFAULT KEY
|
||
30 | YT_COSEL2 | Private | See coding | 20110831 | yt_cosel2 TYPE STANDARD TABLE OF cosel2 WITH DEFAULT KEY
|
||
31 | YT_ENQUEUE_ACTINPUT | Private | See coding | 20110826 | yt_enqueue_actinput TYPE HASHED TABLE OF ys_enqueue_actinput WITH UNIQUE KEY hndl
|
||
32 | YT_ENQUEUE_COSTING | Private | See coding | 20101110 | yt_enqueue_costing TYPE HASHED TABLE OF ys_enqueue_costing WITH UNIQUE KEY hndl
|
||
33 | YT_ENQUEUE_OVERALL | Private | See coding | 20100927 | yt_enqueue_overall TYPE HASHED TABLE OF ys_enqueue_overall WITH UNIQUE KEY hndl
|
||
34 | YT_ENQUEUE_OVERALL_POSID | Private | See coding | 20101203 | yt_enqueue_overall_posid TYPE SORTED TABLE OF ys_enqueue_overall_posid WITH UNIQUE KEY posid
|
||
35 | YT_ENQUEUE_OVERALL_PSPID | Private | See coding | 20101203 | yt_enqueue_overall_pspid TYPE SORTED TABLE OF ys_enqueue_overall_pspid WITH UNIQUE KEY pspid
|
||
36 | YT_GMD02 | Private | See coding | 20101112 | yt_gmd02 TYPE STANDARD TABLE OF gmd02 WITH DEFAULT KEY
|
||
37 | YT_ICORDCST_COPLN | Private | See coding | 20121120 | yt_icordcst_copln TYPE STANDARD TABLE OF icordcst_copln
|
||
38 | YT_ICWBSCST_COPLN | Private | See coding | 20101012 | yt_icwbscst_copln TYPE STANDARD TABLE OF icwbscst_copln
|
||
39 | YT_ICWBSPLN_COPLN | Private | See coding | 20101012 | yt_icwbspln_copln TYPE STANDARD TABLE OF icwbspln_copln
|
||
40 | YT_PLINT | Private | See coding | 20110825 | yt_plint TYPE STANDARD TABLE OF plint WITH DEFAULT KEY
|
||
41 | YT_VERSN | Private | See coding | 20110823 | yt_versn TYPE STANDARD TABLE OF versn WITH DEFAULT KEY
|
||
42 | YT_WBS_INFO | Private | See coding | 20100813 | yt_wbs_info TYPE SORTED TABLE OF ys_wbs_info WITH UNIQUE KEY posid
|
||
43 | YT_WRTTP | Private | See coding | 20120119 | yt_wrttp TYPE STANDARD TABLE OF co_wrttp
|
Method Signatures
Method AUTH_CHK_COSTING_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Table with Messages (Application Log) | 20101012 | ||
2 | ![]() |
IT_DATA | Call by reference | Type reference (TYPE) | YT_ICWBSCST_COPLN | 20101012 |
Method AUTH_CHK_COSTING_DATA on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method AUTH_CHK_ORDER_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Table with Messages (Application Log) | 20121120 | ||
2 | ![]() |
IT_DATA | Call by reference | Type reference (TYPE) | YT_ICORDCST_COPLN | 20121120 |
Method AUTH_CHK_ORDER_DATA on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method AUTH_CHK_OVERALL_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Table with Messages (Application Log) | 20101012 | ||
2 | ![]() |
IT_DATA | Call by reference | Type reference (TYPE) | YT_ICWBSPLN_COPLN | 20101012 |
Method AUTH_CHK_OVERALL_DATA on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method AUTH_CHK_WBS_ACT_INPUT_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Table with Messages (Application Log) | 20111201 | ||
2 | ![]() |
IT_DATA | Call by reference | Type reference (TYPE) | YT_ICWBSCST_COPLN | 20111201 |
Method AUTH_CHK_WBS_ACT_INPUT_DATA on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method BUILD_LOCK_KEY_COKA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_ENQUEUE_COMB | Value transfer | Type reference (TYPE) | YT_GMD02 | 20101112 | |||
2 | ![]() |
RS_COKAQ | Value transfer | Type reference (TYPE) | COKAQ | CO Object: Control Data for Cost Elem. (Inttab for Enqueue) | 20101112 |
Method BUILD_LOCK_KEY_COKA on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method CHECK_DEQUEUE_COSTING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IB_COMMIT | Call by reference | Type reference (TYPE) | BOOLE_D | Single-Character Indicator | 20101111 | ||
2 | ![]() |
IB_SYNC_POST | Call by reference | Type reference (TYPE) | BOOLE_D | Single-Character Indicator | 20101111 | ||
3 | ![]() |
IV_SCOPE | Call by reference | Type reference (TYPE) | DDENQSCOPE | Control lock behavior when calling the update task | 20101111 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
not feasible | 20101111 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_FCOM_IP_IPROV_WRITABLE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method DEQUEUE_ACT_INPUT_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ENQ_MODE | Call by reference | Type reference (TYPE) | ENQMODE | Lock mode | 20110826 | ||
2 | ![]() |
IV_LOCK_HNDL | Call by reference | Type reference (TYPE) | RSPLS_LOCK_HNDL | Handle for Locked Selection | 20110826 | ||
3 | ![]() |
IV_SCOPE | Call by reference | Type reference (TYPE) | DDENQSCOPE | Control lock behavior when calling the update task | 20110826 |
Method DEQUEUE_ACT_INPUT_DATA on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method DEQUEUE_ACT_OUTPUT_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ENQ_MODE | Call by reference | Type reference (TYPE) | ENQMODE | Lock mode | 20111212 | ||
2 | ![]() |
IV_LOCK_HNDL | Call by reference | Type reference (TYPE) | RSPLS_LOCK_HNDL | Handle for Locked Selection | 20111212 | ||
3 | ![]() |
IV_SCOPE | Call by reference | Type reference (TYPE) | DDENQSCOPE | Control lock behavior when calling the update task | 20111212 |
Method DEQUEUE_ACT_OUTPUT_DATA on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method DEQUEUE_COSTING_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ENQ_MODE | Call by reference | Type reference (TYPE) | ENQMODE | Lock mode | 20101111 | ||
2 | ![]() |
IV_LOCK_HNDL | Call by reference | Type reference (TYPE) | RSPLS_LOCK_HNDL | Handle for Locked Selection | 20101111 | ||
3 | ![]() |
IV_SCOPE | Call by reference | Type reference (TYPE) | DDENQSCOPE | Control lock behavior when calling the update task | 20101111 |
Method DEQUEUE_COSTING_DATA on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method DEQUEUE_OVERALL_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ENQ_MODE | Call by reference | Type reference (TYPE) | ENQMODE | Lock mode | 20100927 | ||
2 | ![]() |
IV_LOCK_HNDL | Call by reference | Type reference (TYPE) | RSPLS_LOCK_HNDL | Handle for Locked Selection | 20100927 | ||
3 | ![]() |
IV_SCOPE | Call by reference | Type reference (TYPE) | DDENQSCOPE | Control lock behavior when calling the update task | 20100927 |
Method DEQUEUE_OVERALL_DATA on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method DEQUEUE_PRIMSEC_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ENQ_MODE | Call by reference | Type reference (TYPE) | ENQMODE | Lock mode | 20121205 | ||
2 | ![]() |
IV_LOCK_HNDL | Call by reference | Type reference (TYPE) | RSPLS_LOCK_HNDL | Handle for Locked Selection | 20121205 | ||
3 | ![]() |
IV_SCOPE | Call by reference | Type reference (TYPE) | DDENQSCOPE | Control lock behavior when calling the update task | 20121205 |
Method DEQUEUE_PRIMSEC_DATA on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method ENQUEUE_ACT_INPT_DATA_BY_GROUP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_MSG | Call by reference | Type reference (TYPE) | BAL_S_MSG | Application Log: Message Data | 20110826 | ||
2 | ![]() |
IS_GROUP_KEY | Call by reference | Type reference (TYPE) | YS_GROUP_KEY | Controlling Area | 20110823 | ||
3 | ![]() |
IS_LOCK_INFO | Call by reference | Type reference (TYPE) | RSPLS_S_LOCK_INFO | Context Information for Calling Lock: Query, Service | 20111007 | ||
4 | ![]() |
IT_RANGE | Call by reference | Type reference (TYPE) | RSDRI_T_RANGE | BW Data Manager: Range List | 20110823 | ||
5 | ![]() |
IV_ENQ_MODE | Call by reference | Type reference (TYPE) | ENQMODE | Lock mode | 20110823 | ||
6 | ![]() |
IV_LOCK_HNDL | Call by reference | Type reference (TYPE) | RSPLS_LOCK_HNDL | Handle for Locked Selection | 20110823 | ||
7 | ![]() |
IV_SCOPE | Call by reference | Type reference (TYPE) | DDENQSCOPE | Control lock behavior when calling the update task | 20110823 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20110823 | ||
2 | ![]() |
20110823 |
Method ENQUEUE_ACT_INPUT_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_MSG | Call by reference | Type reference (TYPE) | BAL_S_MSG | Application Log: Message Data | 20110826 | ||
2 | ![]() |
EV_LOCK_HNDL | Call by reference | Type reference (TYPE) | RSPLS_LOCK_HNDL | Handle for Locked Selection | 20110823 | ||
3 | ![]() |
IS_LOCK_INFO | Call by reference | Type reference (TYPE) | RSPLS_S_LOCK_INFO | Context Information for Calling Lock: Query, Service | 20111007 | ||
4 | ![]() |
IT_RANGE | Call by reference | Type reference (TYPE) | RSDRI_T_RANGE | BW Data Manager: Range List | 20110823 | ||
5 | ![]() |
IV_ENQ_MODE | Call by reference | Type reference (TYPE) | ENQMODE | Lock mode | 20110823 | ||
6 | ![]() |
IV_SCOPE | Call by reference | Type reference (TYPE) | DDENQSCOPE | Control lock behavior when calling the update task | 20110823 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20110823 | ||
2 | ![]() |
20110823 |
Method ENQUEUE_ACT_OUTPUT_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_MSG | Call by reference | Type reference (TYPE) | BAL_S_MSG | Application Log: Message Data | 20111207 | ||
2 | ![]() |
EV_LOCK_HNDL | Call by reference | Type reference (TYPE) | RSPLS_LOCK_HNDL | Handle for Locked Selection | 20111207 | ||
3 | ![]() |
IS_LOCK_INFO | Call by reference | Type reference (TYPE) | RSPLS_S_LOCK_INFO | Context Information for Calling Lock: Query, Service | 20111207 | ||
4 | ![]() |
IT_RANGE | Call by reference | Type reference (TYPE) | RSDRI_T_RANGE | BW Data Manager: Range List | 20111207 | ||
5 | ![]() |
IV_ENQ_MODE | Call by reference | Type reference (TYPE) | ENQMODE | Lock mode | 20111207 | ||
6 | ![]() |
IV_SCOPE | Call by reference | Type reference (TYPE) | DDENQSCOPE | Control lock behavior when calling the update task | 20111207 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20111207 | ||
2 | ![]() |
20111207 |
Method ENQUEUE_ACT_OUTPUT_DATA_BY_GRP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_MSG | Call by reference | Type reference (TYPE) | BAL_S_MSG | Application Log: Message Data | 20111207 | ||
2 | ![]() |
IS_GROUP_KEY | Call by reference | Type reference (TYPE) | YS_GROUP_KEY | Controlling Area | 20111207 | ||
3 | ![]() |
IS_LOCK_INFO | Call by reference | Type reference (TYPE) | RSPLS_S_LOCK_INFO | Context Information for Calling Lock: Query, Service | 20111207 | ||
4 | ![]() |
IT_RANGE | Call by reference | Type reference (TYPE) | RSDRI_T_RANGE | BW Data Manager: Range List | 20111207 | ||
5 | ![]() |
IV_ENQ_MODE | Call by reference | Type reference (TYPE) | ENQMODE | Lock mode | 20111207 | ||
6 | ![]() |
IV_LOCK_HNDL | Call by reference | Type reference (TYPE) | RSPLS_LOCK_HNDL | Handle for Locked Selection | 20111207 | ||
7 | ![]() |
IV_SCOPE | Call by reference | Type reference (TYPE) | DDENQSCOPE | Control lock behavior when calling the update task | 20111207 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20111207 | ||
2 | ![]() |
20111207 |
Method ENQUEUE_CC_PRIMSEC_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_MSG | Call by reference | Type reference (TYPE) | BAL_S_MSG | Application Log: Message Data | 20121205 | ||
2 | ![]() |
EV_LOCK_HNDL | Call by reference | Type reference (TYPE) | RSPLS_LOCK_HNDL | Handle for Locked Selection | 20121205 | ||
3 | ![]() |
IS_LOCK_INFO | Call by reference | Type reference (TYPE) | RSPLS_S_LOCK_INFO | Context Information for Calling Lock: Query, Service | 20121205 | ||
4 | ![]() |
IT_RANGE | Call by reference | Type reference (TYPE) | RSDRI_T_RANGE | BW Data Manager: Range List | 20121205 | ||
5 | ![]() |
IV_ENQ_MODE | Call by reference | Type reference (TYPE) | ENQMODE | Lock mode | 20121205 | ||
6 | ![]() |
IV_SCOPE | Call by reference | Type reference (TYPE) | DDENQSCOPE | Control lock behavior when calling the update task | 20121205 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20121205 | ||
2 | ![]() |
20121205 |
Method ENQUEUE_CC_PRIMSEC_DATA_BY_GRP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_MSG | Call by reference | Type reference (TYPE) | BAL_S_MSG | Application Log: Message Data | 20121205 | ||
2 | ![]() |
IS_GROUP_KEY | Call by reference | Type reference (TYPE) | YS_GROUP_KEY | 20121205 | |||
3 | ![]() |
IS_LOCK_INFO | Call by reference | Type reference (TYPE) | RSPLS_S_LOCK_INFO | Context Information for Calling Lock: Query, Service | 20121205 | ||
4 | ![]() |
IT_RANGE | Call by reference | Type reference (TYPE) | RSDRI_T_RANGE | BW Data Manager: Range List | 20121205 | ||
5 | ![]() |
IV_ENQ_MODE | Call by reference | Type reference (TYPE) | ENQMODE | Lock mode | 20121205 | ||
6 | ![]() |
IV_LOCK_HNDL | Call by reference | Type reference (TYPE) | RSPLS_LOCK_HNDL | Handle for Locked Selection | 20121205 | ||
7 | ![]() |
IV_SCOPE | Call by reference | Type reference (TYPE) | DDENQSCOPE | Control lock behavior when calling the update task | 20121205 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20121205 | ||
2 | ![]() |
20121205 |
Method ENQUEUE_COSTING_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_LOCK_HNDL | Call by reference | Type reference (TYPE) | RSPLS_LOCK_HNDL | Handle for Locked Selection | 20101110 | ||
2 | ![]() |
IT_RANGE | Call by reference | Type reference (TYPE) | RSDRI_T_RANGE | BW Data Manager: Range List | 20101110 | ||
3 | ![]() |
IV_ENQ_MODE | Call by reference | Type reference (TYPE) | ENQMODE | Lock mode | 20101110 | ||
4 | ![]() |
IV_SCOPE | Call by reference | Type reference (TYPE) | DDENQSCOPE | Control lock behavior when calling the update task | 20101110 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20101110 | ||
2 | ![]() |
20101110 |
Method ENQUEUE_COSTING_DATA_BY_GROUP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_GROUP_KEY | Call by reference | Type reference (TYPE) | YS_GROUP_KEY | Controlling Area | 20101112 | ||
2 | ![]() |
IT_RANGE | Call by reference | Type reference (TYPE) | RSDRI_T_RANGE | BW Data Manager: Range List | 20101112 | ||
3 | ![]() |
IV_ENQ_MODE | Call by reference | Type reference (TYPE) | ENQMODE | Lock mode | 20101112 | ||
4 | ![]() |
IV_LOCK_HNDL | Call by reference | Type reference (TYPE) | RSPLS_LOCK_HNDL | Handle for Locked Selection | 20101112 | ||
5 | ![]() |
IV_SCOPE | Call by reference | Type reference (TYPE) | DDENQSCOPE | Control lock behavior when calling the update task | 20101112 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20101112 | ||
2 | ![]() |
20101112 |
Method ENQUEUE_GENERAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IB_VERSN_ALL | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110823 | ||
2 | ![]() |
IT_ACTIVITY | Call by reference | Type reference (TYPE) | CL_FCOM_IP_UTIL=>YT_ACTIVITY | 20110823 | |||
3 | ![]() |
IT_COMB_ENQUEUE | Value transfer | Type reference (TYPE) | YT_GMD02 | 20110823 | |||
4 | ![]() |
IT_VERSN | Call by reference | Type reference (TYPE) | YT_VERSN | 20110823 | |||
5 | ![]() |
IT_WRTTP | Call by reference | Type reference (TYPE) | YT_WRTTP | 20120119 | |||
6 | ![]() |
IV_GJAHR | Value transfer | Type reference (TYPE) | GJAHR | Fiscal Year | 20110823 | ||
7 | ![]() |
IV_KOKRS | Value transfer | Type reference (TYPE) | KOKRS | Controlling Area | 20110823 | ||
8 | ![]() |
IV_SCOPE | Value transfer | Type reference (TYPE) | DDENQSCOPE | Control lock behavior when calling the update task | 20110823 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20110823 | ||
2 | ![]() |
20110823 |
Method ENQUEUE_ORDER_PRIMSEC_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_MSG | Call by reference | Type reference (TYPE) | BAL_S_MSG | Application Log: Message Data | 20121205 | ||
2 | ![]() |
EV_LOCK_HNDL | Call by reference | Type reference (TYPE) | RSPLS_LOCK_HNDL | Handle for Locked Selection | 20121205 | ||
3 | ![]() |
IT_RANGE | Call by reference | Type reference (TYPE) | RSDRI_T_RANGE | BW Data Manager: Range List | 20121205 | ||
4 | ![]() |
IV_ENQ_MODE | Call by reference | Type reference (TYPE) | ENQMODE | Lock mode | 20121205 | ||
5 | ![]() |
IV_SCOPE | Call by reference | Type reference (TYPE) | DDENQSCOPE | Control lock behavior when calling the update task | 20121205 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20121205 | ||
2 | ![]() |
20121205 |
Method ENQUEUE_ORD_PRISEC_DATA_BY_GRP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_MSG | Call by reference | Type reference (TYPE) | BAL_S_MSG | Application Log: Message Data | 20121205 | ||
2 | ![]() |
IS_GROUP_KEY | Call by reference | Type reference (TYPE) | YS_GROUP_KEY | Controlling Area | 20121205 | ||
3 | ![]() |
IT_RANGE | Call by reference | Type reference (TYPE) | RSDRI_T_RANGE | BW Data Manager: Range List | 20121205 | ||
4 | ![]() |
IV_ENQ_MODE | Call by reference | Type reference (TYPE) | ENQMODE | Lock mode | 20121205 | ||
5 | ![]() |
IV_LOCK_HNDL | Call by reference | Type reference (TYPE) | RSPLS_LOCK_HNDL | Handle for Locked Selection | 20121205 | ||
6 | ![]() |
IV_SCOPE | Call by reference | Type reference (TYPE) | DDENQSCOPE | Control lock behavior when calling the update task | 20121205 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20121205 | ||
2 | ![]() |
20121205 |
Method ENQUEUE_OVERALL_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_LOCK_HNDL | Call by reference | Type reference (TYPE) | RSPLS_LOCK_HNDL | Handle for Locked Selection | 20100924 | ||
2 | ![]() |
IT_RANGE | Call by reference | Type reference (TYPE) | RSDRI_T_RANGE | BW Data Manager: Range List | 20100924 | ||
3 | ![]() |
IV_ENQ_MODE | Call by reference | Type reference (TYPE) | ENQMODE | Lock mode | 20100924 | ||
4 | ![]() |
IV_SCOPE | Call by reference | Type reference (TYPE) | DDENQSCOPE | Control lock behavior when calling the update task | 20100924 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20100924 | ||
2 | ![]() |
20100924 |
Method ENQUEUE_SENDER_OBJECTS_KL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_COMB_ENQUEUE | Call by reference | Type reference (TYPE) | YT_GMD02 | 20110826 | |||
2 | ![]() |
IB_VERSN_ALL | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110826 | ||
3 | ![]() |
IT_VERSN | Call by reference | Type reference (TYPE) | YT_VERSN | 20110826 | |||
4 | ![]() |
IV_GJAHR | Value transfer | Type reference (TYPE) | GJAHR | Fiscal Year | 20110826 | ||
5 | ![]() |
IV_KOKRS | Value transfer | Type reference (TYPE) | KOKRS | Controlling Area | 20110826 | ||
6 | ![]() |
IV_LSTAR | Value transfer | Type reference (TYPE) | LSTAR | Activity Type | 20110826 | ||
7 | ![]() |
IV_OBJNR | Value transfer | Type reference (TYPE) | J_OBJNR | Cost Center Object Number | 20110826 | ||
8 | ![]() |
IV_SCOPE | Value transfer | Type reference (TYPE) | DDENQSCOPE | Control lock behavior when calling the update task | 20110826 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20110826 | ||
2 | ![]() |
20110826 |
Method FILL_ACT_OUTPUT_READ_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CH_DATA | Call by reference | Type reference (TYPE) | ANY | 20120127 | |||
2 | ![]() |
IM_CCTRACT | Call by reference | Type reference (TYPE) | ICCTRACT | InfoSource: Cost Centers and Activities | 20120127 | ||
3 | ![]() |
IM_CCTRPRICE | Call by reference | Type reference (TYPE) | ICCTRPRICE | InfoSource: Cost Centers and Prices | 20120127 | ||
4 | ![]() |
IM_FILL_FROM_ACT | Call by reference | Type reference (TYPE) | BOOLE_D | Fill CH_DATA from given Infosource Prices | 20120127 | ||
5 | ![]() |
IM_FILL_FROM_PRICE | Call by reference | Type reference (TYPE) | BOOLE_D | Fill CH_DATA from given Infosource Activities | 20120127 |
Method FILL_ACT_OUTPUT_READ_DATA on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method FILL_MSG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Message Class | 20120131 | ||
2 | ![]() |
IM_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20120131 | ||
3 | ![]() |
IM_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Message Type | 20120131 | ||
4 | ![]() |
IM_MSGV1 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20120131 | ||
5 | ![]() |
IM_MSGV2 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20120131 | ||
6 | ![]() |
IM_MSGV3 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20120131 | ||
7 | ![]() |
IM_MSGV4 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20120131 | ||
8 | ![]() |
IM_SY | Call by reference | Type reference (TYPE) | SYST | ABAP System Fields | 20120131 | ||
9 | ![]() |
RE_MSG | Value transfer | Type reference (TYPE) | BAL_S_MSG | Application Log: Message Data | 20120131 |
Method FILL_MSG on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method GET_COMMIT_ENQUEUE_EXTERN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_OVERALL_COMMIT_EXTERN | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20101115 |
Method GET_COMMIT_ENQUEUE_EXTERN on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method GET_SELECTION_FISCAL_YEAR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_GJAHR | Value transfer | Type reference (TYPE) | GJAHR | Fiscal Year | 20120125 |
Method GET_SELECTION_FISCAL_YEAR on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method GET_SENDER_OBJECTS_KL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_COIOB | Call by reference | Type reference (TYPE) | YT_COIOB | 20110825 | |||
2 | ![]() |
IB_INTEGRATION_CHECK | Value transfer | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | Check whether object is integrated for planning | 20121219 | |
3 | ![]() |
IT_PERIOD | Call by reference | Type reference (TYPE) | KALC_T_PERIODS | For Internal Tables via PERIODS Structure | 20110825 | ||
4 | ![]() |
IT_PLINT | Call by reference | Type reference (TYPE) | YT_PLINT | 20110825 | |||
5 | ![]() |
IT_SEL_SKOST | Call by reference | Type reference (TYPE) | YT_COSEL2 | Table for COSEL2 | 20110825 | ||
6 | ![]() |
IT_SEL_SLSTA | Call by reference | Type reference (TYPE) | YT_COSEL2 | Table for COSEL2 | 20110825 | ||
7 | ![]() |
IT_VERSN | Call by reference | Type reference (TYPE) | YT_VERSN | 20110825 | |||
8 | ![]() |
IV_GJAHR | Value transfer | Type reference (TYPE) | GJAHR | Fiscal Year | 20110825 | ||
9 | ![]() |
IV_KOKRS | Value transfer | Type reference (TYPE) | KOKRS | Controlling Area | 20110825 |
Method GET_SENDER_OBJECTS_KL on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method GET_WBS_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_WBS_INFO | Call by reference | Type reference (TYPE) | YS_WBS_INFO | 20100818 | |||
2 | ![]() |
ET_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Table with Messages (Application Log) | 20100818 | ||
3 | ![]() |
EV_SUBRC | Call by reference | Type reference (TYPE) | SY-SUBRC | Return Value of ABAP Statements | 20100818 | ||
4 | ![]() |
I_POSID | Call by reference | Type reference (TYPE) | PS_POSID | Work Breakdown Structure Element (WBS Element) | 20100818 |
Method GET_WBS_INFO on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method MASK_ENQUEUE_KEY_TO_GENERIC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | Transfer Values for Creating Combinations | 20101112 | ||
2 | ![]() |
IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | 'CCSS' | Table Name | 20101112 | |
3 | ![]() |
RV_FIELDVALUE | Value transfer | Type reference (TYPE) | FIELD_VAL | Transfer Values for Creating Combinations | 20101112 |
Method MASK_ENQUEUE_KEY_TO_GENERIC on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method NORMALIZE_PATTERN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_RANGE | Call by reference | Type reference (TYPE) | RSDRI_T_RANGE | BW Data Manager: Range List | 20110204 | ||
2 | ![]() |
EF_NO_VALUES_EXIST | Call by reference | Type reference (TYPE) | FLAG | General Flag | 20110512 | ||
3 | ![]() |
IS_RANGE | Call by reference | Type reference (TYPE) | RSDRI_S_RANGE | BW Data Manager: Range | 20110204 | ||
4 | ![]() |
IS_RANGE_ | Call by reference | Type reference (TYPE) | RSDRI_S_RANGE | BW Data Manager: Range | 20110204 |
Method NORMALIZE_PATTERN on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method NORMALIZE_RANGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_RANGE | Call by reference | Type reference (TYPE) | RSDRI_T_RANGE | BW Data Manager: Range List | 20110114 | ||
2 | ![]() |
EF_NO_VALUES_EXIST | Call by reference | Type reference (TYPE) | FLAG | General Flag | 20110512 |
Method NORMALIZE_RANGE on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method POST_ACT_INPUT_DATA_PACKAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EB_ERROR | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110823 | ||
2 | ![]() |
ET_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Table with Messages (Application Log) | 20110823 | ||
3 | ![]() |
IT_COOBJECT | Call by reference | Type reference (TYPE) | YT_BAPIACIOBJ | BW: Table with Messages (Application Log) | 20110823 | ||
4 | ![]() |
IT_INDEX | Call by reference | Type reference (TYPE) | YT_BAPIACISTRU | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110823 | ||
5 | ![]() |
IT_PERVALUE | Call by reference | Type reference (TYPE) | YT_BAPIACIVAL | 20110823 | |||
6 | ![]() |
IT_TOTVALUE | Call by reference | Type reference (TYPE) | YT_BAPIACITOT | 20121116 | |||
7 | ![]() |
IV_CURTYPE | Value transfer | Type reference (TYPE) | ROCURTYPE | Currency type | 20110823 | ||
8 | ![]() |
IV_GJAHR | Value transfer | Type reference (TYPE) | GJAHR | Fiscal Year | 20110823 | ||
9 | ![]() |
IV_KOKRS | Value transfer | Type reference (TYPE) | KOKRS | Controlling Area | 20110823 | ||
10 | ![]() |
IV_PERIO_FROM | Value transfer | Type reference (TYPE) | POPER | Posting period | 20110823 | ||
11 | ![]() |
IV_PERIO_TO | Value transfer | Type reference (TYPE) | POPER | Posting period | 20110823 | ||
12 | ![]() |
IV_VERSN | Value transfer | Type reference (TYPE) | VERSN | Version | 20110823 |
Method POST_ACT_INPUT_DATA_PACKAGE on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method POST_CCTR_ACT_OUTPUT_PRIC_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EB_ERROR | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20111020 | ||
2 | ![]() |
E_T_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | 20111020 | |||
3 | ![]() |
IT_DATA | Value transfer | Type reference (TYPE) | STANDARD TABLE | 20111020 | |||
4 | ![]() |
I_INFOPROV | Value transfer | Type reference (TYPE) | RSINFOPROV | 20111020 |
Method POST_CCTR_ACT_OUTPUT_PRIC_DATA on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method POST_CCTR_ACT_OUT_DATA_PACKAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EB_ERROR | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20111020 | ||
2 | ![]() |
ET_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Table with Messages (Application Log) | 20111020 | ||
3 | ![]() |
IT_CONTRL | Call by reference | Type reference (TYPE) | YT_BAPIACPCTRL | CO Planning: Control Values for Plan Activity BAPIs | 20121219 | ||
4 | ![]() |
IT_COOBJECT | Call by reference | Type reference (TYPE) | YT_BAPIACPOBJ | CO Planning: Objects for Plan Activity BAPIs | 20111020 | ||
5 | ![]() |
IT_INDEX | Call by reference | Type reference (TYPE) | YT_BAPIACPSTRU | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20111020 | ||
6 | ![]() |
IT_PERVALUE | Call by reference | Type reference (TYPE) | YT_BAPIACPVAL | CO Planning: Period Values for Plan Activity BAPIs | 20111020 | ||
7 | ![]() |
IT_TOTVALUE | Call by reference | Type reference (TYPE) | YT_BAPIACPTOT | CO Planning: Total Values for Plan Activity BAPIs | 20121120 | ||
8 | ![]() |
IV_CURTYPE | Value transfer | Type reference (TYPE) | ROCURTYPE | Currency type | 20111020 | ||
9 | ![]() |
IV_GJAHR | Value transfer | Type reference (TYPE) | GJAHR | Fiscal Year | 20111020 | ||
10 | ![]() |
IV_KOKRS | Value transfer | Type reference (TYPE) | KOKRS | Controlling Area | 20111020 | ||
11 | ![]() |
IV_PERIO_FROM | Value transfer | Type reference (TYPE) | POPER | Posting period | 20111020 | ||
12 | ![]() |
IV_PERIO_TO | Value transfer | Type reference (TYPE) | POPER | Posting period | 20111020 | ||
13 | ![]() |
IV_VERSN | Value transfer | Type reference (TYPE) | VERSN | Version | 20111020 |
Method POST_CCTR_ACT_OUT_DATA_PACKAGE on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method POST_CCTR_PRIM_SEC_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EB_ERROR | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20120218 | ||
2 | ![]() |
E_T_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | 20120218 | |||
3 | ![]() |
IT_DATA | Value transfer | Type reference (TYPE) | STANDARD TABLE | 20120218 | |||
4 | ![]() |
I_INFOPROV | Value transfer | Type reference (TYPE) | RSINFOPROV | 20120218 |
Method POST_CCTR_PRIM_SEC_DATA on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method POST_COORDER_PRIM_SEC_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EB_ERROR | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20121016 | ||
2 | ![]() |
E_T_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | 20121016 | |||
3 | ![]() |
IT_DATA | Value transfer | Type reference (TYPE) | STANDARD TABLE | 20121016 | |||
4 | ![]() |
I_INFOPROV | Value transfer | Type reference (TYPE) | RSINFOPROV | 20121016 |
Method POST_COORDER_PRIM_SEC_DATA on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method POST_PRIMARY_DATA_PACKAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EB_ERROR | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20120219 | ||
2 | ![]() |
ET_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Table with Messages (Application Log) | 20120219 | ||
3 | ![]() |
IT_COOBJECT | Call by reference | Type reference (TYPE) | YT_BAPIPCPOBJ | 20120219 | |||
4 | ![]() |
IT_INDEX | Call by reference | Type reference (TYPE) | YT_BAPIACPSTRU | 20120219 | |||
5 | ![]() |
IT_PERVALUE | Call by reference | Type reference (TYPE) | YT_BAPIPCPVAL | 20120219 | |||
6 | ![]() |
IT_TOTVALUE | Call by reference | Type reference (TYPE) | YT_BAPIPCPTOT | 20121116 | |||
7 | ![]() |
IV_CURTYPE | Value transfer | Type reference (TYPE) | ROCURTYPE | Currency type | 20120219 | ||
8 | ![]() |
IV_GJAHR | Value transfer | Type reference (TYPE) | GJAHR | Fiscal Year | 20120219 | ||
9 | ![]() |
IV_KOKRS | Value transfer | Type reference (TYPE) | KOKRS | Controlling Area | 20120219 | ||
10 | ![]() |
IV_PERIO_FROM | Value transfer | Type reference (TYPE) | POPER | Posting period | 20120219 | ||
11 | ![]() |
IV_PERIO_TO | Value transfer | Type reference (TYPE) | POPER | Posting period | 20120219 | ||
12 | ![]() |
IV_VERSN | Value transfer | Type reference (TYPE) | VERSN | Version | 20120219 |
Method POST_PRIMARY_DATA_PACKAGE on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method POST_WBS_ACT_INPUT_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EB_ERROR | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110823 | ||
2 | ![]() |
E_T_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Table with Messages (Application Log) | 20110823 | ||
3 | ![]() |
IT_DATA | Value transfer | Type reference (TYPE) | STANDARD TABLE | 20110823 | |||
4 | ![]() |
I_INFOPROV | Value transfer | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20110823 |
Method POST_WBS_ACT_INPUT_DATA on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method POST_WBS_OVERALL_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Table with Messages (Application Log) | 20100812 | ||
2 | ![]() |
EV_SUBRC | Call by reference | Type reference (TYPE) | SY-SUBRC | Return Value of ABAP Statements | 20100812 | ||
3 | ![]() |
IT_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20100812 |
Method POST_WBS_OVERALL_DATA on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method POST_WBS_PRIMARY_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EB_ERROR | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20120219 | ||
2 | ![]() |
E_T_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | 20120219 | |||
3 | ![]() |
IT_DATA | Value transfer | Type reference (TYPE) | STANDARD TABLE | 20120219 | |||
4 | ![]() |
I_INFOPROV | Value transfer | Type reference (TYPE) | RSINFOPROV | 20120219 |
Method POST_WBS_PRIMARY_DATA on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method READ_CCTR_ACT_OUTPUT_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DATA | Call by reference | Type reference (TYPE) | FCOMICCTRACT_TT | Table Type of ICCTRACT | 20110926 | ||
2 | ![]() |
ET_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Table with Messages (Application Log) | 20110926 | ||
3 | ![]() |
EV_END_OF_DATA | Call by reference | Type reference (TYPE) | RS_BOOL | Link field for view query | 20110926 | ||
4 | ![]() |
IV_PACKAGESIZE | Call by reference | Type reference (TYPE) | I | 20110926 |
Method READ_CCTR_ACT_OUTPUT_DATA on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method READ_CCTR_ACT_OUTPUT_PRIC_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20110922 | |||
2 | ![]() |
ET_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Table with Messages (Application Log) | 20110922 | ||
3 | ![]() |
EV_END_OF_DATA | Call by reference | Type reference (TYPE) | RS_BOOL | Link field for view query | 20110922 | ||
4 | ![]() |
IV_PACKAGESIZE | Call by reference | Type reference (TYPE) | I | 20110922 |
Method READ_CCTR_ACT_OUTPUT_PRIC_DATA on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method READ_CCTR_COSTING_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20110804 | |||
2 | ![]() |
ET_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Table with Messages (Application Log) | 20110804 | ||
3 | ![]() |
EV_END_OF_DATA | Call by reference | Type reference (TYPE) | RS_BOOL | Link field for view query | 20110804 | ||
4 | ![]() |
IV_PACKAGESIZE | Call by reference | Type reference (TYPE) | I | 20110804 |
Method READ_CCTR_COSTING_DATA on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method READ_CCTR_PRICE_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_AVG_PRICE_DATA | Call by reference | Type reference (TYPE) | YT_AVG_PRICE_DATA | Average price for whole fiscal year | 20111228 | ||
2 | ![]() |
ET_DATA | Call by reference | Type reference (TYPE) | FCOMICCTRPRICE_TT | Table Type of ICCTRPRICE | 20110926 | ||
3 | ![]() |
ET_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Table with Messages (Application Log) | 20110926 | ||
4 | ![]() |
EV_END_OF_DATA | Call by reference | Type reference (TYPE) | RS_BOOL | Link field for view query | 20110926 | ||
5 | ![]() |
IV_PACKAGESIZE | Call by reference | Type reference (TYPE) | I | 20110926 |
Method READ_CCTR_PRICE_DATA on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method READ_COORDER_PRIM_SEC_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20121016 | |||
2 | ![]() |
ET_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Table with Messages (Application Log) | 20121016 | ||
3 | ![]() |
EV_END_OF_DATA | Call by reference | Type reference (TYPE) | RS_BOOL | Link field for view query | 20121016 | ||
4 | ![]() |
IV_PACKAGESIZE | Call by reference | Type reference (TYPE) | I | 20121016 |
Method READ_COORDER_PRIM_SEC_DATA on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method READ_WBS_ACT_INPUT_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20110823 | |||
2 | ![]() |
ET_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Table with Messages (Application Log) | 20110823 | ||
3 | ![]() |
EV_END_OF_DATA | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20110823 | ||
4 | ![]() |
IV_PACKAGESIZE | Call by reference | Type reference (TYPE) | I | 20110823 |
Method READ_WBS_ACT_INPUT_DATA on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method READ_WBS_COSTING_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20100826 | |||
2 | ![]() |
ET_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Table with Messages (Application Log) | 20100826 | ||
3 | ![]() |
EV_END_OF_DATA | Call by reference | Type reference (TYPE) | RS_BOOL | Link field for view query | 20100826 | ||
4 | ![]() |
IV_PACKAGESIZE | Call by reference | Type reference (TYPE) | I | 20100826 |
Method READ_WBS_COSTING_DATA on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method READ_WBS_OVERALL_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20100812 | |||
2 | ![]() |
ET_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Table with Messages (Application Log) | 20100812 | ||
3 | ![]() |
EV_END_OF_DATA | Call by reference | Type reference (TYPE) | RS_BOOL | Link field for view query | 20100812 | ||
4 | ![]() |
IV_PACKAGESIZE | Call by reference | Type reference (TYPE) | I | 20100812 |
Method READ_WBS_OVERALL_DATA on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Method SET_COMMIT_ENQUEUE_EXTERN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_OVERALL_COMMIT_EXTERN | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20101115 |
Method SET_COMMIT_ENQUEUE_EXTERN on class CL_FCOM_IP_IPROV_WRITABLE has no exception.
Event Signatures
Event INVALIDATE_BUFFER Signature
Event INVALIDATE_BUFFER on class CL_FCOM_IP_IPROV_WRITABLE has no parameter.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 606 |