Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

USER Exits FOR TM_55 Tcode

Former Member
0 Likes
770

Hi All,

Iam working on the enhancement for the TM_55 Transaction which is for the reverse of interst rate.

I want to do some enhancement when user presses the save button.

can any body give me any exits, badi, or enhancement point which will trigger when user click the save button on the tcode tm_55.

thanks in advance.

vinod.

2 REPLIES 2
Read only

Former Member
0 Likes
592

Hi,

There are 2 Exits in Tcode "TM_55".


RFTBCOEX                                   
RFTBCOMO  Treasury: Correspondence Monitor 

The Badis List as below.


FTR_BAV                             Open TR-TM: BAV regulatory reporting                       
FTR_CORR_INC_100            CFM: Inbound confirmation via IDoc                         
FTR_CORR_OUT_100           CFM: Outgoing Confirmation via IDoc                        
FTR_CUSTOMER_EXTENT    Open TR-TM: Enhancements for Customers                     
FTR_FINANCIAL_OBJECT     Open TR-TM: Finance object connector                       
FTR_FX_INT_EXIT                  Enhancements for Internal Forex Trading                    
FTR_HEDGE_MGMT               Open TR-TM: Hedge Management                               
FTR_HEDGE_MGMT_USER    User Exit for Hedge Management Subscreen                   
FTR_MA_LAUNCH                 Settings for the MiniApp Launcher                          
FTR_MA_LAUNCH_1STP      Control Start Page for MiniApp Launcher (FTR_MA_LAUNCH)    
FTR_MA_LAUNCH_CUSTOM Settings for the MiniApp Launcher                          
FTR_MIRROR_DEALS           Open TR-TM: Connection to Mirror Transactions              
FTR_PARTNER_ASSIGN       Open TR-TM: Partner Assignments                            
FTR_SE_DEFAULTS              Add-In: Default Issue Structure Data for Sec. Transaction  
FTR_TRACA_STATREPORT  Posting of TR Transactions: Enhancements for Reporting     
FTR_TR_EXTENTION             Enhancements to TR-TM                                      
FTR_TR_FACILITY                Open TR-TM: Connection to Facilities                       
FTR_TR_GENERIC                 Open TR-TM: Generic Connection to Transaction Management   
FTR_TR_POSMON                 BADI Position Monitor                                      
FTR_TR_TBB1_EXIT              Enhancements of (Operat.) Posting Interface (Obsolete!!!)  
IBS_FS_LIST_OPTIONS         Manipulate Field List for Display in MiniApp               
SMOD_RFTBCOEX                CFM: Enhancement of Transaction Confirmations/Dealing Slips

Thanks

Read only

0 Likes
592

Hi,

implement Badi FTR_CUSTOMER_EXTENT with its methods application start, application_free and save_check.

Save_check has to contain your code...

There are plenty of threads in the SDN which tell further details!

Best regards

Frank