SAP FCML_CL_NWG_ASSISTANCE OO Class - assistance class of NWG









FCML_CL_NWG_ASSISTANCE is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class FCML_CL_NWG_ASSISTANCE including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for FCML_CL_NWG_ASSISTANCE is CL_WD_COMPONENT_ASSISTANCE

Method list of FCML_CL_NWG_ASSISTANCE SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
AUTHORITY_CHECKPublic
CALL METHOD fcml_cl_nwg_assistance=>AUTHORITY_CHECK...more details

CHECK_OBJECTTYPEcheck if special process type is maintained in FCML_T_OBJTYPPublic
CALL METHOD fcml_cl_nwg_assistance=>CHECK_OBJECTTYPE...more details

CONSTRUCTORPublic
CALL METHOD fcml_cl_nwg_assistance=>CONSTRUCTOR...more details

GET_CUSTOM_DATAPublic
CALL METHOD fcml_cl_nwg_assistance=>GET_CUSTOM_DATA...more details

GET_FIELD_INFOgets text forFCML table from internal tablePublic
CALL METHOD fcml_cl_nwg_assistance=>GET_FIELD_INFO...more details

GET_FIELD_LABELgets text for FCML table from internal tablePublic
CALL METHOD fcml_cl_nwg_assistance=>GET_FIELD_LABEL...more details

GET_MAX_DEPTHPublic
CALL METHOD fcml_cl_nwg_assistance=>GET_MAX_DEPTH...more details

GET_OBJ_EVENTPublic
CALL METHOD fcml_cl_nwg_assistance=>GET_OBJ_EVENT...more details

GET_OBJ_TYPEPublic
CALL METHOD fcml_cl_nwg_assistance=>GET_OBJ_TYPE...more details

GET_PROCESS_TEXTPublic
CALL METHOD fcml_cl_nwg_assistance=>GET_PROCESS_TEXT...more details

GET_REPPublic
CALL METHOD fcml_cl_nwg_assistance=>GET_REP...more details

GET_REP_COUNTPublic
CALL METHOD fcml_cl_nwg_assistance=>GET_REP_COUNT...more details

GET_REP_EDGESPublic
CALL METHOD fcml_cl_nwg_assistance=>GET_REP_EDGES...more details

GET_SETTINGPublic
CALL METHOD fcml_cl_nwg_assistance=>GET_SETTING...more details

GET_SHORT_LABELgets shorttext for FCML_REP from internal tablePublic
CALL METHOD fcml_cl_nwg_assistance=>GET_SHORT_LABEL...more details

GET_SINGLE_MAT_INFPublic
CALL METHOD fcml_cl_nwg_assistance=>GET_SINGLE_MAT_INF...more details

GET_SINGLE_PRZ_INFPublic
CALL METHOD fcml_cl_nwg_assistance=>GET_SINGLE_PRZ_INF...more details

GET_SINGLE_REPPublic
CALL METHOD fcml_cl_nwg_assistance=>GET_SINGLE_REP...more details

GET_SINGLE_REP_INFPublic
CALL METHOD fcml_cl_nwg_assistance=>GET_SINGLE_REP_INF...more details

GET_TAB_FIELD_LABELSload all texts for FCML tables into internal tablePrivate
CALL METHOD fcml_cl_nwg_assistance=>GET_TAB_FIELD_LABELS...more details

GET_TAB_SHORT_LABELSload shorttext of FCML_REP entries into internal tablePrivate
CALL METHOD fcml_cl_nwg_assistance=>GET_TAB_SHORT_LABELS...more details

GET_TEXTPublic
CALL METHOD fcml_cl_nwg_assistance=>GET_TEXT...more details

LOAD_FIELD_LABELScalls get_tab_field_labels and get_tab_rep_labelsPublic
CALL METHOD fcml_cl_nwg_assistance=>LOAD_FIELD_LABELS...more details

LOAD_USER_SELECTIONLoad user's selection into internal tablePublic
CALL METHOD fcml_cl_nwg_assistance=>LOAD_USER_SELECTION...more details



FCML_CL_NWG_ASSISTANCE attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
GT_BWKEY_AUTHInstance AttributeLIKE
TT_BWKEY_AUTH
Private
GT_DIFF_VALUESInstance AttributeDescription of Domain Fixed ValuesLIKE
DDFIXVALUES
Private
GT_FCML_NWG_USER_VAInstance AttributeField Catalog Table Type for FCML_NWG setting Tree GUIBBLIKE
FCML_T_TREE_NWG_FCAT
Private
GT_FCML_T_OBJTYPEInstance AttributeLIKE
Public
GT_MTART_AUTHInstance AttributeLIKE
TT_MTART_AUTH
Private
GT_TABLE_FIELD_LABELInstance AttributeLIKE
TT_TABLE_FIELD_LABEL
Private
GT_TABLE_SHORT_LABELInstance AttributeLIKE
TT_TABLE_FIELD_LABEL
Private




FCML_CL_NWG_ASSISTANCE types

S_DDIC_FIXEDVAL_TEXT -
S_EDGE -
S_EDGE_OVERVIEW -
S_LABEL -
S_LBL_NAME -
S_OBJECTNODE -
S_OBJECTTYPE -
S_OBJ_EVENT -
S_OBJ_PRED_SUCC -
S_OVERVIEW -
S_OV_NAME -
S_SETTINGS -
S_TEXT -
TS_BWKEY_AUTH -
TS_MTART_AUTH -
TS_TABLE_FIELD_LABEL -
TT_BWKEY_AUTH -
TT_DDIC_FIXEDVAL_TEXT -
TT_EDGE -
TT_EDGE_OVERVIEW -
TT_FCML_REP -
TT_LABEL -
TT_LBL_NAME -
TT_MTART_AUTH -
TT_OBJECTEVENT -
TT_OBJECTNODE -
TT_OBJECTTYPE -
TT_OBJ_PRED_SUCC -
TT_OVERVIEW -
TT_OV_NAME -
TT_SETTING -
TT_TABLE_FIELD_LABEL -
TT_TEXT -
TT_WHERE_TAB -

Links to Related Class(s)

FCML_CL_...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!