HSICBT10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter HSICBT10 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M62_CBT10 - Bank transfers 10
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: P_LAUFD = Day of run
Selection Text: P_LAUFI = Time of run
Selection Text: P_PAYDAY = Due day
Selection Text: P_TEST = Test ?
Title: Virmans transfer to DMEE
Text Symbol: 003 = Selection
Text Symbol: 008 = Transfer and output options
Text Symbol: 009 = Test
Text Symbol: 011 = DMEE
Text Symbol: 015 = Transfer options
Text Symbol: 017 = Display results as virmans
Text Symbol: 018 = ALV variant
Text Symbol: 060 = Data were succesfully writen to table DMEE with identification
Text Symbol: 061 = Run date (LAUFD) :
Text Symbol: 062 = Identification (LAUFI):
Text Symbol: 063 = Data were not written to the database
Text Symbol: 064 = Date of valuta
Text Symbol: 065 = Number of virmans
Text Symbol: 066 = Total
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_SI_F4_ZAHLLAUF CALL FUNCTION 'HR_SI_F4_ZAHLLAUF' EXPORTING f1typ = 'D' f2nme = 'P_LAUFI' IMPORTING laufd = p_laufd laufi = p_laufi.
HR_SI_F4_ZAHLLAUF CALL FUNCTION 'HR_SI_F4_ZAHLLAUF' EXPORTING f1typ = 'I' f2nme = 'P_LAUFD' IMPORTING laufd = p_laufd laufi = p_laufi.
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = alvari IMPORTING es_variant = alvari EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = repid i_structure_name = 'T7SIA6' is_variant = alvari i_save = 'X' TABLES t_outtab = itable.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.