Class Method list used by SAP ABAP Class CL_SIMPLE_FILE_VIEWER (Formatting of File Contents for Display in an ALV Grid)
SAP ABAP Class CL_SIMPLE_FILE_VIEWER (Formatting of File Contents for Display in an ALV Grid) is using
# Object Type Object Name Object Description Note
     
1 Class Method  CL_GUI_ALV_GRID - SET_TABLE_FOR_FIRST_DISPLAY ALV List Viewer
2 Class Method  CL_SIMPLE_FILE_VIEWER - _CHECK_LOAD_ERRORS Formatting of File Contents for Display in an ALV Grid SOURCE _check_load_errors( ).
3 Class Method  CL_SIMPLE_FILE_VIEWER - _CREATE_GRID_DATA Formatting of File Contents for Display in an ALV Grid SOURCE me->_grid_data = _create_grid_data( ).
4 Class Method  CL_SIMPLE_FILE_VIEWER - _CREATE_GRID_HEADER Formatting of File Contents for Display in an ALV Grid SOURCE me->_grid_header = _create_grid_header( ).
5 Class Method  CL_SIMPLE_FILE_VIEWER - _GET_FILEDATA Formatting of File Contents for Display in an ALV Grid SOURCE me->_file_data = _get_filedata( i_destination = rfc_destination i_filename = me->_file_name ).
6 Class Method  CL_SIMPLE_FILE_VIEWER - _GET_FILEDATA Formatting of File Contents for Display in an ALV Grid SOURCE me->_file_data = _get_filedata( i_destination = i_rfc_destination i_filename = i_filename ).
7 Class Method  CL_SIMPLE_FILE_VIEWER - _GET_FILENAME Formatting of File Contents for Display in an ALV Grid SOURCE me->_file_name = _get_filename( i_tool_info ).
8 Class Method  CL_SIMPLE_FILE_VIEWER - _GET_RFC_DESTINATION Formatting of File Contents for Display in an ALV Grid SOURCE rfc_destination = _get_rfc_destination( i_tool_info ).
9 Class Method  CL_SIMPLE_FILE_VIEWER - _GET_SEPARATORS Formatting of File Contents for Display in an ALV Grid SOURCE _get_separators( ).
10 Class Method  CL_SIMPLE_FILE_VIEWER - _NEXT_ROW Formatting of File Contents for Display in an ALV Grid SOURCE buf = _next_row( ).
11 Class Method  CL_SIMPLE_FILE_VIEWER - _NEXT_ROW Formatting of File Contents for Display in an ALV Grid SOURCE buf = _next_row( ).
12 Class Method  CL_SIMPLE_FILE_VIEWER - _NEXT_ROW Formatting of File Contents for Display in an ALV Grid SOURCE buf = _next_row( ).
13 Class Method  CL_SIMPLE_FILE_VIEWER - _PROCESS_FILE_DATA Formatting of File Contents for Display in an ALV Grid SOURCE _process_file_data( ).
14 Class Method  CL_SIMPLE_FILE_VIEWER - _PROCESS_FILE_DATA Formatting of File Contents for Display in an ALV Grid SOURCE _process_file_data( ).