Skip to Content
0
Former Member
Nov 10, 2006 at 11:36 AM

BADI FTR_CUSTOMER_EXTENT

303 Views

Hello,

Me and my team are deploying SAP CFM. In this deployment, we are implementing a custom solution consisting in adding two new tabs to the transactions TM_XX. To do so, we are using BADI FTR_CUSTOMER_EXTENT.

The problem we have is the following:

When we want to create a new interest rate instrument (TM_51), for example, and access to one of the new custom tabs, we need to retrieve the total amount from the Structure tab (field XZBETR). Our implementation of BADI FTR_CUSTOMER_EXTENT, inside method EVT_APPLICATION_START, is not able to retrieve this field, because parameter PI_PROXY_TRANSACTION contains some other fields but not this one.

We wonder if there is some way to retrieve the value of this field from methor EVT_APPLICATION_START inside an implementation of BADI FTR_CUSTOMER_EXTENT.

Thanks and best regards.

Alberto Muñoz