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
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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVDCPTC - SAPscript Correspondence: Customizing Check RFVDCPTC - SAPscript Correspondence: Customizing Check RFVDCONDVERIF_DISP_PATTERN - Condition Verifier: Display of Permitted Condition Constellations RFVDCONDVERIF_DISP_PATTERN - Condition Verifier: Display of Permitted Condition Constellations RFVDCNGP - documentation and ABAP source code RFVDCNCLFD_TOP - RFVDCNCLFDTOP