SAP Reports / Programs

RPCASRPTFPBS SAP ABAP INCLUDE - Include RPCASRPTFPBS







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


INCLUDES used within this REPORT RPCASRPTFPBS

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:

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = lv_dyname dynumb = lv_dynumb TABLES dynpfields = lt_dynpfields.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'FOLNAME' value_org = 'S' " structure TABLES value_tab = lt_f4_help_for_form_name[] return_tab = lt_ret EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = lv_dyname dynumb = lv_dynumb TABLES dynpfields = lt_dynpfields.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'PPTP_S_ASR_REPO' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = ct_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

RH_OBJECT_DESCRIPTION_READ CALL FUNCTION 'RH_OBJECT_DESCRIPTION_READ' EXPORTING plvar = -plvar otype = gv_job_pos objid = lv_objid subty = lv_subty langu = sy-langu TABLES ptxt1002 = lt_ptxt1002 EXCEPTIONS nothing_found = 1 infty_empty = 2 undefined = 3 OTHERS = 4.

HR_CALL_TEXTEDITOR CALL FUNCTION 'HR_CALL_TEXTEDITOR' CHANGING editor_text = lt_editor_text[].

RH_OBJECT_DESCRIPTION_READ CALL FUNCTION 'RH_OBJECT_DESCRIPTION_READ' EXPORTING plvar = ps_om_node-plvar otype = pv_job_pos objid = lv_objid subty = lv_subty langu = sy-langu TABLES ptxt1002 = lt_ptxt1002 EXCEPTIONS nothing_found = 1 infty_empty = 2 undefined = 3 OTHERS = 4.

H99B_OPEN_LFORM_JOB CALL FUNCTION 'H99B_OPEN_LFORM_JOB' EXPORTING i_molga = pv_molga i_fogroup = pc_iid_form_group i_folname = lv_pdf_logical_name language = sy-langu i_raise_job_not_opened = abap_true EXCEPTIONS fotype_invalid = 1 job_not_opened = 2 OTHERS = 3.

H99B_OUTPUT_LFORM CALL FUNCTION 'H99B_OUTPUT_LFORM' EXPORTING i_molga = pv_molga i_fogroup = pc_iid_form_group i_folname = lv_pdf_logical_name i_data_struc = lt_om_log i_language = sy-langu EXCEPTIONS OTHERS = 99.

H99B_CLOSE_LFORM_JOB CALL FUNCTION 'H99B_CLOSE_LFORM_JOB' EXCEPTIONS OTHERS = 99.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = lv_text EXCEPTIONS OTHERS = 0.

RH_READ_INFTY_NNNN CALL FUNCTION 'RH_READ_INFTY_NNNN' EXPORTING plvar = pv_plvar otype = pv_otype objid = pv_objid begda = pv_begda endda = pv_endda extend = 'X' infty = '1005' istat = '1' TABLES innnn = lt_p1005 EXCEPTIONS nothing_found = 01 wrong_condition = 02.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = pv_feature struc_content = ps_content kind_of_error = '4' IMPORTING back = cv_value EXCEPTIONS error_message = 1 OTHERS = 2.

RH_READ_INFTY_NNNN CALL FUNCTION 'RH_READ_INFTY_NNNN' EXPORTING plvar = pv_plvar otype = pv_otype objid = pv_objid begda = pv_begda endda = pv_endda extend = 'X' infty = '1676' istat = '1' TABLES innnn = lt_p1676 EXCEPTIONS nothing_found = 01 wrong_condition = 02.

SSFC_BASE64_ENCODE CALL FUNCTION 'SSFC_BASE64_ENCODE' "#EC * EXPORTING bindata = lv_bitmap IMPORTING b64data = cv_logo EXCEPTIONS ssf_krn_error = 1 ssf_krn_noop = 2 ssf_krn_nomemory = 3 ssf_krn_opinv = 4 ssf_krn_input_data_error = 5 ssf_krn_invalid_par = 6 ssf_krn_invalid_parlen = 7 OTHERS = 8.

RH_READ_INFTY_NNNN CALL FUNCTION 'RH_READ_INFTY_NNNN' "#EC * EXPORTING plvar = ps_om_log-plvar otype = pv_otype objid = pv_objid begda = ps_om_log-begda endda = ps_om_log-endda extend = 'X' infty = pv_infotype istat = '1' TABLES innnn = lt_data[] EXCEPTIONS nothing_found = 01 wrong_condition = 02.

HR_99S_COPY_STRUC1_STRUC2 CALL FUNCTION 'HR_99S_COPY_STRUC1_STRUC2' EXPORTING p_struct1 = ls_data IMPORTING p_struct2 = .



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