UDF information in General ledger PLD

Hi experts,
i just created one UDF for narration purpose in Journal entry screen.
now i want that UDF information in General ledger PLD, how its possible?
regards,
Sanju M S

Hi Sanju,
Try to Create QPLD.
sorry, now i'm out of station & i dont have any database
so now i can not test your requirement in my database.
IF add the UDF at Row Level on Journal Entry. Try this.
SELECT distinct T1.[RefDate], T1.[BaseRef], T1.[Memo], T0.[Debit], T0.[Credit], T0.U_UDF,
T1.[LocTotal], T2.CardCode, T2.CardName, T2.Address
FROM JDT1  T0
INNER JOIN OJDT  T1 ON T0.TransId = T1.TransId
LEFT JOIN OCRD T2 on T2.CardCode = T0.ShortName
IF add the UDF at Header Level on Journal Entry. Try this.
SELECT distinct T1.[RefDate], T1.[BaseRef], T1.[Memo], T0.[Debit], T0.[Credit], T1.U_UDF,
T1.[LocTotal], T2.CardCode, T2.CardName, T2.Address
FROM JDT1  T0
INNER JOIN OJDT  T1 ON T0.TransId = T1.TransId
LEFT JOIN OCRD T2 on T2.CardCode = T0.ShortName
Regards,
Madhan.

Similar Messages

  • General Ledger PLD month wise Debit,Credit,Balance total of a G/L account

    Dear all,
    How to customize template in General Ledger PLD monthwise Debit,Credit,Balance total of a G/L acct ?
    Jeyakanthan

    Hi,
    you can display or hide columns from  Formsettings.
    Rgds,
    Premraj

  • What is the system variables of document number in General Ledger PLD?

    Dear all,
    Would anybody kindly tell me what is the system variables of document number in General Ledger Print Layout Designer?
    The default print layout use transaction number (system variables 272), however, my client wants document number to be displayed in the transaction number column.
    Regards,
    Simon Chiu

    Hi
    The only list available for Supported variables is for the version 2007A and for some specific localizations like Brazil and India.
    For the 2007A version the list is available in the following link:
    http://service.sap.com/smb/sbo/pld
    'How To Use the PLD Variables File in Release 2007 A '
    But in general the variables are for documents not for reports.
    In this case I believe there's no variable and you may need to fill a requirement in the Forum for that.
    Paulo Calado
    SAP Business One Forums Team

  • General Ledger Print out

    Hi, is there any way to add other field in the Journal to the General Ledger? I found that all fields in the G/L setting are 'System Variable'. But if I change it to database and select a field, it allows me to do so but actually in the print out, the contents don't show up in the G/L.
    Is there any other way that I can add field to the G/L other than 'System Variable'?
    Thanks.
    Raymond

    Hi,
    where would you add the UDF ? If it is in the journal entry (OJDT or JDT1 tables), the tables are not available in the print layout designer --> general ledger PLD form --> source type database. The nearest is OACT table. If the UDF is n the available tables in the GL report form, you could display the UDF in the GL report.
    It would be better to use crystal report or reporting services, also you could use XL reporter, if you need to have special GL report that can display a certain UDF you made in the journal entry or other tables.
    Rgds,

  • How to display Opening Balance/Closing Balance in Genral Ledger PLD

    Hi all,
    How to display Opening Balance
    in General Ledger
    PLD
    (OB is already displayed in
    header of print report)
    on first page only?
    How to display Closing  Balance
    in General Ledger
    PLD
    (CB is already displayed in
    footer of print report)
    on Last page only?
    Thanks,
    With regards,
    Jeyakanthan.

    Hi,
    If you open General Ledger Report and after selecting customer code you will see the Print Preview. On that time, one window opens and asks you to select any one from two options.
    Option 1 : Book of Accounts
    Option 2 : Subsidiary Account
    In both the Options, PLD has Opening Balance in Repetitive Area Header and Closing Balance in Repetitive Area Footer. So, it will when Report grows more than one page and if you want to see both the Opening Balance and Closing Balance in all the pages then you should Tick the Check Box "Display Repetitive Area Footer on all Pages" . So that you can view OB and CB in all the pages.
    Raja.S

  • General ledger account codes

    How do i print view List and print the G/L accounts codes created in the sap system
    regards
    Noel

    Hi,
       You can used this transaction code S_ALR_87012328. This txn under "General ledger-> Information system ->General ledger report -> Master Data ->GL account list.
    **give me point if my answer solve your problem.
    -akma-

  • General Ledger Accounting

    MODERATOR:  All points have been UNASSIGNED and the thread LOCKED.  Please do not share email addresses, documents, or links to copyrighted or company confidential information on these forums.  If you have some information, please consider posting it to the [Wiki|https://wiki.sdn.sap.com/wiki/display/ERPFI/Home] rather than sharing via email.  Thank you for your assistance.
    hi experts,
               can anybody give me some idea or documents related to G/L accounts as i am new to this one.
    Thanks & Regards,
    Anil

    Hi
    We have  SAP standard reports for GL,AR & AP.
    Menu path :
    For GL
    Accounting->Financial accounting->general ledger->Information system->general ledger reports
    For AR
    Accounting->Financial accounting->AR->Information system->Reports for AR accounting
    For AP
    Accounting->Financial accounting->AP->Information system->Reports for AP accounting
    If your reporting requirement not fulfilled by SAP standard reports means you can create reports by using report painter and report writer.
    rgs,
    raj

  • Modifying General Ledger

    Hi all.
    Can you tell me about modify information of General Ledger, because i wanna delete one of information i posted mistake.
    Thank you!

    hi Le,
    You can delete G/L account code what you created ?
    solution:-
    1. Reverse relevant G/L account code thru transaction/journal entry.
    2.Go to Financials>Chart of accounts>Select required G/L
    account code>Click Open Account Details>Tick Active
    and enter from date and to date.
    You can not create a journal entry hereafter.
    3.Create a new G/L account code in Asset,Liablities,Equity etc as you required.
    Hope above answer will solve your problem.
    Jeyakanthan.

  • Address information on BP General ledger

    hi experts,
    How we can get address information related to the particular Business partner in BP's general ledger screen.
    Am getting the BP code and name in the standard PLD itself, but i can not fetch address information to the PDL.
    If am trying to do so, system will pick the first record information and list it out in print preview.
    any possibilities to get address  information on PLD ?
    regards,
    Sanju M S

    Hi Sanju,
    It is not possible in SAPB1. Check the thread,
    Re: Business partner address
    Try to Create QPLD.
    sorry, now i'm out of station & i dont have any database
    so now i can not test your requirement in my database.
    SELECT distinct T1.[RefDate], T1.[BaseRef], T1.[Memo], T0.[Debit], T0.[Credit],T1.[LocTotal],
    T2.CardCode, T2.CardName, T2.Address, T2.Balance
    FROM JDT1  T0
    INNER JOIN OJDT  T1 ON T0.TransId = T1.TransId
    LEFT JOIN OCRD T2 on T2.CardCode = T0.ShortName
    WHERE T2.[CardName] =[%0]
    Regards,
    Madhan.

  • General Ledger Report with UDF & UDT

    Hi.,
    I have created a UDF in Accounting Master Data row and linked it to a UDT (Object type:No Object)
    My UDT look like this
    Now i have started entering data in the Journal Entry Window. Like this
    Then when i generate a report in General Ledger the Employee only showing a numerical value of that employee like this
    what i want is to show the name instead of a code number..
    is it possible ?
    thx in advance

    Hi ,
    This default system behavior, you can see the name but system will store only code in database.
    As Sridhar suggest you have to create one UDF and assign FMS. or
    Insist of linking UDT you can directly assign value to the UDF. For example
    If you click Alt + Shift + F2 you have one option "Search in Existing User-Defined Values"
    there you have 254 character length. Refer the below image for more clarification.

  • PLD General Ledger TaxDate B1 2007 SP01 PL10

    Dear Experts,
    I am searching for the systamvariable of the taxdate in the general ledger. Does anybody know it?
    As well I am searching for the PLD variables list - I only got one from march2007. Does anybody own a copy for B1 2007 A?
    I would appreciate it if I could get a copy via Email.
    With best regards
    Bastian Thies

    Hi,
    thank you very much!
    Do you think it would be possible to send me the list?

  • Reviewing General Ledger Accounts - No line item detail

    I have just started with a new company using SAP Business One for the first time. My frustration is when reviewing the general ledger line items that there is no detail coming through that lets me see what the amounts relate to.  No Description or Vendor  Name.  There is absolutely no way I can see if there are any posting errors to accounts unless I drill into each and every line item to see what it is.  I have been into Form Settings but the fields required are not available options to select.
    Every accounting system I have ever used has this standard feature - from off the shelf packages to customised SAP R/3. 
    I have spoken to the Implementation Company's Support Line and they have said that it would be a costly exercise to request a report that provides this information. 
    I can't accept that this is standard - why would anyone use the system????
    I guess I just want to hear that this is not the norm with SAP Business One
    Thanks

    Try the General Ledger Report, there is a little more detail there - the BP Name is, I'm sure, included in that and you still get the drill down.
    In the account balance screen, you can add the "Details" field which may give you more information as it usually contains the BP Code. It is not a difficult exercise for you support team to add a formatted search to populat that with the account name instead - it is a reasonably common customisation.

  • Running AP transfer to General Ledger: Complete with Error

    Below is the error I got while trying to run : AP transfer to General Ledger and I got Complete with Error:
    Starting concurrent program execution...
    +-----------------------------
    Arguments
    p_selection_type='1'
    p_set_of_books_id='1'
    p_include_reporting_sob='N'
    p_batch_name='jginv'
    p_from_date='2007/01/01 00:00:00'
    p_to_date='2008/12/31 00:00:00'
    p_accounting_method='Accrual'
    p_journal_category='A'
    p_validate_account='Y'
    p_gl_transfer_mode='D'
    p_submit_journal_import='Y'
    p_summary_journal_entry='N'
    p_debug_flag='N'
    p_trace_flag='N'
    APPLLCSP Environment Variable set to :
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.UTF8
    LOG :
    Report: c:\oracle11i\visappl\ap\11.5.0\reports\US\APXGLTRN.rdf
    Logged onto server:
    Username:
    LOG :
    Logged onto server:
    Username: APPS
    MSG MSG-00001: After SRWINIT
    MSG MSG-00002: After Get_Sob_Ids
    MSG MSG-00002: After Get_Company_Name
    MSG MSG-00003: After Get_NLS_Strings
    MSG MSG-00004: After Get_Base_Curr_Data
    MSG MSG-00005: Calling Transfer Request
    MSG MSG-00005: After calling Transfer Request
    MSG MSG-00100: Error occured in Insert_Liability_Balance
    MSG MSG-00101: Error Code :-20100
    MSG MSG-00102: Error Message :ORA-20100: File o0059033.tmp creation for FND_FILE failed.
    You will find more information on the cause of the error in request log.
    ORA-06512: at "APPS.FND_FILE", line 396
    ORA-06512: at "APPS.FND_FILE", line 499
    ORA-06512: at "APPS.AP_TRIAL_BALANCE_PKG", line 1252
    MSG MSG-00005: Insert_Liability_Balance Failed.
    MSG MSG-00000: User-Defined Exception
    ERR REP-1419: 'beforereport': PL/SQL program aborted.
    Program exited with status 3
    Cause: The program terminated, returning status code 3.
    Action: Check your installation manual for the meaning of this code on this operating system.
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 2748532.
    Review your concurrent request log and/or report output file for more detailed information.
    Jon

    Remember that this problem is from Vision training database and not real life productionIt does not matter whether you have a Vision demo database or fresh database installation.
    The APPLPTMP directory does not even exist- Open a new DOS session
    - cd c:\oracle11i\visappl
    - Run envshell.cmd
    - Type "echo %APPLPTMP%", does it return something?

  • How to implement a General Ledger in Dynpro

    Has anyone tried to implement a general ledger in Dynpro using a table?
    In a general ledger, you want the time dimension going across the top in separate columns, and tracked items going down the left hand side.
    The trouble is, the Dynpro table only binds context elements to a column rather than having the option of binding to a row. I can see why this is, but it is still makes life difficult for me.
    Like the table, my data is coming in on a column by column basis with the first column being the date, followed by all the stock ledger items pertaining to that date.
    I want to display a full fiscal year on one page so this means having twelve columns for each of the fiscal months, and one column for the line item names (units sold, inventory, value of sales ... etc)
    One idea for implementing this was to create a generic structure containing twelve attributes. Each attribute would contain the values associated with a particular fiscal month. I would then create a node in my view context based on this structure and bind each column in my table to the corresponding fiscal month attribute in this structure.
    Upon loading the stock ledger data, I would create a series of node instances for each one of my stock ledger items and copy the data into the appropriate attribute.
    This procedure seems REALLLY complex and I am hoping there is someone out there who may have a simpler solution.
    Any suggestions?

    Just an adendum to this thread.
    I have now got the display working correctly for this application ...ie. the fiscal periods are displayed in columns and the attributes for each fiscal period are displayed row by row.
    Now I am faced with the challenge of update the data on the database once it is edited by the users.
    I can check the .isChangedByClient flag to tell which rows were edited but I also need to know which column(s) were edited since they contain the data that needs to be passed to my update routine.
    So far the only way I can think of implementing this is to maintain a parallel copy of the ledger and do a comparison of the "before" and "after".  With this information I generate my own list of edited columns.  YUCK!
    Perhaps if there was a validation event that was fired whenever a cell was changed then I could hook into that and maintain my own "isChanged" list of columns but I don't see anything like that.
    Any suggestions?

  • Payment accounted in AP but not posted in General Ledger

    Helloo everyone,
    I have an issue.
    Some Payments have been accounted in AP. However when querying the account in General ledger nothing is found.
    As you can see from the above Accounting has been processed and GL date is 26 Feb 2015, However same information cannot be found in GL.
    Grateful if anyone can pinpoint me to scripts or oracle docs to resolve this issue as it is impacting on the reconciliation process.

    Hello,
    Normal: the transfer to GL request was run on 05 Mar 15
    Now, let us look for the corresponding Batch Name and Journal Entry Name in GL
    Please, in the lines shown in print screen you posted, click the + (show) icon for cash accounting class:
    Under General ledger header you should see Batch and Journal Entry Names:
    If these values are populated in SLA, then search them directly in Enter Journals from (General Ledger Responsibility) and update this discussion
    Thank you

Maybe you are looking for

  • Ipod isn't being recognized by my pc or itunes.

    For some reason (probobly something stupid I did) my ipod is telling me to connect to itunes to restore, however when i connect my ipod to my computer itunes doesn't say it has connected and my pc says that it isn't connected in any of the usb ports.

  • Payment Document to Cheque Number report

    hi gurus,   I've created some cheque to payment document using FCH1 using BDC. Is there a report that can display which payment document is assigned to which cheque number? Thanks in advance.

  • Size of image is getting increased

    Hi I have cross compiled BDB using m68k-elf toolchain. I'm using motorola coldfire processor with uClinux for our development purpose. Now I need to include BDB into uClinux and flash it into our processor. The flash we are using is 4mb. The image I

  • Cover flow is not displaying greatest hits albums correctly.

    Cover flow is not displaying greatest hits albums correctly. To reproduce this, I have deleted all of my music out of itunes and sync'ed to my ipod - (160gb classic). At this point it is empty. Then I have loaded three greatest hits cds into itunes.

  • Can size of RBS tablespace be reduced?

    Hi folks. Hope this is the right forum for this question. Anyway, we're running Oracle 8.1.6 Standard Edition on Win NT 4.0. A few months ago, we ran a SQL Update statement on a table with 176,000 rows and then did a Commit. As a result our RBS (roll