SAP /SCMTMS/CL_AWARD_SUM_HELPER_V2 OO Class - Helper Methods for RFQ Award Summary
/SCMTMS/CL_AWARD_SUM_HELPER_V2 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_AWARD_SUM_HELPER_V2 including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of /SCMTMS/CL_AWARD_SUM_HELPER_V2 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 |
| DELETE_CARRIER_VIEW | Deletes old information of Carrier View | Public |
| CALL METHOD /scmtms/cl_award_sum_helper_v2=>DELETE_CARRIER_VIEW...more details | ||
| DELETE_ITEM_VIEW | Deletes old information of Item View | Public |
| CALL METHOD /scmtms/cl_award_sum_helper_v2=>DELETE_ITEM_VIEW...more details | ||
| DELETE_TRADELANE_VIEW | Deletes old information of Tradelane View | Public |
| CALL METHOD /scmtms/cl_award_sum_helper_v2=>DELETE_TRADELANE_VIEW...more details | ||
| FILL_DATA_FOR_CARRIER_VIEW | Build Carrier View | Public |
| CALL METHOD /scmtms/cl_award_sum_helper_v2=>FILL_DATA_FOR_CARRIER_VIEW...more details | ||
| FILL_DATA_FOR_ITEM_VIEW | Build Item View | Public |
| CALL METHOD /scmtms/cl_award_sum_helper_v2=>FILL_DATA_FOR_ITEM_VIEW...more details | ||
| FILL_DATA_FOR_TDL_VIEW | Build Tradelane View | Public |
| CALL METHOD /scmtms/cl_award_sum_helper_v2=>FILL_DATA_FOR_TDL_VIEW...more details | ||
|
| ||
| FILL_LAYOUT_INFO_PER_VIEW | Public | |
| CALL METHOD /scmtms/cl_award_sum_helper_v2=>FILL_LAYOUT_INFO_PER_VIEW...more details | ||
| FILL_NODE_DATA | Collects all node data information | Public |
| CALL METHOD /scmtms/cl_award_sum_helper_v2=>FILL_NODE_DATA...more details | ||
/SCMTMS/CL_AWARD_SUM_HELPER_V2 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 |
| CV_LAYOUT | Constant | LIKE | Public |
/SCMTMS/CL_AWARD_SUM_HELPER_V2 types
TT_CARR_ID_NAME -TT_CARR_ITEMS_MAP -
TT_CARR_ITEMS_VIEW_MAP -
TT_ITEMS_TDL_MAP -
TT_ITEM_CARR_MAP -
TT_OPT_ITEMS_MAP -
TT_TDL_ITEMS_MAP -
TY_CARR_ID_NAME -
TY_CARR_ITEMS_MAP -
TY_CARR_ITEMS_VIEW_MAP -
TY_ITEMS_TDL_MAP -
TY_ITEM_CARR_MAP -
TY_OPT_ITEMS_MAP -
TY_TDL_ITEMS_MAP -
Links to Related Class(s)
/SCMTMS/...Full list of available SAP object classes
Search for further information about these or an SAP related objects