SAP Reports / Programs | Financial Services | Value Adjustment(FS-RBD) SAP FS

/IBS/IRB_ECF_UPD_F01 SAP ABAP INCLUDE - /IBS/IRBECFUPDF01







/IBS/IRB_ECF_UPD_F01 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 /IBS/IRB_ECF_UPD_F01 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 /IBS/IRB_ECF_UPD_F01. "Basic submit
SUBMIT /IBS/IRB_ECF_UPD_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT /IBS/IRB_ECF_UPD_F01 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 /IBS/IRB_ECF_UPD_F01

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:

/IBS/RB_KTO_GET_LIST CALL FUNCTION '/IBS/RB_KTO_GET_LIST' TABLES ti_so_rbdid = r_rbdid ti_so_rbdnr = g_so_rbdnr ti_so_rbdst = r_rbdst ti_so_kttyp = r_kttyp * TI_SO_AWAERS = * TI_SO_AGEWB = ti_so_rbsna = g_so_rbsna ti_so_orgein = g_so_orgein te_kto = it_kto EXCEPTIONS data_error = 1 OTHERS = 2.

/IBS/RB_MODID_P_GET_LIST CALL FUNCTION '/IBS/RB_MODID_P_GET_LIST' TABLES * TI_SO_MODID = te_modid_p = $it_modid_p EXCEPTIONS data_error = 1 OTHERS = 2.

/IBS/RB_GET_LOCAL_CURRENCY CALL FUNCTION '/IBS/RB_GET_LOCAL_CURRENCY' EXPORTING i_rbdid = g_rbdid i_modid_post = $h_modid_p IMPORTING e_hwaers = g_hwaehr * EXCEPTIONS * DATA_ERROR = 1 * PARAMETER_ERROR = 2 * OTHERS = 3 .

/IBS/RB_KTODATE_GET CALL FUNCTION '/IBS/RB_KTODATE_GET' EXPORTING i_rbdid = wa_kto-rbdid i_rbdnr = wa_kto-rbdnr i_bewme = p_bewme IMPORTING e_ktodate = wa_ktodate EXCEPTIONS parameter_nicht_vollstaendig = 1 data_error = 2 OTHERS = 3.

/IBS/RB_KVV_GET_LIST CALL FUNCTION '/IBS/RB_KVV_GET_LIST' TABLES ti_so_rbdid = r_rbdid ti_so_rbdnr = r_rbdnr * TI_SO_MODID = * TI_SO_VERTV = te_kvv = $it_kvv EXCEPTIONS data_error = 1 OTHERS = 2.

/IBS/RB_UP_GET_LIST CALL FUNCTION '/IBS/RB_UP_GET_LIST' EXPORTING i_bewme = p_bewme TABLES * TI_SO_UPNR = ti_so_rbdid = it_rbdid ti_so_rbdnr = so_rbdnr te_up = it_up_lup EXCEPTIONS data_error = 1 OTHERS = 2.

/IBS/RB_GLOBAL CALL FUNCTION '/IBS/RB_GLOBAL' EXPORTING mandant = sy-mandt IMPORTING e_global = wa_global EXCEPTIONS data_error = 1 param_error = 2 OTHERS = 3.

/IBS/RB_RBDBW_T_GET_LIST CALL FUNCTION '/IBS/RB_RBDBW_T_GET_LIST' TABLES * TI_SO_BWART = te_rbdbw_t = $it_rbdbw_t EXCEPTIONS data_error = 1 OTHERS = 2.

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = wa_alvup_t-rese1 IMPORTING output = wa_alvup_t-rese1.

/IBS/RB_DOMAIN_GET_VALUE CALL FUNCTION '/IBS/RB_DOMAIN_GET_VALUE' EXPORTING i_dname = wa_dd07v-domname i_dlangu = sy-langu i_dvalue = wa_dd07v-domvalue_l IMPORTING e_dd07v_wa = wa_dd07v EXCEPTIONS data_error = 1 OTHERS = 2.

/IBS/RB_KVV_GET_LIST CALL FUNCTION '/IBS/RB_KVV_GET_LIST' TABLES ti_so_rbdid = r_rbdid ti_so_rbdnr = r_rbdnr te_kvv = $it_kvv EXCEPTIONS data_error = 1 OTHERS = 2.

/IBS/RB_RBD_P CALL FUNCTION '/IBS/RB_RBD_P' EXPORTING i_rbdid = p_rbdid IMPORTING e_rbd_p = wa_fep_rbd_p EXCEPTIONS data_error = 1 parameter_nicht_vollstaendig = 2 OTHERS = 3.

/IBS/DBM_RB_SAVE_ECF CALL FUNCTION '/IBS/DBM_RB_SAVE_ECF' IN UPDATE TASK EXPORTING i_testrun = p_simall i_db_aktion = c_db_update i_modid_post = c_modid_post i_balsubobj = c_log_subobj_iasu i_kto = wa_kto i_kto_old = wa_kto ti_ktodate = it_ktodate ti_ktodate_old = it_ktodate_old ti_kvv = it_kvv_upd ti_kvv_old = it_kvv_old ti_up = it_up_out ti_up_old = it_up_lup ti_ui = it_ui_out ti_ui_old = it_ui_empty ti_ecf_hd_ins = it_ecf_hd_new ti_ecf_hd_upd = it_ecf_hd_empty ti_ecf_hd_del = it_ecf_hd_lup ti_ecf_bal_ins = it_ecf_bal_new ti_ecf_bal_upd = it_ecf_bal_empty ti_ecf_bal_del = it_ecf_bal_lup ti_ecf_vcf_ins = it_ecf_vcf_new ti_ecf_vcf_upd = it_ecf_vcf_empty ti_ecf_vcf_del = it_ecf_vcf_lup ti_ecf_vco_ins = it_ecf_vco_new ti_ecf_vco_upd = it_ecf_vco_empty ti_ecf_vco_del = it_ecf_vco_lup ti_ecf_pcf_ins = it_ecf_pcf_new * ti_ecf_pcf_upd = it_ecf_pcf_empty ti_ecf_pcf_del = it_ecf_pcf_lup ti_ecf_pco_ins = it_ecf_pco_new * ti_ecf_pco_upd = it_ecf_pco_empty ti_ecf_pco_del = it_ecf_pco_lup ti_ecf_put_ins = it_ecf_put_new * ti_ecf_put_upd = it_ecf_put_empty ti_ecf_put_del = it_ecf_put_lup ti_ecf_bvc_ins = it_ecf_bvc_new ti_ecf_bvc_upd = it_ecf_bvc_empty ti_ecf_bvc_del = it_ecf_bvc_lup.

/IBS/RB_GET_POSTING_DATE CALL FUNCTION '/IBS/RB_GET_POSTING_DATE' EXPORTING i_datum = p_budat i_rbdid = p_rbdid i_bukrs = wa_fep_rbd_p-bukrs i_gjahr = p_gjahr i_poper = p_poper i_modid_post = p_modidp * I_CK_POPER = ' ' * IMPORTING * E_BUDAT = * E_GJAHR = * E_POPER = EXCEPTIONS data_error = 1 parameter_nicht_vollstaendig = 2 OTHERS = 3.

/IBS/RB_BA_APPL_LOG_CREATE CALL FUNCTION '/IBS/RB_BA_APPL_LOG_CREATE' EXPORTING i_logtxt = h_logtext i_object = c_log_object i_subobj = c_log_subobj_ecfupd i_refresh = c_no CHANGING c_log_handle = h_log_handle.

/IBS/RB_BA_APPL_LOG_MSG_ADD CALL FUNCTION '/IBS/RB_BA_APPL_LOG_MSG_ADD' EXPORTING i_probl = c_yes TABLES ti_msg = it_mesg.

/IBS/RB_BA_APPL_LOG_MSG_SAVE CALL FUNCTION '/IBS/RB_BA_APPL_LOG_MSG_SAVE' EXPORTING i_refresh = c_yes IMPORTING te_lognumbers = i_lognumbers.

/IBS/RB_UI_GENERATION_LIST CALL FUNCTION '/IBS/RB_UI_GENERATION_LIST' EXPORTING i_kto = $wa_kto i_modid_post = $p_modidp i_gjahr = $h_gjahr i_datum = $p_fidat i_poper = $p_poper TABLES ti_up = $it_up_post te_ui = $it_ui_post EXCEPTIONS parameter_error = 1 data_error = 2 OTHERS = 3.

/IBS/RB_SET_IMPDATE





CALL FUNCTION '/IBS/RB_SET_IMPDATE' TABLES ti_ui = $it_ui_post CHANGING i_kto = $wa_kto EXCEPTIONS parameter_error = 1 OTHERS = 2.

/IBS/RB_KTODATE_GET CALL FUNCTION '/IBS/RB_KTODATE_GET' EXPORTING i_rbdid = $wa_kto-rbdid i_rbdnr = $wa_kto-rbdnr i_bewme = p_bewme IMPORTING e_ktodate = $wa_ktodate EXCEPTIONS parameter_nicht_vollstaendig = 1 data_error = 2 OTHERS = 3.

/IBS/RB_SET_FUPDATE CALL FUNCTION '/IBS/RB_SET_FUPDATE' EXPORTING i_kto = $wa_kto i_ktodate = $wa_ktodate IMPORTING e_ktodate = $wa_ktodate TABLES ti_ui = $it_ui_post EXCEPTIONS parameter_error = 1 OTHERS = 2.

/IBS/RB_ZRLIB_GET_LIST CALL FUNCTION '/IBS/RB_ZRLIB_GET_LIST' TABLES te_zrlib = it_zrlib EXCEPTIONS data_error = 1 OTHERS = 2.



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 /IBS/IRB_ECF_UPD_F01 or its description.