Hierarchy
⤷
⤷
Properties
| Class | CL_PS_UI_GEN_ALV_FRW | |
| Short Description | PSHLP Generic ALV Framework | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | PS_HLP_MD | Handling Large Projects:-Master Data |
| Created | 20100616 | 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) |
Interfaces
Class CL_PS_UI_GEN_ALV_FRW has no interface implemented.
Friends
Class CL_PS_UI_GEN_ALV_FRW has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | I | 20 | No of records to be displayed for each page | 20101014 | ||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'EXCEPTION' | Exception field | 20101004 | ||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | ALV List Viewer | 20100616 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ALV_CHANGED_DATA_PROTOCOL | Message Log for Data Entry | 20100813 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | API Data | 20100617 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | ALV Data | 20100617 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_PS_UI_FRW | PSHLP UI FRW | 20100616 | |||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_PS_MP | PSHLP Metadata Provider | 20100616 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | PSHLP_GRID_INFO_ST | ALV Grid Info | 20100616 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | PSHLP_UI_NODE_TYPE_ST | PSHLP SUB NODE Definition | 20100617 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | LVC_T_ROID | Assignment of Line Number to Line ID | 20100804 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | LVC_T_ROID | To Track whether Fill Column button is clicked | 20101211 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | TTB_BUTTON | Toolbar Buttons | 20100616 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | UI_FUNCTIONS | Function Code Table | 20100916 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | LVC_S_COL | ALV Control: Column ID | 20110121 | |||
| 16 | Instance attribute | Private | Type reference (TYPE) | LVC_S_COL | ALV Control: Column ID | 20110121 | |||
| 17 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Boolean Variable (X=True, -=False, Space=Unknown) | 20100630 | |||
| 18 | Static Attribute | Private | Type reference (TYPE) | I | From index for paging | 20101014 | |||
| 19 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | To Track whether Exception1 is clicked | 20101214 | |||
| 20 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | To Track whether Exception2 is clicked | 20101214 | |||
| 21 | Instance attribute | Private | Type reference (TYPE) | I | No of Currently Visible Rows | 20101023 | |||
| 22 | Static Attribute | Private | Type reference (TYPE) | J_OBART | To Store Previous Overview Type | 20110117 | |||
| 23 | Instance attribute | Private | Type reference (TYPE) | LVC_S_ROW | ALV control: Line description | 20110121 | |||
| 24 | Instance attribute | Private | Type reference (TYPE) | LVC_S_ROW | ALV control: Line description | 20110121 | |||
| 25 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | To determine whether row is inserted | 20101204 | |||
| 26 | Instance attribute | Private | Type reference (TYPE) | LVC_S_ROID | Assignment of line number to line ID | 20110121 | |||
| 27 | Instance attribute | Private | Type reference (TYPE) | I | 20110412 | ||||
| 28 | Instance attribute | Private | Type reference (TYPE) | STRING | 20110322 | ||||
| 29 | Static Attribute | Private | Type reference (TYPE) | I | Total count for paging | 20101014 | |||
| 30 | Static Attribute | Private | Type reference (TYPE) | I | To index for paging | 20101014 |
Methods
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | DATA_CHANGED | Instance Event (0) |
Public (2) |
20100804 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | ST_ROW_ID | Public | See coding | 20101213 | BEGIN OF st_row_id,
row_id TYPE i,
tabix TYPE i,
END OF st_row_id
|
||
| 2 | TS_AFVG_BT | Private | See coding | 20110203 | BEGIN OF ts_afvg_bt .
INCLUDE TYPE afvgb.
TYPES: indold TYPE sy-tabix,
END OF ts_afvg_bt
|
||
| 3 | TS_SPACK | Private | See coding | 20110203 | BEGIN OF ts_spack ,
packno TYPE afvgd-packno,
aufnr TYPE afvgd-aufnrd,
aufpl TYPE afvgd-aufpl,
vornr TYPE afvgd-vornr,
empty_package TYPE c1,
END OF ts_spack
|
||
| 4 | TT_AFVG_BT | Private | See coding | 20110203 | tt_afvg_bt TYPE STANDARD TABLE OF ts_afvg_bt
|
||
| 5 | TT_ROW_ID | Public | See coding | 20101203 | tt_row_id TYPE STANDARD TABLE OF st_row_id
|
||
| 6 | TT_SPACK | Private | See coding | 20110203 | tt_spack TYPE STANDARD TABLE OF ts_spack
|
Method Signatures
Method ACTIVITY_OVERVIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_PACKNO | Call by reference | Type reference (TYPE) | AFVGD-PACKNO | Package number | 20110329 | |||
| 2 | EV_SYUCOMM | Call by reference | Type reference (TYPE) | SY-UCOMM | Function code that PAI triggered | 20101102 | |||
| 3 | EV_UPD_DONE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110204 | ||||
| 4 | IT_ACTY_DATA_NEW | Call by reference | Type reference (TYPE) | ANY TABLE | 20110324 | ||||
| 5 | IT_ACTY_DATA_OLD | Call by reference | Type reference (TYPE) | ANY TABLE | 20110324 | ||||
| 6 | I_UCOMM | Call by reference | Type reference (TYPE) | SY-UCOMM | Function code that PAI triggered | 20101004 |
Method ACTIVITY_OVERVIEW on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method ADD_CUSTOMER_BUTTONS Signature
Method ADD_CUSTOMER_BUTTONS on class CL_PS_UI_GEN_ALV_FRW has no parameter.
Method ADD_CUSTOMER_BUTTONS on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method BUILD_CATALOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FIELD_CATALOG | Call by reference | Type reference (TYPE) | LVC_T_FCAT | Field Catalog for List Viewer Control | 20100616 | |||
| 2 | IT_F4_REGISTER | Call by reference | Type reference (TYPE) | LVC_T_FNAM | ALV control: Table of field names | 20100630 |
Method BUILD_CATALOG on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method BUILD_LAYOUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_LAYOUT | Value transfer | Type reference (TYPE) | LVC_S_LAYO | ALV control: Layout structure | 20100825 |
Method BUILD_LAYOUT on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method BUILD_TOOLBAR_EXCLUDING Signature
Method BUILD_TOOLBAR_EXCLUDING on class CL_PS_UI_GEN_ALV_FRW has no parameter.
Method BUILD_TOOLBAR_EXCLUDING on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method BUILD_VARIANT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COMPARE | Call by reference | Type reference (TYPE) | C | 20110201 | ||||
| 2 | RS_VARIANT | Value transfer | Type reference (TYPE) | DISVARIANT | Layout (External Use) | 20100825 |
Method BUILD_VARIANT on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method CHANGE_DATES_LAYOUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_UCOMM | Call by reference | Type reference (TYPE) | SY-UCOMM | Function code that PAI triggered | 20100723 |
Method CHANGE_DATES_LAYOUT on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method CHECK_CHANGED_DATA Signature
Method CHECK_CHANGED_DATA on class CL_PS_UI_GEN_ALV_FRW has no parameter.
Method CHECK_CHANGED_DATA on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method COMPARE_DATES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_UCOMM | Call by reference | Type reference (TYPE) | SY-UCOMM | Function code that PAI triggered | 20100816 |
Method COMPARE_DATES on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_PS_UI_GEN_ALV_FRW has no parameter.
Method CONSTRUCTOR on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method COPY_CONTENT Signature
Method COPY_CONTENT on class CL_PS_UI_GEN_ALV_FRW has no parameter.
Method COPY_CONTENT on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method DATES_EXCEPTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_UCOMM | Call by reference | Type reference (TYPE) | SY-UCOMM | UserCommand | 20100809 | |||
| 2 | IV_SUBTYPE | Call by reference | Type reference (TYPE) | PSHLP_GRID_INFO_ST | 20100827 |
Method DATES_EXCEPTIONS on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method DELETE_ROWS Signature
Method DELETE_ROWS on class CL_PS_UI_GEN_ALV_FRW has no parameter.
Method DELETE_ROWS on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method EXPAND Signature
Method EXPAND on class CL_PS_UI_GEN_ALV_FRW has no parameter.
Method EXPAND on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method FILL_COLUMN Signature
Method FILL_COLUMN on class CL_PS_UI_GEN_ALV_FRW has no parameter.
Method FILL_COLUMN on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method FILTER_ACTY_ON_CONTROL_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_NODES | Call by reference | Type reference (TYPE) | PSHLP_HIER_TAB_TYP | Operation/Activity control key | 20110113 | |||
| 2 | IV_SUBNODE | Call by reference | Type reference (TYPE) | CHAR30 | Control Key | 20110113 |
Method FILTER_ACTY_ON_CONTROL_KEY on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method GET_ALV_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_ALV_INFO | Value transfer | Type reference (TYPE) | PSHLP_GRID_INFO_ST | ALV Grid Info | 20100916 |
Method GET_ALV_INFO on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method GET_API_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_NODE_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20101213 | ||||
| 2 | IS_ROW_ID | Call by reference | Type reference (TYPE) | I | 20101213 | ||||
| 3 | IV_OBJNR | Call by reference | Type reference (TYPE) | J_OBJNR | Object Number | 20101214 |
Method GET_API_DATA on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method GET_API_FORMAT_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_NODE_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20100616 | ||||
| 2 | ET_OBJNR | Call by reference | Type reference (TYPE) | TT_OBJNR | Table of CO Object Numbers whose data has been changed | 20100916 | |||
| 3 | ET_ROW_ID | Call by reference | Type reference (TYPE) | TT_ROW_ID | 20101203 | ||||
| 4 | IR_DATA_CHANGED | Call by reference | Object reference (TYPE REF TO) | CL_ALV_CHANGED_DATA_PROTOCOL | Message Log for Data Entry | 20100616 |
Method GET_API_FORMAT_DATA on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method GET_CELL_SCROLL_POSITION_INFO Signature
Method GET_CELL_SCROLL_POSITION_INFO on class CL_PS_UI_GEN_ALV_FRW has no parameter.
Method GET_CELL_SCROLL_POSITION_INFO on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method GET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_OUTPUT_DATA | Value transfer | Type reference (TYPE) | STANDARD TABLE | 20100729 |
Method GET_DATA on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method GET_KEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CHILD_NODES | Call by reference | Type reference (TYPE) | PSHLP_HIER_TAB_TYP | Table type for PS hierarchy | 20110302 | |||
| 2 | ET_KEYS | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20110302 | ||||
| 3 | IT_GOOD_CELLS | Call by reference | Type reference (TYPE) | LVC_T_MODI | ALV Control: Table of Modified Cells for the Application | 20110302 |
Method GET_KEYS on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method GET_OBJECT_METADATA_INFO Signature
Method GET_OBJECT_METADATA_INFO on class CL_PS_UI_GEN_ALV_FRW has no parameter.
Method GET_OBJECT_METADATA_INFO on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method GET_OUTPUT_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_OUTPUT_ALV_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20100709 | ||||
| 2 | IT_GOOD_CELLS | Call by reference | Type reference (TYPE) | LVC_T_MODI | ALV Control: Table of Modified Cells for the Application | 20110302 | |||
| 3 | IV_NO_PROFILING | Call by reference | Type reference (TYPE) | BOOLE_D | skip profiling ? | 20100723 |
Method GET_OUTPUT_TABLE on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method GET_PAGING_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_FROM_INDEX | Call by reference | Type reference (TYPE) | I | From Index | 20101021 | |||
| 2 | EV_TOTAL_NO_OF_RECORDS | Call by reference | Type reference (TYPE) | I | Total Number of Records | 20101021 | |||
| 3 | EV_TO_INDEX | Call by reference | Type reference (TYPE) | I | To Index | 20101021 |
Method GET_PAGING_VALUES on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method GET_SELECTED_ROWS_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_OBJNR | Call by reference | Type reference (TYPE) | TT_OBJNR | Table of CO Object Numbers | 20100928 | |||
| 2 | ET_ROW_ID | Call by reference | Type reference (TYPE) | LVC_T_ROID | ALV Control: Row ID | 20101214 | |||
| 3 | ET_SELECTED_ALV_DATA | Value transfer | Type reference (TYPE) | STANDARD TABLE | 20101022 | ||||
| 4 | ET_SELECTED_TOWS_DATA | Value transfer | Type reference (TYPE) | STANDARD TABLE | 20100827 | ||||
| 5 | EV_NO_OF_SELECTED_ROWS | Call by reference | Type reference (TYPE) | I | 20101022 | ||||
| 6 | IV_ROW_NUMS_ONLY | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101123 |
Method GET_SELECTED_ROWS_DATA on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method GET_STRUCT_NAME_FROM_TT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TT_NAME | Call by reference | Type reference (TYPE) | TTYPENAME | Name of table type | 20100616 | |||
| 2 | RV_STRUCT_NAME | Value transfer | Type reference (TYPE) | TABNAME | Table Name | 20100616 |
Method GET_STRUCT_NAME_FROM_TT on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method HANDLE_AFTER_USER_COMMAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_UCOMM | Value transfer | Attribute reference (LIKE) | 20100923 |
Method HANDLE_AFTER_USER_COMMAND on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method HANDLE_BUTTON_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_COL_ID | Value transfer | Attribute reference (LIKE) | 20100716 | |||||
| 2 | ES_ROW_NO | Value transfer | Attribute reference (LIKE) | 20100716 |
Method HANDLE_BUTTON_CLICK on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method HANDLE_CONTEXT_MENU_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_OBJECT | Value transfer | Attribute reference (LIKE) | 20100616 |
Method HANDLE_CONTEXT_MENU_REQUEST on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method HANDLE_DATA_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_DATA_CHANGED | Value transfer | Attribute reference (LIKE) | 20100616 | |||||
| 2 | E_ONF4 | Value transfer | Attribute reference (LIKE) | 20100616 |
Method HANDLE_DATA_CHANGED on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method HANDLE_DATA_CHANGED_FINISHED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_GOOD_CELLS | Value transfer | Attribute reference (LIKE) | 20100616 | |||||
| 2 | E_MODIFIED | Value transfer | Attribute reference (LIKE) | 20100616 |
Method HANDLE_DATA_CHANGED_FINISHED on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method HANDLE_LEFT_CLICK_DESIGN Signature
Method HANDLE_LEFT_CLICK_DESIGN on class CL_PS_UI_GEN_ALV_FRW has no parameter.
Method HANDLE_LEFT_CLICK_DESIGN on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method HANDLE_MENU_BUTTON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_OBJECT | Value transfer | Attribute reference (LIKE) | 20100715 | |||||
| 2 | E_UCOMM | Value transfer | Attribute reference (LIKE) | 20100715 |
Method HANDLE_MENU_BUTTON on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method HANDLE_ON_VALUEREQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_EVENT_DATA | Value transfer | Attribute reference (LIKE) | 20100616 | |||||
| 2 | ES_ROW_NO | Value transfer | Attribute reference (LIKE) | 20100616 | |||||
| 3 | ET_BAD_CELLS | Value transfer | Attribute reference (LIKE) | 20100616 | |||||
| 4 | E_DISPLAY | Value transfer | Attribute reference (LIKE) | 20100616 | |||||
| 5 | E_FIELDNAME | Value transfer | Attribute reference (LIKE) | 20100616 | |||||
| 6 | E_FIELDVALUE | Value transfer | Attribute reference (LIKE) | 20100616 |
Method HANDLE_ON_VALUEREQUEST on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method HANDLE_PAGING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_UCOMM | Call by reference | Type reference (TYPE) | SY-UCOMM | Function code that PAI triggered | 20101014 |
Method HANDLE_PAGING on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method HANDLE_PAGING_BUTTONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_UCOMM | Call by reference | Type reference (TYPE) | SY-UCOMM | Function code that PAI triggered | 20101018 |
Method HANDLE_PAGING_BUTTONS on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method HANDLE_TOOLBAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_INTERACTIVE | Value transfer | Attribute reference (LIKE) | 20100616 | |||||
| 2 | E_OBJECT | Value transfer | Attribute reference (LIKE) | 20100616 |
Method HANDLE_TOOLBAR on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method HANDLE_USER_COMMAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_UCOMM | Value transfer | Attribute reference (LIKE) | 20100616 |
Method HANDLE_USER_COMMAND on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method HIDE_SPECIAL_COLUMNS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_FIELD_CATALOG | Call by reference | Type reference (TYPE) | LVC_T_FCAT | Field Catalog for List Viewer Control | 20101124 |
Method HIDE_SPECIAL_COLUMNS on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method HIERARCHY_SELECTION_CHANGED Signature
Method HIERARCHY_SELECTION_CHANGED on class CL_PS_UI_GEN_ALV_FRW has no parameter.
Method HIERARCHY_SELECTION_CHANGED on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method INITIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FIELD_CATALOG | Call by reference | Type reference (TYPE) | LVC_T_FCAT | Field Catalog for List Viewer Control | 20100616 | |||
| 2 | ET_OUT_ALV_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20100927 | ||||
| 3 | IS_ALV_INFO | Call by reference | Type reference (TYPE) | PSHLP_GRID_INFO_ST | ALV Grid Info | 20100616 | |||
| 4 | IT_ALV_F4 | Call by reference | Type reference (TYPE) | LVC_T_F4 | ALV Control: Table of Fields Registered for F4 Handling | 20100630 | |||
| 5 | IT_F4_REGISTER | Call by reference | Type reference (TYPE) | LVC_T_FNAM | ALV Control: Table of Fields Registered for F4 Handling | 20100630 | |||
| 6 | IV_NO_PROFILING | Call by reference | Type reference (TYPE) | BOOLE_D | Skip Profiling ? | 20100723 | |||
| 7 | IV_REBUILD_ALV | Call by reference | Type reference (TYPE) | BOOLE_D | Rebuild ALV ? | 20100824 |
Method INITIALIZE on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method INIT_TOOLBAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NO_PROFILING | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100829 |
Method INIT_TOOLBAR on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method MODIFY_GLOBAL_TABLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ALV_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | ALV Data | 20101203 | |||
| 2 | IT_NODE_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | API Data | 20100709 | |||
| 3 | IT_ROW_ID | Call by reference | Type reference (TYPE) | TT_ROW_ID | 20101203 |
Method MODIFY_GLOBAL_TABLES on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method OVERRIDE_DATE_OV_FLD_CATALOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_FIELD_CATALOG | Call by reference | Type reference (TYPE) | LVC_T_FCAT | Field Catalog for List Viewer Control | 20110112 | |||
| 2 | IV_IS_ACTY_ELEMENT | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | To identify Activity and Activity Element | 20110112 | ||
| 3 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | IONR-OBART | 20110112 |
Method OVERRIDE_DATE_OV_FLD_CATALOG on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method OVERRIDE_FIELD_CATALOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_FIELD_CATALOG | Call by reference | Type reference (TYPE) | LVC_T_FCAT | Field Catalog for List Viewer Control | 20100616 |
Method OVERRIDE_FIELD_CATALOG on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method OVERRIDE_TOOLBAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_TOOLBAR | Call by reference | Type reference (TYPE) | TTB_BUTTON | Toolbar Buttons | 20100616 |
Method OVERRIDE_TOOLBAR on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method PMCS_ORDER_DETAILS Signature
Method PMCS_ORDER_DETAILS on class CL_PS_UI_GEN_ALV_FRW has no parameter.
Method PMCS_ORDER_DETAILS on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method REAPPLY_DATES_COMPARISION Signature
Method REAPPLY_DATES_COMPARISION on class CL_PS_UI_GEN_ALV_FRW has no parameter.
Method REAPPLY_DATES_COMPARISION on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method REAPPLY_EXCEPTION Signature
Method REAPPLY_EXCEPTION on class CL_PS_UI_GEN_ALV_FRW has no parameter.
Method REAPPLY_EXCEPTION on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method REFRESH_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_GOOD_CELLS | Call by reference | Type reference (TYPE) | LVC_T_MODI | ALV Control: Table of Modified Cells for the Application | 20110302 | |||
| 2 | IV_NO_PROFILING | Call by reference | Type reference (TYPE) | BOOLE_D | Skip Profiling ? | 20100804 | |||
| 3 | IV_START_ODS | Call by reference | Type reference (TYPE) | BOOLE_D | Start on demand scrolling | 20110412 |
Method REFRESH_TABLE on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method REGISTER_F4_FOR_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_F4_REGISTER | Call by reference | Type reference (TYPE) | LVC_T_FNAM | ALV control: Table of field names | 20100630 |
Method REGISTER_F4_FOR_FIELDS on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method SERVICE_ENTRY_CALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGES | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20110203 | |||
| 2 | EV_EMPTY_SERVICE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110203 | ||||
| 3 | EV_PACKNO | Call by reference | Type reference (TYPE) | AFVGD-PACKNO | Package number | 20110329 | |||
| 4 | IS_ACTY_DATA | Call by reference | Type reference (TYPE) | PSHLP_ACTY_ST | PSHLP: Activity Output | 20110203 |
Method SERVICE_ENTRY_CALL on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method SET_ALV_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ALV_INFO | Value transfer | Type reference (TYPE) | PSHLP_GRID_INFO_ST | ALV Grid Info | 20101025 |
Method SET_ALV_INFO on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method SET_CELL_SCROLL_POSITION_INFO Signature
Method SET_CELL_SCROLL_POSITION_INFO on class CL_PS_UI_GEN_ALV_FRW has no parameter.
Method SET_CELL_SCROLL_POSITION_INFO on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method SET_OVERVIEW_PROFILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ALV_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | ALV Data | 20101203 | |||
| 2 | CT_NODE_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | API Data | 20100719 | |||
| 3 | ET_COLORTAB | Call by reference | Type reference (TYPE) | PSHLP_COLORTAB_TT | Color Table for Overview Screen | 20101027 | |||
| 4 | ET_MESSAGES | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20100719 | |||
| 5 | IS_NODE_TYPE | Call by reference | Type reference (TYPE) | PSHLP_UI_NODE_TYPE_ST | PSHLP SUB NODE Definition | 20100630 | |||
| 6 | IV_NO_PROFILING | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101206 | ||
| 7 | IV_OPERATION | Call by reference | Type reference (TYPE) | PSHLP_NODEACTIONNAME_DE | 'RETRIEVE' | PSHLP Action Name | 20100709 |
Method SET_OVERVIEW_PROFILE on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method SET_PAGING_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FROM_INDEX | Call by reference | Type reference (TYPE) | I | From Index | 20101021 | |||
| 2 | IV_TOTAL_NO_OF_RECORDS | Call by reference | Type reference (TYPE) | I | Total Number of Records | 20101021 | |||
| 3 | IV_TO_INDEX | Call by reference | Type reference (TYPE) | I | To Index | 20101021 |
Method SET_PAGING_VALUES on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method SET_SELECTED_ROWS_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ROW_NUM | Call by reference | Type reference (TYPE) | LVC_T_ROID | Assignment of Line Number to Line ID | 20101122 |
Method SET_SELECTED_ROWS_DATA on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method SET_SHORTTEXT_INIT_ROWS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_DATA | Call by reference | Type reference (TYPE) | PSHLP_OBJ_SHORT_TT | Table of Object number and short text | 20110202 |
Method SET_SHORTTEXT_INIT_ROWS on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method SHOW_ALL_RECORDS_FOR_OVERALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FIRST_TIME | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20110412 |
Method SHOW_ALL_RECORDS_FOR_OVERALL on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method SHOW_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_ALV_DATA_REF | Call by reference | Object reference (TYPE REF TO) | CL_ALV_CHANGED_DATA_PROTOCOL | Message Log for Data Entry | 20100618 | |||
| 2 | IT_MESSAGE | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20100618 |
Method SHOW_MESSAGES on class CL_PS_UI_GEN_ALV_FRW has no exception.
Method SORT_ACC_TO_HIERARCHY Signature
Method SORT_ACC_TO_HIERARCHY on class CL_PS_UI_GEN_ALV_FRW has no parameter.
Method SORT_ACC_TO_HIERARCHY on class CL_PS_UI_GEN_ALV_FRW has no exception.
Event Signatures
Event DATA_CHANGED Signature
Event DATA_CHANGED on class CL_PS_UI_GEN_ALV_FRW has no parameter.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 606 |