RFVIAP01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report prints letters for Swiss rent adjustments...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 RFVIAP01 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FOQG - Print rent adjustment Switzerland
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: PAR_AALL = All
Selection Text: PAR_AKEI = None
Selection Text: SEL_IDNT = User Identification
Selection Text: SEL_DCNT = Number of Printed Letters
Selection Text: PAR_STAF = Print gradings for graduat.LO
Selection Text: PAR_RDAT = Reply By
Selection Text: PAR_PRTC = Issue Log
Selection Text: PAR_PDAT = Letter Creation Date
Selection Text: PAR_NZPO = Subj.to Appr., No Approval Gvn
Selection Text: PAR_NZPM = Subj.to Appr., Approval Given
Selection Text: PAR_NZPF = Subject to Approval (All)
Selection Text: PAR_NNZP = Not Subject to Approval
Selection Text: PAR_NALL = All
Selection Text: PAR_DMIN = Adjustment Date Lower Limit
Selection Text: PAR_DMAX = Adjustment Date Upper Limit
Selection Text: PAR_DEXC = Key Date Conversion 2nd Curr.
Selection Text: PAR_CUR2 = Second Currency
Selection Text: PAR_AZST = Subject to Approval
Selection Text: PAR_ANZS = Not Subject to Approval
Title: Rent Adjustment Switzerland: Correspondence
Text Symbol: 5** = * Name of elements which the program expects in the form
Text Symbol: 201 = Value-Added Tax
Text Symbol: 2** = * Texts in Table Entries
Text Symbol: 1** = * List Headings
Text Symbol: 010 = Translation to Other Currency
Text Symbol: 009 = With Zero Adjustments (Old Amount = New Amount)
Text Symbol: 008 = To
Text Symbol: 007 = Consideration of Active Rent Adjustments
Text Symbol: 006 = Consideration of Inactive Rent Adjustments
Text Symbol: 005 = Rent Adjustment Selection
Text Symbol: 004 = Adjustment Date
Text Symbol: 003 = Select Real Estate objects
Text Symbol: 002 = Output Control
Text Symbol: 001 = General Selections
Text Symbol: 0** = * Report Title / Selection Parameters
INCLUDE RFVIMVD1_LOAD_DATA.
INCLUDE RFVIMVCA.
INCLUDE RFVIMVCF.
No SAP DATABASE tables are accessed within this REPORT code!
RE_CORRESPOND_PRTCL_FLAG_DFLT CALL FUNCTION 'RE_CORRESPOND_PRTCL_FLAG_DFLT' CHANGING c_flg_show_errors = par_prtc EXCEPTIONS OTHERS = 1.
F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = 'VIMI17' fieldname = 'XIDENT' searchhelp = pc_shlpname dynprofield = con_sel_xident_low callback_program = lc_repid callback_form = 'F4_CALLBACK' TABLES return_tab = lt_return EXCEPTIONS field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 OTHERS = 5.
CONVERT_DATE_TO_INTERNAL CALL FUNCTION 'CONVERT_DATE_TO_INTERNAL' EXPORTING date_external = lt_return-fieldval IMPORTING date_internal = pd_guelab EXCEPTIONS date_external_is_invalid = 1.
CONVERT_DATE_TO_EXTERNAL CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL' EXPORTING date_internal = pd_guelab IMPORTING * date_external = lt_dynpfields-fieldvalue date_external = lt_rsselread-fieldvalue EXCEPTIONS date_internal_is_invalid = 1 OTHERS = 2 .
RS_SELECTIONSCREEN_UPDATE CALL FUNCTION 'RS_SELECTIONSCREEN_UPDATE' EXPORTING program = lc_repid TABLES updatevalues = lt_rsselread EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVIAP01 - Rent Adjustment Switzerland: Correspondence RFVIAP01 - Rent Adjustment Switzerland: Correspondence RFVIAOXX03 - REsearch: Generate Test data (SAP INTERNAL USE ONLY) RFVIAOXX03 - REsearch: Generate Test data (SAP INTERNAL USE ONLY) RFVIAOXX02 - REsearch: Bulk Processing Requests (SAP INTERAL USE ONLY) RFVIAOXX02 - REsearch: Bulk Processing Requests (SAP INTERAL USE ONLY)