SAP Reports / Programs

FTBB_YC_MIGRATE SAP ABAP Report - Migrate YC Type and Ref. Interest Rate Settings to New Customizing







FTBB_YC_MIGRATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this program, you can migrate your existing settings for reference interest rates and yield curve types to the new Customizing of the yield curve framework...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter FTBB_YC_MIGRATE 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 FTBB_YC_MIGRATE. "Basic submit
SUBMIT FTBB_YC_MIGRATE AND RETURN. "Return to original report after report execution complete
SUBMIT FTBB_YC_MIGRATE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_MODIFY = Updates Allowed
Selection Text: P_REFER = D .
Selection Text: P_SZKART = D .
Title: Migrate YC Type and Ref. Interest Rate Settings to New Customizing
Text Symbol: 001 = Yield Curve Type
Text Symbol: 002 = Change
Text Symbol: 003 = No transport request selected
Text Symbol: 004 = Perform migration without transport request?


INCLUDES used within this REPORT FTBB_YC_MIGRATE

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:

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = text-004 * textline2 = titel = text-003 IMPORTING answer = l_sav_answer.

ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING tabname = 'T056R' * varkey = "enquee all EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

ENQUEUE_EJBC14 CALL FUNCTION 'ENQUEUE_EJBC14' * EXPORTING * MODE_JBD14 = 'E' * MODE_JBD15 = 'E' * MANDT = SY-MANDT * SZKART = * WWAER = * REFERENZ = * X_SZKART = ' ' * X_WWAER = ' ' * X_REFERENZ = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_EJBC14 CALL FUNCTION 'DEQUEUE_EJBC14'.

DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING tabname = 'T056R'.

TR_OBJECT_CHECK CALL FUNCTION 'TR_OBJECT_CHECK' EXPORTING wi_ko200 = wrk_ko200 EXCEPTIONS cancel_edit_other_error = 01 show_only_other_error = 02.

TR_REQUEST_CHOICE CALL FUNCTION 'TR_REQUEST_CHOICE' EXPORTING iv_request_types = 'W' " Customizingaufträge it_e071 = l_objects it_e071k = l_object_keys EXCEPTIONS invalid_request = 1 invalid_request_type = 2 user_not_owner = 3 no_objects_appended = 4 enqueue_error = 5 cancelled_by_user = 6 recursive_call = 7 OTHERS = 8.



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