SAP CL_SALV_STC_CURRENCY OO Class - Currency Handling









CL_SALV_STC_CURRENCY 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 CL_SALV_STC_CURRENCY 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_SALV_SERVICE_TYPES

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_SALV_STU_INTERNAL_TYPES

Method list of CL_SALV_STC_CURRENCY 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
GET_CURRENCY_CODESProtected
CALL METHOD cl_salv_stc_currency=>GET_CURRENCY_CODES...more details

GET_CURRENCY_HANDLERPublic
CALL METHOD cl_salv_stc_currency=>GET_CURRENCY_HANDLER...more details

GET_CURRENCY_LIST_LONGProtected
CALL METHOD cl_salv_stc_currency=>GET_CURRENCY_LIST_LONG...more details

GET_CURRENCY_LIST_SHORTProtected
CALL METHOD cl_salv_stc_currency=>GET_CURRENCY_LIST_SHORT...more details



CL_SALV_STC_CURRENCY 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
CS_AUX_FIELD_IDInstance AttributeLIKE
Public
CS_FILTER_OPTIONInstance AttributeLIKE
Public
CS_FUNCTION_CODEInstance AttributeLIKE
Public
CS_ROW_INDEXInstance AttributeLIKE
Public
MO_LONG_DESCRIPTIONStatic AttributeHandler for Code ListsLIKE
IF_SALV_STC_CODELIST_HANDLER
Protected
MO_SHORT_DESCRIPTIONStatic AttributeHandler for Code ListsLIKE
IF_SALV_STC_CODELIST_HANDLER
Protected
MT_CURRENCY_CODEStatic AttributeLIKE
YT_CURRENCY_CODE
Protected




CL_SALV_STC_CURRENCY types

YS_AGGREGATION_RULE -
YS_AUX_FIELD -
YS_AUX_FIELD_MAPPING -
YS_CODELIST -
YS_FIELD_AGGR_RULE -
YS_FIELD_FILTER_RULE -
YS_FIELD_SORT_RULE -
YS_FILTER_RULE -
YS_GROUPING_RULE -
YS_GROUP_KEY -
YS_RANGE -
YS_SELOPT -
YS_SORT_RULE -
YS_SRC_FIELD_MAPPING -
YTS_AUX_FIELD_ID -
YTS_AUX_FIELD_MAPPING -
YTS_EXT_CODELIST -
YTS_SRC_FIELD_MAPPING -
YT_AGGREGATION_RULE -
YT_AUX_FIELD -
YT_AUX_FIELD_ID -
YT_CODELIST -
YT_COLUMN -
YT_COLUMN_NAME -
YT_CURRENCY_CODE -
YT_EXTERNAL_VALUE -
YT_FIELD_AGGR_RULE -
YT_FIELD_FILTER_RULE -
YT_FIELD_PATH -
YT_FIELD_SORT_RULE -
YT_FILTER_RULE -
YT_FUNCTION_CODE -
YT_GROUPING_RULE -
YT_GROUP_KEY -
YT_INTEGER -
YT_RANGE -
YT_ROW_INDEX -
YT_SELOPT -
YT_SORT_RULE -
YT_STRING -
Y_AUX_FIELD_ID -
Y_COLUMN_NAME -
Y_CURRENCY_CODE -
Y_FIELD_PATH -
Y_FORMATTING_OPTION_VALUE -
Y_FUNCTION_CODE -
Y_OPTION -
Y_ROW_INDEX -
Y_RULE_GROUP -
Y_SIGN -

Links to Related Class(s)

CL_SALV_...
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!