SAP ABAP Class FCML_CL_NWG_ASSISTANCE (assistance class of NWG)
Hierarchy
☛
SAP_FIN (Software Component) SAP_FIN
⤷
CO-PC-ACT (Application Component) Actual Costing/Material Ledger
⤷
FCML_NWG (Package) Material Ledger Network Graphic
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class | 20130226 |
Properties
| Class | FCML_CL_NWG_ASSISTANCE | |
| Short Description | assistance class of NWG | |
| Super Class | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | FCML_NWG | Material Ledger Network Graphic |
| Created | 20130204 | 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) |
Interfaces
Class FCML_CL_NWG_ASSISTANCE has no interface implemented.
Friends
Class FCML_CL_NWG_ASSISTANCE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | See coding | 20130226 | |||||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_FPM_CONNECTOR_RUN | 20130226 | ||||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | /PLMU/IF_FRW_W_MODEL_ACCESS | 20130226 |
Methods
Events
Class FCML_CL_NWG_ASSISTANCE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_DDIC_FIXEDVAL_TEXT | Public | See coding | 20130226 | BEGIN OF s_ddic_fixedval_text,
comp_idx TYPE i,
domval TYPE domvalue,
val_text TYPE val_text,
END OF s_ddic_fixedval_text
|
||
| 2 | S_OBJ_PRED_SUCC | Public | See coding | 20130226 | BEGIN OF s_obj_pred_succ,
obj_guid TYPE fcml_obj_guid,
obj_type TYPE fcml_obj_type,
allsuccincl TYPE abap_bool,
allpredincl TYPE abap_bool,
END OF s_obj_pred_succ
|
||
| 3 | TT_CUSTOM_EDGE | Public | See coding | 20130226 | TT_CUSTOM_EDGE TYPE STANDARD TABLE OF fcml_t_cust_edge
|
||
| 4 | TT_CUSTOM_MAT | Public | See coding | 20130226 | TT_CUSTOM_MAT TYPE STANDARD TABLE OF fcml_t_cust_mat
|
||
| 5 | TT_CUSTOM_MCAT | Public | See coding | 20130226 | TT_CUSTOM_MCAT TYPE STANDARD TABLE OF fcml_t_cust_mcat
|
||
| 6 | TT_CUSTOM_MREP | Public | See coding | 20130226 | TT_CUSTOM_MREP TYPE STANDARD TABLE OF fcml_t_cust_mrep
|
||
| 7 | TT_CUSTOM_PREP | Public | See coding | 20130226 | TT_CUSTOM_PREP TYPE STANDARD TABLE OF fcml_t_cust_prep
|
||
| 8 | TT_CUSTOM_PRZ | Public | See coding | 20130226 | TT_CUSTOM_PRZ TYPE STANDARD TABLE OF fcml_t_cust_prz
|
||
| 9 | TT_DDIC_FIXEDVAL_TEXT | Public | See coding | 20130226 | tt_ddic_fixedval_text TYPE SORTED TABLE OF s_ddic_fixedval_text WITH UNIQUE KEY comp_idx domval
|
||
| 10 | TT_EDGE | Public | See coding | 20130226 | tt_edge TYPE STANDARD TABLE OF fcml_s_nw_gfx_edge
|
||
| 11 | TT_EDGEEVENT | Public | See coding | 20130226 | tt_edgeevent TYPE STANDARD TABLE OF fcML_s_nw_gfx_edge_event
|
||
| 12 | TT_EVENT | Public | See coding | 20130226 | tt_event TYPE STANDARD TABLE OF fcML_s_nw_gfx_event
|
||
| 13 | TT_FCML_REP | Public | See coding | 20130226 | tt_fcml_rep type STANDARD TABLE OF fcml_rep with DEFAULT KEY
|
||
| 14 | TT_OBJECTEVENT | Public | See coding | 20130226 | tt_objectevent TYPE STANDARD TABLE OF fcML_s_nw_gfx_obj_event
|
||
| 15 | TT_OBJECTNODE | Public | See coding | 20130226 | tt_objectnode TYPE STANDARD TABLE OF fcML_s_nw_gfx_obj_node
|
||
| 16 | TT_OBJECTTYPE | Public | See coding | 20130226 | tt_objecttype TYPE STANDARD TABLE OF fcML_s_nw_gfx_obj_node_type
|
||
| 17 | TT_OBJ_PRED_SUCC | Public | See coding | 20130226 | tt_obj_pred_succ TYPE SORTED TABLE OF s_obj_pred_succ WITH UNIQUE KEY obj_guid
|
||
| 18 | TT_SETTING | Public | See coding | 20130308 | tt_setting TYPE STANDARD TABLE OF fcML_s_nw_gfx_setting
|
||
| 19 | TT_TEXT | Public | See coding | 20130226 | tt_text TYPE STANDARD TABLE OF fcML_s_nw_gfx_text
|
||
| 20 | TT_WHERE_TAB | Public | See coding | 20130226 | TT_WHERE_TAB TYPE STANDARD TABLE OF SYCHAR72
|
Method Signatures
Method CHECK_OBJECTTYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_EXIST | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20130226 | |||
| 2 | IV_OBJ_TYPE | Call by reference | Type reference (TYPE) | CHAR04 | Object type (outline <--> hypertext module) | 20130226 |
Method CHECK_OBJECTTYPE on class FCML_CL_NWG_ASSISTANCE has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class FCML_CL_NWG_ASSISTANCE has no parameter.
Method CONSTRUCTOR on class FCML_CL_NWG_ASSISTANCE has no exception.
Method GET_CUSTOM_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_CUSTOM_DATA | Call by reference | Type reference (TYPE) | FCML_S_CUST_NODE_EDGE | For transferring customizing data | 20130308 | |||
| 2 | IV_PARENT_KEY | Call by reference | Type reference (TYPE) | CHAR30 | 30 Characters | 20130308 | |||
| 3 | IV_TECH_NAME | Call by reference | Type reference (TYPE) | CHAR30 | 30 Characters | 20130308 | |||
| 4 | IV_UNAME | Call by reference | Type reference (TYPE) | FCML_NWG_USER | User name | 20130308 |
Method GET_CUSTOM_DATA on class FCML_CL_NWG_ASSISTANCE has no exception.
Method GET_EDGE_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_EDGE_EVENT | Call by reference | Type reference (TYPE) | TT_EDGEEVENT | 20130308 |
Method GET_EDGE_EVENT on class FCML_CL_NWG_ASSISTANCE has no exception.
Method GET_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_EVENT | Call by reference | Type reference (TYPE) | TT_EVENT | 20130308 |
Method GET_EVENT on class FCML_CL_NWG_ASSISTANCE has no exception.
Method GET_OBJ_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_OBJ_EVENT | Call by reference | Type reference (TYPE) | TT_OBJECTEVENT | 20130308 |
Method GET_OBJ_EVENT on class FCML_CL_NWG_ASSISTANCE has no exception.
Method GET_OBJ_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_OBJ_TYPE | Call by reference | Type reference (TYPE) | TT_OBJECTTYPE | 20130308 |
Method GET_OBJ_TYPE on class FCML_CL_NWG_ASSISTANCE has no exception.
Method GET_PROCESS_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_TEXT | Call by reference | Type reference (TYPE) | CKMLMV009T | Process Catagory (description) | 20130308 | |||
| 2 | IV_PTYP | Call by reference | Type reference (TYPE) | CK_PTYP_BVALT | Process category for procurement alt. or consuption alt. | 20130308 |
Method GET_PROCESS_TEXT on class FCML_CL_NWG_ASSISTANCE has no exception.
Method GET_REP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_REP | Call by reference | Type reference (TYPE) | TT_FCML_REP | 20130226 | ||||
| 2 | IT_COND | Call by reference | Type reference (TYPE) | TT_WHERE_TAB | 20130226 | ||||
| 3 | IV_DBCON | Call by reference | Type reference (TYPE) | DBCON_NAME | 20130226 |
Method GET_REP on class FCML_CL_NWG_ASSISTANCE has no exception.
Method GET_REP_COUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_MAX_EB | Call by reference | Type reference (TYPE) | I | 20130226 | ||||
| 2 | IS_DBCON | Call by reference | Type reference (TYPE) | DBCON_NAME | 20130226 | ||||
| 3 | IT_COND | Call by reference | Type reference (TYPE) | TT_WHERE_TAB | 20130226 |
Method GET_REP_COUNT on class FCML_CL_NWG_ASSISTANCE has no exception.
Method GET_REP_EDGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_REP_EDGES | Call by reference | Type reference (TYPE) | TT_FCML_REP | 20130226 | ||||
| 2 | IT_COND | Call by reference | Type reference (TYPE) | TT_WHERE_TAB | 20130226 | ||||
| 3 | IV_DBCON | Call by reference | Type reference (TYPE) | DBCON_NAME | 20130226 |
Method GET_REP_EDGES on class FCML_CL_NWG_ASSISTANCE has no exception.
Method GET_SETTING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SETTING | Call by reference | Type reference (TYPE) | TT_SETTING | 20130308 |
Method GET_SETTING on class FCML_CL_NWG_ASSISTANCE has no exception.
Method GET_SINGLE_MAT_INF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_MAT_INF | Call by reference | Type reference (TYPE) | FCML_MAT | 20130226 | ||||
| 2 | IS_DBCON | Call by reference | Type reference (TYPE) | DBCON_NAME | 20130226 | ||||
| 3 | IV_KALNR | Call by reference | Type reference (TYPE) | FCML_MAT-KALNR | 20130226 |
Method GET_SINGLE_MAT_INF on class FCML_CL_NWG_ASSISTANCE has no exception.
Method GET_SINGLE_PRZ_INF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_PRZ_INF | Call by reference | Type reference (TYPE) | FCML_PROC | 20130226 | ||||
| 2 | IV_DBCON | Call by reference | Type reference (TYPE) | DBCON_NAME | 20130226 | ||||
| 3 | IV_PROCESS | Call by reference | Type reference (TYPE) | FCML_REP-PROCESS | 20130226 |
Method GET_SINGLE_PRZ_INF on class FCML_CL_NWG_ASSISTANCE has no exception.
Method GET_SINGLE_REP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_REP | Call by reference | Type reference (TYPE) | FCML_REP | 20130226 | ||||
| 2 | IT_COND | Call by reference | Type reference (TYPE) | TT_WHERE_TAB | 20130226 | ||||
| 3 | IV_DBCON | Call by reference | Type reference (TYPE) | DBCON_NAME | 20130226 |
Method GET_SINGLE_REP on class FCML_CL_NWG_ASSISTANCE has no exception.
Method GET_SINGLE_REP_INF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_REP_INF | Call by reference | Type reference (TYPE) | FCML_REP | 20130226 | ||||
| 2 | IT_COND | Call by reference | Type reference (TYPE) | TT_WHERE_TAB | 20130226 | ||||
| 3 | IV_DBCON | Call by reference | Type reference (TYPE) | DBCON_NAME | 20130226 |
Method GET_SINGLE_REP_INF on class FCML_CL_NWG_ASSISTANCE has no exception.
Method GET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TEXT | Call by reference | Type reference (TYPE) | TT_TEXT | 20130308 |
Method GET_TEXT on class FCML_CL_NWG_ASSISTANCE has no exception.
Method INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WIRE_MODEL | Call by reference | Object reference (TYPE REF TO) | /PLMU/IF_FRW_W_MODEL_ACCESS | 20130226 |
Method INIT on class FCML_CL_NWG_ASSISTANCE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |