SAP Reports / Programs

RPCBDAPTFPBS SAP ABAP INCLUDE - Include RPCBDAPTFPBS







RPCBDAPTFPBS 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 RPCBDAPTFPBS 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 RPCBDAPTFPBS. "Basic submit
SUBMIT RPCBDAPTFPBS AND RETURN. "Return to original report after report execution complete
SUBMIT RPCBDAPTFPBS 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 RPCBDAPTFPBS


INCLUDES used within this REPORT RPCBDAPTFPBS

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:

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = p_text(30) TABLES dd03p_tab = l_stru_data EXCEPTIONS illegal_input = 1 OTHERS = 2.

SCMS_XSTRING_TO_BINARY CALL FUNCTION 'SCMS_XSTRING_TO_BINARY' EXPORTING BUFFER = l_xstring IMPORTING OUTPUT_LENGTH = l_tab_size TABLES BINARY_TAB = l_xml_data_tab EXCEPTIONS OTHERS = 1.

SCMS_BINARY_TO_STRING CALL FUNCTION 'SCMS_BINARY_TO_STRING' EXPORTING input_LENGTH = l_tab_size IMPORTING TEXT_BUFFER = l_xml_str_content OUTPUT_LENGTH = l_size TABLES BINARY_TAB = l_xml_data_tab EXCEPTIONS OTHERS = 1.

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = c_range_seqnr object = c_object_seqnr IMPORTING number = p_number returncode = l_return.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = l_text EXCEPTIONS OTHERS = 1.

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

HR_PAL_STATS_STANDARD_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_STANDARD_MSG_ADD' EXPORTING i_selected_ee = g_s_statistics-selected i_successful_ee = g_s_statistics-processed i_erroneous_ee = g_s_statistics-rejected EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_PERNR_MSG_ADD CALL FUNCTION 'HR_PAL_PERNR_MSG_ADD' EXPORTING i_pernr = l_error-pernr i_msgid = l_error-class i_msgty = l_error-sever i_msgno = l_error-msgno i_msgv1 = l_error-msgv1 i_msgv2 = l_error-msgv2 i_msgv3 = l_error-msgv3 i_msgv4 = l_error-msgv4 EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = c_categ_id_sel_ee it_fieldcat = l_fieldcat_tab EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = 'log' i_node_txt = text-121 "Selected Employees i_icon = c_alv_icon_object_list "ICON_OBJECT_LIST i_categ_id = c_categ_id_sel_ee IMPORTING e_node_key = l_node_key EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = l_node_key i_row_data = l_sel_ee EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = c_categ_id_temse it_fieldcat = l_fieldcat_tab i_clbk = l_call_back EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = 'TEMSE' i_node_txt = text-122 "XML Temse File i_icon = c_alv_icon_xml_doc "ICON_XML_DOC i_categ_id = c_categ_id_temse IMPORTING e_node_key = l_node_key EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = l_node_key i_row_data = l_temse_data EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = 'BDAP' i_node_txt = text-120 "BDAP Content IMPORTING e_node_key = l_node_key EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = p_node_key i_row_data = p_row_data EXCEPTIONS program_error = 1 OTHERS = 2.

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

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = p_category_id it_fieldcat = l_fieldcat_tab EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD





CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = p_parent_node i_node_txt = p_note_text i_categ_id = p_category_id IMPORTING e_node_key = p_node_key EXCEPTIONS program_error = 1 OTHERS = 2.

F4TOOL_CHECKTABLE_HELP CALL FUNCTION 'F4TOOL_CHECKTABLE_HELP' EXPORTING checktable = 'T512W' retfield = 'LGART' TABLES dynpfld_mapping = l_tab_screen_fields EXCEPTIONS tabl_not_exists = 1 field_not_exists = 2 illegal_call = 3 OTHERS = 4.



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