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 ABAP 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 GT_FCML_T_OBJTYPE Instance attribute Public See coding 20130226
2 MO_CONNECTOR Instance attribute Private Object reference (TYPE REF TO) IF_FPM_CONNECTOR_RUN 20130226
3 MO_WIRE_MODEL Instance attribute Private Object reference (TYPE REF TO) /PLMU/IF_FRW_W_MODEL_ACCESS 20130226
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_OBJECTTYPE Instance method Public Method check if special process type is maintained in FCML_T_OBJTYP 20130226
2 CONSTRUCTOR Instance method Public Constructor 20130226
3 GET_CUSTOM_DATA Instance method Public Method 20130308
4 GET_EDGE_EVENT Instance method Public Method 20130308
5 GET_EVENT Instance method Public Method 20130308
6 GET_OBJ_EVENT Instance method Public Method 20130308
7 GET_OBJ_TYPE Instance method Public Method 20130308
8 GET_PROCESS_TEXT Instance method Public Method 20130308
9 GET_REP Instance method Public Method 20130226
10 GET_REP_COUNT Instance method Public Method 20130226
11 GET_REP_EDGES Instance method Public Method 20130226
12 GET_SETTING Instance method Public Method 20130308
13 GET_SINGLE_MAT_INF Instance method Public Method 20130226
14 GET_SINGLE_PRZ_INF Instance method Public Method 20130226
15 GET_SINGLE_REP Instance method Public Method 20130226
16 GET_SINGLE_REP_INF Instance method Public Method 20130226
17 GET_TEXT Instance method Public Method 20130308
18 INIT Instance method Public Method 20130226
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 Exporting EV_EXIST Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20130226
2 Importing 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 Exporting ES_CUSTOM_DATA Call by reference Type reference (TYPE) FCML_S_CUST_NODE_EDGE For transferring customizing data 20130308
2 Importing IV_PARENT_KEY Call by reference Type reference (TYPE) CHAR30 30 Characters 20130308
3 Importing IV_TECH_NAME Call by reference Type reference (TYPE) CHAR30 30 Characters 20130308
4 Importing 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 Exporting 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 Exporting 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 Exporting 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 Exporting 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 Exporting EV_TEXT Call by reference Type reference (TYPE) CKMLMV009T Process Catagory (description) 20130308
2 Importing 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 Exporting ET_REP Call by reference Type reference (TYPE) TT_FCML_REP 20130226
2 Importing IT_COND Call by reference Type reference (TYPE) TT_WHERE_TAB 20130226
3 Importing 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 Exporting EV_MAX_EB Call by reference Type reference (TYPE) I 20130226
2 Importing IS_DBCON Call by reference Type reference (TYPE) DBCON_NAME 20130226
3 Importing 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 Exporting ET_REP_EDGES Call by reference Type reference (TYPE) TT_FCML_REP 20130226
2 Importing IT_COND Call by reference Type reference (TYPE) TT_WHERE_TAB 20130226
3 Importing 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 Exporting 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 Exporting ES_MAT_INF Call by reference Type reference (TYPE) FCML_MAT 20130226
2 Importing IS_DBCON Call by reference Type reference (TYPE) DBCON_NAME 20130226
3 Importing 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 Exporting ES_PRZ_INF Call by reference Type reference (TYPE) FCML_PROC 20130226
2 Importing IV_DBCON Call by reference Type reference (TYPE) DBCON_NAME 20130226
3 Importing 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 Exporting ES_REP Call by reference Type reference (TYPE) FCML_REP 20130226
2 Importing IT_COND Call by reference Type reference (TYPE) TT_WHERE_TAB 20130226
3 Importing 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 Exporting ES_REP_INF Call by reference Type reference (TYPE) FCML_REP 20130226
2 Importing IT_COND Call by reference Type reference (TYPE) TT_WHERE_TAB 20130226
3 Importing 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 Exporting 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 Importing 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