RCLAIM001F02 SAP Report - Include für F4-Hilfe zum Datenelement CIFIMTYP
RCLAIM001F02 is a standard ABAP report available within your SAP system (depending on your version and release level). Below is the standard documentation available for this report and a few details of other objects it interacts with such as tables, function modules, includes etc. If you would like to see the full code listing simply enter the object name( RCLAIM001F02 ) into the relevant SAP transaction such as SE38 or SE80
Within the comments section below there is also an opportunity for anyone to be able add useful hints and information specific to this SAP object. This means that you and other users will be able to find these details quickly by simply searching on the object name.
TRANSACTION CODE: N/A
Includes used within report:
***INCLUDE RCLAIM001F02 *
Tables used within report and the associated select statement:
No SAP database TABLES are accessed within this report code!
Function Modules used within report and the associated call statement:
REUSE_ALV_GRID_DISPLAY
call function 'REUSE_ALV_GRID_DISPLAY'
exporting
* I_INTERFACE_CHECK = ' '
* I_BUFFER_ACTIVE = ' '
I_CALLBACK_PROGRAM = var_struc-report
I_CALLBACK_PF_STATUS_SET = 'CB_DMS_STATUS'
I_CALLBACK_USER_COMMAND = 'CALLBACK'
* 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 = 'TEST'
* I_GRID_SETTINGS =
is_layout = dt_layout
it_fieldcat = dt_fcat[]
IT_EXCLUDING = dt_excluding_fcode[]
* IT_SPECIAL_GROUPS =
* IT_SORT =
* IT_FILTER =
* IS_SEL_HIDE =
* I_DEFAULT = 'X'
i_save = 'A'
is_variant = var_struc
* 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
* IMPORTING
* E_EXIT_CAUSED_BY_CALLER =
* ES_EXIT_CAUSED_BY_USER =
tables
t_outtab = dt_qmel
* EXCEPTIONS
* PROGRAM_ERROR = 1
* OTHERS = 2
.
|