IFVD_MASTERDATA_BIW_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_MASTERDATA_BIW_FORMS 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!
FREE_SELECTIONS_RANGE_2_WHERE call function 'FREE_SELECTIONS_RANGE_2_WHERE' EXPORTING field_ranges = l_tab_rsds_range IMPORTING where_clauses = c_tab_where.
CFM_TR_BIW_GET_TIMESTAMPS call function 'CFM_TR_BIW_GET_TIMESTAMPS' exporting i_oltpsource = u_chabasnm i_updmode = u_updmode importing e_date_low = c_ldate * E_DATE_HIGH = c_ldate e_time_low = c_ltime * E_TIME_HIGH = c_ltime e_tzone = sy-tzone "#EC WRITE_OK e_dayst = sy-dayst "#EC WRITE_OK exceptions time_interval_negative = 1 timestamps_wrong = 2 _invalid_update_mode = 3 others = 4 .
CFM_TR_BIW_UPDATE_TIMESTAMPS call function 'CFM_TR_BIW_UPDATE_TIMESTAMPS' exporting i_oltpsource = u_chabasnm i_updmode = l_updmode i_date_low = u_ldate i_time_low = u_ltime i_date_high = u_ldate i_time_high = u_ltime i_tzone = sy-tzone i_dayst = sy-dayst * I_READ_ONLY = 'X' .
FVD_MAP_CP_CHGPTR_BW_GET CALL FUNCTION 'FVD_MAP_CP_CHGPTR_BW_GET' EXPORTING i_timestamp_from = l_sav_timestamp * I_TIMESTAMP_TO = i_tab_bukrs_range = c_tab_selbukrs * I_MAX_ROWS = 0 I_FLG_EXTRACT_TYPE = 'M' "#EC NOTEXT IMPORTING e_tab_vdarl_key = l_tab_vdarlkey_cp EXCEPTIONS error = 1 OTHERS = 2 .
CHANGEDOCUMENT_READ_HEADERS call function 'CHANGEDOCUMENT_READ_HEADERS' exporting * Al_flg_rcHIVE_HANDLE = 0 date_of_change = u_sav_last_date objectclass = l_sav_objectclass objectid = l_sav_objectid time_of_change = u_sav_last_time username = space * LOCAL_TIME = ' ' tables i_cdhdr = l_tab_cdhdr exceptions no_position_found = 1 * wrong_access_to_al_flg_rchive = 2 time_zone_conversion_error = 3 others = 4 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IFVD_MASTERDATA_BIW_FORMS - IFVDMASTERDATABIWFORMS IFVD_LOAN_DISTRIBUTE_SCR - Include IFVD_LOAN_DISTRIBUTE_SCR IFVD_LOAN_DISTRIBUTE_F01 - Include IFVD_LOAN_DISTRIBUTE_F01 IFVD_LOAN_DISTRIBUTE_D01 - Include IFVD_LOAN_DISTRIBUTE_D01 IFVD_FICO_C_TRANSACT_CONTAB - Constants for Transactions and Condition Table Activities IFVD_FICO_C_SAVEMODE_CONDITION - Constants for Status Condition Table and Version