MFTBBYCTYPEFBO 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 MFTBBYCTYPEFBO 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.
Title: Include MFTBBYCTYPEFBO
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = domname value = dynpfw langu = sy-langu IMPORTING dd07v_wa = wrk_dd07v EXCEPTIONS OTHERS = 1.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'SZKART' dynpprog = 'SAPMFTBBYCTYPE' dynpnr = '0100' dynprofield = 'V_FTBBYCSZKART-SZKART' window_title = text-001 value_org = 'S' TABLES value_tab = i_value_tab field_tab = i_field_tab return_tab = e_return_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = text-032 "Wollen Sie die markierten textline2 = text-008 "Währungen löschen? titel = text-009 "Währungen löschen IMPORTING answer = sav_answer.
GET_FIELDTAB * call function 'GET_FIELDTAB' * exporting * tabname = 'JBD15' * tables * fieldtab = field_tab.
TABLE_PRINT_STRUCTURE_KNOWN * call function 'TABLE_PRINT_STRUCTURE_KNOWN' * exporting * tab_name = 'JBD15' * tab_title = text-024 "Zinskurvenarten * tables * structure_tab = field_tab * work_tab = pr_jbd15.
GET_FIELDTAB * call function 'GET_FIELDTAB' * exporting * tabname = 'JBD14' * tables * fieldtab = field_tab.
TABLE_PRINT_STRUCTURE_KNOWN * call function 'TABLE_PRINT_STRUCTURE_KNOWN' * exporting * tab_name = 'JBD14' * tab_title = text-024 "Zinskurvenarten * tables * structure_tab = field_tab * work_tab = i_jbd14.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = 'N' diagnosetext1 = text-025 "Zinskurve wird für alle diagnosetext2 = text-026 "Währungen gelöscht.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'JBIWWAER_NEW' retfield = 'WAERS' window_title = text-005 value_org = 'S' multiple_choice = 'X' TABLES value_tab = i_value_tab field_tab = i_field_tab return_tab = e_return_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'FTBB_YCREFERENZ_NEW' retfield = 'REFERENZ' window_title = text-014 value_org = 'S' multiple_choice = 'X' TABLES value_tab = i_value_tab field_tab = i_field_tab return_tab = e_return_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING tabname = 'T056R' varkey = wrk_varkey EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = text-032 "Wollen Sie die markierten textline2 = text-033 "Referenzzinsen löschen? titel = text-034 "Referenzzinsen löschen IMPORTING answer = sav_answer.
ENQUEUE_E_FTBB_YCT CALL FUNCTION 'ENQUEUE_E_FTBB_YCT' EXPORTING mandt = sy-mandt referenz = sperr_ref szkart = sperr_szkart wwaer = sperr_waer EXCEPTIONS foreign_lock = 01 system_failure = 02.
DEQUEUE_E_FTBB_YCT CALL FUNCTION 'DEQUEUE_E_FTBB_YCT' EXPORTING mandt = sy-mandt referenz = sperr_ref szkart = sperr_szkart wwaer = sperr_waer.
DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING tabname = 'T056R' varkey = wrk_varkey.
DEQUEUE_E_FTBB_YCT CALL FUNCTION 'DEQUEUE_E_FTBB_YCT' EXPORTING szkart = m_v_ftbbycszkart-szkart wwaer = m_v_ftbbycszkart-wwaer.
DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING tabname = 'T056R' varkey = wrk_varkey.
DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING tabname = 'T056R' varkey = wrk_varkey.
CALL FUNCTION 'VIEW_MARK_WRITE' EXPORTING objname = 'JBGK' begin = 'X' EXCEPTIONS OTHERS = 1.
VIEW_MARK_WRITE CALL FUNCTION 'VIEW_MARK_WRITE' EXPORTING objname = 'JBGK' begin = ' ' EXCEPTIONS OTHERS = 1.
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 MFTBBYCTYPEFBO or its description.