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

DBST0F01 SAP ABAP INCLUDE - Form Routines for Position Trend List







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


Text pool values


Title: Form Routines for Position Trend List


INCLUDES used within this REPORT DBST0F01

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:

GET_CURRENT_YEAR CALL FUNCTION 'GET_CURRENT_YEAR' EXPORTING bukrs = t001-bukrs date = p_stich IMPORTING curry = con_gjahr.

FIRST_DAY_IN_PERIOD_GET CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET' EXPORTING i_gjahr = con_gjahr i_monmit = con_monmit i_periv = t001-periv i_poper = con_poper IMPORTING e_date = c_gja_anfang EXCEPTIONS input_false = 01 t009_notfound = 02 t009b_notfound = 03.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = pa_stich foreign_amount = betrag foreign_currency = u_santwhr local_currency = pa_anzw IMPORTING local_amount = betrag EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 OTHERS = 6.

LOAN_AMOUNT_CALCULATE CALL FUNCTION 'LOAN_AMOUNT_CALCULATE' EXPORTING calculation_date = u_sav_stichtag koko = l_wrk_vzzkoko vdarl = u_wrk_vdarl x_dbudat = con_true x_load_conditions = con_true x_load_i = con_false x_load_p = con_false IMPORTING rloam = c_rloam TABLES i_bepp = c_tab_svzzbepp i_kopo = svzzkopo EXCEPTIONS no_conversion_currency = 01 no_date_for_conversion = 02 OTHERS = 03.

ACCUMULATION_INIT CALL FUNCTION 'ACCUMULATION_INIT' EXPORTING foreign_currency = 'X' local_currency = 'X' rantyp = '1' s_reval = '2' s_rloam = space s_rprof = space x_ssd = l_sreval.

ACCUMULATION_ADD CALL FUNCTION 'ACCUMULATION_ADD' EXPORTING rldepo = '01' vbepp = vzzbepp x_ssd = l_sreval.

ACCUMULATION_RESULT CALL FUNCTION 'ACCUMULATION_RESULT' IMPORTING reval = l_result.

FVD_ARC_GLOBAL_POST_DATE_CHECK CALL FUNCTION 'FVD_ARC_GLOBAL_POST_DATE_CHECK' EXPORTING i_bukrs = l_wrk_t001-bukrs i_key_date = l_arch_stich EXCEPTIONS i_key_date_in_archived_period = 1 OTHERS = 2.

FVD_ARC_GLOBAL_POST_DATE_CHECK CALL FUNCTION 'FVD_ARC_GLOBAL_POST_DATE_CHECK' EXPORTING i_bukrs = l_wrk_t001-bukrs i_key_date = l_arch_stich i_tab_vdarl_key = u_tab_vdarl_key[] EXCEPTIONS i_key_date_in_archived_period = 1 OTHERS = 2.

LOAN_FLOWS_SUPPLY CALL FUNCTION 'LOAN_FLOWS_SUPPLY' EXPORTING i_bukrs = u_wrk_vdarl-bukrs i_ranl = u_wrk_vdarl-ranl read_scheduled_records = ' ' read_posted_records = 'X' no_storno = space read_trdc_rec = ' ' "Verdichtungssätze i_dvalut_until = '99991231' I_FLG_ARC_DOCS_WITH_NUMBER = 'X' "N1554736 TABLES o_vzzbepp = l_tab_vzzbepp EXCEPTIONS ranl_not_found = 1 i_dvalut_until_too_early = 2 OTHERS = 3.

FVD_DB_VDARL_GET_SNG CALL FUNCTION 'FVD_DB_VDARL_GET_SNG' EXPORTING i_bukrs = u_wrk_vdarl_key-bukrs i_sarchiv = u_wrk_vdarl_key-sarchiv i_ranl = u_wrk_vdarl_key-ranl IMPORTING e_str_vdarl = c_wrk_vdarl EXCEPTIONS contract_not_found = 1 OTHERS = 2.

FVD_GDPDU_CHECK_DATES CALL FUNCTION 'FVD_GDPDU_CHECK_DATES' EXPORTING im_application = 'TR-LO' im_rng_company_code = so_bukrs[] IMPORTING ex_flg_tax_auditor = g_flg_tax_auditor CHANGING ch_rng_date = l_rng_date EXCEPTIONS no_authority = 1 wrong_input = 2 OTHERS = 3.

LOAN_AMOUNT_CALCULATE CALL FUNCTION 'LOAN_AMOUNT_CALCULATE' EXPORTING calculation_date = '99991231' koko = l_wrk_vzzkoko vdarl = u_wrk_vdarl x_dbudat = con_true x_load_conditions = con_true x_load_i = con_false x_load_p = con_false x_single_flow = con_true IMPORTING rloam = c_rloam TABLES i_bepp = c_tab_svzzbepp i_kopo = svzzkopo EXCEPTIONS no_conversion_currency = 01 no_date_for_conversion = 02 OTHERS = 03.



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