Define GL account for bank charges

Hi
When bank charges amount is given in Bank Charges field in F-53 (Outgoing payments), GL account 16000000 is debited. I want to change the GL account for the same.
Let me know the TCode.

Dear,
Use transaction OBXK to change GL.
Regards,
Chintan Joshi

Similar Messages

  • Account for bank charges for Receipts in AR

    Hi All,
    I have a scenario where the receipt amount includes both the invoice amount & the bank charges for credit card payments.
    For example if the invoice amount is $8000 then Receipt amount will be $8000 + $200 for bank charges. Then accounting entry
    for receipts must be as below.
    Dr. Cash $8200
    Cr. Trade Receivables $8000
    Cr. Bank Charges $200
    How can I set up this in Receipts in AR module?
    Thanks in Advance

    Hi,
    Yes the accounting entry is correct. The Bank charges although an expense account has credit balance. But when the bank statement comes
    it is set off by crediting cash account & debiting Bank charges account. Is there a work around to get 3 accounts updated when a receipt is received?
    The accounting entry must be as below.
    Dr. Cash $8200
    Cr. Trade Receivables $8000
    Cr. Bank Charges $200
    Thanks

  • How to maintain default cost center at House Bank Account level for Bank charges

    Hello All - We have 4 Bank accounts and all of them are assigned to the same transaction type.
    As of now, we have OKB9 set up maintained for Bank charges at Co Cd level and it is posted to the same GL A/c.
    Now, My requirement is that I need to have different Cost center maintained for 2 of the 4 House Bank Accounts.
    Can you pls let me know if any possibility.
    Thanks

    Interesting requirement. This can be achieved through Search String as suggested by Mr. Shanid.
    Try to find a text in the note to payee line for bank charges for creating a search string.
    For Example. See below note to payee line and assume this line for bank charges.
    16,455,130155,0,5/3 BANKCARD SYS  CH,,5/3 BANKCARD SYS  CHARGBACKS.
    Identify a text which should always come with this line for every EBS file for bank charges. Assume here "BANKCARD".
    Now go to T-code OTPM.
    Click on create
    Srch strg name:  Bank Charges
    Description:     Bank Charges
    Search String: BANKCARD ( Based on this text system will search your not to payee line)
    Once you press enter, you will get mapping details on the left side with target field "BANKCARD". Now remove the BANKCARD from target field and put there cost center which you will post for one house bank. Save the data.
    Now move to second step.
    Click on Search String Use.
    Put your company code,
    House bank(mandatroy in your case).
    Interpretation Algorithm( same as you maintained in OT83 for posting rule with external transaction type).
    Search String: BANKCARD.
    Target Field: Cost Center.
    Save.
    Sorry I am not getting option to attach screenshot in SCN now. Dont know why.
    Let us know if you have any doubts.
    Hi Mr. Shanid,
    Correct me if I am wrong.
    Regards,
    Mohammed

  • Account for bank transfer has not been defined

    Hi,
    I am doing a Bank Transfer in my SDK development and I get following error:
    "Account for bank transfer has not been defined "
    I use _SYS00000000002 (Cash at Bank - Checking (HO, USA, GA )) from the US demo database for testing and it doesn't work.
    My code is below, even when this only for consuling.
    Thank you,
    Rune
    oPayments = (SAPbobsCOM.Payments)oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oIncomingPayments);
                        oPayments.CardCode = vmp_CardCode_string;
                        oPayments.DocDate = DateTime.Now;
                        oPayments.JournalRemarks = "Incoming - Payment Bank Transfer";
                        oPayments.TaxDate = DateTime.Now;
                        SAPbobsCOM.Recordset oRecordset_BankAccount = null;
                        oRecordset_BankAccount = ((SAPbobsCOM.Recordset)(oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)));
                        oRecordset_BankAccount.DoQuery("SELECT * FROM [dbo].[@PAY_TYPE] WHERE [U_PayMethod] = '01'");
                        oRecordset_BankAccount.MoveFirst();
                        if (oRecordset_BankAccount.EoF == true) // No Records
                        else
                            vmp_BankAccount_string = Convert.ToString(oRecordset_BankAccount.Fields.Item("U_BankAccount").Value);
                        oPayments.TransferAccount = vmp_BankAccount_string;// "_SYS00000000343"; //"1010140-001";
                        oPayments.TransferDate = DateTime.Now;
                        oPayments.TransferReference = vmp_CardCode_string;
                        oPayments.TransferSum = vmp_Amount_double;
                        vc_Message_Result_Int32 = oPayments.Add();
    Edited by: Rune Brattas on Jun 18, 2009 5:18 PM

    Hi,
    I request you to post this thread in SDK forum,so that you may get quick response.
    And kindly close this thread after posting in the appropriate forum.

  • G/L Account for Bank Clearing Account

    Hi:
    Quick question: when we post TBB1, Treasury creates payment requests (table PAYRQ) with entries in field BKHBK, data element PRQ_BKHBK. This field is normally empty and F111 should pickup corresponding GL account from T042Y (FBZP: Bank Determination). But in our case, because Treasury passes this account during TBB1, it's being picked up and conflicting with T042Y.
    So my question is: how do I deactivate Treasury to not pass this account to payment request? Or how do I change it's value within treasury so it would match with Bank Determination value?
    This field in PAYRQ is called G/L Account for Bank Clearing Account.
    Thanks,
    JS

    Yes, it does not post to GL but it does identify Bank Clearing GL account when it's posted which is recorded at BKHBK field of PAYRQ. F111 gets 'confused' and throws error message when this value does not match with corresponding entry in T042Y. How to deactivate it?
    Other way of solving this problem would be if I can identify separate Gl account for incoming and outgoing payments bank clearing account. I know it's defined in Account Determination (table TRACV_ACCSYMBREP). It's Account Symbol 3 (Bank Clearing). There we have masked GL account as "++++3". This account is used for clearing of incoming payments. And for outgoing payments we use "++++5"
    Thanks,
    JS
    Edited by: JSmithYahiya on Jan 19, 2012 5:46 PM

  • Clearing accounts for Bank account

    I understand the concept of maintaining clearing accounts for Bank a/cs. But i dont know how to create them. Is there any spl procedure for that or is it similar to GL creation using FS00. Please guide me...
    Thanks in advance
    Choudary KV

    Hi,
    it is just like anyother account. please don't forget to create it as an open item managed account
    Assign points if useful
    Sunoj

  • Using reconciliation account for banks

    hi all,
    we are discussing using reconciliation account for banks, we dont want to create an account per each of bank accounts in account chart.
    for example
    xxx account for ABC Bank in account chart.
    and eur, usd, gbr accounts for ABC Bank will be assinged the account which is above via reconciliationing
    but we are not sure, is it a good  way to do in sap system? or what is plus/minus calculation?
    we will be appreciated to see your valuable comments and ideas in this thread.
    thanks

    Hi,
    Don't call it reconciliation, though. Technically, several bank accounts could be assinged to one G/L account. But it will have certain impacts on business process as the reconciliation of bank statements would be more difficult to handle.
    Regards,
    Eli

  • How to define GL account for  House Bank?

    Dear Friends
    I maintained house bank sbi, house bank account and GL for house bank in FBZP. Then I maintained a Check lot in FCHI. When I was running F-58 and selected Check lot no as 8 as I maintained in FCHI, I am getting the following error:
    No G/L accounts are defined for bank SBI and payment method C
    Message no. F5459
    Diagnosis
    For the specified payment method C, in combination with house bank SBI, you have not specified a G/L account to which the posting is to be made under bank selection (Goto -> Account Determination).
    System Response
    Input not accepted.
    Procedure
    Correct your entries if they are incorrect. Otherwise ensure that the missing bank selection details are added.
    How to define GL for a Bank? Wht is T code?
    Thanks
    Chandra

    Hello,
          In FBZP assign payment method C to the bank account. and check while creating the bank account are give main bank account in FI12, account id.
    Hope this is clear, in case of problem revert me back.
    Regards,
    Sankar

  • How to account for Shipping charge not used during Purchase Process?

    A PO was created. PO had purchase item price, tax, freight with shipping and insurance.
    Goods received.
    PO invoiced for item pricetaxshipping.
    However, insurance was not paid for in Freight.
    Question is how can we return the amount back to Vendor?
    The Goods Received Document is open as shipping amount is still remains to be accounted for. What is a good for to account for this shipping charge if not returned to Customer.
    Thanks.

    Hi Gordon,
    I think it was my mistake.
    This is what is the conclusion like you suggested.
    Whenever Invoice is less than po, it automatically adjusts the Inventory of Finished Goods Account on credit side with the amount we paid less.
    Thanks. So no issues here.

  • HT1689 how to I check my account for billing charges

    I chagrge appeared in my bank acount and I know my four year old was on my phone just would like to know what is was shoud be simple right
    Wrong How do I pull up my account charges within apple

    It is simple.
    Read: http://support.apple.com/kb/HT2727

  • Defining email account for sending invites

    I think I'm using iCal as intended. I work at home and have multiple calendars but let's just say I have three calendars -- Home, Work and Other -- and I have three email accounts -- eHome, eWork and eOther.
    I seem to have limited control over which email address is used to send invites from a particular calendar. I think I understand why it changes but what I can't understand is why can't I set the outbound email account on a per-calendar basis.
    Ideally, I could click on the calendar and in the info pane, select one of the e-mail accounts in my mail application (Mail). That would be static such that any time I sent an invite from the Work calendar, it would be sent via my eWork account.
    Is there a way to do this that I'm missing? This seems like a rather obvious weekness that is causing confusion with my various associates. Is there a way to address this?
    Thank you,
    Chip
    iMac G5 and MacBook Pro   Mac OS X (10.4.6)   .Mac, Plaxo and PocketMac (for BlackBerry)

    Yes, I think you understand the situation. However, just yesterday something happened that really confused me. I thought the messages were sent via one of the accounts define in Mail. However, I sent out invitations to two people and got the responses back on my Blackberry! dress in the address book.
    When I investigated, the replies were actually sent directly to the Blackberry's e-mail address and the invitees thought they may have come from that address. I have no Blackberry account defined in mail and only the address is listed in "MY" card in the Address Book. Very odd.
    I've looked at some recent invites and they are being sent via several different addresses/accounts (e.g. work, DSL account, .Mac, etc.) The Blackberry thing definitely has me confused.
    Chip

  • Reclassify -Define Adjustment Accounts for Receivables/Payables by Maturity

    Dear all,
    I am trying to do configuration in t-code obbv. My purpose is to post to an account at the end of each month and e reverse posting for the first day of next month but I am confused. Can anyone guide me about config?
    Best regards,
    Onur

    Hi,
    Please check the standard contents:-
    [http://help.sap.com/saphelp_erp2004/helpdata/en/41/37b8e7455b11d182b40000e829fbfe/frameset.htm]
    [http://help.sap.com/saphelp_erp2004/helpdata/en/96/8b334643ce11d189ee0000e81ddfac/content.htm]
    Regards,
    Gaurav

  • Define BS accounts for retirement

    Hi,
    In tr. AO86 there can be specified BS accounts used for posting retirements (it is distinguished by asset class).
    However is there any way how to distinguish by used transaction which account will be used.
    Or any other way how to organize that in some cases different account is used.
    Thank you in advance,
    Jan
    Edited by: Jan Lukasek on Mar 9, 2009 6:15 PM

    Hi,
    Please check the standard contents:-
    [http://help.sap.com/saphelp_erp2004/helpdata/en/41/37b8e7455b11d182b40000e829fbfe/frameset.htm]
    [http://help.sap.com/saphelp_erp2004/helpdata/en/96/8b334643ce11d189ee0000e81ddfac/content.htm]
    Regards,
    Gaurav

  • Different Bank charges GL account for two company codes with same COA

    Hi,
    While configuring OBXK ( Automatic GL account for bank charges)  , I see there is provision to enter only one GL account per chart of accounts.
    We have two company codes using same chart of accounts but different bank charges GL account. Please tell me how to configure this.
    Thanks,
    suresh

    Hi,
    Thanks Krishnan and Chandra.
    I agree with you it could be the same GL account for bank charges, but the business requirement is such that in one of the two company codes, bank charges are required to be tracked separately to be subsequently transferred to the other company code. This means two separate GL accounts are required for two company codes which needs to be configured in OBXK.
    Hope this clarifies my query further.
    thanks,
    suresh

  • Bank charge for customer

    Dear all,
    When define accounts for bank charges, i go to transaction OBXK, how can I assign more than one bank account ?
    Thank you very much.
    Sylvecast

    Hi,
    Bank charge is a single GL account.
    To assign it to different bank's.., create Bank sub-ledger account for each bank and post the Bank charges in to that Bank sub-ledger account.
    Hope this will clear your doubt. Reward point if it is useful
    Regards,
    nms

Maybe you are looking for