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

FFVCDCDY SAP ABAP INCLUDE - Loans Change Documents







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


Text pool values


Title: Loans Change Documents


INCLUDES used within this REPORT FFVCDCDY

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:

CHANGEDOCUMENT_PREPARE_TABLES CALL FUNCTION 'CHANGEDOCUMENT_PREPARE_TABLES' EXPORTING check_indicator = space tablename = tablename IMPORTING result = ret_code TABLES table_new = cnvdarlobj table_old = covdarlobj EXCEPTIONS nametab_error = 01.

CHANGEDOCUMENT_PREPARE_TABLES CALL FUNCTION 'CHANGEDOCUMENT_PREPARE_TABLES' EXPORTING check_indicator = space tablename = tablename IMPORTING result = ret_code TABLES table_new = cnvdarlsic table_old = covdarlsic EXCEPTIONS nametab_error = 01.

CHANGEDOCUMENT_PREPARE_TABLES CALL FUNCTION 'CHANGEDOCUMENT_PREPARE_TABLES' EXPORTING check_indicator = space tablename = tablename IMPORTING result = ret_code TABLES table_new = cnvdhgrpf table_old = covdhgrpf EXCEPTIONS nametab_error = 01.

CHANGEDOCUMENT_PREPARE_TABLES CALL FUNCTION 'CHANGEDOCUMENT_PREPARE_TABLES' EXPORTING * CHECK_INDICATOR = ' ' tablename = tablename IMPORTING result = ret_code TABLES table_new = cnvdsonsi table_old = covdsonsi EXCEPTIONS nametab_error = 1 OTHERS = 2.

CHANGEDOCUMENT_PREPARE_TABLES CALL FUNCTION 'CHANGEDOCUMENT_PREPARE_TABLES' EXPORTING check_indicator = space tablename = tablename IMPORTING result = ret_code TABLES table_new = cnvigba3 table_old = covigba3 EXCEPTIONS nametab_error = 01.

CHANGEDOCUMENT_PREPARE_TABLES CALL FUNCTION 'CHANGEDOCUMENT_PREPARE_TABLES' EXPORTING check_indicator = space tablename = tablename IMPORTING result = ret_code TABLES table_new = nvzbavf table_old = ovzbavf EXCEPTIONS nametab_error = 01.

CHANGEDOCUMENT_PREPARE_TABLES CALL FUNCTION 'CHANGEDOCUMENT_PREPARE_TABLES' EXPORTING check_indicator = space tablename = tablename IMPORTING result = ret_code TABLES table_new = nvzbavv table_old = ovzbavv EXCEPTIONS nametab_error = 01.

CHANGEDOCUMENT_PREPARE_TABLES CALL FUNCTION 'CHANGEDOCUMENT_PREPARE_TABLES' EXPORTING check_indicator = space tablename = tablename IMPORTING result = ret_code TABLES table_new = nvdgpo table_old = ovdgpo EXCEPTIONS nametab_error = 01.

CHANGEDOCUMENT_PREPARE_TABLES CALL FUNCTION 'CHANGEDOCUMENT_PREPARE_TABLES' EXPORTING check_indicator = space tablename = tablename IMPORTING result = ret_code TABLES table_new = nvzzkoko table_old = ovzzkoko EXCEPTIONS nametab_error = 01.

CHANGEDOCUMENT_PREPARE_TABLES CALL FUNCTION 'CHANGEDOCUMENT_PREPARE_TABLES' EXPORTING check_indicator = space tablename = tablename IMPORTING result = ret_code TABLES table_new = nvzzkopo table_old = ovzzkopo EXCEPTIONS nametab_error = 01.

VDARL_CBP_WRITE_DOCUMENT CALL FUNCTION 'VDARL_CBP_WRITE_DOCUMENT ' IN UPDATE TASK EXPORTING objectid = objectid tcode = tcode utime = utime udate = udate username = username planned_change_number = planned_change_number o_vdarl = *vdarl n_vdarl = vdarl upd_vdarl = upd_vdarl upd_vdarlobj = upd_vdarlobj upd_vdarlsic = upd_vdarlsic upd_vdhgrpf = upd_vdhgrpf upd_vdsonsi = upd_vdsonsi "080597 Becker upd_vdsubfacility = upd_vdsublimit "EHP5 development for Facilities upd_vigba3 = upd_vigba3 upd_vzbavf = upd_vzbavf upd_vzbavv = upd_vzbavv upd_vzgpo = upd_vzgpo "KI3K001420 * upd_vzgpo = upd_vzgpo "KI3K001420 upd_vzzkoko = upd_vzzkoko upd_vzzkopo = upd_vzzkopo upd_vdgpo = upd_vdgpo upd_icdtxt_vdarl_cbp = upd_icdtxt_vdarl TABLES icdtxt_vdarl_cbp = icdtxt_vdarl xvdarlobj = cnvdarlobj yvdarlobj = covdarlobj xvdarlsic = cnvdarlsic yvdarlsic = covdarlsic xvdbepp = l_xvdbepp yvdbepp = l_yvdbepp xvdhgrpf = cnvdhgrpf yvdhgrpf = covdhgrpf xvdsonsi = cnvdsonsi "080597 Becker yvdsonsi = covdsonsi "080597 Becker xvdsubfacility = l_xvdsubfacility "EHP5 development for Facilities yvdsubfacility = l_yvdsubfacility "EHP5 development for Facilities xvigba3 = cnvigba3 yvigba3 = covigba3 xvzbavf = nvzbavf yvzbavf = ovzbavf xvzbavv = nvzbavv yvzbavv = ovzbavv xvzgpo = nvzgpo "KI3K001420 yvzgpo = ovzgpo "KI3K001420 xvzzkoko = nvzzkoko yvzzkoko = ovzzkoko xvzzkopo = nvzzkopo yvzzkopo = ovzzkopo xvdgpo = nvdgpo yvdgpo = ovdgpo.



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