SAP Reports / Programs

RFVIXTID SAP ABAP Report - Rename Participation IDs







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


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 RFVIXTID. "Basic submit
SUBMIT RFVIXTID AND RETURN. "Return to original report after report execution complete
SUBMIT RFVIXTID VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RFVIXTID

INCLUDE IFRE_BEGIN_OF_RE_EA_FIN.
INCLUDE IFRE_END_OF_RE_EA_FIN.


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:

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.



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