Zero bonds: no posted repayment cash flow at end of term?

Hello
When I create a zero bond with FTR_CREATE I can post the initial payment (95000 EUR) at start of term and the amount (100000) (5 % interest over a year) that we would get back at end of term in the Structure tab page. In the Cash Flow tab page I do not see the payment at end of term. The repayment flows for bond are created at security account level .Hence the repayment flow wont be part of cash flow tab , in the menu bar of the transaction the position cash flow button has to be pressed then it will navigate to two views , one is cash flow tab and another one at valuation area level in both views the repayment flows displayed .
How can I post the repayment flow at security account level? I do not succeed to post the flows in TPM18 or TBB1?!

Hi
I tried FWZE. The error i get: "Inflows/outflows in the status plan must first be fixed
Message no. TRS0047". 30.12.2011     SAM1104     Final repayment (scheduled) Scheduled      EUR 3.000,00. How to fix the scheduled SAM1104 final repayment flow? TPM18 did not fix the SAM1104 nor TPM27. TPM10 gives the message: "You have not selected any business transactions Message no. TPM_TRD1026". The transaction is released.

Similar Messages

  • THM80 - zero in Delta in derivatives cash flow & Sum of delta derivative

    Hi All,
    I was trying to execute effectiveness report - THM80. However, no matter the calculation type I used, it always give zero value in field Sum of delta derivative and Delta Derivatives Cash Flow.
    There's,  however,  a value populated in Delta in hedged item cash flows and Sum of delta hedged item. 
    can anyone shed some light here on how the derivative is calculated? As far as I know it's only controlled by calculation type.
    Thanks
    Edited by: diankusuma on Dec 7, 2009 11:12 AM

    Hi,
    Is your TPM1 posting the Valuation (NPV) and Hedge Management flows i.e. OCI and P&L Distribution? 'coz those 2 columns will show the OCI (Effective) amount. Please provide any details you can.
    Manish

  • Duplicated Posting on Cash Flow

    Good afternoon,
    We have in our company, on money market of TRM, bilateral facility for
    the intercompany loans to control taxes. We noticed that after applying
    support package 15, the flows for the first condition keeps being
    generated in parallel with the flows for the second condition in the
    cash flow.
    We apply the notes 1298195, 1326397 and 1389873. The problem of
    duplicated flows was resolved, I mean, they are no longer being
    duplicated. But the flows that already were duplicates continued in
    the cash flow, which can't happen.
    Please, how we can remove these duplicate entries of cash flow? Exists
    some note or procedure for to remove these flows?
    Best regards.

    Hello Prasad,
    Thank you for your feedback. I had already opened a message in the service market place. I'm now waiting for a solution for this problem.
    Thanks a lot.
    Regards,
    Rodrigo Soares

  • SAP RE-FX RERAPP - making Object Cash Flow posting while Partn.Rel. Cash flow gives Error (due to missing House Bank)

    Hello Experts,
    We have an issue with the Object Cash Flow makes postings while the Partner.Rel. Cash Flow gives an error due to missing House Bank in the Posting Parameters on the contract.
    Result is an double/tripple etc. booking on the Object Cash Flow which not is showing on the Flow Overview in the contract and no booking on the Partner.Rel. Cash Flow.
    This goes on until the missing House Bank is corrected.
    We want to know if we can block the Object Cash Flow making definitive postings until the original Partner.Rel. Cash Flow is posted.
    Hope to hear from you, thanks in advance!
    Saskia Ismail

    Hi.Saskia Ismail
    You can think the 2-Type of posting procedure.
    1. You just only manage 'Partner.Rel. Cash flow' of each condition & flow type.
        In this cases, you do not configure "Distribution Formula" on the "Condition type" configuration.
       (RECACUST>Conditions and Flows>Condition Types and Condition Groups)
    2. You want to manage both of 'Partner.Rel. Cash flow' and 'Object Cash Flow'. but when you posting this cash flow, if you want to block the Object
       Cash Flow making, you can use 'Enhancements' of the 'RECACUST>Accounting>Automatically Generated Accounting
       Documents>Enhancements>Prevent Object Transfers' as below.
      Prevent Object Transfers :
      - You can use this BAdI if you want to suppress object transfers (transfer from the contract to assigned rental objects) during periodic posting.
      - Implement the method SUPPRESS_TRANSFER_POSTING and set the parameter cf_suppress_transfer there to 'X'.
    Regards,
    Yeong Chul, Jeong

  • How to create a Cash Flow Statement?

    Dear all:
    I am trying to create a Cash Flow Statement, and my approach is to use Dimension formula to calculate on the fly. Is my approach the best practice, or should I use script logic instead?
    Based on my understanding, if I use Dimension formula, I won't need to create new set Dim members to store the calculated values (such as Increase (Decrease) in A/R = A/R this month - A/R last month). However, I am having problem constructing the formula in FORMULAH1 column.
    Given above A/R example, I tried to use [NetAR] - ([NetAR],[Time].[PRIOR]) to get the difference in value between this month and last month, but I received error message saying that "The hierarchy '[PRIOR]' was not found in the cube when the string, [TIME].[PRIOR], was parsed". Is there anyway to retrieve Next or Prior months data in MDX?
    If my approach is not correct, please advise correct way.
    P.S. I have searched the forum and someone mentioned using Account Transformation logic. I looked up Administration Help file but didn't grasp the concept of Account Transformation logic. Can someone explain in detail for me?
    Thank you for your help!
    Brian

    Try not to use DIMENSION LOGIC, unless it is really simple.
    This is a set of ideas from the BPC 5 demo that I often use for Cash Flow Statements.  This may be modified for your use, but the idea is consistent. Just remember to prep the customer to understand that 1 time charges and 1 off changes to CF statements are more often added and managed manually since it they would always impact a CF report.
    Logic from version 5 BPC Demo- Finance App
    *INCLUDE SYSTEM_CONSTANTS.LGL
    *SYSLIB CONSOLIDATION_LIBRARY.LGL
    // MOVE INCOME STATEMENT ITEMS TO CASH FLOW STATEMENT
    RUNSUMMARIZE(ThisApp,CF_SUMM,%CATEGORY_SET%,%LC_RPT_CURR%)
    //CALCULATE BALANCE SHEET MOVEMENTS AND POST TO CASH FLOW STATEMENT
    *SELECT(%FROM_ACCOUNT%, "[ID]", "ACCOUNT", "[CF_TO_ACCT] <> ''")
    *XDIM_MEMBERSET ACCOUNT = %FROM_ACCOUNT%
    *XDIM_ADDMEMBERSET TIME = PRIOR
    *XDIM_MEMBERSET RPTCURRENCY=%LC_RPT_CURR%
    *WHEN TIME
          *IS %TIME_SET%
                *REC(ACCOUNT=ACCOUNT.CF_TO_ACCT)
          *IS PRIOR
                *REC(FACTOR=-1,ACCOUNT=ACCOUNT.CF_TO_ACCT,TIME=NEXT)
    *ENDWHEN
    *COMMIT
    Changes to above:
    Dependencies (libraries, properties, etc.)
    - SYSTEM_CONSTANTS.LGL
    - CONSOLIDATION_LIBRARY.LGL u2013 to run the Business Rules section
    - The following dimensions, members and properties are assumed
              Account
                   CF_TO_ACCT property which is on all base level accounts which are part of the cash flow statement. The value should be the cash flow account that they map to. The dimension values are the IDs so they are all assumed as names
                   CF_SUMM property used to move the income statement items to the cash flow statement. Contains the formulas on the destination cash flow accounts that map the Income statement accounts.
              Time u2013 just the dimension name
              RptCurrency
              CURRENCY_TYPE property with a value of  L or R
    What does it do?
    Step 1 - MOVE INCOME STATEMENT ITEMS TO CASH FLOW STATEMENT
    Use the formulas in the CF_SUMM accounts to move income statement values to the cash flow statement for all currencies based on the Currency_Type property
    Step 2 - CALCULATE BALANCE SHEET MOVEMENTS AND POST TO CASH FLOW STATEMENT
    ·        Select all accounts that have values in the CF_TO_ACCT property
    ·        Add the Prior time period to the time memberset
    ·        Run this process for all currencies based on the Currency_Type property
    ·        Take the value in the current period and the negative value of the prior period to calculate the periodic cash flow amount and write to the account designated in the CF_TO_ACCT property
    IMPORTANT NOTE: this step does have an issue that will be corrected in future versions of the sales demo. The issue is that if you run this logic for 2007.MAR, the negative balance for 2007.MAR will be written to 2007.APR as well as 2007.FEB being written to 2007.MAR. The logic needs to be changed as follows to work
    First create two members in the DataSrc dimension that both consolidate to PreAdj member of the DataSrc dimension named CF_Current and CF_Prior
    Add the following statement after the *XDIM_MEMBERSET RPTCURRENCY=%LC_RPT_CURR%
    *XDIM_MEMBERSET DATASRC=
    Change the REC statements as follows
    *REC(ACCOUNT=ACCOUNT.CF_TO_ACCT,DATASRC=u201CCF_Currentu201D)
    *REC(FACTOR=-1,ACCOUNT=ACCOUNT.CF_TO_ACCT,TIME=NEXT,DATASRC=u201CCF_Prioru201D)
    Hope this helps somewhat.  It is really hard to send this detailed stuff usingthe FORUM.
    Edited by: Petar Daniel on Dec 11, 2008 8:39 PM

  • Why can not reverse the single cash flow ?

    Hi.
    I've created loan number using t-code : fn1v.
    I've posted different cash flow.
    I'd like to reverse specific interest amount using t-code : fnvm.
    but it didn't work.
    sap pop up the message.
    ============================================================
    Diagnosis
    A planned record is preventing document 44959 in company code HPT from being reversed.
    Procedure
    Delete or post the planned record and continue with the reversal.
    ============================================================
    So i deleted all plan cash flow's data registered by fn8c or fn8x.
    after that it works well.
    I checked it out thoroughly. I found that it is impossible to reverse when it is included plan cash flow's data registered by fn8c or fn8x
    why is that? Could you explain?
    thanks in advance.

    Hi,
    you can reverse the specific interest amount by using Tcode FNM3, provided you have not made clearing.In that case you have  to reverse clearing & then use TCode FNM3.
    rgds
    Saurabh

  • Zero bonds: no cash flow in for amount at end of term?

    Hello
    When I create a zero bond with FTR_CREATE I can post the initial payment (95000 EUR) at start of term and the amount (100000) (5 % interest over a year) that we would get back at end of term in the Structure tab page. In the Cash Flow tab page I do not see the payment at end of term?

    Hi ,
    The repayment flows for bond are created  at security account  level .Hence the repayment flow wont be part of cash flow tab , in the menu bar of the transaction the position cash flow button has to be pressed then it will navigate to two views , one is cash flow tab and another one at valuation area level in both views the repayment flows displayed .
    Regards
    Mahesh.B

  • Cash flow start date and first posting date in REFX-RECN contract

    Hi,
    While reviewing old contracts, I have noticed that in contracts where first posting date is mentioned,  the cash flow start date is not editable in contract change screen.  In contracts where first posting date is not mentioned, the cash flow start date is editable in the change screen.
    Is this standard system behaviour?  Because i have read in the forum that cash flow start date is not editable after first posting of the conditions.
    I tried to change the field status of cash flow start date through RECACUST,  but despite keeping the field status as display,  the cash flow start date remains editable.
    Please help on how to make the field status not editable.
    sadhana

    Hi Sidhharth,
    Thanks a lot for your immediate reply.
    I still have one query.  You have written that
    Where First posting date is not updated it indicates that posting of the contract is yet to be done,not a single posting has been performed hence Cashflow date is editable.
    This means first posting date is always filled up after condition is posted.  but in our system i find that the date is blank and greyed out even after the 1st posting.
    Could it be due to having several conditions in the contract - some with one time posting, some with monthly posting?  eg.most of our contracts have atleast two contions - one for deposit which is one time payment, one for rent.  the first posting date is updated in individual condition for rent in conditions tab  but first posting date in terms tab is blank.     But even in single condition contracts, the first posting date is not getting updated in term tab (the field gets greyout out once contract is activated)
    Thanks once again.
    Sadhana.

  • Cash flow statement...shows zero

    Dear all,
    When i run cash flow statement report, it shows zero only. I have enabled cash flow in the GL account. What else did i miss in the configuration?
    Here attached the screen thanks.
    http://home.netvigator.com/~raylamhk/snap1.jpg

    Hi,
    It looks that there is something going wrong in designing your Cash flow Statement.
    You need to create a FORM in FSI4 and assign the same to report in FSI1.
    You can see some of the standard cash flow forms in FSI5 or FSI6.
    In your element definition, you need to pick the FS Item from Available characteristics to Selected Characteristics. FS Item is nothing but the node in your Financial Statement Version (FSV). You can see the FSV that has been created for your Chart of Accounts (COA) in OB58.
    You should have a proper format for the Cash Flow Reporting for example:
    1) Sales Revenues
    Minus
    2) Material Disbursements
    Minus
    3) Personnel Disbursements
    Minus
    4) Financial Charges
    Plus
    5) Other Incomes
    Minus
    6) Other operating disbursements
    Minus
    7) Taxes from Incomes
    =
    CASH FLOW
    Like this you design your Cash Flow reporting then you start adding / substracting the nodes. Before, starting this activity, I would recommend that you go through your FSV and make sure that it is complete in all respects.
    Regards,
    Ravi

  • Diff. between contract cash flow starting date&the 1st posting date

    gusy , please if some 1 know where can i post the real estate threads don't hesitate 2 send me the link cuz i can't find it yet ...
    i would like to ask also about the diffrence between contract cash flow starting date and the 1st posting date of the contract?? isn't it necessary for those 2 dates to be identical ?? because when i receive or realize cash from that contract i've to post it ..

    Hi,
    the difference is quite easy to explain.
    contract cash flow starting date is the date sap uses when generating the cash flow, this is used if you have contracts in sap that were created before you using sap and where you would want to see the cash flow for information reasons.
    The 1st posting date of the contract is actually the date beginning of which sap will be posting the conditions.
    Say your cash flow starting date is 01 January 2007 and your 1st posting date is 01. july 2007, yor cashflow will show you what would have been posted, if the contract had been handeled in sap from january through june, starting in july, it shows what is to be and what actually has been posted.
    As to your question regarding a sap re-fx forum, please use your search, we are still trying to get enough people interested and there is a thread where you can sign up. Until then, feel free to post your questions in the Financials forum.
    Ute

  • How to change Due date in Cash flow (yet to post) lines in a contract.

    Hello All,
    I have a requirement where i want to change the due date of cash flow line items of a contract. I am able to do that in RECN transaction, by clicking on the date field and change the date. Here i am looking for a BAPI or function module using which i can update the date of cash flow items. Can anybody help me in doing this.
    Thanks,
    Bala.

    Hi Bala,
    we had a similar requirement during the initial implementation project.
    We have used BADI_RECD_CASHFLOW for this purpose. We have used both Methods - CHANGE_CASHFLOW_OBJ and CHANGE_CASHFLOW_PAY in such a way (for the last one):
      LOOP AT ct_pay ASSIGNING <ls_cashflow_pa>
                 WHERE ( cfstatus = 'P'              ) AND
                       ( origflowtype IS NOT INITIAL ) .
        IF <<condition>>.
          <ls_cashflow_pa>-dfaell = ....
        ENDIF.
      ENDLOOP.
    HTH,
    Siarhei

  • Cpmmercial paper  with discount cash flows

    Hello Experts,
    Business user wants to create CP with discount with discount selection in structure screen but  still  investement and fianl repayment show the full payment flow not with discount. Ex. CP purchase of 100000 with 1% interest with discount should show 990000 for investmenet and final repayment and 1000 as interest payment. But cash flows still have show full amount of 100000 not discount  flow of 1000. Any input how to create CP flows with discount.
    Thanks

    When I enter interest rate, the payment rate gets filled automitically with rate% but still the cash flows shows 10000 and interest of 1000. Since our client purchase CP on discount, therefore they want to post the dicounted amount of 99000 as payment amount and final repayment .
    The flows should look like below
    investment   990000 ( not 100000 )
    interest amount 1000
    final payment 99999 ( not 100000 )
    but in the system shows full amount not discounted on. Any insight on this

  • Product type 56A-Posn cash flows Sec Acc Class-Calculation stops after 2017

    Hi All
    I created product type 56A with a security class ID repaying finally in January 2020 & with interest conditions of 5.5% throughout. But I see the position cash flows in FTR_EDIT for that product type only showing interest flows till 2017 instead of till 2020. 
    Is there anything that I need to do to get this calculated till repayment date?
    I checked my calendar & it is active till 2050 for the currency USD.  My company codes local currency is USD.
    Thanks
    Regards
    Morgan

    Hi All
    This reply may not wholely relate to your issue, but we faced similar issue with Securities - Debentures, we had created the transaction till 2020 but the we were able to see the flows only till 2014, later when we checked with SAP, they gave us the solution that under following config we need to maintaine blank or zero in the field CM period (Cash Mgn.), then it worked.
    The path is
    IMG->Financial Supply Chain Management->Treasury and Risk Management->Transaction Manager->Securities->Master Data->Product Types>Define Company Code-Dependent Settings for the Product Type.
    Also we had to run tcode FWUP for the particular transaction and then check with tcode TPM13 to check whether flows exits.
    Regards
    Venkat

  • Report for Cash flow (fund flow from Bank GL)

    Hi Expert,
    I would like to have your advice on how can I create this type of report?  Is it better using Fund Management?
    My client is asking on cash flow report in which the report should show all fund (cash at bank) movement.  Basically, the report should have 2 main category, which are Cash Inflow / Cash Outflow,for example:
    Cash Inflow
    - Payment received from customer
    - Interest received from FD at Bank
    - Other receipts
    - Government Subsidy Received
    - Government Grant
    Cash Outflow
    - Payment to vendor
    - Finance charge paid to bank (overdraft/loan, etc)
    - Operating Expenses
    - CAPEX
    - Other Payments
    For cash inflow, double entries involve to bank GL is as follows:
    DR Bank
    CR Item listed in cash inflow section, for example: payment received from customer (or CR csutomer), FD interest received (Revenue item of P/L), etc
    For cash outflow, double entries involve to bank GL is as follows:
    DR  Item listed in cash outflow section, for example: payment to vendor (or DR vendor), Payment to non-trade vendor (for asset purchase, etc), Interest paid (expense item of P/L), etc
    Questions:
    Since my debit or credit leg of my bank account, currently does not have any indicator that can explicitly indicator the nature of my inflow and outflow, how can I produce my report of cash flow show above?
    Note: It is extremely heavy for customized ABAP program to extract my bank entry and point back to the opposite leg to find the nature of my inflow/outflow as well.
    Kindly advise.
    Thanks in advance,
    sbmel

    Hi
    In ECC 6.0 EhP4 - A new feature has been added inorder to provide such a kind of cash flow report... You need to activate Business Function PSM_FA_CASH..
    Refer this link http://help.sap.com/erp2005_ehp_04/helpdata/EN/42/e34f2c31023ee1e10000000a1553f6/frameset.htm...
    ... Under Business Functions in SAP ERP > Enterprise Busn Func > Accounting > Public Sector management > PSM, Cash basis accounting & Cash flow reporting
    Once you activate it, you will find additional nodes of IMG under SPRO > Public Sector management.....
    This works the same way as Doc Splitting... technically speaking, this new feature is extended arm of Doc Spliting... In Doc Splitting, you assign item Categories to each GL Account.... Similarly, you will assign a "Revenue / Expense Account" to each GL Account.... This R/E Account can be any alpha numeric text.... This R/E account then gets added as a Doc Splittin Char and is populated in every FI Doc that you post
    I have tried this in a test client a year ago and was more or less satisified with it barring some exceptions....
    br, Ajay M

  • Unable to edit cash flow in Interest Rate Instrument

    Hi Experts,
    I am facing a strange issue while trying to change Cash Flow in Int. rate instrument.
    Scenario:
    I am trying to edit a flow in FTR_Edit and system is allowing me to change most of the flow. Please see below:
    But if try to change the very next flow on the same date i.e. 960.93 USD Edit Flow option is NOT coming at all.Please see below
    These flow has NOT been posted to accounting still.
    Any one has any ides/suggestion why system is behaving like this.
    Cheers !
    Adi

    Hi,
    basically changes in the cashflow are exceptional and for circumstances, where you have postings after the flow(s) you want to adjust and you cannot reverse these postings because of closed periods etc. This changes in the cashflow do not change the interest condition(s) itself.
    If you have more than 1 interest period and the interest rate of the future periods are not known yet, you should use a Reference Interest Rate (e.g. LIBOR) instead a fix one in the interest condition. Then you are able to use the fixing-functionality (TI10 or TJ05) to get the interest rates into the deal.
    Of course you can use fixed interest rate, too - in this case you need 1 interest-condition per period and have then to adjust the interest rate (which initially cannot be 0).
    Regards,
    Lorenz

Maybe you are looking for

  • Time Machine Migration Assistant?

    Right now I'm running on an old white model macbook and plan on buying a 27" iMac tomorrow and was wondering if I was to use migration assistant with my time machine back up would that over write everything on the new iMac? like the iLife '10 suite?

  • How to recover deleted files from a shared volume?

    Setup - Mac Mini Server (OSX 10.8.4, Server 2.2.1(169)), 256GB Flash drive, System data only.  External 8TB G-Raid holds all business data, backed up to a LaCie 6TB Quadra using Intego Backup Manager Pro 1.0.9.  The G-Raid has two folders 0_Clients a

  • Monitor doesn't fill the screen

    Hi all, I'm using an Asus VN247 monitor along with my macbook pro (either 2012 or 2013 I cant remember which year) and it doesnt fill up the entire screen on the windows side (8.1).  When I switch back over to the mac side however it works fine and f

  • Need help removing text that is covering the document - Adobe Acrobat Standard X

    I am trying to remove "preview only" that is splashed across our document diagonally.  I can remove this on my computer which has Adobe Acrobat XI standard with content editing --> edit text and images  (a cursor pops up and i can just use the delete

  • How do I cut Aperture's ties to my nonexistent MobileMe galleries?

    I downloaded the contents of my MobileMe galleries and deleted them last year. But Aperture 3.4.5 still shows links to these galleries in my Library (with an iCloud icons!). I tried repeatedly to delete the links, but all I get is warning icons where