SAP Reports / Programs

HSIUBT90 SAP ABAP Report - Copy IT0009 record for SEPA purpose







HSIUBT90 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 HSIUBT90 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_UBT90 - Copy IT0009 record for SEPA purpose


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 HSIUBT90. "Basic submit
SUBMIT HSIUBT90 AND RETURN. "Return to original report after report execution complete
SUBMIT HSIUBT90 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: PA_ZLSCH = Payment method (new record)
Selection Text: PA_TEST = Test mode
Selection Text: PA_OVERR = Overwrite existing IT record
Selection Text: PA_DOBTC = Perform batch
Selection Text: PA_BRDAT = IT record break date
Title: Copy IT0009 record for SEPA purpose
Text Symbol: T02 = Enter data for batch processing
Text Symbol: T01 = Enter data interval for processing
Text Symbol: S16 = Update mode
Text Symbol: S15 = User name for map
Text Symbol: S14 = Processing mode
Text Symbol: S13 = Map name
Text Symbol: S12 = Call transaction
Text Symbol: S11 = Batch input map
Text Symbol: LE9 = More records of subtype 1 with the same BEGDA
Text Symbol: LE8 = IBAN generation error
Text Symbol: LE7 = Bank key error
Text Symbol: LE6 = Fire before IT record date
Text Symbol: LE5 = Empty hours, existing IT record deleted
Text Symbol: LE4 = Empty hours
Text Symbol: LE3 = Locked pernr
Text Symbol: LE2 = IT 0009 record already exist
Text Symbol: LE1 = No record to conversion
Text Symbol: L07 = Overtime hours
Text Symbol: L06 = Error information
Text Symbol: L05 = Unsuccessfully
Text Symbol: L04 = Successfully generated
Text Symbol: L03 = Unconverted records
Text Symbol: L02 = Converted records


INCLUDES used within this REPORT HSIUBT90

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:

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' IMPORTING fire_date = lv_fire TABLES pphifi = lt_hifi pp0000 = p0000 pp0001 = p0001.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = pv_relnode i_node_txt = pv_nodetxt i_categ_id = pv_categ IMPORTING e_node_key = pv_nodekey EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = p_node i_save = 'A' is_layout = p_layout it_fieldcat = p_fldcat i_rttc = 'X' EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = p_nodekey i_row_data = p_data EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = p_count i_msgid = ls_msg-msgid i_msgty = ls_msg-msgty i_msgno = ls_msg-msgno i_msgv1 = ls_msg-msgv1 i_msgv2 = ls_msg-msgv2 i_msgv3 = ls_msg-msgv3 i_msgv4 = ls_msg-msgv4 EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_display_profile EXCEPTIONS program_error = 1 no_logs = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = lv_icon_name " TEXT = lv_ICON_TEXT " INFO = 'Status' add_stdinf = space IMPORTING RESULT = lv_status_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING client = sy-mandt group = pa_bname user = pa_buser keep = 'X'.

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP'.

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP'.

HR_EMPLOYEE_ENQUEUE CALL FUNCTION 'HR_EMPLOYEE_ENQUEUE' EXPORTING number = -pernr IMPORTING return = ls_bapiret.

HR_EMPLOYEE_DEQUEUE CALL FUNCTION 'HR_EMPLOYEE_DEQUEUE' EXPORTING number = -pernr IMPORTING return = ls_bapiret.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING tcode = p_tcode TABLES dynprotab = gt_bdcdata.

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING client = sy-mandt group = pa_bname user = pa_buser keep = 'X' holddate = sy-datum.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING tcode = p_tcode TABLES dynprotab = gt_bdcdata.



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 HSIUBT90 or its description.