FAGLL03 gives output but not FBL3N

Hello Experts
We are working on Ecc 6.0.
Issue is that for a GL account FAGLL03 / FAGLB03(drilldown) gives the line items posted for a GL but when I execute FBL3N for the same GL, system prompts the error that - No line item display possible for account XXXX & hence I dont get any data.
The reason being that data is not coming in FBL3N is that Line Item indicator is not checked for this GL.
So if Line Item indicator was never checked for this GL, then how FAGLL03 / FAGLB03(drilldwon) gives the line item data for the same GL & not by FBL3N?
Regards
Kapil

Hi,
FAGLL03: In this report line item display are possible for those GLs which line item display is not maintained.
FBL3N: In this report line item display is possible for only those GLs for which line item display is checked on.
FAGBLO3 is just like FS10N but it displays the Balances of G/L Accounts LEDGER wise, (Leading Ledger or Non-Leading) also you can see the line item by double clicking the balance, regardless of line item display is on or off. 
You can activate the line item display for an account later (account has already been posted to) using report RFSEPA01 in SA38.
1. Check the line item display in the GL maste
2. Block the GL for posting in FS00
3. Then go to SE38 and execute above stated report RFSEPA01
4. Enter the Company code and the GL and run the same.
Thanks
Javed

Similar Messages

  • Terms and Conditions in pdf output but not printing

    Hello all,
    I had this similar issue with my cover letter, but I could move the call to xml control file and that resolved the issue. But with T&C, I need to print them on back of every page and I've used the logic from Tim's blog (http://blogs.oracle.com/xmlpublisher/2007/10/here_are_my_terms_conditions.html, thanks Tim!). It works great if I have a simple call to the T&C subtemplate. I have to check for the conditions though, and that's when my printed/emailed output contains blank for T&C. Output of the report has alternate pages of T&C. Here's my call to the subtemplate:
    <?if:(//DCRD_OKSQUOTE_GROUPED/CS_PRINT_ARTICLES=’Y’) and (//DCRD_OKSQUOTE_GROUPED/LIST_G_CONTRACT/G_CONTRACT/CF_ARTICLE_TYPE=’ONCALL’)?><?call:OnCallArticle?><?end if?><?section:force-page-count;'end-on-even-layout'?><?section:xdofo:blank-on;'even-skip-page-count'?>
    The version that works is:
    <?call:OnCallArticle?><?section:force-page-count;'end-on-even-layout'?><?section:xdofo:blank-on;'even-skip-page-count'?>
    Appreciate all the help.
    TIA,
    Alka

    Just before the end of your for-each loop make a call to a sub-template
    Your sub-template will have the terms and conditions.
    regards
    Jorge

  • What will make the picture from FCP studdering from the HDMI output, but not from the firewire output ?

    I have a Mac Mini 2010, 8G ram,running on Snow Leopard. I'm playing some video clips from FinalCut Pro 7.0.3. When I'm using the HDMI output,the picture will be studdering on a horizontal panning picture. This problem does not happen when I'm using the firewirw output, which I can't use anymore with my new playback system..
    Is there any setup I can use to fix this studdering?

    Sorry about that, have had no need for pasting output so far as I was using Ubuntu/Mint/Sabayon so could work most things out myself.  Thanks for letting me know   Also, please mark this post SOLVED as well as STUPID lol.  I removed Pulseaudio and went over my Alsamixer settings with a LOT more careful attention, discovered that something vital was not unmuted. Doh!!  Have to say, Arch is the best learning experience ever, though

  • Compiling in SQLDeveloper gives error, but not sqlplus

    Hi All,
    My case is very strange. I am able to compile a package body from sqlplus successfully, but gets the error "PLS-00707: unsupported construct or internal error [2603]" if I do the same from Oracle SQL Developer. My procedure is so big that I could not copy it here.
    Thanks,
    Sharmin

    you are in the wrong forum, this one is dedictaed to oracle forms.

  • We are looking for a software which converts SWF to MP4, we found many software which does the job but issue is file size is not optimize.  We found Adobe captivate 6 which gives optimum quality with good output but thing is we do not have batch process i

    Hi
    We are looking for a software which converts SWF to MP4, we found many software which does the job but issue is file size is not optimize.
      We found Adobe captivate 6 which gives optimum quality with good output but thing is we do not have batch process in captivate 6. so we request you to create a plugin or give a best option which have batch render quality and optimize in file size,

    Captivate is e-learning development software not a dedicated video convertor, you are better off trying something like Adobe Media Encoder or Super.

  • Report does not give output

    Hi,
    I created a report which just run a sql query and give the output correct. The code was
    select target_name,target_type, column_label,
    warning_threshold,critical_threshold,occurrence_count
    from sysman.MGMT$TARGET_METRIC_SETTINGS
    I added a drop down select box called P1_Target. And the report takes the input from the drop down and should give the output. but It seems there is something wrong in the code that is why i dont get any out put.
    The code is
    select target_name,target_type, column_label,
    warning_threshold,critical_threshold,occurrence_count
    from sysman.MGMT$TARGET_METRIC_SETTINGS
    where target_name in (select MEMBER_TARGET_NAME from MGMT$TARGET_FLAT_MEMBERS
    where upper(AGGREGATE_TARGET_NAME) like '%X || :P1_TARGET%')
    '%X || :P1_TARGET%' does not work here ?
    Please advise.
    Thanks

    Thanks Sven.
    The query works but the other way. The output is for all the targets, not for the respective target which we select from :p1_target.
    select target_name,target_type, column_label,
    warning_threshold,critical_threshold,occurrence_count
    from sysman.MGMT$TARGET_METRIC_SETTINGS@crmodem
    where target_name in (select MEMBER_TARGET_NAME from MGMT$TARGET_FLAT_MEMBERS@crmodem
    where upper(AGGREGATE_TARGET_NAME) like '%X' || :P1_TARGET || '%')
    Thanks again.

  • My code not give error nut not give pdf report output

    hi master
    sir see my code not give error nut not give pdf report output
    String reportSource = "./WEB-INF/reports/mfa.jasper";
    String reportDest = "./reports/mfa1.html";
    Connection conn = null ;
    Statement msqlStatement = null ;
    ResultSet mrs = null ;
    Connection mconn = null ;
    ExternalContext econtext = getExternalContext();
    InputStream stream = econtext.getResourceAsStream(reportSource);
    if (stream == null) {
    throw new IllegalArgumentException("Unknown report name '" + reportSource
    + "' requested");
    try {
    String mfat = ac_categoryDataProvider.getCachedRowSet().getDataSourceName();
    javax.naming.Context mctx = new javax.naming.InitialContext() ;
    DataSource mds = (DataSource)mctx.lookup(mfat);
    Connection mcon= mds.getConnection();
    mcon.setAutoCommit(false) ;
    JasperPrint jasperPrint = null;
    //getSessionBean1().getTripRowSet(),
    //getSessionBean1().getAc_categoryRowSet(), mfat getSessionBean1().getAc_categoryRowSet()
    jasperPrint = JasperFillManager.fillReport(stream, null,mcon);
    JRExporter exporter = null;
    HttpServletResponse response = (HttpServletResponse)econtext.getResponse();
    FacesContext fcontext = FacesContext.getCurrentInstance();
    exporter = new JRPdfExporter();
    exporter.setParameter(JRExporterParameter.JASPER_PRINT, jasperPrint);
    exporter.setParameter(JRExporterParameter.OUTPUT_STREAM,
    response.getOutputStream());
    exporter.exportReport();
    fcontext.responseComplete();
    } catch (Exception ex) {
    log(" Error Description" , ex);
    error("Error counting rows: " + ex.getMessage() );
    error("Error counting rows: " + ex );
    please give me idea
    thank's
    aamir

    Thanks Sven.
    The query works but the other way. The output is for all the targets, not for the respective target which we select from :p1_target.
    select target_name,target_type, column_label,
    warning_threshold,critical_threshold,occurrence_count
    from sysman.MGMT$TARGET_METRIC_SETTINGS@crmodem
    where target_name in (select MEMBER_TARGET_NAME from MGMT$TARGET_FLAT_MEMBERS@crmodem
    where upper(AGGREGATE_TARGET_NAME) like '%X' || :P1_TARGET || '%')
    Thanks again.

  • Audigy Platinum gives Dolby Pro Logic, but not Dolby Digital with

    I'm trying to get my Audigy Platinum (the original) to output dolby digital over the SPDIF output as a bitstream instead of PCM.
    I've tried everything I've read on the forums and elsewhere (that's how I got it to the point of working this far).
    Stereo playing wav files etc is ok.
    Playing a DVD thru Windows media player gives surround, but in Dolby ProLogic, not DD.
    Playing a DVD with PowerDVD gives no sound via digital
    Playing a DVD via Video Lan Player (VLC) gives either no sound or stereo via digital.
    Ultimate goal here is to play HD content (Transport Streams recorded from HD cable box) with the Dolby 5. soundtrack.
    Is the Audigy going to work here or do I need to move to another solution like Turtle Beach Dolby Digital Li've?
    Thanks,
    Doug

    skumpf wrote:
    Ok
    I Kind of have to give in to that. However if the bitrate is to low, any decent receiver won't give you anything but Dolby prologic II
    How can you kind of agree and then repeat the same incorrect statement you did before ?
    If the audio track has 5.1, it doesn't matter how low the bitrate is, one should expect to get 5.1 from the receiver.
    You are of course correct about the superior quality of audio from a blu-ray disc, it is however fairly meaningless if you can't actually tell the difference which a large percentage of the population can't.
    Likewise, even if you are able to tell the difference, one may not wish to invest the sort of money it requires to be able to hear that difference.
    And also similarly, one may feel that the benefit of not having to leave your home to get the blu-ray disc, not having to organise and store the disc or return it later and not having to pay through the nose for it, all outweigh any benefit a small and often undetectable improvement in quality might make.
    Horses for courses, if you want your improved quality thyen consider another device, if you want ease of use, an intuitive user experience and instant gratification, then the Apple TV is ideal.

  • How do I set upmy Imac to allow using both my computer speakers and a Bose SoundLink system as outputs at the same time.  I can use one or the other, but not both.

    how do I set up my Imac to allow using both my computer speakers and a Bose SoundLink system as outputs at the same time.  I can use one or the other, but not both.  From systems Preferences I must select one or the other.  I want both to work all the time.

    Hi,
    I would recommend you to use 0FI_AP_4 rather using both, particularly for many reasons -
    1. DS: 0FI_AP_4  replaces DataSource 0FI_AP_3 and still uses the same extraction structure. For more details refer to the OSS note 410797.
    2. You can run the 0FI_AP_4 independent of any other FI datasources like 0FI_AR_4 and 0FI_GL_4 or even 0FI_GL_14. For more details refer to the OSS note: 551044.
    3. Map the 0FI_AP_4 to DSO: 0FIAP_O03 (or create a Z one as per your requirement).
    4. Load the same to a InfoCube (0FIAP_C03).
    Hope this helps.
    Thanks.
    Nazeer

  • HT1911 I just verified my Apple user ID and password but certain updates won't download (gives me the signal that I'm incorrect).  I keep changing it, verifying but not all applications let me proceed.

    I just verified my Apple user ID and password but certain updates won't download (gives me the signal that I'm incorrect).  I keep changing it, verifying but not all applications let me proceed.  So I can't download itunes software updates or update my iphone even though I have just verified my info.  I know others that have this problem but can't get support to resolve it.

    Hi mpellichero,
    Thanks for visiting Apple Support Communities.
    The steps in this article can help if you are being asked for the password to your previous Apple ID:
    iOS 7: If you're asked for the password to your previous Apple ID when signing out of iCloud
    http://support.apple.com/kb/TS5223
    Best Regards,
    Jeremy

  • IPod touch 4 gives message "Cannot Download" "there is not enough available storage to download...You can manage your storage in settings." when trying to update or install one but not all apps. I have more storage than the app takes. Can u help?

    iPod touch 4 gives message "Cannot Download" "there is not enough available storage to download...You can manage your storage in settings." when trying to update or install one of the apps, but not other apps.  I have more space available than needed for the app.  What do I need to do to fix this problem?  Do I need to completely reset this device as new and, if so, how should I do that? 

    You need to delete some item (apps, music, photos etc) from the iPod,.However, sometime files get corrupt. To determine that connect the iPod to your computer and click on the iPod under Devices in iTunes. How much storage is used by the "other" category. If over 1 1/2 GB that indicates corrupted files.
    To get the "other" down to normal value you need to restore your iPod usually restoring from backup works but sometimes restoring to factory settings.new iPod is required./

  • TS3276 My o2 email account does not work when sending from my MAC it will accept incoming mail but not send it gives me a message that  o2 account (offline) my mac I have no problem with my iPhone  or mac laptop. any suggestions please.

    My o2 email account does not work when sending from my MAC it will accept incoming mail but not send it gives me a message that  o2 account (offline) my mac I have no problem with my iPhone  or mac laptop. any suggestions please.

    Sorry for the delay...
    I did what you've told me, new account and manually copied my files from Time Machine. I had lots of permissions problems, but at the end, almost everything is in order... It seems it had to be with some of the Apple Preferences, but I can't be sure, as most of them were dumped to the trash can.
    I still don't have my Mail Rules back, unfortunately, although I did goggled some. It is a pity, as I had around 30 or 40 of them, getting my mail in order to each of its mailboxes, but it is a small price as the rest doesn't show the before syntoms.
    Thanks for the help, anyway!!

  • HT1473 Help I just moved my music files to a external hard drive and am using the new crappy version ( i know my opinion) of itunes and cant add the files to my libray it gives me the add file to library option but not the add folder to library option wha

    Help I just moved my music files to a external hard drive and am using the new crappy version ( i know my opinion) of itunes and cant add the files to my libray it gives me the add file to library option but not the add folder to library option what am i doing wrong?

    In iTunes 11 uncheck the preferences setting in in the iTunes Preferences panel "Advanced > Copy Files to iTunes Media folder when adding to Library"

  • My apple id works on itunes but not on my ipod touch, what gives ?

    my apple id works on itunes but not on my ipod touch, what gives ?

    What are you trying to do on the iPod?
    Have you went to Settings>Store and sign out and then sign back in?

  • I have an old gift card from 2 yrs ago, I am wanting to give as a gift, but not sure if it's expired. Can I check the balance w/o putting it on my account?

    I have an old gift card from 2 yrs ago, I am wanting to give as a gift, but not sure if it's expired. Can I check the balance w/o putting it on my account?

    It shouldn't expire - none of my cards have ever had an expiry date on them.
    If the card doesn't have its value written on it then the only way to see its value is to redeem it onto an account.

Maybe you are looking for

  • Looking for an app that will share slideshows to Facebook and play music from my library?

    So, I'm looking for an app that is free that will share a Slideshow from my photos and post it to facebook with music from my library in background?

  • Getting an error while exposing as grid service

    hii everyone, I need to expose kmeans algortihm as a grid service as part of my project. I attached java source code of kmeans algorithm and its wsdl file. I am getting the following error while building and deploying my Kmeansgrid project. It seems

  • Dynamic addition of  JMenuItem in JMenu

    I am trying to create a menu for my project. For that i have added the main menus and for each menu there will be menu item. But the problem is i will get the list of menu items for each menu , only at the runtime of my project. i.e. i wabt to add pr

  • To retrieve a query result in to OAF page

    I am newbee........... i have an urgent requirement *"+TO GET THE RESULT OF QUERY+"* FROM MY DATABASE IN TO MSG TEXT INPUT item in my page any sort of help is appreciated thanx in advance...... DEV Edited by: Dev586 on Jan 9, 2013 12:29 PM

  • Insert # into database

    Hi I have a problem. I have the following <cfset newcolor = "000000"> <cfquery name="UpdateColor" datasource="#application.db#"> UPDATE tblsites SET SBGCOL = '#newcolor#' WHERE USERID = #session.userid# </cfquery> ...HOWEVER, i want to insert a # bef