SAP Reports / Programs | Financial Services(FS) SAP FS

IFVD_MASTERDATA_BIW_FORMS SAP ABAP INCLUDE - IFVDMASTERDATABIWFORMS







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


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

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 .



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