RFVDMCTX 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 RFVDMCTX into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FNT2 - Copy text modules to client
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.
Word processing client copy log
Selection Text: TDOBJECT = Text object
Selection Text: RANTYP = Contract type
Selection Text: QM = Source client
Selection Text: C_ZO = Copy assignment
Selection Text: C_ZL = Delete assignment
Selection Text: C_TL = Delete text modules
Selection Text: C_TB = Copy text modules
Selection Text: C_SL = Delete subapplications
Selection Text: C_SA = Copy subapplications
Selection Text: C_BL = Delete documents
Selection Text: C_BF = Copy documents
Title: Word processing customizing of client copy
Text Symbol: XZO = Delete Assignment Documents
Text Symbol: XZC = Copy Assignment Documents
Text Symbol: XSC = Copy Subapplications
Text Symbol: XSA = Delete Subapplications
Text Symbol: XBF = Delete Documents
Text Symbol: XBC = Copy Document
Text Symbol: TXT = Delete Text Modules
Text Symbol: TXC = Copy Text Modules
Text Symbol: LOE = Delete
Text Symbol: CPY = Copy
Text Symbol: 001 = Text modules
001 Object DEL INS UPD ERR
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING ID = THEAD-TDID LANGUAGE = THEAD-TDSPRAS NAME = THEAD-TDNAME OBJECT = THEAD-TDOBJECT TABLES SELECTIONS = SELECTIONS EXCEPTIONS WRONG_ACCESS_TO_ARCHIVE = 01.
DELETE_TEXT CALL FUNCTION 'DELETE_TEXT' EXPORTING ID = THEAD-TDID LANGUAGE = THEAD-TDSPRAS NAME = THEAD-TDNAME OBJECT = THEAD-TDOBJECT EXCEPTIONS NOT_FOUND = 01.
READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING CLIENT = QM ID = TEXTKEY-XID LANGUAGE = TEXTKEY-XSPRAS NAME = TEXTKEY-XBSTNM OBJECT = TEXTKEY-XOBJECT IMPORTING HEADER = THEAD TABLES LINES = LINES EXCEPTIONS ID = 01 LANGUAGE = 02 NAME = 03 NOT_FOUND = 04 OBJECT = 05 REFERENCE_CHECK = 06 WRONG_ACCESS_TO_ARCHIVE = 07.
SAVE_TEXT CALL FUNCTION 'SAVE_TEXT' EXPORTING HEADER = THEAD IMPORTING FUNCTION = FUNCTION NEWHEADER = THEAD TABLES LINES = LINES EXCEPTIONS ID = 01 LANGUAGE = 02 NAME = 03 OBJECT = 04.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVDMCTX - Word processing customizing of client copy RFVDMCTX - Word processing customizing of client copy RFVDMAZNB_MLT_REPAYMENTS_SEF01 - RFVDMAZNBMLTREPAYMENTSSEF01 RFVDMAZNB_MLT_REPAYMENTS_PRF01 - RFVDMAZNBMLTREPAYMENTSPRF01 RFVDMAZNB_MLT_REPAYMENTS_MAF01 - RFVDMAZNBMLTREPAYMENTSMAF01 RFVDMAZNB_MLT_REPAYMENTS_GRF01 - Include RFVDMAZNB_MLT_REPAYMENTS_GRF01