RCIFVARIANTCHANGE_OLD 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 RCIFVARIANTCHANGE_OLD 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: I_REPORT = Report Name
Selection Text: LOGSYNEW = New Logical System
Selection Text: LOGSYOLD = Old Logical System
Title: Change Logical System in CIF Variants
Text Symbol: 001 = No Suitable Variant Was Found
Text Symbol: 002 = Variant
Text Symbol: 003 = for Rept
Text Symbol: 004 = Logical System Changed from
Text Symbol: 005 = To
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_VARIANT_CONTENTS call function 'RS_VARIANT_CONTENTS' exporting report = i_report variant = ls_variant-variant move_or_write = 'M' tables valutab = lt_params exceptions variant_obsolete = 2 others = 4.
RS_CHANGE_CREATED_VARIANT call function 'RS_CHANGE_CREATED_VARIANT' exporting curr_report = i_report curr_variant = ls_variant-variant vari_desc = ls_variant tables vari_contents = lt_params exceptions illegal_report_or_variant = 1 illegal_variantname = 2 not_authorized = 3 not_executed = 4 report_not_existent = 5 report_not_supplied = 6 variant_doesnt_exist = 7 variant_locked = 8 selections_no_match = 9 others = 10.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RCIFVARIANTCHANGE_OLD - Change Logical System in CIF Variants RCIFVARIANTCHANGE_OLD - Change Logical System in CIF Variants RCIFVARIANTCHANGE - Change Logical System in CIF Variants RCIFVARIANTCHANGE - Change Logical System in CIF Variants RCIFSTKUREN2 - Report RCIFSTKUREN2 RCIFSTKUREN2 - Report RCIFSTKUREN2