RTPM_CORRECT_RPNNR_IN_VWBEVI 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 RTPM_CORRECT_RPNNR_IN_VWBEVI 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.
Selection Text: P_CC = Company Code
Selection Text: P_TEST = Test Run
Title: Adjust Daybook No. of Type '%A' in VWBEKI
Text Symbol: 001 = Upd. Run
Text Symbol: 002 = Test Run
Text Symbol: 003 = Following Daybook Nos Replaced:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TBNR_NUMBER_GET_NEXT CALL FUNCTION 'TBNR_NUMBER_GET_NEXT' EXPORTING i_nr_range_nr = '01' i_object = 'FVVW_PNNR' i_subobject = p_cc IMPORTING e_number = l_correct_rpnnr EXCEPTIONS exc_number_range_not_intern = 1 exc_object_not_found = 2 exc_quantity_is_0 = 3 exc_quantity_is_not_1 = 4 exc_interval_overflow = 5 exc_nbr_creation_failed = 6 exc_request_failed = 7 OTHERS = 8.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RTPM_CORRECT_RPNNR_IN_VWBEVI - Adjust Daybook No. of Type '%A' in VWBEKI RTPM_CORRECT_RPNNR_IN_VWBEVI - Adjust Daybook No. of Type '%A' in VWBEKI RTPM_CORRECT_OTC_TRANSACTIONS - Corrects data inconsistencies for conversion to Enterprise 2.0 RTPM_CORRECT_OTC_TRANSACTIONS - Corrects data inconsistencies for conversion to Enterprise 2.0 RTPM_CORRECT_INACTIVE_LOTS - Correction Program for Deactivated Lots that Should Be Active RTPM_CORRECT_INACTIVE_LOTS - Correction Program for Deactivated Lots that Should Be Active