SAP /SCMTMS/CL_ASSIST_FAG_FLAT_REP OO Class - Assistance Class for Flat Representation
/SCMTMS/CL_ASSIST_FAG_FLAT_REP 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 /SCMTMS/CL_ASSIST_FAG_FLAT_REP including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Interface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_FPM_FEEDER_MODELInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_WD_COMPONENT_ASSISTANCEMethod list of /SCMTMS/CL_ASSIST_FAG_FLAT_REP 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 Name | Description | Visability |
| ASSIGN_DEF_ROUTE | assign default route | Public |
| CALL METHOD /scmtms/cl_assist_fag_flat_rep=>ASSIGN_DEF_ROUTE...more details | ||
| CONVERT_AMOUNT | Private | |
| CALL METHOD /scmtms/cl_assist_fag_flat_rep=>CONVERT_AMOUNT...more details | ||
| CREATE_DEF_ROUTE | create default route | Public |
| CALL METHOD /scmtms/cl_assist_fag_flat_rep=>CREATE_DEF_ROUTE...more details | ||
| CREATE_STRATEGY | create strategy | Public |
| CALL METHOD /scmtms/cl_assist_fag_flat_rep=>CREATE_STRATEGY...more details | ||
| CREATE_STRA_DIFF_LEVEL_DATA | create diff level data for strategy node | Private |
| CALL METHOD /scmtms/cl_assist_fag_flat_rep=>CREATE_STRA_DIFF_LEVEL_DATA...more details | ||
| DELETE_SELECTED_ROWS | delete selected rows from flat view | Public |
| CALL METHOD /scmtms/cl_assist_fag_flat_rep=>DELETE_SELECTED_ROWS...more details | ||
|
| ||
| DELETE_VARIANT | delete a variant | Public |
| CALL METHOD /scmtms/cl_assist_fag_flat_rep=>DELETE_VARIANT...more details | ||
| DETERMINE_NODE | to determine the rate node to be updated | Private |
| CALL METHOD /scmtms/cl_assist_fag_flat_rep=>DETERMINE_NODE...more details | ||
| FILL_COMMODITY_CODE | fill the commodity code | Private |
| CALL METHOD /scmtms/cl_assist_fag_flat_rep=>FILL_COMMODITY_CODE...more details | ||
| FILL_DATA | Public | |
| CALL METHOD /scmtms/cl_assist_fag_flat_rep=>FILL_DATA...more details | ||
| FILL_DATA_PC | for merge when charge types are given as columns | Public |
| CALL METHOD /scmtms/cl_assist_fag_flat_rep=>FILL_DATA_PC...more details | ||
| FILL_SCALE_ITEM_DESC | Private | |
| CALL METHOD /scmtms/cl_assist_fag_flat_rep=>FILL_SCALE_ITEM_DESC...more details | ||
| GET_ATTRIBUTES_FIXED_VALUES | get fixed values from customizing/domain | Private |
| CALL METHOD /scmtms/cl_assist_fag_flat_rep=>GET_ATTRIBUTES_FIXED_VALUES...more details | ||
| GET_INITIAL_DATA | get data till rate root and validity and scales | Public |
| CALL METHOD /scmtms/cl_assist_fag_flat_rep=>GET_INITIAL_DATA...more details | ||
| GET_REST_DATA | get rate data and fill in the structure | Public |
| CALL METHOD /scmtms/cl_assist_fag_flat_rep=>GET_REST_DATA...more details | ||
| GET_SCALE_DESC | get scale item desc | Private |
| CALL METHOD /scmtms/cl_assist_fag_flat_rep=>GET_SCALE_DESC...more details | ||
| GET_SCALE_ROOT_DATA | for building the flat table when charge types are not column | Public |
| CALL METHOD /scmtms/cl_assist_fag_flat_rep=>GET_SCALE_ROOT_DATA...more details | ||
| GET_VARIANT | Public | |
| CALL METHOD /scmtms/cl_assist_fag_flat_rep=>GET_VARIANT...more details | ||
| GET_VARIANT_FILTER | get the filter of variant | Public |
| CALL METHOD /scmtms/cl_assist_fag_flat_rep=>GET_VARIANT_FILTER...more details | ||
| MASS_UPDATE | for mass update of rates | Public |
| CALL METHOD /scmtms/cl_assist_fag_flat_rep=>MASS_UPDATE...more details | ||
| MERGE | Private | |
| CALL METHOD /scmtms/cl_assist_fag_flat_rep=>MERGE...more details | ||
| ON_RATE_CHANGE | called for any change in the rates | Public |
| CALL METHOD /scmtms/cl_assist_fag_flat_rep=>ON_RATE_CHANGE...more details | ||
| OPEN_CARRIER_ASSIGN_DLG_BOX | Public | |
| CALL METHOD /scmtms/cl_assist_fag_flat_rep=>OPEN_CARRIER_ASSIGN_DLG_BOX...more details | ||
| OPEN_STRATEGY_COND_DIALOG | Private | |
| CALL METHOD /scmtms/cl_assist_fag_flat_rep=>OPEN_STRATEGY_COND_DIALOG...more details | ||
| OPEN_STRA_COND_UPDATE_DLGBOX | Public | |
| CALL METHOD /scmtms/cl_assist_fag_flat_rep=>OPEN_STRA_COND_UPDATE_DLGBOX...more details | ||
| RAISE_LEAD_SELECTION_EVENT | Public | |
| CALL METHOD /scmtms/cl_assist_fag_flat_rep=>RAISE_LEAD_SELECTION_EVENT...more details | ||
| SAVE_VARIANT | Save filter variant | Public |
| CALL METHOD /scmtms/cl_assist_fag_flat_rep=>SAVE_VARIANT...more details | ||
| SHOW_DESCRIPTION | show description | Public |
| CALL METHOD /scmtms/cl_assist_fag_flat_rep=>SHOW_DESCRIPTION...more details | ||
| UPDATE_FLAT_AMOUNT | Private | |
| CALL METHOD /scmtms/cl_assist_fag_flat_rep=>UPDATE_FLAT_AMOUNT...more details | ||
| UPDATE_RATE | to update rate | Private |
| CALL METHOD /scmtms/cl_assist_fag_flat_rep=>UPDATE_RATE...more details | ||
| UPDATE_RATE_LINE | to update rate | Private |
| CALL METHOD /scmtms/cl_assist_fag_flat_rep=>UPDATE_RATE_LINE...more details | ||
/SCMTMS/CL_ASSIST_FAG_FLAT_REP 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.
| Name | Level | Description | Initial Value | Type | Visability |
| C_FBI | Constant | 'FBI' | LIKE FPM_MODEL_NAMESPACE | Protected | |
| GC_MAX_KEY | Instance Attribute | NodeID | 'FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF' | LIKE /BOBF/CONF_KEY | Public |
| GC_MIN_KEY | Instance Attribute | NodeID | '00000000000000000000000000000001' | LIKE /BOBF/CONF_KEY | Public |
| GC_PERSONALIZATION_KEY | Constant | '/SCMTMS/FLAT_FILTER_VARIANT' | LIKE CHAR30 | Private | |
| GT_CALC_BASE | Instance Attribute | LIKE /SCMTMS/CL_TCM_CUST_ACCESS=>TT_CALC_BASE_DESC | Public | ||
| GT_CONTRACTORS_DATA | Instance Attribute | Contractors | LIKE /SCMTMS/T_FAG_CONTRACTORS_K | Public | |
| GT_FIELDS | Static Attribute | LIKE /SCMTMS/T_FAG_FLAT_FIELDS | Public | ||
| GT_ITEM_TCCS_REL | Instance Attribute | LIKE TT_ITEM_TCCS_REL | Public | ||
| GT_KEY_MAPPING | Static Attribute | Key mapping table in flat | LIKE /SCMTMS/T_FLAT_KEY_MAPPING | Public | |
| GT_PARTY_DATA | Instance Attribute | Party | LIKE /SCMTMS/T_FAG_PARTY_K | Public | |
| GT_RATETBL_VAL_LINK | Instance Attribute | Key Link | LIKE /BOBF/T_FRW_KEY_LINK | Private | |
| GT_ROOT_DATA | Instance Attribute | Agreement Root | LIKE /SCMTMS/T_FAG_ROOT_K | Public | |
| GT_SELECTION_PARAMETERS | Instance Attribute | Query Selection Parameters | LIKE /BOBF/T_FRW_QUERY_SELPARAM | Public | |
| GT_SORT_ATTRIBUTES | Instance Attribute | Table for SORT itab BY (ABAP_SORTORDER_TAB) | LIKE ABAP_SORTORDER_TAB | Public | |
| GV_SHOW_DESC | Instance Attribute | Boolean Variable (X=true, -=false, space=unknown) | LIKE BOOLEAN | Public | |
| MO_CONNECTOR | Instance Attribute | LIKE /BOFU/IF_FBI_CONNECTOR_BASE | Public | ||
| MO_CONTROLLER | Instance Attribute | /BOFU/IF_FBI_CONTROLLER_NEW | LIKE /BOFU/IF_FBI_CONTROLLER_NEW | Public | |
| MO_FAG_SM | Instance Attribute | Containing the public service methods of a service manager | LIKE /BOBF/IF_TRA_SERVICE_MANAGER | Public | |
| MO_FPM | Instance Attribute | This is an internal class and must not be accessed!!!!!!!!!! | LIKE IF_FPM | Public | |
| MO_RATES_EXCEL_NEW | Instance Attribute | Rates Excel Integration with 07 Format | LIKE /SCMTMS/CL_TCC_RATES_EXCEL_NEW | Protected | |
| MO_RATE_SRV_MGR | Instance Attribute | LIKE /BOBF/IF_TRA_SERVICE_MANAGER | Public | ||
| MO_SCALE_SRV_MGR | Instance Attribute | Containing the public service methods of a service manager | LIKE /BOBF/IF_TRA_SERVICE_MANAGER | Public | |
| MO_TCCS_SRV_MGR | Instance Attribute | LIKE /BOBF/IF_TRA_SERVICE_MANAGER | Public | ||
| MS_KEY | Static Attribute | LIKE /BOBF/S_FRW_KEY | Public | ||
| MS_OBJECT_KEY | Instance Attribute | LIKE /BOFU/CL_FBI_GUIBB_BASE=>TS_OBJECT_KEY | Protected | ||
| MT_CAP_PARTY | Instance Attribute | Rate Table Capacity Party Node combined table type | LIKE /SCMTMS/T_TCRATE_CAP_PARTY_K | Public | |
| MT_CHARGETYPE_GLOBALRTTBL | Static Attribute | LIKE /SCMTMS/CL_RT_UTILITY=>TT_CHARGETYPE_GLOBALRTTBL | Public | ||
| MT_DATA | Static Attribute | Internal data result table | LIKE /SCMTMS/IF_DATA_CRAWLER=>TT_DATA | Public | |
| MT_FAG_STATUS_DESC | Instance Attribute | LIKE TT_FAG_STATUS_DESC | Private | ||
| MT_ITEM_TYPE | Instance Attribute | LIKE /SCMTMS/CL_TCM_CUST_ACCESS=>TT_ITEM_TYPE | Private | ||
| MT_MOT_DESC | Instance Attribute | Transportation Mode Code descriptions | LIKE /SCMTMS/T_TMODCODT | Private | |
| MT_MOVEM_TYPE_DESC | Instance Attribute | LIKE /SCMTMS/CL_TCM_CUST_ACCESS=>TT_MOVEM_TYPE_DESC | Private | ||
| MT_MTR_DESC | Instance Attribute | Table Type: Means of Transport with Text | LIKE /SCMTMS/T_MEANS_TRANSP_ALL | Private | |
| MT_NEW_SCALEITEM | Instance Attribute | LIKE TT_NEW_SCALEITEM | Public | ||
| MT_PRIO_CODEDESC | Instance Attribute | LIKE TT_PRIO_CODEDESC | Private | ||
| MT_QUOT_STATUS | Instance Attribute | LIKE TT_QUOT_STATUS | Private | ||
| MT_RATE_14_K | Instance Attribute | Fourteen Dimensional Rates | LIKE | Protected | |
| MT_RFQ_STATUS_CODE_DESC | Instance Attribute | LIKE TT_RFQ_STATUS_CODE_DESC | Private | ||
| MT_RFQ_TYPE_DESC | Instance Attribute | LIKE /SCMTMS/CL_TCM_CUST_ACCESS=>TT_RFQ_TYPE_DESC | Private | ||
| MT_SCALEREF | Instance Attribute | RateScaleReference | LIKE /SCMTMS/T_TCRATE_SCALE_GRP_K | Public | |
| MT_SCALE_ITEM_DESC | Instance Attribute | Scale Item Descriptor | LIKE /SCMTMS/T_TCSCALE_ITEM_DESC_K | Public | |
| MT_SERVICE_LEVEL | Instance Attribute | Text Table Type for Transportation Service Level Code | LIKE /SCMTMS/T_SLC_T | Private | |
| MT_SHIPPING_TYPE_DESC | Instance Attribute | LIKE /SCMTMS/CL_TCM_CUST_ACCESS=>TT_SHIPPING_TYPE | Private | ||
| MT_STAGE_CAT_DESC | Instance Attribute | LIKE TT_STAGE_CAT_DESC | Private | ||
| MT_STAGE_TYPE_DESC | Instance Attribute | LIKE /SCMTMS/CL_TCM_CUST_ACCESS=>TT_STAGE_TYPE_DESC | Private | ||
| MT_STRATEGY_KEY | Instance Attribute | Key Table | LIKE /BOBF/T_FRW_KEY | Public | |
| MT_STR_ALL | Instance Attribute | LIKE /SCMTMS/CL_RFQ_HELPER=>TY_T_STRATEGY | Public | ||
| MT_TRAFFIC_DIRECTION_DESC | Instance Attribute | LIKE TT_TRAFFIC_DIRECTION_DESC | Private | ||
| MT_VARIANT_LIST | Instance Attribute | FAG flat filter variables | LIKE /SCMTMS/T_FAG_FLAT_FILTER | Public | |
| MV_DOC_STATUS | Instance Attribute | RFQ/Quotation Status | LIKE /SCMTMS/RFQ_STATUS_CODE | Public | |
| MV_DOC_TYPE | Instance Attribute | Agreement Category | LIKE /SCMTMS/FAG_CAT | Public | |
| MV_FILTER_APPLIED | Instance Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Public | |
| MV_PAGE_LAYOUT | Instance Attribute | SC_PAGE_LAYOUT-FLAT_VIEW | LIKE STRING | Public | |
| MV_PROFILE_ID | Instance Attribute | Flat View Profile | LIKE /SCMTMS/FAG_MAP_PROFILE_ID | Public | |
| MV_SINGLE_CUR | Instance Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE /SCMTMS/CURRENCY | Public | |
| MV_TAB_NAME | Instance Attribute | LIKE STRING | Public | ||
| SC_ALV_BUTTONS | Constant | LIKE | Public | ||
| SC_FIELDNAME | Constant | LIKE | Public | ||
| SC_PAGE_LAYOUT | Constant | LIKE | Public |
/SCMTMS/CL_ASSIST_FAG_FLAT_REP types
TT_DESC_INDEX -TT_FAG_STATUS_DESC -
TT_ITEM_CAP_LINK -
TT_ITEM_TCCS_REL -
TT_NEW_SCALEITEM -
TT_PER_FLAT_REF_REL -
TT_PRIO_CODEDESC -
TT_QUOT_STATUS -
TT_RATE_CHANGE -
TT_RESP_CODE_DESC -
TT_RFQ_STATUS_CODE_DESC -
TT_SCALE_ITEM_DESC -
TT_SOURCE_COPY_KEY -
TT_STAGE_CAT_DESC -
TT_TRAFFIC_DIRECTION_DESC -
TY_DESC_INDEX -
TY_ITEM_CAP_LINK -
TY_ITEM_TCCS_REL -
TY_NEW_SCALEITEM -
TY_PER_FLAT_REF_REL -
TY_RATE_CHANGE -
TY_SCALE_ITEM_DESC -
TY_SOURCE_COPY_KEY -
Links to Related Class(s)
/SCMTMS/...Full list of available SAP object classes
Search for further information about these or an SAP related objects