PURECHK4 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 PURECHK4 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include PURECHK4
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HRCA_PAYMENTMETH_GETNAME CALL FUNCTION 'HRCA_PAYMENTMETH_GETNAME' EXPORTING COUNTRY = REC_COUNTRY PAYMENTMETHOD = BDPAY-PAYKY IMPORTING NAME = I042Z_TEXT1 EXCEPTIONS NOT_FOUND = 1.
HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = obj_pal_log->c_root_node i_node_txt = l_title i_categ_id = c_pal_categids-key IMPORTING e_node_key = l_node_key EXCEPTIONS others = 99.
HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = l_node_key i_row_data = l_key EXCEPTIONS others = 99.
HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = l_node_key i_node_txt = text-l02 i_categ_id = c_pal_categids-stamp IMPORTING e_node_key = obj_pal_log->g_node_key EXCEPTIONS others = 99.
HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = obj_pal_log->g_node_key i_row_data = l_stamp EXCEPTIONS others = 99.
HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = l_node_key i_node_txt = text-121 i_categ_id = c_pal_categids-cumt IMPORTING e_node_key = obj_pal_log->g_node_key EXCEPTIONS others = 99.
HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = obj_pal_log->g_node_key i_row_data = l_cumt EXCEPTIONS others = 99.
HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = l_node_key i_node_txt = text-106 i_categ_id = c_pal_categids-adjmt IMPORTING e_node_key = obj_pal_log->g_node_key EXCEPTIONS others = 99.
HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = obj_pal_log->g_node_key i_row_data = l_adjmt EXCEPTIONS others = 99.
HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = l_node_key i_node_txt = text-111 i_categ_id = c_pal_categids-stlvs IMPORTING e_node_key = obj_pal_log->g_node_key EXCEPTIONS others = 99.
HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = obj_pal_log->g_node_key i_row_data = l_stlvs EXCEPTIONS others = 99.
HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = l_node_key i_node_txt = text-139 i_categ_id = c_pal_categids-transfer IMPORTING e_node_key = obj_pal_log->g_node_key EXCEPTIONS others = 99.
HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = obj_pal_log->g_node_key i_row_data = l_transfer EXCEPTIONS others = 99.
HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = l_node_key i_node_txt = text-137 i_categ_id = c_pal_categids-bdpay IMPORTING e_node_key = obj_pal_log->g_node_key EXCEPTIONS others = 99.
HRCA_PAYMENTMETH_GETNAME CALL FUNCTION 'HRCA_PAYMENTMETH_GETNAME' EXPORTING country = rec_country paymentmethod = bdpay-payky IMPORTING name = i042z_text1 EXCEPTIONS not_found = 1 OTHERS = 99.
HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = obj_pal_log->g_node_key i_row_data = l_bdpay EXCEPTIONS others = 99.
HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = l_node_key i_node_txt = text-149 i_categ_id = c_pal_categids-crtlvs IMPORTING e_node_key = obj_pal_log->g_node_key EXCEPTIONS others = 99.
HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = obj_pal_log->g_node_key i_row_data = l_crtlvs EXCEPTIONS others = 99.
CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = l_node_key i_node_txt = text-114 i_categ_id = c_pal_categids-adret IMPORTING e_node_key = obj_pal_log->g_node_key EXCEPTIONS others = 99.
HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = obj_pal_log->g_node_key i_row_data = l_adret EXCEPTIONS others = 99.
HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = l_node_key i_node_txt = text-147 i_categ_id = c_pal_categids-prvyr IMPORTING e_node_key = obj_pal_log->g_node_key EXCEPTIONS others = 99.
HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = obj_pal_log->g_node_key i_row_data = l_prvyr EXCEPTIONS others = 99.
HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = l_node_key i_node_txt = text-145 i_categ_id = c_pal_categids-rejected IMPORTING e_node_key = obj_pal_log->g_node_key EXCEPTIONS others = 99.
HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = obj_pal_log->g_node_key i_row_data = l_rejected EXCEPTIONS others = 99.
HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = l_stcnt i_msgid = 'BL' i_msgno = '001' i_msgv1 = text-128 EXCEPTIONS OTHERS = 99.
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 PURECHK4 or its description.