SAP Reports / Programs | Payroll(PY) SAP PY

HSICBT10 SAP ABAP Report - Virmans transfer to DMEE







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M62_CBT10 - Bank transfers 10


ABAP code to call this SAP report using the submit statement

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.






SUBMIT HSICBT10. "Basic submit
SUBMIT HSICBT10 AND RETURN. "Return to original report after report execution complete
SUBMIT HSICBT10 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT HSICBT10

No INCLUDES are used within this REPORT code!


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:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name HSICBT10 or its description.