RFVDFORM 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 RFVDFORM 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!
FSBP_READ_PARTNER_F4 CALL FUNCTION 'FSBP_READ_PARTNER_F4' EXPORTING i_xmain = 'X' IMPORTING e_partner = p_partnr EXCEPTIONS partner_not_found = 1 OTHERS = 2.
FSBP_READ_PARTNER_BY_SELOPTION CALL FUNCTION 'FSBP_READ_PARTNER_BY_SELOPTION' EXPORTING t_partner_range = l_sel_opt i_display = 'X' TABLES t_partner = i_partnr EXCEPTIONS not_found = 1 OTHERS = 2.
FSBP_READ_BUT000 CALL FUNCTION 'FSBP_READ_BUT000' EXPORTING i_partner = i_partnr IMPORTING e_but000 = mybut000 EXCEPTIONS wrong_parameters = 1 no_data_found = 2 OTHERS = 3.
FSBP_READ_BUT000 CALL FUNCTION 'FSBP_READ_BUT000' EXPORTING i_partner = mybut000-partner IMPORTING e_but000 = mybut000 EXCEPTIONS wrong_parameters = 1 no_data_found = 2 OTHERS = 3.
FLBPD_BP_KUNNR_GET CALL FUNCTION 'FLBPD_BP_KUNNR_GET' EXPORTING i_partner = mybut000-partner IMPORTING e_kunnr = kunde EXCEPTIONS not_found = 1 wrong_assign = 2 wrong_parameters = 3 number_missing = 4 OTHERS = 5.
GET_DOMAENENTEXT CALL FUNCTION 'GET_DOMAENENTEXT' EXPORTING dname = dname dvalue = dvalue IMPORTING dtext = dtext EXCEPTIONS no_domain_found = 01.
FSBP_READ_RELATION CALL FUNCTION 'FSBP_READ_RELATION' EXPORTING i_partner1 = t4-partner i_date = sy-datum TABLES t_but050 = t3 r_reltyp = r_reltyp EXCEPTIONS no_rel_found = 1 no_data = 2 OTHERS = 3.
FSBP_READ_BUT000 CALL FUNCTION 'FSBP_READ_BUT000' EXPORTING i_partner = i_bp000-partner IMPORTING e_but000 = i_bp000 EXCEPTIONS wrong_parameters = 1 no_data_found = 2 OTHERS = 3.
FTBP_READ_PARTNER_CHECK CALL FUNCTION 'FTBP_READ_PARTNER_CHECK' EXPORTING i_partner = i_bp000-partner i_customer_check = 'X' i_customer_bukrs_check = 'X' EXCEPTIONS partner = 1 rltyp = 2 partner_not_released = 3 debitor = 4 debitor_bukrs = 5 delete_indicator = 6 wrong_parameters = 7 OTHERS = 8.
FLBPD_BP_KUNNR_GET CALL FUNCTION 'FLBPD_BP_KUNNR_GET' EXPORTING i_partner = i_bp000-partner IMPORTING e_kunnr = kunnr EXCEPTIONS not_found = 1 wrong_assign = 2 wrong_parameters = 3 number_missing = 4 OTHERS = 5.
FSBP_READ_RELATION CALL FUNCTION 'FSBP_READ_RELATION' EXPORTING i_date = sy-datum i_partner2 = t4-partner TABLES t_but050 = t3 r_reltyp = r_reltyp EXCEPTIONS no_rel_found = 1 no_data = 2 OTHERS = 3.
FSBP_READ_BUT000 CALL FUNCTION 'FSBP_READ_BUT000' EXPORTING i_partner = i_bp000-partner IMPORTING e_but000 = i_bp000 EXCEPTIONS wrong_parameters = 1 no_data_found = 2 OTHERS = 3.
FTBP_READ_PARTNER_CHECK CALL FUNCTION 'FTBP_READ_PARTNER_CHECK' EXPORTING i_partner = i_bp000-partner i_bukrs = abukrs i_customer_check = 'X' i_customer_bukrs_check = 'X' EXCEPTIONS partner = 1 rltyp = 2 partner_not_released = 3 debitor = 4 debitor_bukrs = 5 delete_indicator = 6 wrong_parameters = 7 OTHERS = 8.
FLBPD_BP_KUNNR_GET CALL FUNCTION 'FLBPD_BP_KUNNR_GET' EXPORTING i_partner = i_bp000-partner IMPORTING e_kunnr = kunnr.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVDFORM - documentation and ABAP source code RFVDFILL_SCWHRH - Report for making entries in VDBOHEAD Field SCHWR, if blank RFVDFILL_SCWHRH - Report for making entries in VDBOHEAD Field SCHWR, if blank RFVDFILL_SAKTPAS - Correction Program - Determines Value of Field SAKTPAS, If Empty RFVDFILL_SAKTPAS - Correction Program - Determines Value of Field SAKTPAS, If Empty RFVDFILL_OBJNR - Correction Program - Determines Value of Field OBJNR, If Empty