SAP Reports / Programs

RFVDCPTC SAP ABAP Report - SAPscript Correspondence: Customizing Check







RFVDCPTC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for SAPscript Correspondence Tool: Customizing Check This report performs plausibility tests on the Customizing settings for the SAPScript correspondence tool in the Real Estate (RE) component...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFVDCPTC 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 RFVDCPTC. "Basic submit
SUBMIT RFVDCPTC AND RETURN. "Return to original report after report execution complete
SUBMIT RFVDCPTC VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_SPRAS = D Language key
Title: SAPscript Correspondence: Customizing Check
Text Symbol: 075 = Assignment of partners and letters missing:
Text Symbol: 074 = Assignment to a corresp. application missing:
Text Symbol: 073 = Invalid reference to letter:
Text Symbol: 072 = Number of checked correspondence activities:
Text Symbol: 071 = Correspondence activities
Text Symbol: 064 = : invalid report
Text Symbol: 063 = : text module is missing for
Text Symbol: 062 = : text list is empty
Text Symbol: 061 = Letters: text lists (references to text modules)
Text Symbol: 057 = : invalid report
Text Symbol: 056 = : reference to report missing
Text Symbol: 055 = : invalid form
Text Symbol: 054 = : reference to form missing
Text Symbol: 053 = : invalid document group
Text Symbol: 052 = Number of checked letters:
Text Symbol: 051 = Letters: Header information (form and report)
Text Symbol: 049 = Financial Assets Management is not active for any CoCd
Text Symbol: 048 = No company code-dependent texts defined for:
Text Symbol: 047 = Text module for sender missing for CoCd:
Text Symbol: 046 = Text module for signature missing for CoCd:
Text Symbol: 045 = Text module for footer text missing for CoCd:
Text Symbol: 044 = Text module for header text missing for CoCd:
Text Symbol: 043 = Text name missing for company code:
Text Symbol: 042 = No. of checked CoCds with Fin.Assets Mgt active:
Text Symbol: 041 = Text modules: company code-dependent texts
Text Symbol: 035 = Blank text module
Text Symbol: 034 = Inconsistent text module
Text Symbol: 033 = No text modules for text objects "FVVD*" available
Text Symbol: 032 = Number of text modules (FVVD* text objects only):
Text Symbol: 031 = Text modules: summary
Text Symbol: 026 = Data record for basic settings is missing
Text Symbol: 025 = Archiving is not activated
Text Symbol: 024 = Archiving is activated
Text Symbol: 023 = Entry for word processing system is missing
Text Symbol: 022 = Word processing system:
Text Symbol: 021 = Basic Settings





Text Symbol: 011 = <<< CHECK IS TERMINATED >>>
Text Symbol: 001 = SAPscript Correspondence: Customizing Check: Client:


INCLUDES used within this REPORT RFVDCPTC

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_FORM CALL FUNCTION 'SELECT_FORM' EXPORTING client = sy-mandt form = ls_ttxbf-tdform language = p_spras status = ' ' throughclient = 'X' throughlanguage = ' ' IMPORTING entries = li_cform TABLES selections = lt_dummy.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = is_tdkey-tdid language = is_tdkey-tdspras name = is_tdkey-tdname object = is_tdkey-tdobject TABLES lines = lt_lines EXCEPTIONS id = 1 language = 2 name = 3 not_found = 4 object = 5 reference_check = 6 wrong_access_to_archive = 7 OTHERS = 8.

MESSAGE_PREPARE CALL FUNCTION 'MESSAGE_PREPARE' EXPORTING msg_id = is_symsg-msgid msg_no = lc_msgno msg_var1 = is_symsg-msgv1 msg_var2 = is_symsg-msgv2 msg_var3 = is_symsg-msgv3 msg_var4 = is_symsg-msgv4 IMPORTING msg_text = lc_txt EXCEPTIONS OTHERS = 0.



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