RCPREZ02 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 RCPREZ02 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: Master Recipe: Delete Long Texts with TEXT-ID RZ**
Text Symbol: 001 = The following text was not found:
Text Symbol: 002 = Number of deleted texts:
Text Symbol: P01 = Do you want to delete the recipe
Text Symbol: P02 = long texts with text ID RZ**?
Text Symbol: P03 = Delete master recipe long texts
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'N' TEXTLINE1 = TEXT-P01 TEXTLINE2 = TEXT-P02 TITEL = TEXT-P03 IMPORTING ANSWER = ANSWER.
DELETE_TEXT CALL FUNCTION 'DELETE_TEXT' EXPORTING ID = EXTRACT-TDID LANGUAGE = SY-LANGU NAME = EXTRACT-TDNAME OBJECT = OBJ_ROUT EXCEPTIONS NOT_FOUND = 01.
COMMIT_TEXT CALL FUNCTION 'COMMIT_TEXT' IMPORTING COMMIT_COUNT = CNT_TEXTS.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RCPREZ02 - Master Recipe: Delete Long Texts with TEXT-ID RZ** RCPREZ02 - Master Recipe: Delete Long Texts with TEXT-ID RZ** RCPREZ01 - Master Recipe: Convert Long Texts (TEXT-ID: RZ** > PL**) RCPREZ01 - Master Recipe: Convert Long Texts (TEXT-ID: RZ** > PL**) RCPREZ00 - Master Recipe: Convert Long Texts (Remove Client from RZFV) RCPREZ00 - Master Recipe: Convert Long Texts (Remove Client from RZFV)