RMCSBIWF 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 RMCSBIWF into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
LBW2 - Version Copier LIS/BW
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: TAB_INF = Info structure table
Selection Text: TAB_BIW2 = Delta table SnnnBIW2
Selection Text: TAB_BIW1 = Delta table SnnnBIW1
Selection Text: G_MCINF = (Transfer) info structure
Title: Version copier for (transfer) info structures
Text Symbol: 103 = Processing type:
Text Symbol: 102 = Delta table &
Text Symbol: 101 = (Transfer) information structure &
Text Symbol: 100 = Processing
Text Symbol: 014 = Generating copying program being...
Text Symbol: 013 = (Transfer) information structure
Text Symbol: 012 = Independent of (transfer) information structure
Text Symbol: 011 = Delete all generated copying programs
Text Symbol: 010 = Delete generated copying programs
Text Symbol: 009 = copying programs?
Text Symbol: 008 = Delete all generated
Text Symbol: 007 = Copying Program
Text Symbol: 006 = Administration
Text Symbol: 005 = Copy + delete
Text Symbol: 004 = Delete Version
Text Symbol: 003 = Copy Version
Text Symbol: 002 = Processing type
Text Symbol: 001 = Table
Text Symbol: 104 = Copy selected data
Text Symbol: 105 = Copy and delete selected data of source version
Text Symbol: 106 = Delete selected data
Text Symbol: 107 = Source
Text Symbol: 152 = Reset target version
Text Symbol: 151 = Target version
Text Symbol: 150 = Source version
Text Symbol: 113 = &
Text Symbol: 112 = Table:
Text Symbol: 111 = Selection parameters
Text Symbol: 110 = Act. data
Text Symbol: 109 = Program:
Text Symbol: 108 = Target
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING TABNAME = L_TABLE EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING * CUCOL = 0 * CUROW = 0 * DISPLAY = ' ' FIELDNAME = 'MCINF' TABNAME = 'TMCBIWU' * NO_MARKING_OF_CHECKVALUE = ' ' * TITLE_IN_VALUES_LIST = ' ' TITEL = TEXT-013 * SHOW_ALL_VALUES_AT_FIRST_TIME = ' ' * NO_CONVERSION = ' ' IMPORTING SELECT_VALUE = C_MCINF TABLES FIELDS = IL_FIELD VALUETAB = IL_VALUE EXCEPTIONS FIELD_NOT_IN_DDIC = 1 MORE_THEN_ONE_SELECTFIELD = 2 NO_SELECTFIELD = 3 OTHERS = 4.
RSS_PROGRAM_CREATE CALL FUNCTION 'RSS_PROGRAM_CREATE' EXPORTING I_UNI_IDC25 = L_UNI_IDC25 I_PROGRAM_CLASS = G_PROGCLASS * I_CLIENT = IMPORTING E_PROGRAM_NAME = C_PROGNAME E_UNI_IDC25 = L_UNI_IDC25 EXCEPTIONS INVALID_UNIQUE_ID = 2 INVALID_PROGRAM_CLASS = 1 PROGRAM_ALREADY_EXISTS = 5 OTHERS = 11.
RSS_PROGRAM_GENSTATUS_GET CALL FUNCTION 'RSS_PROGRAM_GENSTATUS_GET' EXPORTING I_UNI_IDC25 = L_UNI_IDC25 I_PROGRAM_CLASS = G_PROGCLASS * I_CLIENT = IMPORTING E_GENSTATUS = L_GENSTATUS E_TIMESTAMP = L_GENTSTMP E_PROGRAM_NAME = C_PROGNAME EXCEPTIONS INVALID_UNIQUE_ID = 1 INVALID_PROGRAM_CLASS = 2 TEMPLATE_NOT_FOUND = 3 OTHERS = 4.
DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING NAME = L_TABLE IMPORTING DD02V_WA = L_DD02V_WA EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING * PERCENTAGE = 0 TEXT = TEXT-014 EXCEPTIONS OTHERS = 1.
RSS_PROGRAM_GENERATE CALL FUNCTION 'RSS_PROGRAM_GENERATE' EXPORTING I_UNI_IDC25 = L_UNI_IDC25 I_PROGRAM_CLASS = G_PROGCLASS * I_CLIENT = * I_PROGRAM_TITLE = * I_MAX_GENSTATUS = '00' * I_TIMESTAMP = I_FORCE_GENERATION = TRUE * I_DB_COMMIT = RSSG_C_FALSE I_DEBUG_LEVEL = L_DEBUG_LEVEL IMPORTING E_PROGRAM_NAME = C_PROGNAME * E_PROGRAM_GENERATED = E_ERROR_LINE = L_ERROR_LINE E_ERROR_MESSAGE = L_ERROR_MESSAGE EXCEPTIONS INVALID_PROGRAM_CLASS = 1 INVALID_UNIQUE_ID = 2 GENERATION_ERROR = 3 TEMPLATE_NOT_FOUND = 4 TEMPLATE_SYNTAX_ERROR = 5 PROGRAM_SYNTAX_ERROR = 6 FOREIGN_LOCK = 7 SYSTEM_FAILURE = 8 INTERNAL_ERROR = 9 OTHERS = 10.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = SW_TABLE * FIELDNAME = ' ' LANGU = SW_LANGU * IMPORTING * X030L_WA = TABLES DFIES_TAB = SW_DFIES EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMCSBIWF - Version copier for (transfer) info structures RMCSBIWF - Version copier for (transfer) info structures RMCSBIWE - Form Routines for Calls from the R/3 Core RMCSBIWE - Form Routines for Calls from the R/3 Core RMCSBIWC - Connection of LIS Information Structures to SAP BW RMCSBIWC - Connection of LIS Information Structures to SAP BW