RNUKACP0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program makes a copy of the column values of a service catalog...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RNUKACP0 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: CPTARIF = To catalog...
Selection Text: EINRI = Institution
Selection Text: OVERWRIT = Overwrite existing catalog
Selection Text: TARIF = Copy service catalog...
Title: IS-H: Copy Service Catalog
Text Symbol: 001 = Stop
Text Symbol: 002 = Continue
Text Symbol: 003 = Program canceled. Nothing was deleted.
Text Symbol: W01 = Service catalog is overwritten.
Text Symbol: W04 = Caution !
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING * DEFAULTOPTION = E01 TEXT_OPTION1 = 'Stop'(001) TEXT_OPTION2 = 'Weiter'(002) TEXTLINE1 = PTEXT1 * TEXTLINE2 = PTEXT2 * TEXTLINE3 = PTEXT3 TITEL = PTITEL IMPORTING ANSWER = REPLY.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNUKACP0 - IS-H: Copy Service Catalog RNUKACP0 - IS-H: Copy Service Catalog RNUISHSD - IS-H: Analyze Inconsistency Between IS-H and SD RNUISHSD - IS-H: Analyze Inconsistency Between IS-H and SD RNUINSPROV_KV_CREATE - IS-H: Program to Create a PPA Insurance Provider Master Record RNUINSPROV_KV_CREATE - IS-H: Program to Create a PPA Insurance Provider Master Record