SAP Reports / Programs | Real Estate Management | Rental | Rental Accounting(RE-RT-RA) SAP RE

RFRERALRF01 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT RFRERALRF01

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:

DSYS_SHOW_FOR_F1HELP CALL FUNCTION 'DSYS_SHOW_FOR_F1HELP' EXPORTING dokclass = 'RE' dokname = 'RFRERALR10' EXCEPTIONS class_unknown = 1 object_not_found = 2 OTHERS = 3.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = 'Möchten Sie Änderungen sichern?'(010) titel = 'Bearbeitung beenden.'(011)

ENQUEUE_EVIRALSRHD CALL FUNCTION 'ENQUEUE_EVIRALSRHD' EXPORTING mode_viralsrhd = 'E' mandt = sy-mandt bukrs = wa_gt_alv_table-bukrs hbkid = wa_gt_alv_table-hbkid hktid = wa_gt_alv_table-hktid kukey = wa_gt_alv_table-kukey aznum = wa_gt_alv_table-aznum azdat = wa_gt_alv_table-azdat augbl = wa_gt_alv_table-augbl gjahr = wa_gt_alv_table-gjahr _scope = '2' _wait = ' ' _collect = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_EVIRALSRHD CALL FUNCTION 'DEQUEUE_EVIRALSRHD' EXPORTING mode_viralsrhd = 'E' mandt = sy-mandt bukrs = wa_it_lock_table-bukrs hbkid = wa_it_lock_table-hbkid hktid = wa_it_lock_table-hktid kukey = wa_it_lock_table-kukey aznum = wa_it_lock_table-aznum azdat = wa_it_lock_table-azdat augbl = wa_it_lock_table-augbl gjahr = wa_it_lock_table-gjahr _scope = '3' _synchron = ' ' _collect = ' '.

REOI_MM_MAIN CALL FUNCTION 'REOI_MM_MAIN' EXPORTING iv_intreno = wa_vimimv-intreno iv_smvart = wa_vimimv-smvart.

REOI_MM_MAIN CALL FUNCTION 'REOI_MM_MAIN' EXPORTING iv_intreno = wa_vicn01-intreno iv_smvart = wa_vicn01-recntype.

TELEPHONY_ACTIVE_GET CALL FUNCTION 'TELEPHONY_ACTIVE_GET' IMPORTING active = tel_active.

RET1_GET_PARTNER_ADRESS CALL FUNCTION 'RET1_GET_PARTNER_ADRESS' EXPORTING iv_partnr = wa_debhvp-partnr iv_adr_ref = wa_vzgpo-adr_ref iv_keydate = sy-datum "#EC DOM_EQUAL IMPORTING es_bp030 = wa_partner_adrs es_bpdadr = wa_bpdadr.

BPAR_R_ADDRESS_REFERENCES CALL FUNCTION 'BPAR_R_ADDRESS_REFERENCES' EXPORTING partner = wa_debhvp-partnr TABLES t_bpdadref = it_bpdadref.

BPAR_OUTGOING_CALL CALL FUNCTION 'BPAR_OUTGOING_CALL' EXPORTING i_bp000 = wa_debhvp i_bpdadref = wa_bpdadref i_bpdadr = wa_bpdadr i_tel_number = wa_partner_adrs-telf1 * I_TEST_MODE = ' ' TABLES bpdadref_tab = gt_bpdadref bpdadr_tab = gt_bpdadr EXCEPTIONS more_than_one_terminal_found = 1 no_terminal_found = 2 telephone_integration_off = 3 OTHERS = 4.



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