Loan management : Accounting entry through altarnative payee.

Hi Experts,
We have created a loan using Loan module  ( T.code - FN1V).  Here we assigend a main loan borrower ( for ex. main borrower 12402) For this loan we have paid some charges (for ex. withholding tax) to the other payee. We assigned  Alternative payee in our contract ( For example - 12492). Now i want to pass an FI entry with this altarnative payee (12492).
Presently i am passing an entry using FN8X and maintain here alternative payee but it is passing an FI document with main loan borrower (12402). but it is very normal scenario where we passed a FI document with altarnative payee (12492).
If i see  VDBEPI table here
VDBEPI - Customer - 12492 (alternative payee)
VDBEPI - Business partner - 12492 (Alternative payee)
but in BORROWER it is taking  - 12402 main borrower
IF FI document it should be take 12492 for FI posting instead of 12402.
Can uou please help is it possible to post an FI document with alternative payee (12492)
Please help
Regards
Gaurav Gupta

Hi,
Can you please come up with what are the journal entries that will pass.  I don't fee that it is possible to post FI entry to aternate payee.
Experts, please update if my opinion is wrong.
thanks,
Kumar

Similar Messages

  • Park FI accounting entries through BAPI

    Hello Folks,
    Working on a requirement where i need to park the FI accounting enrties and then based on some user action post the same in FI...
    Firstly to park...
    using 'BAPI_ACC_DOCUMENT_POST' and filled all the relevant parameter along with extension1..
    extension1-field1 =  'BAPI-PARK'.
    extension1-field2 =   '1'.
    APPEND extension1.
    then Implemented Customer Exit ACBAPI01, with Include Program ZXACCU15 of Component EXIT_SAPLACC4_001 having below code...
    READ TABLE extension INDEX 1.
    IF sy-subrc = 0 AND extension-field1 = 'BAPI-PARK'.
    MOVE 2 TO t_acchd-status_new. " Park Document
    Endif.
    but still the accounting entries instead of getting parked (when checked in BKPF table Document Status was not 'V' but blank against the accounting doc no) got posted.
    kindly suggest what could be the solution.
    Thanks!!!

    Hi Sachin Shetty,
    You can use the below code if you want to use the BAPI_ACC_GL_POSTING_POST to park a document
            Header-username = sy-uname.
            Header-comp code = '1000'.
            Header-fisc_year = sy-datum+0(4).
            Header-doc_date = sy-datum.
            Header-pstng_date = sy-datum.
            Header-fis_period = sy-datum+4(2).
            Header-doc_type = 'SA'.
            accountgl-itemno_acc = '1'.
            accountgl-gl_account = '0000115510' .
            accountgl-comp_code = '1000'.
            accountgl-pstng_date = sy-datum.
            accountgl-doc_type = 'SA'.
            accountgl-fisc_year = sy-datum+0(4).
            accountgl-fis_period = sy-datum+4(2).
            APPEND accountgl.
            CLEAR accountgl.
            loc_cnt = 1.
            loc_cnt  = loc_cnt + 1.
            accountgl-itemno_acc = loc_cnt.
            accountgl-gl_account = '0000601900' .
            accountgl-comp_code = '1000'.
            accountgl-pstng_date = sy-datum.
            accountgl-doc_type = 'SA'.
            accountgl-fisc_year = sy-datum+0(4).
            accountgl-fis_period = sy-datum+4(2).
            accountgl-costcenter = u201813100u2019.
            APPEND accountgl.
            CLEAR accountgl.
           currencyamount-itemno_acc = u20181u2019.
            currencyamount-currency  = 'USD'.
            currencyamount-amt_doccur = loc_amt. ( For  Debit / u2018Su2019)
            APPEND currencyamount.
            CLEAR currencyamount.
           currencyamount-itemno_acc = u20182u2019.
            currencyamount-currency  = 'USD'.
            currencyamount-amt_doccur =  ( -1 ) * ( loc_amt ).  ( For credit /u2018Hu2019)
            APPEND currencyamount.
          CLEAR currencyamount. 
            extension1-field1 =  'BAPI-PARK'.
            extension1-field2 =   '1'.
            APPEND extension1.
         CALL FUNCTION 'BAPI_ACC_GL_POSTING_POST'
              EXPORTING
                documentheader       = header
             IMPORTING
                obj_key              =    obj_key
              TABLES
                accountgl            = accountgl
                currencyamount       = currencyamount
                return               = return
                extension1           = extension1
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
              EXPORTING
                wait = 'X'.
    Implement Customer Exit (CMOD) ACBAPI01, with Include Program ZXACCU15 of Component EXIT_SAPLACC4_001.
    Please make sure that if LDGRP (Ledger Group) is provided, you will have to extract Account Principle (TACC_TRGT_LDGR-ACC_PRINCIPLE) for Park G/L Accounting Document for Ledger Group.
    Thanks,
    Manish

  • FN5V - No accounting entries generated

    Hi
    I am trying to post a accounting entries through the transaction FN5V however there are no accounting entries that are getting generated. When I run the transaction FN5V the transaction is however getting saved but no accounting entries.
    In the SPRO node  (>>Company Code-Dependent Settings for Product Type) I have specified FI posting as 4 and in the same node  the >>Define status per product type  FI posting is defined as 4.
    I want to generate the follwoing entry to the Loans taken Banks DR
    Loans Taken CR Please advise how I can shoot his problem Also is you have any document on loan management, would be greatful if you can share. Thanks S
    Edited by: sapcounts on Nov 3, 2011 11:37 AM

    Hi
    Status 4 is correct in the configuration. can you please check are you save the transaction in FN5V or u are clicking in post button. If you can brief your error then it is easy to us to guide u. please check your disbursement flow type and account determination for the same.
    Regards
    Priya

  • Compensate an invoice through a manual accounting entry in ByD??

    Is it posible in SAP ByDesign to compensate open invoices through manual accounting entries?
    A client uses a non-standar  payment method for supplier invoices, so they make the accounting payments manually through "New document accounting entry".
    "Suppliers            to              other account... "
    In this transaction, we choose the type Manual entry for suppliers-Revaluation/Depreciation, and in the positions we specify the open invoice number and supplier number.
    But in the center Debits-Suppliers, the total balance of the supplier has decreased but the position invoice still remains open.
    How can I compensate this invoices then??
    Greetings

    Hi again Lokesh
    Yes, using New/Charge Credit, I can post a document type:
         Suppliers                        to                        Expenses account
    And after that, being able to compensate/clear the supplier invoice, that's ok.
    But the New/Charge Credit panel, cost allocation allows to add ledger accounts only of groups Expenses or Incomes, and in some cases I would need to use another ledger accounts in this panel.
    And in Fine tunning, accounts determination is limited for account types, so I would need to make too many changes at this point, but well I'll see...
    Many thanks

  • Wrong Accounting Entry for Rejection Excise Invoice through J1IS

    Dear Experts,
    When we are doing Rejection of Excise Invoice through J1IS, a wrong accounting entry is getting generated by system.
    Where can I check the settings for Accounting Entry for Rejection Excise Invoice?
    Thanks & Regards,
    Reshma

    Generally Excise Invoice for other invoice posting will be done through J1IV after creating Excise Invoice for other Movements in J1IS.
    If Automatic Posting is activated against your excise group then you need not again to post J1IV. It happens along with J1IS.
    By the by how you are returning Excisable goods through Return delivery with Original invoice 122 or through Return Purchase order 161 Movement type.
    Have you entered Excise Rates BED, ECS and SECS in J1IS?
    Elaborate in detail.

  • How do i change my security questions because I tried changing them through manage account password but to get in i need the security question answers :|

    I did as people said to go the apple iD manage account and password and security and to get in i have to answer the security questions but i dont know what they are please help because im trying to purchases something on this computer as it is my first use i need the security question answers

    Ok, so I had the same problem. What you should do is, call the
    Apple Technical Support number: (44) 0844 209 0611
    And ask for the Account Security Team. This worked for me.

  • Posting of accounting entry related to Fixed assets

    Dear All,
    I have an issue as below:
    We have implemented ECC 5.00 in oct,06. As part of implementation, asset management also has been implemented.
    We have uploaded the asset values properly. At the same time we have posted an accouting entry through OASV  to update the GL account balance.
    It was observed that Fixed account and accumlated depreciation account has been posted with higher amount.
    Value of the assets as per register  100,000
    Less Accumulated dep.,                   10,000
    Net value as per asset register          90,000
    At the same time GL account balance has been posted as below
    GL Account(cost of asset)  :150,000
    Less accumulated dep a/c     60,000
    Net value as per B/s              90,000
    When we compare asset register and GL balance, we could not find any difference as both are showing 90,000 only.
    But when we compare cost of asset account(as per b/s) with value of the asset as per asset register we can found difference amount of 50,000.(150000-100000)
    Same situation for Accumulated depreciation also. 50,000 has been posted excessivly.(60000-10000)
    Now can some one tell me how to adjust the difference between asset register and b/s.
    Is there any way we can get the individual balance sheet accounts to mirror the fixed asset register.
    Can i post any adjustment entry through OASV as below
    Accumulated dep account dr 50,000
    cost of asset a/c                  50,000
    Is it suggestble to post an account entry in 2006 as above.
    Also let me know is there any side effects?
    Thanks in advance
    Regards,
    Prasad

    You can post this entry. This makes your recon perfect. However, it may not be advisable to post in 2006. Please find out from your finance users and try to post in the beginning of 2008, since 2007 must also be closed by now

  • Difference in Account Code combination at Transaction and Accounting entry

    Hi All,
    We are working on Subledger Modifications (SLA) for a Client in order to meet few key business scenarios... Even though we were able to achieve the desired outcome through SLA, client is not pleased about the fact, there exists two different account code combinations for a transaction i.e.
    1) The account code combination that is defaulted or entered in the transaction
    2) The account code combination that is used for creating the accounting entry considering the modifications done at SLA.
    There is a difference between the above two, due to modifications carried out in SLA. 
    Since the scope of SLA is limited only to make changes at the Accounting entry level, such variations would exist, however client is not comfortable with such an approach.
    We are performing the SLA changes for three modules:  1) Cost Management 2) Accounts Receivables and 3) Accounts Payables
    If someone has worked on such similar situation in your previous assignments, perhaps you can share how the same was addressed.
    (Such as any customizations, Workarounds, irrefutable justifications etc ..)
    Thanks and Regards,
    Karthikeyan

    Hi,
    Check is there any restrictions are there . the data must be displayes if the data is there in infocube.
    Regards
    sivaraju

  • Accounting entry not posted but MBEW table shows total stock and value

    Hi
    My R/3 version 4.7
    I have a material which is stockable and valuated of material type ERSA(Spare parts)
    This material was created in may 2007 and material ledger activated,i dont see master records in accounting view  in material price analysis tab for the month may 07 till aug 07,and i see master recordsfor the month sep 07 till jan 08
    For this particular material in the report MB51 for all the 3 material documents posted,there are no accounting entries in accounting document.
    Also in the report output the field amount in local currency is zero for all the 3 material documents.
    1.1st material document with mvt 202 for qty 1 posted in the month of may 07,no entries in acc.doc
    In this case,MSEG-DMBTR(amount in local currency) was not updated
    Also i dont see master records for this period in accounting view in material price analysis tab,in material master.
    2.2nd material document with mvt 261 posted for qty 1 in the month of nov,no entries in acc.doc
    In this case,MSEG-DMBTR(amount in local currency)was not updated.
    I see master records for this period in accounting view in material price analysis tab with stock 1 qty and value zero
    3.3rd material document with mvt 101 posted qty 1 in the month of dec,in this case once GR is done MSEG-DMBTR(amount in local currency) was not updated,but mbew has the entries for stock and value.  
    Can any one let me know why the system is not updating the mseg-dmbtr and as well affecting MB51 report
    Regards
    Ratha

    The settings in Customizing which define that no negative stocks are allowed for the storage type, have only an effect on the transfer orders. In addition, you must also set message L9040 as an error message. For this, call up the Customizing and branch to: 'Logistics Execution -> Warehouse Management -> Interfaces -> Inventory Management -> Allow negative Stocks in Interim Storage Types'. There, execute point 'Control of System Messages in Warehouse Management' and enter message type 'E' for message number L9040

  • Process flow of excise duty from procurement to sales accounting entry with amount.

    Dear Expert ,
    Kindly any one help the process flow of excise duty calculation from procurement to sales accounting entry with amount.  for example.- if material amount is Rs. 10,0000 and excise duty is 8% , edu ecss 2 % , and sec ecss 1%. I want know the accounting entry on- MIGO, J1IEX, MIRO, F-43  AND , PGI, BILLING DOCUMENT, J1IJ , TR6 CHALLAN, J2IUN.
    Regards
    Akshaya

    Hi,
    In case of
    A. Procurement : there are two types of procurement viz. Local and Import
    LOCAL
    1. MIGO
    Inventory A/c Dr
    To GR?IR
    2. J1IEX
    CENVAT Receivable (Basic) A/c - Dr
    CENVATReceivable (Ecess) A/c - Dr
    CENVAT Receivable (S & H) A/c - Dr
    To CENVAT Clearing
    3. MIRO
    CENVAT Clearing A/c - Dr
    To Vendor A/chrough
    4. F-43
    No excise entry through SAP direct posting but through manual posting in case using TAXINN procedure.
    5. TR6 Challan
    PLA Payment  (Basic) A/c - Dr
    PLA Payment (Ecess) A/c - Dr
    PLA Payment (S & H) A/c - Dr
    To PLA on Hold A/c
    IMPORT
    1. MIRO
    ECS+SECS on Cus+CVD A/c Dr (consists of ECS on custm+cvd and S & H on custm+cvd)
    CVD Clearing A/c Dr (consists of Additional Duty CVD and CVD)
    Customs Clearing A/c Dr (consists of Basic Customs)
    To Customs Vendor
    2.  MIGO
    Inventory A/c - Dr
    To GR/IR A/c
    To Customs Clearing (consists of Basic Customs)
    To ECS+SECS on Cus+CVD (consists of ECS on custm+cvd and S & H on custm+cvd)
    3. J1IEX
    CENVAT Receivable (Basic) A/c - Dr
    CENVATReceivable (Ecess) A/c - Dr
    CENVAT Receivable (S & H) A/c - Dr
    To CVD Clearing
    4. F-43
    No excise entry through SAP direct posting but through manual posting in case using TAXINN procedure.
    5. TR6 Challan
    PLA Payment  (Basic) A/c - Dr
    PLA Payment (Ecess) A/c - Dr
    PLA Payment (S & H) A/c - Dr
    To PLA on Hold A/c
    Sales
    1. PGI
    COGS A/c Dr
    To Inventory
    2. Billing Document
    Excise
    ED Suspense A/c Dr
    To Liability for BED
    To Liability for ECS
    To Liability for S & H
    Customer
    Customer A/c Dr
    To ED Suspense A/c
    To Revenue
    To VAT / CST
    Hope your doubts are clear.
    Regards,
    Tejas

  • My family put multiple devices on the icloud, and I need to know how to manage duplicate entries.  Specifically contacts.  If I fix the contact list on my pc will it push the info out to the other devices and maintain it correctly?

    My family put multiple devices on the icloud, and I need to know how to manage duplicate entries.  Specifically contacts.  If I fix the contact list on my pc will it push the info out to the other devices and maintain it correctly?

    All devices signed into the same iCloud account will finish up with the same contacts. Of course if prior to joining iCloud two family members each had an entry for Uncle Fred, then you will finish up with two contact cards for Uncle Fred, and so on. If you tidy this up on your computer then the changes will propagate to everyone else.

  • Accounting entry Inter company issue of goods as Sample

    Dear SAP expert
    We have a process to issue Finshed goods to vendor for testing purpose.
    For this, I am issuing a finished goods for testing purpose to vendor (another company code  in same group) .
    At that stage accounting entry for goods issue is
    Cost of sales Debit
    To : Finished goods inventory credit.
    We have created a PO of  cross company code  type and created a outward delivery  for cross company code replenishment.
    IF we change and add VQP general modifier in GBB transaction type  then all material issue of such material will be accounted as testing expenses  . However there may be some material transactions which are not sample but sale of finished goods ,  i have explore all options in OBYC but not sure what to do .
    Company is not using valuation type functionality. 
    *Please suggest a way out to book expenses as Testing expenses whenever finished goods are issued as sample.*
    Regards
    Mehta S

    Hi all
    Is there any risk in doing the account determination through User exit in such a scenario. I have found a user exit  EXIT_SAPMM07M_001 and include z_mm_exit_zxmbcm02_05 as useful instead of mapping the whole process for this transaction.
    This user exit is working fine. Any risk people feel in bypassing OBYC through User exit.
    Regards
    MEHTA

  • Not able to clear bank statement accounting entry with payment document.

    Hello FI guru,
    We are facing  problem to clear bank statement accounting entry with payment document  posted via t.code F110 (Automatic payment program).
    There is only single entry for payment in bank statment . But many entries in F110 for different vendors. Will posting the bank statement entry i.e Bank clear account Dr
                                        To Bank main account
    Its post with an error Error F5 263 the diference is too large.
    We are using muticash format & we have use 4 which clear Dr GL
    Request your help to resolve the problem Whether we missed any configuration or we have develop program for the same

    Hi,
    This error generally is due to tolerance error. Please check the assignment of the user id with the relevant tolerance groups. Let me know if it worked.
    or go through the following link
    F5 263 - The difference is too large for clearing
    BR,
    Satya

  • How to delivery cash flows from loans management (BaS 8.0)

    Hi All,
    According to the official materials, BaS 8.0 enables delivery cash flows out of Loans Management to Bank Analyzer. Does anyone know how to do that? I see configurations in BA regarding how to generate cash flows on cash flows delivered by LM, however I've no idea how to delievey them from LM.
    Can anyone help here?
    Thank you so much!
    Regards,
    Jing

    Data from TRBK is replicated to BA system using the SOA services. Check the relevant services at :
    http://sap.com/xi/FS-TRBK/Global
    Also go through the IOA configuration for more details.

  • Fagl_fc_valu for open item managed accounts

    Hi,
    I have an open item managed account and I have activated the delta posting logic.  In January, an entry was made and not cleared.  The open item managed account was valuated at month end and an entry was posted to an adjustment account and unrealized gain.
    With the delta logic, I have not adopted the monthly reversal.
    Early in February, the item is cleared.  The document created posts an amount to realized gain and an offset to the adjustment account.
    At month end February, I run fagl_fc_valu and there are two entries created.  Effectively, they reverse themselves with entries to the balance sheet adjustment account and the realized gain account.
    First question, why do I get these two entries  In the text description, one says RXDAdjustment Posting.  The other says RXDTRAAdjustment Posting.
    Second question, how do I get the January entry to unrealized gain to reverse.  Will this need to be a manual entry or is there something with configuration that can fix this.
    Thank you

    As per the New GL design it is not possible to post an entry specific to non lead ledger  to a GL which is open item managed. The reason is very clear. In non lead ledgers we do not do clearing we only do adjustments entries. Clearing can only be done in a lead ledger. Ask yourself about making a payment to a vendor from non lead ledger. It is not at all sensible.
    What you need to do to handle this scenario is to create a new GL (if it is a B/S account then mark it as line item managed and in the text you need to mention that this account is specific to non Lead ledger postings. There is no way in ECC 6.0 to flag a GL for non lead ledgers only. Once you create this account you can post an entry to this using T Code FB50L. From financials standpoint you can club this new GL in the same group or number range where you have the same account with open item managed checkbox.
    SAP is working to extend the clearing functionality to non lead ledgers but I am not sure which enhancement pack will have this feature. Till that time you need to follow the solution as described above.
    Hope this helps

Maybe you are looking for

  • Trying to get a computer repaired, getting the run around - a plea for help

    First, some backstory: I ordered a refurbished ThinkPad T440s from the Outlet on July 21 after two weeks of fighting with the bots and snipers.  It was a nice machine: it had an i7 4600 processor and a FHD IPS display.  The outlet shipped my computer

  • Two Clear System Cache Needed in Two Days since 602 Update

    I found out why my battery is worse with the 602 update. Appararently my phone is NEVER GOING TO SLEEP. I forget the name of the service that was keeping it awake. I think it was com.motorola.service.main. After the clear cache, it was good for a day

  • Date and Time issue oracle job

    i have wriited oracle job to execute my procedure and the job has to execute the procdedure at 11:30 pm every day. following are the parameters of the JOB. next_date => TRUNC(SYSDATE) + 23/24+ 0.5/24 interval  => 'SYSDATE + 1' But it is not executing

  • Report writer 1.1

    Hai I am using Oracle report writer 1.1/ database oracle 7.3.4 I want to migrate it to report writer 6i. what is the procedure? Please help me soon

  • Can't save preferences in LXDE

    I installed LXDE and I like it. I must adjust the monitor resolution from the default however. But when I reboot, it doesn't remember what I set. Do I need to save it somehow? Or perhaps there is a permission issue that it's not saving itself?