Account Balance - LineMemo Field on JDT1

Hello SDN Community,
On the Account Balance for each BP the details field brings de invoice and sales order document numbers.
How does this field LineMemo on Table JDT1 is written by the system?
When an invoice was made directly without a sales order, this field is empty, and i need to reflect the invoice number.
Thank you.
Regards,
GuillermoL.-

Hi Guillermo
In B1UP there is a module called Toolbox and within that there is an option called Journal Remark system. This gives you the option to define a template on how the remark should be constructed - example <docnum> -  <cardcode> - <date>
everytime you then add a document this themplate will be used for the journal remark
You can learn more about this feature here: http://service.boyum-it.com/education/b1-usability-package/e-learning/toolbox/#c6693
And you can try a 20 day demo here: http://license.boyum-it.com/b1up

Similar Messages

  • What field on AR Credit note refers to Ref 2 on Account Balance

    Hi Experts,
    I'm trying to figure out what field on the AR Credit Memo pulls through to Ref 2 when viewing the Account Balance of a customer. I know that from the AR Invoice it is the "Customer Ref No." or OINV, NumAtCard but on the AR Credit Memo if the same field is populated it doesn't reflect on Ref 2.
    If anybody has any idea which field it is it would help tremendously.
    Thanks
    Lou

    Hi Lourens,
    The field is left blank. Check note 541627, it gives you the answer and some more info on how this field is populated.
    Hope it helps,
    Jesper

  • New field / UDF on BP Account Balance screen

    Hi Experts,
    My customer would like to show a Invoice Header UDF field within the Account Balance detail screen.
    Is this possible?
    Thanks
    Greig

    Hi
    You can bring the balance of BP into Header level of your marketing document through FMS . But I didn't understand is
    Account Balance detail screen.
    Here is your Formatted Search
    SELECT T0.[Balance] FROM OCRD T0  INNER JOIN ORDR T1 ON T0.CardCode = T1.CardCode WHERE T0.[CardCode] =$[$4.0.0]
    Refresh when cardcode changes
    Can you please specify clearly your requirement
    Thank you
    Bishal
    Edited by: BIshal Adhikari on Sep 17, 2009 8:12 AM

  • Displaying Remarks field to GL Account Balance window

    Hi There
    Is it possible to add an additional column to the Account Balance window to display the Remarks field from the origin document, ie, ODLN,Comments or OVPM, Comments.  The Journal Remarks already are displayed but is limited to 50 characters.
    Using 2007A SP01 PL10 - without crystal reports
    Thanks!
    Lorna

    Hi Tracey
    Yes u can add a udf to the Accounts balance window while creating udf give the character length to 100 so that u can have 100 characters to enter and u shuld enter the remarks of odln /ovpm remaks manully in this udfautomatically it will not populate .
    i think this will solve ur prob
    regards
    Jenny

  • How to show GL Account Balance amount in Ledger Report.

    Hi,
    We need to show General Ledger balance based transaction wise how we can show GL Account Balance where it will store which table and which filed.here below query is there here only I need to add balance after Total please guide me.
    select T0.transid,T0.number,T2.seriesname,T0.refdate,T0.baseref,T1.account,T1.shortname,T3.acctname,T1.credit,T1.debit,T1.credit+T1.debit as Total,T3.CurrTotal,T0.ref1,T0.ref2,T1.ref3line,T0.memo,T1.paymentref, T1.ProfitCode, T1.OcrCode2, T1.OcrCode3,
                          T1.OcrCode4, T1.OcrCode5,T1.U_Naration as RowNarration,T0.U_naration as DocumentNarration from OJDT T0
    inner join jdt1 T1 on T0.transid=T1.transid
    inner join nnm1 T2 on T2.series=T0.series
    inner join oact T3 on T3.acctcode=T1.account
    where T3.acctcode='1030101003'
    Regds,
    Sampath

    hi sampath,
    I giving u fair idea how to show g/l account balance
    There is a field in JDT1 - journal entry rows - JDT1.DebCred which is indicator when g/l account
    is debited / credited,it is filled with value D or C.
    You can add Case syntax in existing query with condition  JDT1.DebCred = 'D' then
    JDT1.Debit + Opening/Closing balance and if JDT1.DebCred = 'C' then
    JDT1.Credit - Opening/Closing balance.
    It requires much time & effort to build this query.
    Edited by: Jeyakanthan A on May 14, 2009 3:54 PM

  • Query Active account balance

    Hi Expert,
    Is it possible to get active account balance (by passing parameter using 'create date') thorugh Query.
    If possible post query.
    By,
    Kart

    Hi Gordon Du,
    This query may not correct, actually i need -Chart of accountwise
                                                        Balance
    such as 101010 - capital account = 200000
                 210101 - Bank account  =  100002
    SELECT T1.[AcctName],  T0.[LineMemo] Detail, T0.RefDate 'Posting Date', T0.TransId 'Transaction Number', T2.[AcctName] OffsetAccount, T0.[Debit], T0.[Credit], T0.[Ref1], T0.[Ref2], '0' Balance  FROM JDT1 T0  INNER JOIN OACT T1 ON T0.Account = T1.AcctCode INNER JOIN OACT T2 ON T0.[ContraAct] = T2.AcctCode WHERE (T1.[AcctName]  = '[%1]' or '[%1]' = '') and  (T0.[RefDate] >= '[%0]' or '[%0]' = '') and (T0.RefDate <= '[%2]' or '[%2]' = '')
    by
    kart

  • Query help on totalling 2 account balances

    Hi Experts,
    I have the following query:
    SELECT SUM(T0.[SYSDeb] - T0.[SYSCred]) AS 'Production'
    FROM JDT1 T0  INNER JOIN OJDT T1 ON T0.TransId = T1.TransId WHERE T0.[Account] = '_SYS00000000238' AND T0.[Account] = '_SYS00000000239'
    If I add the second WHERE statement the query gives me no results. I want to see the total of the 2 account balances in this query.
    Any help would be appreciated.
    Marli

    Hi Marli,
    Try this:
    SELECT SUM(T0.SYSDeb  - T0.SYSCred) AS 'Production'
    FROM JDT1 T0
    WHERE T0.Account in ('_SYS00000000238','_SYS00000000239')
    Thanks,
    Gordon

  • Display account balances for vendor PO's and GRPO's

    In the BP Master, there is a display for customers of the account balance, open orders, deliveries, and opportunities.  But for vendors there is only an account balance.  There should be a similar display for open PO's and GRPO's.

    Hello Marcia,
    Maybe you can have a try with Drag&Relate function then use Filter to just include Open PO/GRPO only, the total amount will be displayed at the bottom of Drag&Relate result window.
    Howeve this is not as convenient as the open balance field directly showed on BP Master Data field.
    Regards,
    Canna Mu

  • GL Account Balance ( BAPI)

    Hi Guri,
    Do we have any BAPI to get GL account Balances by passing
              Company Code,
              Fiscal Year
              Period
    So we can get total list of gl with balance for above year and period.
    Regards,
    Venkat

    Hello,
    Before calling this BAPI you just select all GL accordingly your selection like Company Code, Fiscal year and Period.and then you will have only the GL which you want.
    then call above BAPi and put that GL field it_gl in BAPI.
    you will get balance of only required GL.
    Have a Nice Day,
    Regards,
    Sujeet

  • KE24 Report comparison with FI GL account balance report

    Hi Friends,
    I'm comparing KE24 transaction code COPA actual line item balance with FI GL account balance report, but I'm not able to match it/not sure how to match it.
    Could you please let me know how to compare these two reports mainly to know whether all the balances in FI are moving to COPA properly. Also please let me know how the values are being extracted for this KE24 transaction code.
    Thanks & Regards,
    Dwarak

    This comparison can only be done with a thorough knowledge of the config that was made to transfer information into the COPA system. It is COMPLETELY implementation specific. It generally is grouped into several areas - Revenue, Cost of goods sold @standard, cost of goods sold period based adjustments (E.g. variances) and overheads.
    Here is some VERY broad guidelines:
    Revenue method will depend on whether you are using "vanilla" sales of inventory from SD, or whether you use resource related billing in PS. Further you will need to know which condition types post to which GL Accounts, and to which value fields.
    Cogs method will depend on the sames differences, also whether you are using material master price (VPRS), or whether you are using standard cost estimate. If you are using standard cost estimate, you need to know the cost components used, and which value fields they post to.You also need to know which GL account(s) is posted to. This is based on the valuation class in table 30. Alternatively, for resource related billing you have to know how the DIP profile was set up.
    You need to know how your production variances are posted, your purchase price variances and your overhead variances on production cost centres.
    Overheads can be posted directly from FI, from MM, or settled from an internal order or project. Alternatively, they are assessed from cost centres, to PA using assessment rules.
    You also need to know whether there are any statistical value fields, which should be excluded from the reconciliation.

  • Similar report for Account Balance display which could be scheduled in the background

    Hi SAP gurus,
    As we know to display GL Account Balance Display we have std report "FAGL_ACCOUNT_BALANCE" But we can not run this in background as it is ALV report.
    So I would like to know a similar report which could be scheduled in the background.
    Thanks in advance
    Regards,
    -Chetan

    Hi,
    As division is not header field of invoice it is not available in accounting document header as well. Thus it will not be available in any standard reports showning items per account. I'm affraid you need to develop your own report or try to extend existing using user-/customer-exits.
    You can find more information in OSS note 13131.
    Regards,
    Marcin

  • How to Print the Account Balance in Outgoing Payment PLD

    Hello Experts
    How to Print the Account Balance in Outgoing Payment PLD
    Dixit Patel

    Hi,
    you can use udf in the outgoing payment to record  the vendor's account balance and then using the query FMS ;
    select balance from ocrd where cardcode = $[$4.0.0]
    Assign the query in the UDF so that each time after entering the vendor code, the balance appears.
    After add the payment, the balance is recorded.
    In PLD, you can create the UDF field to make the balance appears in the outgoing report.
    Rgds,
    JimM

  • Account Balance not showing correctly

    Sir,
    Suppose , i have posted an invoice  of Rs.200 against a customer and after some times i recieved payment from this customer of Rs.200 So,  accout balance of this customer should be zero.. But when i see the account balance from business partner master data , it should me Rs.-400 in accout balance field but when i navigate through orange arrow in to accoutn balance details , there i get  zero in balance due field?? ie. it is showing coorectly in details of account ballance but in the business partner master data it is not showing correctly??

    hi divya,
    Check SAP Note 904002 - Customer account balance is displayed with negative sign
    Summary
    Symptom
    Customer Balance is displayed with minus.
    Other terms
    Customer balance, Supplier Balance, Credit Balance, Debit Balance, Display Credit Balance with Negative Sign, Company Details, System Initialisation, business partner, accounts, SAP Business One
    Reason and Prerequisites
    Customer balance is displayed in negative though you expect it to be positive.
    Solution
    Under Administration->System Initialisation->Company Details and the 'Basic Initialisation' tab you will find the setting 'Display Credit Balance with Negative Sign'. This setting decides how Customer and Supplier balances will be displayed.
    NOTE!
    When creating a company it is important to know that this setting is irreversible once transactions have been made in the company.
    When this box IS checked the following applies:
    Customer balances will be displayed as Positive.
    Supplier balances will be displayed as Negative.
    When this box IS NOT checked the following applies:
    Customer balances will be displayed as Negative.
    Supplier balances will be displayed as Positive.
    This setting also influences the entry of opening balances for the G/L accounts. Depending on this setting, the opening balances must be entered as positive or negative numbers.
    By default this box is checked when a new company is created.
    Header Data
    Release Status: Released for Customer
    Released on: 02.12.2005  10:42:10
    Master Language: English
    Priority: Recommendations/additional info
    Category: Consulting
    Primary Component: SBO-ADM-INI-DET Company Details
    Secondary Components: SBO-BP Business Partners
    Affected Releases
    Release-Independent
    Hope it solves problem.
    Jeyakanthan

  • Issues with Account Balance Report in chart of accounts

    Dear All,
    What i need is to bring remarks of all the documents,in ref2 column of Account Balance Report.
    What i thought is to create a new report but for that the i need to find the object id of the corresponding documents from orgin no column and fetch remarks from the main table of that object.But this solution is long and slow for retrieval of data.
    Kindly suggest me what can i do achieve the above query .
    Thanks
    Parag

    Hi,
    in customizing view "replace account symbol" please add the special G/L Account that you are using for account symbol "0" in G/L account field.
    Regards, Franz

  • Account Balance print form

    Hello all,
    I'm working on a print layout design for the Account Balance document. The problem is that I want to display the Remarks entered in the reference document for each row. I can get the remarks display for one type of  the reference documents, but since they can vary (A/P invoice, A/R invoice, incoming payments, journal entry, etc...) I can't figure out how to get the remarks in the corresponding document for each row.
    Could anybody help, please?

    Hello Suda,
    So far, I've been able to show remarks  for A/P invoices and A/R invoices in my Account balance print form. I did it by adding the Remarks fields to the PLD then linking each of them with  fields that take the value true(1) whenever the source document is the same as the one the remarks come from.
    Example:
    A/P invoice : remarks    is linked to origin=='PU' (where origin is the field containing the code of the reference document)
    Now the issue is this trick is working only for A/P invoices and A/R invoices but shows nothing for other documents (Outgoing payments, incoming payments, A/R credit memo, etc...)
    Don't you have any more ideas?

Maybe you are looking for