1.TYPE-POOLS: KKBLO
에서 KKBO 뭔가요?
2. REUSE_ALV_GRID_DISPLAY
파라미터값들에 대한 자세한 설명을 알고 싶습니다.
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
EXPORTING
* I_INTERFACE_CHECK = ' '
* I_BYPASSING_BUFFER = ' '
* I_BUFFER_ACTIVE = ' '
* I_CALLBACK_PROGRAM = ' '
* I_CALLBACK_PF_STATUS_SET = ' '
* I_CALLBACK_USER_COMMAND = ' '
* I_CALLBACK_TOP_OF_PAGE = ' '
* I_CALLBACK_HTML_TOP_OF_PAGE = ' '
* I_CALLBACK_HTML_END_OF_LIST = ' '
* I_STRUCTURE_NAME =
* I_BACKGROUND_ID = ' '
* I_GRID_TITLE =
* I_GRID_SETTINGS =
* IS_LAYOUT =
IT_FIELDCAT = GT_FIELDCAT
* IT_EXCLUDING =
* IT_SPECIAL_GROUPS =
* IT_SORT =
* IT_FILTER =
* IS_SEL_HIDE =
* I_DEFAULT = 'X'
* I_SAVE = ' '
* IS_VARIANT =
* IT_EVENTS =
* IT_EVENT_EXIT =
* IS_PRINT =
* IS_REPREP_ID =
* I_SCREEN_START_COLUMN = 0
* I_SCREEN_START_LINE = 0
* I_SCREEN_END_COLUMN = 0
* I_SCREEN_END_LINE = 0
* IT_ALV_GRAPHICS =
* IT_HYPERLINK =
* IT_ADD_FIELDCAT =
* IT_EXCEPT_QINFO =
* I_HTML_HEIGHT_TOP =
* I_HTML_HEIGHT_END =
* IMPORTING
* E_EXIT_CAUSED_BY_CALLER =
* ES_EXIT_CAUSED_BY_USER =
TABLES
T_OUTTAB =
* EXCEPTIONS
* PROGRAM_ERROR = 1
* OTHERS = 2
.
다 뭔 파라미터인지 설명된 자료가 없어서 이아밥책에 없는 것 같습니다. f1를 눌러도 정보가 없는것 같고..
다 설명이 어려우면 중요한 내용만 설명부탁합니다. 아니면 그런 자료가 있으면 알려주세요.
I_INTERFACE_CHECK: Interface consistency check log output
I_BYPASSING_BUFFER: Ignore all buffers
I_BUFFER_ACTIVE: Buffering active
I_CALLBACK_PROGRAM: Name of the calling program
I_CALLBACK_PF_STATUS_SET: Set EXIT routine to status
I_CALLBACK_USER_COMMAND: EXIT routine for command handling
I_CALLBACK_TOP_OF_PAGE: EXIT routine for handling TOP-OF-PAGE
I_CALLBACK_HTML_TOP_OF_PAGE: EXIT routine for HTML TOP-OF-PAGE
I_CALLBACK_HTML_END_OF_LIST: EXIT routine for HTML END-OF-LIST
I_STRUCTURE_NAME: Internal output table structure name
I_BACKGROUND_ID: Object ID of wallpaper
I_GRID_TITLE: Control title
I_GRID_SETTINGS: Grid settings
IS_LAYOUT: List layout specifications
IT_FIELDCAT: Field catalog with field descriptions
IT_EXCLUDING: Table of inactive function codes
IT_SPECIAL_GROUPS: Grouping fields for column selection
IT_SORT TYPE: Sort criteria for first list display
IT_FILTER TYPE: Filter criteria for first list output
IS_SEL_HIDE: Selection information modification
I_DEFAULT: 'X' Initial variant active/inactive logic
I_SAVE: Variants can be saved
IS_VARIANT: Variant information
IT_EVENTS: Table of events to perform
IT_EVENT_EXIT: Standard fcode exit requests table
IS_PRINT: Print information
IS_REPREP_ID: Initialization key for Re/Re interface
I_SCREEN_START_COLUMN: Coordinates for list in dialog box
I_SCREEN_START_LINE: Coordinates for list in dialog box
I_SCREEN_END_COLUMN: Coordinates for list in dialog box
I_SCREEN_END_LINE: Coordinates for list in dialog box
IT_ALV_GRAPHICS: Parameter for ALV graphic
IT_HYPERLINK: Hyperlinks
IT_ADD_FIELDCAT: Additional Field Catalog Options
IT_EXCEPT_QINFO:
I_HTML_HEIGHT_TOP: HTML_TOP_OF_PAGE height
I_HTML_HEIGHT_END: HTML_END_OF_PAGE height
IMPORTING
E_EXIT_CAUSED_BY_CALLER: Delete list in CALLBACK_USER_COMMAND
ES_EXIT_CAUSED_BY_USER: How the user left the list
TABLES
T_OUTTAB: Table with data to be displayed