SAP Reports / Programs | Payroll | India(PY-IN) SAP PY

PCINBONI_ALV SAP ABAP INCLUDE - Sub Routines for HINCBON0







PCINBONI_ALV is a standard ABAP INCLUDE 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 PCINBONI_ALV into the relevant SAP transactions such as SE38 or SE80


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 PCINBONI_ALV. "Basic submit
SUBMIT PCINBONI_ALV AND RETURN. "Return to original report after report execution complete
SUBMIT PCINBONI_ALV VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT PCINBONI_ALV

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:

NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING langu = sy-langu tabname = 'RPCAWSRX' TABLES nametab = nametab EXCEPTIONS internal_error = 1 table_has_no_fields = 2 table_not_activ = 3 no_texts_found = 4 OTHERS = 5.

RP_OPTIONS_INTO_STRING CALL FUNCTION 'RP_OPTIONS_INTO_STRING' EXPORTING * max_chosen_number = max_cond delimiter_sign = '/' text_title = conditxt+5 text_left = text-fb3 text_right = text-fb2 status = 'NOORDER' text_object = 'PA_RPCAWSR0_DIALOGINFO_DATEN' TABLES text_symbol_relation_tab = condition CHANGING string_value = condi_s EXCEPTIONS table_string_inconsistency = 1 unknown_status = 2.

RP_OPTIONS_INTO_STRING * CALL FUNCTION 'RP_OPTIONS_INTO_STRING' * EXPORTING ** max_chosen_number = max_cond * delimiter_sign = '/' ** TEXT_TITLE = ABS_TXT+5 * text_left = text-fb4 * text_right = text-fb2 ** status = 'NOORDER' * status = 'ORDER' * text_object = 'PA_RPCAWSR0_DIALOGINFO_DATEN' * TABLES * text_symbol_relation_tab = absence ** CHANGING ** STRING_VALUE = NO_ABS * EXCEPTIONS * table_string_inconsistency = 1 * unknown_status = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = 'HINCBON0' i_internal_tabname = 'PROTOCOL' i_inclname = 'PCINBOND' CHANGING ct_fieldcat = fieldcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING group = mappname user = sy-uname.

HR_APPEND_ERROR_LIST * CALL FUNCTION 'HR_APPEND_ERROR_LIST' * EXPORTING * pernr = $pernr * arbgb = $arbgb "7R * msgty = $type * msgno = $msgno * msgv1 = $msgv1 * msgv2 = $msgv2 * msgv3 = $msgv3 * msgv4 = $msgv4 * EXCEPTIONS * OTHERS = 1.

HR_PAL_PERNR_MSG_ADD CALL FUNCTION 'HR_PAL_PERNR_MSG_ADD' EXPORTING i_pernr = l_pernr i_msgid = l_arbgb i_msgty = l_msgty i_msgno = l_msgno i_msgv1 = l_msgv1 i_msgv2 = l_msgv2 i_msgv3 = l_msgv3 i_msgv4 = l_msgv4.

HR_PERSONAL_WORK_SCHEDULE CALL FUNCTION 'HR_PERSONAL_WORK_SCHEDULE' EXPORTING pernr = pernr-pernr begda = $begda endda = $endda i0001_i0007_error = '0' * IMPORTING * WARNING_OCCURED = TABLES i0000 = p0000 i0001 = p0001 i0002 = p0002 i0007 = p0007 i2001 = p2001 i2002 = p2002 i2003 = p2003 perws = psp EXCEPTIONS error_occured = 1 abort_occured = 2 OTHERS = 3.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING tcode = 'PA30' TABLES dynprotab = bdcdata.

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING beg = begda end = endda IMPORTING hire_date = hiredate fire_date = firedate TABLES pp0000 = p0000 pp0001 = p0001 pphifi = phifi.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING fieldname = fnam tabname = tnam titel = title IMPORTING select_value = chd_value TABLES fields = ihelp_fields valuetab = helptab EXCEPTIONS field_not_in_ddic = 01 more_then_one_selectfield = 02 no_selectfield = 03.

RP_FILL_WAGE_TYPE_TABLE_EXT CALL FUNCTION 'RP_FILL_WAGE_TYPE_TABLE_EXT' EXPORTING appli = 'P' pernr = pernr-pernr infty = pinfty begda = pbegda endda = pendda subty = psubty objps = pobjps seqnr = pseqnr TABLES pp0001 = p0001 pp0007 = p0007 pp0008 = p0008 ppbwla = ppbwla EXCEPTIONS error_at_indirect_evaluation = 1.

RP_CONVERT_WAGE_TYPE_TABLE CALL FUNCTION 'RP_CONVERT_WAGE_TYPE_TABLE' EXPORTING waers = stat-currs "'SGD' datum = pbegda TABLES ppbwla = ppbwla EXCEPTIONS error_at_indirect_evaluation = 1.

HR_DISPLAY_BASIC_LIST CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' EXPORTING * BASIC_LIST_TITLE = file_name = myreport IMPORTING return_code = return_code TABLES data_tab = protocol fieldname_tab = fieldnames EXCEPTIONS download_problem = 1 no_data_tab_entries = 2 table_mismatch = 3 print_problems = 4 OTHERS = 5.

HR_DISPLAY_ERROR_LIST * CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' * EXPORTING * no_popup = 'X' * no_print = space * EXCEPTIONS * invalid_linesize = 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.

HR_PERSONAL_WORK_SCHEDULE CALL FUNCTION 'HR_PERSONAL_WORK_SCHEDULE' EXPORTING pernr = pernr-pernr begda = er_begda endda = er_endda * IMPORTING * WARNING_OCCURED = TABLES i0000 = p0000 i0001 = p0001 i0002 = p0002 i0007 = p0007 i2001 = p2001 i2002 = p2002 i2003 = p2003 perws = perws EXCEPTIONS error_occured = 1 abort_occured = 2 OTHERS = 3.

HR_ABS_ATT_TIMES CALL FUNCTION 'HR_ABS_ATT_TIMES' EXPORTING pernr = pernr-pernr awart = p2001-awart begda = er_begda endda = er_endda beguz = p2001-beguz enduz = p2001-enduz vtken = p2001-vtken stdaz = p2001-stdaz alldf = p2001-alldf TABLES m0001 = p0001 pws = perws times_per_day = itpd EXCEPTIONS it0001_missing = 1 customizing_error = 2 error_occurred = 3 end_before_begin = 4 missing_pws = 5 OTHERS = 6.

REUSE_ALV_GRID_DISPLAY





CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' "ACC >>> EXPORTING i_callback_program = lv_repid it_fieldcat = fieldcat[] it_events = lt_events[] i_grid_title = text-t03 TABLES t_outtab = protocol EXCEPTIONS program_error = 1 OTHERS = 2.



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