SAP Reports / Programs | Payroll | Japan(PY-JP) SAP PY

HJPUBT_BOTAX_FORMS SAP ABAP INCLUDE - Include HJPUCP_DTFTM_FORMS







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


Text pool values


Title: Include HJPUCP_DTFTM_FORMS


INCLUDES used within this REPORT HJPUBT_BOTAX_FORMS

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:

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = iv_struc_name changing ct_fieldcat = lt_fieldcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.

DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = iv_struc_name langu = sy-langu lfieldname = lv_lname all_types = 'X' importing dfies_wa = ls_dfies exceptions not_found = 1 internal_error = 2 others = 3.

HR_PAL_CREATE_NODE_CATEG call function 'HR_PAL_CREATE_NODE_CATEG' exporting i_categ_id = iv_categ it_fieldcat = lt_fieldcat is_layout = lv_alv_layout is_pushbuttons = is_but i_save = 'A' is_variant = iv_variant exceptions program_error = 1 others = 2.

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = iv_fathernode i_node_txt = iv_periodt i_categ_id = iv_categ i_icon = icon_list importing e_node_key = cv_node exceptions program_error = 1 others = 2.

HR_PAL_NODE_ADD_ROW call function 'HR_PAL_NODE_ADD_ROW' exporting i_node_key = lv_node i_row_data = is_record_data exceptions program_error = 1 others = 2.

HR_ENTRY_DATE call function 'HR_ENTRY_DATE' exporting persnr = cs_line-pernr * endda = iv_keydate importing entrydate = cs_line-entry exceptions entry_date_not_found = 1.

HR_LEAVING_DATE call function 'HR_LEAVING_DATE' exporting persnr = cs_line-pernr importing leavingdate = cs_line-leavd exceptions leaving_date_not_found = 1.

HRCA_COMPANYCODE_GETDETAIL call function 'HRCA_COMPANYCODE_GETDETAIL' exporting companycode = iv_bukrs language = sy-langu importing comp_name = cv_butxt exceptions not_found = 1 others = 2.

HRCA_BUSINESSAREA_GETDETAIL call function 'HRCA_BUSINESSAREA_GETDETAIL' exporting bus_area = iv_gsber language = sy-langu importing bus_ar_des = cv_gtext exceptions not_found = 1 others = 2.

REUSE_ALV_VARIANT_DEFAULT_GET call function 'REUSE_ALV_VARIANT_DEFAULT_GET' exporting i_save = 'A' changing cs_variant = cs_alv_variant exceptions not_found = 2.

REUSE_ALV_VARIANT_F4 call function 'REUSE_ALV_VARIANT_F4' exporting is_variant = ls_variant i_save = 'A' importing es_variant = ls_variant.

HR_FEATURE_BACKFIELD call function 'HR_FEATURE_BACKFIELD' exporting feature = '22EBO' struc_content = is_pjpbt importing back = cs_line-boid exceptions no_backvalue = 1 others = 2.

HR_FEATURE_BACKFIELD call function 'HR_FEATURE_BACKFIELD' exporting feature = '22BES' struc_content = is_pjpbt importing back = cv_22bes exceptions no_backvalue = 1 others = 2.

HR_FEATURE_BACKFIELD call function 'HR_FEATURE_BACKFIELD' exporting feature = '22DIS' struc_content = is_pjpbt importing back = cs_line-disst exceptions no_backvalue = 1 others = 2.

RP_EDIT_NAME_J call function 'RP_EDIT_NAME_J' exporting format = '02' molga = gc_molga pp0002 = is_p0002 importing edit_name = cv_name retcode = lv_ret_code.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = 'PJP_BT_ERROR_KEY' changing ct_fieldcat = lt_fieldcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.

DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = 'PJP_BT_ERROR' langu = sy-langu lfieldname = lv_lname all_types = 'X' importing dfies_wa = ls_dfies exceptions not_found = 1 internal_error = 2 others = 3.

HR_PAL_CREATE_NODE_CATEG call function 'HR_PAL_CREATE_NODE_CATEG' exporting i_categ_id = 'PERNR' it_fieldcat = lt_fieldcat i_with_msg_fields = 'X' i_msg_text_pos = 16 i_icon_ltext_pos = 17 is_variant = ls_alv_variant i_save = 'A' is_layout = lv_alv_layout exceptions program_error = 1 others = 2.

HR_PAL_NODE_ADD





call function 'HR_PAL_NODE_ADD' exporting i_relatkey = 'ROOT' i_node_txt = text-l01 i_categ_id = 'PERNR' i_icon = icon_failure importing e_node_key = gv_error_node exceptions program_error = 1 others = 2.

HR_PAL_NODE_MSG_ADD call function 'HR_PAL_NODE_MSG_ADD' exporting i_node_key = gv_error_node i_msgid = is_error-arbgb i_msgty = is_error-msgty i_msgno = is_error-msgno i_msgv1 = is_error-msgv1 i_msgv2 = is_error-msgv2 i_msgv3 = is_error-msgv3 i_msgv4 = is_error-msgv4 i_context = ls_error_key exceptions program_error = 1 others = 2.

HR_PAL_NODE_MSG_ADD call function 'HR_PAL_NODE_MSG_ADD' exporting i_node_key = gv_error_node i_msgid = is_error-arbgb i_msgty = is_error-msgty i_msgno = is_error-msgno i_msgv1 = is_error-msgv1 i_msgv2 = is_error-msgv2 i_msgv3 = is_error-msgv3 i_msgv4 = is_error-msgv4 i_context = ls_error_key exceptions program_error = 1 others = 2.

HR_PAL_LOG_DISPLAY call function 'HR_PAL_LOG_DISPLAY' exporting i_s_display_profile = lv_display_profile exceptions program_error = 1 no_logs = 2 others = 3.

HR_READ_FOREIGN_OBJECT_TEXT call function 'HR_READ_FOREIGN_OBJECT_TEXT' exporting otype = 'K' costcenter = p0001-kostl controllingarea = p0001-kokrs begda = p0001-begda endda = p0001-endda reference_date = p0001-begda langu = sy-langu importing costcenter_name = cv_ktext exceptions nothing_found = 1 wrong_objecttype = 2 missing_costcenter_data = 3 missing_object_id = 4 others = 5.

HRCA_CONTROLLINGAREA_FIND call function 'HRCA_CONTROLLINGAREA_FIND' exporting companycode = p0001-bukrs businessarea = p0001-gsber importing contrlarea = cv_kokrs exceptions not_found = 1 others = 2.

HRCA_CONTROLLINGAREA_FISCYEAR call function 'HRCA_CONTROLLINGAREA_FISCYEAR' exporting co_area = is_p0001-kokrs posting_date = iv_birchk_date importing fiscal_year = lv_fiscyear fiscal_period = lv_fiscperiod exceptions period_error = 1 get_receiver_failed = 2 others = 3.

HRCA_CONTROLLINGAREA_FY_PERIOD call function 'HRCA_CONTROLLINGAREA_FY_PERIOD' exporting co_area = is_p0001-kokrs fiscal_year = lv_fiscyear fiscal_period = '001' importing first_day_of_period = lv_firstday exceptions period_error = 1 get_receiver_failed = 2 others = 3.

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = 'PJP_BT_EMP_STAT' value = lv_value langu = sy-langu IMPORTING dd07v_wa = ls_dd07v rc = lv_rc.



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