2018 May 08 10:56 AM
Hello All,
Can you give more information about this FM :
RSBC_TOOLS_FIELD_SELECTION
Thanks in advance
Hello All,
Can you give more information about this FM :
RSBC_TOOLS_FIELD_SELECTION
Thanks in advance
2018 May 09 4:35 PM
Hi
This is a SAP standard function module of function group RSBC_TOOLS. It's inside package RSBCMD of the application component BW-WHM-DST.
If you need different information, please ask in more detail!
regards
Domi
2018 May 09 5:11 PM
I use this FM :
But i didn't get the filter function that i want
************************************************************************
data ct_field type RSAOS_T_FIELDNM.
data cs_field type RSFIELDNM.
cs_field = 'col1' .
APPEND cs_field to ct_field.
cs_field = 'col2' .
APPEND cs_field to ct_field.
CALL FUNCTION 'RSBC_TOOLS_FIELD_SELECTION'
EXPORTING
i_title_left = 'FJA_left'
i_title_right = 'FJA_right'
i_popup_title = 'FJA_title'
* IS_LAYOUT_DOUBLE_ALV =
* IT_SP_GROUP =
* I_DISPLAY_ONLY =
I_TABNAME = 'ITAB'
* IMPORTING
* E_CANCELLED =
* TABLES
* C_T_FIELDS = ct_field
* EXCEPTIONS
* TABLE_NOT_FOUND = 1
* OTHERS = 2
.
IF sy-subrc <> 0.
* Implement suitable error handling here
ENDIF.
********************************************************************
and i have the result :

and in the standard is like this :

So i need the second option to Determine Valuse for filter Criteria
Thanks
2018 May 14 4:26 PM
Hi
That's not possible with this FM - it's part of the ALV Grid class CL_GUI_ALV_GRID and it's not that easy to use it separatly!
Maybe there is another solution for your requirement if you give some more infomation!
eg:
regards
Domi
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |