RFVIREC3 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 RFVIREC3 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSTS_SET_CHECK CALL FUNCTION 'RSTS_SET_CHECK' EXPORTING name = isetid EXCEPTIONS not_found = 01.
RSTS_SET_TEXT_GET CALL FUNCTION 'RSTS_SET_TEXT_GET' EXPORTING name = isetid IMPORTING text = itext text_l = itext_l.
RSTS_INTERVAL_CHECK CALL FUNCTION 'RSTS_INTERVAL_CHECK' EXPORTING name = iintrv EXCEPTIONS not_found = 01.
RSTS_INTERVAL_TEXT_GET CALL FUNCTION 'RSTS_INTERVAL_TEXT_GET' EXPORTING name = iintrv IMPORTING text = itext text_l = itext_l.
DDUT_DOMVALUES_GET CALL FUNCTION 'DDUT_DOMVALUES_GET' EXPORTING name = 'BEKNZ' langu = space TABLES dd07v_tab = lt_dd07v_tab EXCEPTIONS OTHERS = 1.
GET_DOMAENENTEXT * CALL FUNCTION 'GET_DOMAENENTEXT' * EXPORTING * dname = dname * dvalue = field * IMPORTING * dtext = dtext * EXCEPTIONS * no_domain_found = 01.
DDUT_DOMVALUE_TEXT_GET CALL FUNCTION 'DDUT_DOMVALUE_TEXT_GET' EXPORTING name = dname value = field texts_only = 'X' IMPORTING dd07v_wa = dd07v EXCEPTIONS OTHERS = 3.
GET_DOMAENENTEXT * CALL FUNCTION 'GET_DOMAENENTEXT' * EXPORTING * dname = dname * dvalue = field * IMPORTING * dtext = dtext * EXCEPTIONS * no_domain_found = 01.
DDUT_DOMVALUE_TEXT_GET CALL FUNCTION 'DDUT_DOMVALUE_TEXT_GET' EXPORTING name = dname value = field texts_only = 'X' IMPORTING dd07v_wa = dd07v EXCEPTIONS OTHERS = 3.
DDUT_DOMVALUES_GET CALL FUNCTION 'DDUT_DOMVALUES_GET' EXPORTING name = 'BEKNZ' langu = sy-langu TABLES dd07v_tab = lt_dd07v_tab EXCEPTIONS OTHERS = 1.
GET_DOMAENENTEXT * CALL FUNCTION 'GET_DOMAENENTEXT' * EXPORTING * dname = rar_dname * dvalue = rar_dvalue * IMPORTING * dtext = rar_dtext * EXCEPTIONS * no_domain_found = 1 * OTHERS = 2.
DDUT_DOMVALUE_TEXT_GET CALL FUNCTION 'DDUT_DOMVALUE_TEXT_GET' EXPORTING name = rar_dname value = rar_dvalue texts_only = 'X' IMPORTING dd07v_wa = rar_dd07v EXCEPTIONS OTHERS = 3.
RKD_TIME_FILL CALL FUNCTION 'RKD_TIME_FILL' EXPORTING applclass = applclass i_rkb1x = rkb1x IMPORTING e_rkb1x = rkb1x periv = iperiv time = cftime anzbp = ianzbp anzsp = ianzsp EXCEPTIONS OTHERS = 01.
RKD_TIME_FILL CALL FUNCTION 'RKD_TIME_FILL' EXPORTING applclass = applclass i_rkb1x = rkb1x IMPORTING e_rkb1x = rkb1x periv = iperiv time = cftime anzbp = ianzbp anzsp = ianzsp EXCEPTIONS OTHERS = 01.
GET_PERIOD_TEXTS CALL FUNCTION 'GET_PERIOD_TEXTS' EXPORTING i_poper = rap_poper i_periv = iperiv i_bdatj = '0000' i_spras = sy-langu IMPORTING e_t009c = t009c EXCEPTIONS OTHERS = 1.
RKD_TIME_FILL CALL FUNCTION 'RKD_TIME_FILL' EXPORTING applclass = applclass i_rkb1x = rkb1x IMPORTING e_rkb1x = rkb1x periv = iperiv time = cftime anzbp = ianzbp anzsp = ianzsp EXCEPTIONS OTHERS = 01.
RKD_TIME_FILL CALL FUNCTION 'RKD_TIME_FILL' EXPORTING applclass = applclass i_rkb1x = rkb1x IMPORTING e_rkb1x = rkb1x periv = iperiv time = cftime anzbp = ianzbp anzsp = ianzsp EXCEPTIONS OTHERS = 01.
GET_PERIOD_TEXTS CALL FUNCTION 'GET_PERIOD_TEXTS' EXPORTING i_poper = rap_poper i_periv = iperiv i_bdatj = '0000' i_spras = sy-langu IMPORTING e_t009c = t009c EXCEPTIONS OTHERS = 1.
CALL FUNCTION 'RKE_GET_FIRST_DAY_IN_PERIOD' "H36663 EXPORTING "H36663 perio = iperio "H36663 periv = iperiv "H36663 IMPORTING "H36663 date = idate "H36663 EXCEPTIONS "H36663 i_error = 1 "H36663 i_perflag_invalid = 2 "H36663 i_periv_notedited = 3 "H36663 i_periv_notfound = 4 "H36663 OTHERS = 5. "H36663
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 RFVIREC3 or its description.
RFVIREC3 - documentation and ABAP source code RFVIREC2 - Include with fixed forms for entity and text RFVIRE8F - documentation and ABAP source code RFVIRE8D - documentation and ABAP source code RFVIRE7F - Form Routines for Additional Selection Drilldown Reporting RFVIRE7D - Data for Additional Selection Drilldown Reporting