cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the current flow FTR?

0 Kudos

Dear all,

Thanks in advance for your attention.

I would like to know if exist any standard transaction used to get the current flow in a FTR trade. I am analyzing some classes like CL_FTR_GUI_FLOWSII, but I am not be able to get it.

Please, could you provide me any idea?

Thanks.

Pablo Aznar

grigoriy_babitskiy
Active Contributor
0 Kudos

Hello Pablo,

What do you mean by saying "current flow" ?

There are a lot of possibilities to get flows from transaction:

1. FTI_LDB_GET_OTC_DEAL1_DATA from RAPI where you can find all flows in structure E_OTC_DEAL1_FLOWS.

2. There are BAPIs like BAPI_FTR_*_DEALGET, for example BAPI_FTR_IRATE_DEALGET where you can find flows in structures MAINFLOW and ADDFLOW.

3. There is LDB FTI_TR_CASH_FLOWS which you can use with FM LDB_PROCESS

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Pablo,

for transaction management, you can check in FM FIMA_TRANSACTIONS_GENERATE and other FMs in this FM.

Regards,

Biao

Answers (1)

Answers (1)

0 Kudos

Thank you very much for replying. Your responses have been very useful.