SAP ABAP Class CL_SALV_BS_NEW_SORT (new sort service (not based on SLIS))
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-ALV-ABA (Application Component) Web Dynpro ALV for ABAP
⤷
SALV_BS_SERVICE (Package) Service
⤷
⤷
Properties
| Class | CL_SALV_BS_NEW_SORT | |
| Short Description | new sort service (not based on SLIS) | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SALV_BS_SERVICE | Service |
| Created | 20101227 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_SALV_BS_NEW_SORT has no interface implemented.
Friends
Class CL_SALV_BS_NEW_SORT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Protected | See coding | 20101229 | |||||
| 2 | Constant | Public | See coding | 20101229 | |||||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20101227 | |||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | work area for aux table | 20101227 | |||
| 5 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | sample of a src data row | 20101227 | |||
| 6 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | auxiliary table for sorting | 20101227 | |||
| 7 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | 20101229 | ||||
| 8 | Instance attribute | Protected | Type reference (TYPE) | YS_EXECUTION_STATE | 20101227 | ||||
| 9 | Instance attribute | Protected | Type reference (TYPE) | ABAP_SORTORDER_TAB | sortorder for sort on AUX table | 20101229 | |||
| 10 | Instance attribute | Protected | Type reference (TYPE) | ABAP_SORTORDER_TAB | sortorder for sort on SRC table | 20101229 | |||
| 11 | Instance attribute | Protected | Type reference (TYPE) | YT_RULE_INTERNAL | 20101227 | ||||
| 12 | Instance attribute | Protected | Type reference (TYPE) | I | 20101227 | ||||
| 13 | Instance attribute | Protected | Type reference (TYPE) | I | 20101227 | ||||
| 14 | Instance attribute | Protected | Type reference (TYPE) | Y_MAPPING_TYPE | 20101229 |
Methods
Events
Class CL_SALV_BS_NEW_SORT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YR_DATA | Protected | Object reference (TYPE REF TO) | DATA | 20101229 | |
|
| 2 | YS_EXECUTION_STATE | Protected | See coding | 20101227 | begin of ys_execution_state,
aux_table_ready type abap_bool,
end of ys_execution_state
|
||
| 3 | YS_REF_POS | Protected | See coding | 20101229 | begin of ys_ref_pos,
ref type yr_data,
fix_pos type sytabix,
end of ys_ref_pos
|
||
| 4 | YS_RULE_INTERNAL | Protected | See coding | 20101227 | begin of ys_rule_internal,
abap_sortorder type abap_sortorder,
external type abap_bool,
outputlen type i,
end of ys_rule_internal
|
||
| 5 | YTH_REF_POS | Protected | See coding | 20101229 | yth_ref_pos type hashed table of ys_ref_pos with unique key ref
|
||
| 6 | YT_FIELD_PATH | Protected | See coding | 20101227 | yt_field_path type standard table of y_field_path
|
||
| 7 | YT_RULE_INTERNAL | Protected | See coding | 20101227 | yt_rule_internal type standard table of ys_rule_internal with default key
|
||
| 8 | YT_R_DATA | Protected | See coding | 20101229 | YT_R_DATA type standard table of yr_data with key table_line
|
||
| 9 | YT_TABIX | Public | See coding | 20101227 | yt_tabix type standard table of sytabix with key table_line
|
||
| 10 | Y_FIELD_PATH | Protected | Type reference (TYPE) | STRING | 20101227 | |
|
| 11 | Y_MAPPING_TYPE | Public | See coding | 20101229 | Y_MAPPING_TYPE type C length 2
|
Method Signatures
Method APPLY_TO_SOURCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_TABLE_TO_FIX | Call by reference | Type reference (TYPE) | INDEX TABLE | 20101228 | ||||
| 2 | I_COMPINDEX_TO_FIX | Call by reference | Type reference (TYPE) | I | 20101228 | ||||
| 3 | I_FIX_INDEXES_IN_TABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20101228 |
Method APPLY_TO_SOURCE on class CL_SALV_BS_NEW_SORT has no exception.
Method CALCULATE_TABIX_MAP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_OLD_TO_NEW | Call by reference | Type reference (TYPE) | YT_TABIX | 20101227 |
Method CALCULATE_TABIX_MAP on class CL_SALV_BS_NEW_SORT has no exception.
Method CONVERT_RULES_TO_ASO Signature
Method CONVERT_RULES_TO_ASO on class CL_SALV_BS_NEW_SORT has no parameter.
Method CONVERT_RULES_TO_ASO on class CL_SALV_BS_NEW_SORT has no exception.
Method CONVERT_RULES_TO_INTERNAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RULE_INTERNAL | Call by reference | Type reference (TYPE) | YT_RULE_INTERNAL | 20101227 | ||||
| 2 | IT_RULE | Call by reference | Type reference (TYPE) | CL_SALV_BS_SORT=>T_TYPE_SORT | 20101227 |
Method CONVERT_RULES_TO_INTERNAL on class CL_SALV_BS_NEW_SORT has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IRT_SOURCE | Call by reference | Object reference (TYPE REF TO) | DATA | source data table (to be sorted) | 20101227 | |||
| 2 | IT_RULE | Call by reference | Type reference (TYPE) | CL_SALV_BS_SORT=>T_TYPE_SORT | 20101227 | ||||
| 3 | I_FORCE_MAPPING_TYPE | Call by reference | Type reference (TYPE) | Y_MAPPING_TYPE | use only for testing! | 20101229 | |||
| 4 | RO_SERVICE | Value transfer | Object reference (TYPE REF TO) | CL_SALV_BS_NEW_SORT | new sort service (not based on SLIS) | 20101227 |
Method CREATE on class CL_SALV_BS_NEW_SORT has no exception.
Method CREATE_AUX_STRUCT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_STRUCTDESCR | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20101227 |
Method CREATE_AUX_STRUCT on class CL_SALV_BS_NEW_SORT has no exception.
Method CREATE_AUX_TABLE Signature
Method CREATE_AUX_TABLE on class CL_SALV_BS_NEW_SORT has no parameter.
Method CREATE_AUX_TABLE on class CL_SALV_BS_NEW_SORT has no exception.
Method DETERMINE_MAPPING_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_TABLE_TO_FIX | Call by reference | Type reference (TYPE) | INDEX TABLE | 20101229 | ||||
| 2 | I_COMPINDEX_TO_FIX | Call by reference | Type reference (TYPE) | I | 20101229 | ||||
| 3 | I_FIX_INDEXES_IN_TABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20101229 | |||
| 4 | R_MAPPING_TYPE | Value transfer | Type reference (TYPE) | Y_MAPPING_TYPE | 20101229 |
Method DETERMINE_MAPPING_TYPE on class CL_SALV_BS_NEW_SORT has no exception.
Method MAP_BY_IDX_MAP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_TABLE_TO_FIX | Call by reference | Type reference (TYPE) | INDEX TABLE | 20101229 | ||||
| 2 | I_COMPINDEX_TO_FIX | Call by reference | Type reference (TYPE) | I | 20101229 |
Method MAP_BY_IDX_MAP on class CL_SALV_BS_NEW_SORT has no exception.
Method MAP_BY_IDX_SEARCH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_TABLE_TO_FIX | Call by reference | Type reference (TYPE) | INDEX TABLE | 20101229 | ||||
| 2 | I_COMPINDEX_TO_FIX | Call by reference | Type reference (TYPE) | I | 20101229 |
Method MAP_BY_IDX_SEARCH on class CL_SALV_BS_NEW_SORT has no exception.
Method MAP_BY_REF_MAP_GET_REFS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETH_REF_POS | Call by reference | Type reference (TYPE) | YTH_REF_POS | 20101229 | ||||
| 2 | IT_TABLE_TO_FIX | Call by reference | Type reference (TYPE) | INDEX TABLE | 20101229 | ||||
| 3 | I_COMPINDEX_TO_FIX | Call by reference | Type reference (TYPE) | I | 20101229 |
Method MAP_BY_REF_MAP_GET_REFS on class CL_SALV_BS_NEW_SORT has no exception.
Method MAP_BY_REF_MAP_MAP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_TABLE_TO_FIX | Call by reference | Type reference (TYPE) | INDEX TABLE | 20101229 | ||||
| 2 | ITH_REF_POS | Call by reference | Type reference (TYPE) | YTH_REF_POS | 20101229 | ||||
| 3 | I_COMPINDEX_TO_FIX | Call by reference | Type reference (TYPE) | I | 20101229 |
Method MAP_BY_REF_MAP_MAP on class CL_SALV_BS_NEW_SORT has no exception.
Method MAP_BY_REF_SEARCH_GET_REFS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_REFERENCE | Call by reference | Type reference (TYPE) | YT_R_DATA | 20101229 | ||||
| 2 | IT_TABLE_TO_FIX | Call by reference | Type reference (TYPE) | INDEX TABLE | 20101229 | ||||
| 3 | I_COMPINDEX_TO_FIX | Call by reference | Type reference (TYPE) | I | 20101229 |
Method MAP_BY_REF_SEARCH_GET_REFS on class CL_SALV_BS_NEW_SORT has no exception.
Method MAP_BY_REF_SEARCH_MAP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_TABLE_TO_FIX | Call by reference | Type reference (TYPE) | INDEX TABLE | 20101229 | ||||
| 2 | IT_REFERENCE | Call by reference | Type reference (TYPE) | YT_R_DATA | 20101229 | ||||
| 3 | I_COMPINDEX_TO_FIX | Call by reference | Type reference (TYPE) | I | 20101229 |
Method MAP_BY_REF_SEARCH_MAP on class CL_SALV_BS_NEW_SORT has no exception.
Method SORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NEED_T_AUX | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20101229 |
Method SORT on class CL_SALV_BS_NEW_SORT has no exception.
Method TRANSFER_AUX_SORT_TO_SOURCE Signature
Method TRANSFER_AUX_SORT_TO_SOURCE on class CL_SALV_BS_NEW_SORT has no parameter.
Method TRANSFER_AUX_SORT_TO_SOURCE on class CL_SALV_BS_NEW_SORT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 703 |