SAP Reports / Programs

RCVDERRS SAP ABAP Report - EHS: OBSOLETE







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


Text pool values


Selection Text: P_REASON = Shipping Reason
Selection Text: P_SEND = Send Shipping Orders Now
Selection Text: P_TEST = Test, Changes Not Saved
Title: EHS: OBSOLETE


INCLUDES used within this REPORT RCVDERRS

INCLUDE CBUI09.
INCLUDE CBUI15.
INCLUDE CVDD09.


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:

CVD1_RDOS_FIND CALL FUNCTION 'CVD1_RDOS_FIND' EXPORTING i_rdo_header = l_rdo_header IMPORTING e_records_found = l_records_found TABLES e_keytab = l_key_tab.

CVD1_RDOS_READ CALL FUNCTION 'CVD1_RDOS_READ' EXPORTING i_scenario = espap_scenario-header_upd i_addinf = l_addinf i_flg_header = true i_flg_parameter = esp1_false IMPORTING e_flg_lockfail = l_flg_lockfail e_flg_error = l_flg_error e_flg_warning = l_flg_warning TABLES x_api_header_tab = l_api_header_tab EXCEPTIONS parameter_error = 1 no_object_specified = 2 OTHERS = 3.

CVFU_API_MESSAGES_SHOW CALL FUNCTION 'CVFU_API_MESSAGES_SHOW' EXPORTING i_flg_lockfail = l_flg_lockfail i_flg_error = l_flg_error i_flg_warning = l_flg_warning TABLES i_api_header_tab = l_api_header_tab * I_API_PARAMETER_TAB = EXCEPTIONS OTHERS = 1.

CVEC_RDOS_RESTORE CALL FUNCTION 'CVEC_RDOS_RESTORE' IMPORTING e_flg_error = l_flg_error e_flg_warning = l_flg_warning e_flg_lockfail = l_flg_lockfail TABLES x_rdo_header_tab = l_api_header_tab EXCEPTIONS OTHERS = 1.

CVFU_API_MESSAGES_SHOW CALL FUNCTION 'CVFU_API_MESSAGES_SHOW' EXPORTING i_flg_lockfail = l_flg_lockfail i_flg_error = l_flg_error i_flg_warning = l_flg_warning TABLES i_api_header_tab = l_api_header_tab * I_API_PARAMETER_TAB = EXCEPTIONS OTHERS = 1.

CVEC_RDOS_SEND CALL FUNCTION 'CVEC_RDOS_SEND' IMPORTING e_flg_error = l_flg_error e_flg_warning = l_flg_warning e_flg_lockfail = l_flg_lockfail TABLES x_rdo_header_tab = l_api_header_tab.

CVFU_API_MESSAGES_SHOW CALL FUNCTION 'CVFU_API_MESSAGES_SHOW' EXPORTING i_flg_lockfail = l_flg_lockfail i_flg_error = l_flg_error i_flg_warning = l_flg_warning TABLES i_api_header_tab = l_api_header_tab * I_API_PARAMETER_TAB = EXCEPTIONS OTHERS = 1.

CVD1_RDOS_SAVE_TO_DB CALL FUNCTION 'CVD1_RDOS_SAVE_TO_DB' EXPORTING i_flg_header = true * I_FLG_PARAMETER = ESP1_FALSE i_flg_commit = true.

CVD1_RDOS_RELEASE_LOCKS CALL FUNCTION 'CVD1_RDOS_RELEASE_LOCKS' EXPORTING i_flg_header = true i_flg_parameter = true.



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