SAP Reports / Programs | Real Estate Management(RE) SAP RE

RFVITXED SAP ABAP Report - SAPScript Editor Call-up







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


Text pool values


Title: SAPScript Editor Call-up
Text Symbol: T01 = Editing text module


INCLUDES used within this REPORT RFVITXED

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:

SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING ID = ID LANGUAGE = SY-LANGU NAME = NAME OBJECT = OBJEKT IMPORTING ENTRIES = ANZAHL TABLES SELECTIONS = ITHEAD.

TEXT_ID_SELECT * CALL FUNCTION 'TEXT_ID_SELECT' * EXPORTING * DEFAULT_ID = THEAD-TDID * OBJECT = THEAD-TDOBJECT * IMPORTING * ID = THEAD-TDID * SPRAS = THEAD-TDSPRAS * EXCEPTIONS * ABBRUCH = 01 * KEIN_EINTRAG = 02.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING ID = THEAD-TDID LANGUAGE = THEAD-TDSPRAS NAME = THEAD-TDNAME OBJECT = THEAD-TDOBJECT IMPORTING HEADER = XHEAD TABLES LINES = XLINE EXCEPTIONS ID = 01 LANGUAGE = 02 NAME = 03 NOT_FOUND = 04 OBJECT = 05 REFERENCE_CHECK = 06.

INIT_TEXT CALL FUNCTION 'INIT_TEXT' EXPORTING ID = THEAD-TDID LANGUAGE = THEAD-TDSPRAS NAME = THEAD-TDNAME OBJECT = THEAD-TDOBJECT IMPORTING HEADER = XHEAD TABLES LINES = XLINE EXCEPTIONS ID = 01 LANGUAGE = 02 NAME = 03 OBJECT = 04.

EDIT_TEXT CALL FUNCTION 'EDIT_TEXT' EXPORTING DISPLAY = XANZEIGE "Za 12.02.97 Anforderung von M.Spanier

POPUP_COPY_TEXT * CALL FUNCTION 'POPUP_COPY_TEXT' * EXPORTING * TDNAME = THEAD-TDNAME * TDOBJECT = THEAD-TDOBJECT * TDSPRAS = THEAD-TDSPRAS * IMPORTING * TDNAME = THEAD-TDNAME * TDOBJECT = THEAD-TDOBJECT * TDSPRAS = THEAD-TDSPRAS * EXCEPTIONS * NOT_FOUND = 01.

READ_TEXT * CALL FUNCTION 'READ_TEXT' * EXPORTING * ID = THEAD-TDID * LANGUAGE = THEAD-TDSPRAS * NAME = THEAD-TDNAME * OBJECT = THEAD-TDOBJECT * IMPORTING * HEADER = XHEAD * TABLES * LINES = XLINE * EXCEPTIONS * ID = 01 * LANGUAGE = 02 * NAME = 03 * NOT_FOUND = 04 * OBJECT = 05 * REFERENCE_CHECK = 06.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING ID = 'TEXT' LANGUAGE = XSPRAS NAME = XTDNAME OBJECT = XTDOBJECT IMPORTING HEADER = THEAD TABLES LINES = LINES EXCEPTIONS ID = 01 LANGUAGE = 02 NAME = 03 NOT_FOUND = 04 OBJECT = 05 REFERENCE_CHECK = 06.

EXPORT_TEXT CALL FUNCTION 'EXPORT_TEXT' EXPORTING CODEPAGE = TCP02-CPCODEPAGE FILE = DATEINAME FORMATWIDTH = 72 FORMAT_TYPE = 'RTF' HEADER = THEAD SSHEET = ' ' WITH_TAB = ' ' TABLES ITF_LINES = LINES EXCEPTIONS DOWNLOAD_ERROR = 01 FILE_OPEN_ERROR = 02 FILE_WRITE_ERROR = 03.

IMPORT_TEXT CALL FUNCTION 'IMPORT_TEXT' EXPORTING CODEPAGE = TCP02-CPCODEPAGE FILE = DATEINAME FORMAT_TYPE = 'RTF' HEADER = IHEAD SSHEET = ' ' WITH_TAB = ' ' IMPORTING NEWHEADER = IHEAD TABLES ITF_LINES = LINES EXCEPTIONS FILE_OPEN_ERROR = 01 FILE_READ_ERROR = 02 UPLOAD_ERROR = 03.

SAVE_TEXT CALL FUNCTION 'SAVE_TEXT' EXPORTING HEADER = THEAD INSERT = 'X' SAVEMODE_DIRECT = 'X' IMPORTING * FUNCTION = I01 NEWHEADER = THEAD TABLES LINES = LINES EXCEPTIONS ID = 01 LANGUAGE = 02 NAME = 03 OBJECT = 04.



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