RFVIXTID 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 RFVIXTID 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.
Rename Participation IDs
Title: Rename Participation IDs
Text Symbol: 002 = New participation ID
Text Symbol: 003 = System error
Text Symbol: 004 = SU blocked via CoCd &1 to &4
Text Symbol: 005 = SU blocked via CoCd &1, BE &2 to &4
Text Symbol: 006 = -> Not all SUs were successfully blocked.
Text Symbol: 007 = SUs which cannot be blocked will be ignored
001 CoCd BE SCK new ID new Rename Participation IDs
002 ID ID eff.frm ID eff.to Rename Participation IDs
003 1stBU 1stRU ... Last BE Last RU
INCLUDE IFRE_BEGIN_OF_RE_EA_FIN.
INCLUDE IFRE_END_OF_RE_EA_FIN.
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_GET_VALUES_DB_CHECKED CALL FUNCTION 'POPUP_GET_VALUES_DB_CHECKED' EXPORTING CHECK_EXISTENCE = SPACE POPUP_TITLE = 'Neue Teilnahme-ID'(002) IMPORTING RETURNCODE = LOC_ANSWER TABLES FIELDS = LOC_T_FIELDS EXCEPTIONS ERROR_IN_FIELDS = 01 OTHERS = 02.
ENQUEUE_EFIAE CALL FUNCTION 'ENQUEUE_EFIAE' EXPORTING BUKRS = LOC_FLD_ENQ_ERROR-BUKRS SWENR = LOC_FLD_ENQ_ERROR-SWENR X_SWENR = LOC_X_SWENR EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.
ENQUEUE_EFITEILNME CALL FUNCTION 'ENQUEUE_EFITEILNME' EXPORTING BUKRS = LOC_FLD_ENQ_ERROR-BUKRS SWENRNKA = LOC_FLD_ENQ_ERROR-SWENR X_SWENRNKA = LOC_X_SWENR EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.
VIAK05_BOOKING CALL FUNCTION 'VIAK05_BOOKING' IN UPDATE TASK EXPORTING TVIAK05 = VIAK05 VERBART = LOC_FLD_VIAK05-KZ.
VIAK23_UPDATE CALL FUNCTION 'VIAK23_UPDATE' IN UPDATE TASK TABLES I_T_XVIAK23 = LOC_T_VIAK23_UPD I_T_YVIAK23 = LOC_T_VIAK23_UPD EXCEPTIONS ERROR_UPDATE = 1 OTHERS = 2.
VIAK24_UPDATE CALL FUNCTION 'VIAK24_UPDATE' IN UPDATE TASK TABLES I_T_XVIAK24 = LOC_T_VIAK24_UPD I_T_YVIAK24 = LOC_T_VIAK24_UPD EXCEPTIONS ERROR_UPDATE = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVIXTID - Rename Participation IDs RFVIXTID - Rename Participation IDs RFVIXRE8 - Real Estate: Convert Domain Value RFLNART into Table TIVC4/TIVCD RFVIXRE8 - Real Estate: Convert Domain Value RFLNART into Table TIVC4/TIVCD RFVIXRE7 - XPRA 4.0A, RE Real Esate: Time-Dependent Areas RFVIXRE7 - XPRA 4.0A, RE Real Esate: Time-Dependent Areas