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

IFVD_CHANGEOBJECT_FORMS SAP ABAP INCLUDE - Include LZFVD_RANL_DATAF01







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


Text pool values


Title: Include LZFVD_RANL_DATAF01


INCLUDES used within this REPORT IFVD_CHANGEOBJECT_FORMS

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:

CHANGEDOCU_CDPOS_READ CALL FUNCTION 'CHANGEDOCU_CDPOS_READ' EXPORTING iv_objectclas = -objectclas iv_objectid = -objectid iv_changenr = -changenr * IV_TABNAME = ' ' * IV_TABKEY = ' ' * IV_FNAME = ' ' * IV_PCDPOS_FLAG = ' ' IMPORTING * EV_COUNT = l_sav_count et_cdpos = l_tab_cdpos * ET_PCDPOS = EXCEPTIONS no_importparameter = 1 OTHERS = 2 .

CHANGEDOCUMENT_READ_HEADERS CALL FUNCTION 'CHANGEDOCUMENT_READ_HEADERS' EXPORTING * Al_flg_rcHIVE_HANDLE = 0 date_of_change = u_date objectclass = u_objcl objectid = l_sav_objectid time_of_change = u_time username = space * LOCAL_TIME = ' ' TABLES i_cdhdr = c_tab_cdhdr EXCEPTIONS no_position_found = 1 * wrong_access_to_al_flg_rchive = 2 time_zone_conversion_error = 3 OTHERS = 4 .

FVZR_LOAD_KOKOS CALL FUNCTION 'FVZR_LOAD_KOKOS' EXPORTING * flg_aktuell = i_bukrs = u_wrk_vdarl-bukrs * i_dguel_bis = u_date * i_dguel_von = u_date i_global_koko = ' ' i_rkey1 = u_wrk_vdarl-ranl i_sanlf = u_wrk_vdarl-sanlf "N1747945 i_skokoart = u_sav_kokoart_von i_skokoart_bis = u_sav_kokoart_bis * I_SKOKOART_NOT = ' ' * IMPORTING * E_FIRST_KOKO_VERTRAG = TABLES xvzzkoko = l_tab_vzzkoko EXCEPTIONS not_found = 1 no_history = 2 OTHERS = 3 .

FVZK_LOAD_VZZKOPO CALL FUNCTION 'FVZK_LOAD_VZZKOPO' EXPORTING * DEFAULT_VALUES = ' ' * DGUEL_KP = ' ' * FLG_KOPA_READ = 'X' get_empty = space gsart = u_sav_gsart init_tables = 'X' koko_key = l_wrk_vzzkokokey TABLES ivzzkopo = l_tab_vvzzkopo_ex EXCEPTIONS group_not_found = 1 kondition_not_found = 2 sbewziti_different = 3 skoart_not_found = 4 text_not_found = 5 OTHERS = 6 .

VVZZKOPO_TO_VZZKOPO CALL FUNCTION 'VVZZKOPO_TO_VZZKOPO' EXPORTING i_tab_vvzzkopo = l_tab_vvzzkopo IMPORTING e_tab_vzzkopo = l_tab_vzzkopo * E_TAB_VZZKOPA = .

FVD_DB_VDARL_GET_SNG CALL FUNCTION 'FVD_DB_VDARL_GET_SNG' EXPORTING i_bukrs = u_bukrs i_sarchiv = ' ' i_ranl = u_ranl IMPORTING e_str_vdarl = c_wrk_vdarl EXCEPTIONS contract_not_found = 1 OTHERS = 2.

FVD_API_COMMON_MESSAGES CALL FUNCTION 'FVD_API_COMMON_MESSAGES' EXPORTING i_function = '1' i_bapiret2 = l_wrk_bapiret2.

FVD_API_COMMON_MESSAGES CALL FUNCTION 'FVD_API_COMMON_MESSAGES' EXPORTING i_function = '2' * I_SYST = ' ' * I_BAPIRET2 = IMPORTING e_tab_bapiret2 = c_tab_bapiret2.

CHANGEDOCUMENT_READ_HEADERS CALL FUNCTION 'CHANGEDOCUMENT_READ_HEADERS' EXPORTING * ARCHIVE_HANDLE = 0 date_of_change = u_sav_date objectclass = l_sav_objectcl objectid = u_sav_objectid * TIME_OF_CHANGE = u_sav_time username = space * LOCAL_TIME = ' ' TABLES i_cdhdr = l_tab_cdhdr EXCEPTIONS no_position_found = 1 wrong_access_to_archive = 2 time_zone_conversion_error = 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 IFVD_CHANGEOBJECT_FORMS or its description.