SAP Reports / Programs | Financial Services | Loans Management(FS-CML) SAP FS

RFVDFORM SAP ABAP INCLUDE - documentation and ABAP source code







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


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 RFVDFORM. "Basic submit
SUBMIT RFVDFORM AND RETURN. "Return to original report after report execution complete
SUBMIT RFVDFORM 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 RFVDFORM

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:

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.



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