SAP Reports / Programs

RPRFVCPY SAP ABAP Report - Copy Program for Form Variants RPRFVCPY







RPRFVCPY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With the copy and delete program, you can copy existing modules of a form variant to another form variant and delete modules of a form variant completely...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 RPRFVCPY into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FVCP - Copy Program for Form Variants


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 RPRFVCPY. "Basic submit
SUBMIT RPRFVCPY AND RETURN. "Return to original report after report execution complete
SUBMIT RPRFVCPY 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: SRCMOREI = Source Trip Provision Variant
Selection Text: SRCFMVAR = Source Form Variant
Selection Text: FLDS = Header Line Fields
Selection Text: DESFMVAR = Target Form Variant
Selection Text: DELMOREI = Trip Provision Variant
Selection Text: DELFMVAR = Form Variant
Selection Text: DELETE = Delete Variant Modules
Selection Text: COPY_ALL = Copy Variant Modules
Selection Text: CLMATTR = Suppressible Columns
Selection Text: BLK_HDL = Block Headers
Selection Text: BLKATTR = Block Attributes
Selection Text: BCKGRND = Header Line Backgrounds
Title: Copy Program for Form Variants RPRFVCPY
Text Symbol: P07 = Copied entries:
Text Symbol: P06 = Table:
Text Symbol: P05 = Target form variant :
Text Symbol: P04 = Source form variant :
Text Symbol: P03 = Trip provision variant
Text Symbol: P02 = Deletion log
Text Symbol: P01 = Copying log
Text Symbol: BL4 = Deletion Param
Text Symbol: BL3 = Copy Parameters
Text Symbol: BL2 = Select Modules
Text Symbol: BL1 = Copy/Delete Modules of a Form Variant
Text Symbol: 006 = Copy modules of a form variant
Text Symbol: 004 = Delete modules of a form variant
Text Symbol: 003 = Continue?
Text Symbol: 002 = No
Text Symbol: 001 = Y
Text Symbol: P08 = Deleted entries in target:
Text Symbol: P09 = No entries were copied.
Text Symbol: P10 = No entries were deleted.


INCLUDES used within this REPORT RPRFVCPY

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:

No SAP FUNCTION MODULES are executed within this report code!



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