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

/IBS/IRB_MKTOO10 SAP ABAP INCLUDE - /IBS/IRBMKTOO10







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

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_GET_LOCAL_CURRENCY * CALL FUNCTION '/IBS/RB_GET_LOCAL_CURRENCY' * EXPORTING * i_rbdid = /ibs/trb_kto-rbdid * i_modid_post = c_modid_post * IMPORTING * E_HWAERS = /ibs/trb_up-hwaers * EXCEPTIONS * DATA_ERROR = 1 * PARAMETER_ERROR = 2 * OTHERS = 3.

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = /ibs/trb_up-rese1 IMPORTING output = /ibs/trb_up-rese1.

/IBS/RB_CFTYP_T CALL FUNCTION '/IBS/RB_CFTYP_T' EXPORTING i_cftyp = $wa_sheetp_addon-cftyp IMPORTING e_cftyp_t = $wa_crb_cftyp_t EXCEPTIONS data_error = 1 parameter_nicht_vollstaendig = 2 OTHERS = 3.

/IBS/RB_SHEET_HIST_GET CALL FUNCTION '/IBS/RB_SHEET_HIST_GET' EXPORTING i_sheetnr = wa_alvui-sheetnr IMPORTING e_shisth = $wa_shisth te_shist = $it_shist te_schist = $it_schist te_schist_r = $it_schist_r te_shist_r = $it_shist_r te_shist_i = $it_shist_i EXCEPTIONS param_error = 1 data_error = 2 OTHERS = 3.

/IBS/RB_CFTYP_T CALL FUNCTION '/IBS/RB_CFTYP_T' EXPORTING i_cftyp = $wa_sheetp_addon-cftyp IMPORTING e_cftyp_t = $wa_crb_cftyp_t EXCEPTIONS data_error = 1 parameter_nicht_vollstaendig = 2 OTHERS = 3.

/IBS/RB_SHEET_GET CALL FUNCTION '/IBS/RB_SHEET_GET' EXPORTING i_sheetnr = wa_alvui-sheetnr IMPORTING e_sheeth = /ibs/trb_sheeth te_sheet = it_sheetp_alv te_shcol = it_shcol_tmp te_sheet_i = it_sheet_i "availment te_sheet_r = it_sheet_r "accruals te_shcol_r = it_shcol_r "accruals EXCEPTIONS param_error = 1 data_error = 2 OTHERS = 3.

/IBS/RB_CFTYP_T CALL FUNCTION '/IBS/RB_CFTYP_T' EXPORTING i_cftyp = $wa_sheetp_addon-cftyp IMPORTING e_cftyp_t = $wa_crb_cftyp_t EXCEPTIONS data_error = 1 parameter_nicht_vollstaendig = 2 OTHERS = 3.

/IBS/RB_COLLTYP_T CALL FUNCTION '/IBS/RB_COLLTYP_T' EXPORTING i_colltyp = wa_shcol_alv-colltype IMPORTING e_colltyp_t = $wa_crb_colty_t EXCEPTIONS data_error = 1 parameter_nicht_vollstaendig = 2 OTHERS = 3.

/IBS/RB_CFTYP_T CALL FUNCTION '/IBS/RB_CFTYP_T' EXPORTING i_cftyp = $wa_sheetp_addon-cftyp IMPORTING e_cftyp_t = $wa_crb_cftyp_t EXCEPTIONS data_error = 1 parameter_nicht_vollstaendig = 2 OTHERS = 3.

/IBS/RB_SHEET_HIST_GET CALL FUNCTION '/IBS/RB_SHEET_HIST_GET' EXPORTING i_sheetnr = wa_alvui-sheetnr IMPORTING e_shisth = $wa_shisth te_shist = $it_shist te_schist = $it_schist te_schist_r = $it_schist_r te_shist_r = $it_shist_r te_shist_i = $it_shist_i EXCEPTIONS param_error = 1 data_error = 2 OTHERS = 3.

/IBS/RB_CFTYP_T CALL FUNCTION '/IBS/RB_CFTYP_T' EXPORTING i_cftyp = $wa_sheetp_addon-cftyp IMPORTING e_cftyp_t = $wa_crb_cftyp_t EXCEPTIONS data_error = 1 parameter_nicht_vollstaendig = 2 OTHERS = 3.

/IBS/RB_SHEET_GET CALL FUNCTION '/IBS/RB_SHEET_GET' EXPORTING i_sheetnr = wa_alvui-sheetnr IMPORTING e_sheeth = /ibs/trb_sheeth te_sheet = it_sheetp_alv te_shcol = it_shcol_tmp te_sheet_i = it_sheet_i "availment te_sheet_r = it_sheet_r "accruals te_shcol_r = it_shcol_r "accruals EXCEPTIONS param_error = 1 data_error = 2 OTHERS = 3.

/IBS/RB_CFTYP_T CALL FUNCTION '/IBS/RB_CFTYP_T' EXPORTING i_cftyp = $wa_sheetp_addon-cftyp IMPORTING e_cftyp_t = $wa_crb_cftyp_t EXCEPTIONS data_error = 1 parameter_nicht_vollstaendig = 2 OTHERS = 3.

/IBS/RB_COLLTYP_T CALL FUNCTION '/IBS/RB_COLLTYP_T' EXPORTING i_colltyp = wa_shcol_alv-colltype IMPORTING e_colltyp_t = $wa_crb_colty_t EXCEPTIONS data_error = 1 parameter_nicht_vollstaendig = 2 OTHERS = 3.

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = /ibs/trb_sheeth-vertv IMPORTING output = /ibs/trb_sheeth-vertv.

/IBS/RB_ZPROCCA CALL FUNCTION '/IBS/RB_ZPROCCA' EXPORTING i_rbdid = /ibs/trb_sheeth-rbdid i_pdavs = /ibs/trb_sheeth-pdavs i_proctype = /ibs/trb_sheeth-proctype IMPORTING e_zprocca = wa_zprocca EXCEPTIONS data_error = 1 param_error = 2 OTHERS = 3.

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = /ibs/trb_sheeth-vertv IMPORTING output = /ibs/trb_sheeth-vertv.

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

CONVERSION_EXIT_ALPHA_OUTPUT





CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = /ibs/trb_sheeth-vertv IMPORTING output = /ibs/trb_sheeth-vertv.

/IBS/RB_ZPROCCA CALL FUNCTION '/IBS/RB_ZPROCCA' EXPORTING i_rbdid = /ibs/trb_sheeth-rbdid i_pdavs = /ibs/trb_sheeth-pdavs i_proctype = /ibs/trb_sheeth-proctype IMPORTING e_zprocca = wa_zprocca EXCEPTIONS data_error = 1 param_error = 2 OTHERS = 3.

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = /ibs/trb_sheeth-vertv IMPORTING output = /ibs/trb_sheeth-vertv.

/IBS/RB_CFTYP_T CALL FUNCTION '/IBS/RB_CFTYP_T' EXPORTING i_cftyp = $wa_sheetp_addon-cftyp IMPORTING e_cftyp_t = $wa_crb_cftyp_t EXCEPTIONS data_error = 1 parameter_nicht_vollstaendig = 2 OTHERS = 3.

/IBS/RB_SHEET_HIST_GET CALL FUNCTION '/IBS/RB_SHEET_HIST_GET' EXPORTING i_sheetnr = wa_alvui-sheetnr IMPORTING e_shisth = $wa_shisth te_shist = $it_shist te_schist = $it_schist te_schist_r = $it_schist_r te_shist_r = $it_shist_r te_shist_i = $it_shist_i EXCEPTIONS param_error = 1 data_error = 2 OTHERS = 3.

/IBS/RB_CFTYP_T CALL FUNCTION '/IBS/RB_CFTYP_T' EXPORTING i_cftyp = $wa_sheetp_addon-cftyp IMPORTING e_cftyp_t = $wa_crb_cftyp_t EXCEPTIONS data_error = 1 parameter_nicht_vollstaendig = 2 OTHERS = 3.

/IBS/RB_SHEET_GET CALL FUNCTION '/IBS/RB_SHEET_GET' EXPORTING i_sheetnr = wa_alvui-sheetnr IMPORTING e_sheeth = /ibs/trb_sheeth te_sheet = it_sheetp_alv te_shcol = it_shcol_tmp te_sheet_i = $it_sheet_i "availment te_sheet_r = $it_sheet_r "accruals te_shcol_r = $it_shcol_r "accruals EXCEPTIONS param_error = 1 data_error = 2 OTHERS = 3.

/IBS/RB_CFTYP_T CALL FUNCTION '/IBS/RB_CFTYP_T' EXPORTING i_cftyp = $wa_sheetp_addon-cftyp IMPORTING e_cftyp_t = $wa_crb_cftyp_t EXCEPTIONS data_error = 1 parameter_nicht_vollstaendig = 2 OTHERS = 3.

/IBS/RB_COLLTYP_T CALL FUNCTION '/IBS/RB_COLLTYP_T' EXPORTING i_colltyp = wa_shcol_alv-colltype IMPORTING e_colltyp_t = $wa_crb_colty_t EXCEPTIONS data_error = 1 parameter_nicht_vollstaendig = 2 OTHERS = 3.

/IBS/RB_SHEET_HIST_GET CALL FUNCTION '/IBS/RB_SHEET_HIST_GET' EXPORTING i_sheetnr = wa_alvui-sheetnr IMPORTING e_shisth = $wa_shisth te_shist = $it_shist te_schist = $it_schist te_schist_r = $it_schist_r te_shist_r = $it_shist_r te_shist_i = $it_shist_i EXCEPTIONS param_error = 1 data_error = 2 OTHERS = 3.

/IBS/RB_SHEET_GET CALL FUNCTION '/IBS/RB_SHEET_GET' EXPORTING i_sheetnr = wa_alvui-sheetnr IMPORTING e_sheeth = /ibs/trb_sheeth te_sheet = it_sheetp_alv te_shcol = it_shcol_tmp te_sheet_i = $it_sheet_i "availment te_sheet_r = $it_sheet_r "accruals te_shcol_r = $it_shcol_r "accruals EXCEPTIONS param_error = 1 data_error = 2 OTHERS = 3.

/IBS/RB_COLLTYP_T CALL FUNCTION '/IBS/RB_COLLTYP_T' EXPORTING i_colltyp = wa_shcol_r_alv-colltype IMPORTING e_colltyp_t = $wa_crb_colty_t EXCEPTIONS data_error = 1 parameter_nicht_vollstaendig = 2 OTHERS = 3.

/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.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_GREEN_LIGHT' text = ' ' info = text-rs1 add_stdinf = 'X' IMPORTING result = w_ampel_rs EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_RED_LIGHT' text = ' ' info = text-rs2 add_stdinf = 'X' IMPORTING result = w_ampel_rs EXCEPTIONS OTHERS = 0.

NOTICE_EXISTS CALL FUNCTION 'NOTICE_EXISTS' EXPORTING x_object = '/IBS/RB' x_key = v_rbdnr IMPORTING y_exist = note_exists.

NOTICE_OPEN CALL FUNCTION 'NOTICE_OPEN' EXPORTING x_mandt = sy-mandt x_spras = sy-langu x_view = 'KTO' x_object = '/IBS/RB' x_key = v_rbdnr * x_title = 'RBD - Kontendialog' x_wmode = v_note_act x_dynnr = '1102' x_flg_accessibility = 'X' IMPORTING y_obj = wa_notice * CHANGING * XYT_AUTO = EXCEPTIONS system_error = 1 language_not_found = 2 notice_object_not_customized = 3 OTHERS = 4.

NOTICE_PBO CALL FUNCTION 'NOTICE_PBO' EXPORTING x_dialog = v_dialog x_kz_dialog = 'X' CHANGING xy_obj = wa_notice.



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