F.07 bal dif from bal in fbl1n/fbl5n

hi
When I run the F.07 in test mode and compare the bal in fbl1n/fbl5n ( open items 31.12.2008 and normal items)  are not matching why
thanks in advance

According to SAP the execution of the balance carry forward programs represents the closure of the year. The G/L balance carry forward program does not make any postings. It calculates the net operating profit to the Retained Earnings Account and transfers the balances to period 0 of the next fiscal year. For countries that need to do closing and opening postings (hard closure) SAP provides the program RFSUMB00 (or if the new General Ledger is in use program FAGL_YEC_POSTINGS.
You need to follow the below order.
1 Start with GL balance carry forward (F.16)
2 Run the RFSUMB00 or FAGL_YEC_POSTINGS (this is used if new GL is activated)
3 Run balance carry forward for Customers & Vendors (F.07)

Similar Messages

  • Disable the Dynamic Selection Icon from T.Code FBL1N

    Hi,
    I want to disable the Dynamic Selection Icon from T.Code FBL1N...
    Please Note that i found a link where some code is given for this problem.
    Remove the dynamic selection screen.......
    Please tell me where i paste that code....after initialization or where....
    Thanks...
    Edited by: Prince Kumar on May 16, 2009 8:59 AM

    Hi,
    1) COPY the program RFITEMAP and create a ZRFITEMAP
    2) and added this code in the INITILIZATION event. You can search ZRFITEMAP with INITIALIZATION and add below code there.
      INTIALIZATION.
      DATA: t_exclude TYPE STANDARD TABLE OF sypfkey.
      APPEND 'DYNS' TO t_exclude.
      "DYNS is the dynamic selection screen function code.
      CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'
        EXPORTING
          p_status        = sy-pfkey
        TABLES
          p_exclude       = t_exclude
    Regards
    Shital

  • FBL1N/FBL5N - Display of Material

    Hi All
    We want to display material in vendor/customer line item (FBL1N/FBL5N). We have already activated material by T Code OBVU. But still system is not showing material in customer/vendor line items.
    Regards
    Rajesh Gupta

    hi rajesh,
    After Executing the Tcode FBL5N, on the top of the screen you can see the option for the SET FILTER or press CTRLSHFTF2, so that you can see the window popups...
    On the right side of the screen you can see the list of the Field List from the right side of the screen select the MATERIAL and transfer it fo the left side of the screen and then Click on COPY as....
    The next screen you have to enter the MAterial number and click on the Continue button.....
    Now Save this Variant and every time when u execute the FBL5N you have to select the same Variant, so that you can also see the maternal number.....
    Hope this will solve your problem....
    Ranjit Kumar.......

  • Offsetting account in FBL1N & FBL5N

    Dear All,
    In FBL1N & FBL5N reports OFFSETTING ACCOUNT is showing as * mark instead of showing its GL account.
    What could be the reason?
    Kindly help me on this.
    Regards,
    Yadayya

    Hi, check treat Re: FBL3N - choose the shown offset account

  • FBL1N & FBL5N shows amounts in thousands

    Hi experts
    FBL1N & FBL5N shows amounts in thousands 14,50080 $  instead of a normal display 14 500,80 $
    Can anyone help to resolve this problem.
    Thanks

    Hi
    Also make sure that you log off and log in back after the change of amount format.
    Regards
    Paul
    Edited by: Paul01 on Dec 6, 2010 2:52 PM

  • Currency option in fbl1n/fbl5n/fk10n/fd10n

    Hi
    i am posting doucment in local currency as well as in USD and EUR in my vendor and customer account. but in FBL1N / FBL5N/ FD10N/ FK10N i am ONLY able to view the statement in local currency. wheras i want to view only those transaction which are posted into USD or EUR.
    how to get currency tab in above report or how to view above TC in USD or EUR
    please reply

    hi
    Thanks for immediate response. but in fk10n or fd10n we generally get currency selection option by default. why this is not appearing in my current system does not understand.
    i am in ECC6.0 with enhancement patch 3. do we need to apply note to get currency option in above T code.
    please shere your experience.
    Regards
    DD

  • DW 8 dif from DW MX w/ css & sites: help!

    I finally upgraded to Dreamweaver 8 (yes, I've been avoiding
    it.: too many projects, no time for learning curve). I've tried
    using it a bit and it's already driving me nuts. I feel like an
    idiot for writing this posting because these most likely have
    simple solutions but I can't figure them out. Here are my dilemmas:
    1. in the CSS panel, there no longer seems to be a "no css
    style" option. Is it gone or hidden?
    2. When I hightlight text that I'd like a css style applied
    to, in older versions of DW one simply clicked on the style name in
    the CSS panel. Now when I click on the style name, nothing happens.
    I have to right-click to 'Apply Style'. Am I doing it wrong? Is
    there a new way to apply CSS?
    3. in the local Files panel, when I double click on a file to
    open it, the site starts to connect to the remote server. Driving
    me nuts. Not OK.
    4. When the site starts to connect to the remote server, it
    gives me this message:
    "this site has been set up for use by Macromedia Contibute
    users. Do you want Dreamweaver to enable all required site settings
    for compatibiltiy with Contribute sites?".
    (A) This site has not been set up for use by Contribute YET
    (other sites have, I guess, but pre-DW 8), and (B) I already said
    "yes" once. I said "no" another time. I'm afraid to deselect "don't
    show this message again" because I don't know what's happening when
    I click yes or no. I don't really understadn what this means!
    5. And finally, files now take FOREVER to upload! NOT OK.
    This is the worst offender... Any suggestions?
    Thank you generously in advance for any insight into my
    frustrations. I'm back to using DW MX for now.

    > 1. in the CSS panel, there no longer seems to be a "no
    css style" option.
    > Is
    > it gone or hidden?
    It's moved to the right-click context menu for the
    QuickTagSelector.
    > 2. When I hightlight text that I'd like a css style
    applied to, in older
    > versions of DW one simply clicked on the style name in
    the CSS panel. Now
    > when
    > I click on the style name, nothing happens. I have to
    right-click to
    > 'Apply
    > Style'. Am I doing it wrong? Is there a new way to apply
    CSS?
    Select the text, and use the Style selector on the Property
    inspector to
    apply your class.
    > 3. in the local Files panel, when I double click on a
    file to open it, the
    > site starts to connect to the remote server. Driving me
    nuts. Not OK.
    This means that you have enabled Contribute for this site.
    Have you?
    > 4. When the site starts to connect to the remote server,
    it gives me this
    > message:
    > "this site has been set up for use by Macromedia
    Contibute users. Do you
    > want
    > Dreamweaver to enable all required site settings for
    compatibiltiy with
    > Contribute sites?".
    Ahh - I see. If you are not going to use Contribute for this
    site, then
    don't enable it in the site's definition. But if you do
    enable Contribute,
    then this is how it works (and always has been), since by
    doing that, you
    change your entire work paradigm from using the local site as
    the 'gold
    standard' to using the remote site as your 'gold standard'.
    To do that, DW
    *must* connect to the remote site to check that file out in
    order for you to
    edit it.
    > 5. And finally, files now take FOREVER to upload! NOT
    OK. This is the
    > worst
    > offender... Any suggestions?
    This is usually a combination of server/network traffic. For
    my sites,
    files upload very fast. Have you tried enabling passive FTP?
    > I'm back to using DW MX for now.
    It would take much more than this to drive me that far back!
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "sweez_pdx" <[email protected]> wrote in
    message
    news:[email protected]...
    >I finally upgraded to Dreamweaver 8 (yes, I've been
    avoiding it.: too many
    > projects, no time for learning curve). I've tried using
    it a bit and it's
    > already driving me nuts. I feel like an idiot for
    writing this posting
    > because
    > these most likely have simple solutions but I can't
    figure them out. Here
    > are
    > my dilemmas:
    >
    > 1. in the CSS panel, there no longer seems to be a "no
    css style" option.
    > Is
    > it gone or hidden?
    >
    > 2. When I hightlight text that I'd like a css style
    applied to, in older
    > versions of DW one simply clicked on the style name in
    the CSS panel. Now
    > when
    > I click on the style name, nothing happens. I have to
    right-click to
    > 'Apply
    > Style'. Am I doing it wrong? Is there a new way to apply
    CSS?
    >
    > 3. in the local Files panel, when I double click on a
    file to open it, the
    > site starts to connect to the remote server. Driving me
    nuts. Not OK.
    >
    > 4. When the site starts to connect to the remote server,
    it gives me this
    > message:
    > "this site has been set up for use by Macromedia
    Contibute users. Do you
    > want
    > Dreamweaver to enable all required site settings for
    compatibiltiy with
    > Contribute sites?".
    > (A) This site has not been set up for use by Contribute
    YET (other sites
    > have,
    > I guess, but pre-DW 8), and (B) I already said "yes"
    once. I said "no"
    > another
    > time. I'm afraid to deselect "don't show this message
    again" because I
    > don't
    > know what's happening when I click yes or no. I don't
    really understadn
    > what
    > this means!
    >
    > 5. And finally, files now take FOREVER to upload! NOT
    OK. This is the
    > worst
    > offender... Any suggestions?
    >
    > Thank you generously in advance for any insight into my
    frustrations. I'm
    > back
    > to using DW MX for now.
    >

  • Is the iPhone4 dock line out dif from iPods?

    My SendStation dock connector, which works on iPods, exhibits no audio from the line out connector
    when connected to my new iPhone4.
    Just in case, I made sure that the USB connector is also connected.
    Still no audio.
    Headphone connector works.
    Google does show a few people having very low line out audio level problem.
    No answers yet.
    I'm hoping it's a setting.
    Thanks.
    Mitch

    When I bought my first iPod (a 40GB hard drive based model) it came wth a dock.   have used that dock over the years as I upgraded to a 5th Gen iPod, then a first gen iPod Touch, an iPhone 3G, a 3rd Gen iPod Touch, and now an iPhone 4.  All my devices seem to work about the same in that very old dock.  Only the hard drive based devices fit it properly, but the other devices stll plug n (with plenty of free space around them) and play just fine.
    Based on my experiences, I wold guess that it's either your Sendstation or your iPhone that is the problem but based on what you provide it is hard to determine whch.  If ou have any friends with iPhone 4's you could ask them to try their phones in your dock.  If theirs works fine, it is probably your Phone, otherwise if theirs have problems too I would suspect you have a faulty dock.

  • Need profit center in Vendor & customer Line items in reports FBL1N & FBL5N

    Hi,
    how to get profit center field in reports FBL1N and FBL5N.  Please help.
    Regards,
    Sumit Jain
    Moderator: Please, search SDN; it has been answered several times

    Hi,
    I have done the below to get this. (You can change the naming convention of function module as per your wish):-
    Step 1:-
    Create function module Z_GET_PRCTR as below:-
    Import:-
    BELNR     LIKE     BKPF-BELNR
    BUKRS     LIKE     BKPF-BUKRS
    BUZEI     LIKE     BSEG-BUZEI
    GJAHR     LIKE     BKPF-GJAHR
    Export:-
    PRCTR     LIKE     BSEG-PRCTR
    FUNCTION Z_GET_PRCTR.
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(BELNR) LIKE  BKPF-BELNR
    *"     VALUE(BUKRS) LIKE  BKPF-BUKRS
    *"     VALUE(BUZEI) LIKE  BSEG-BUZEI
    *"     VALUE(GJAHR) LIKE  BKPF-GJAHR
    *"  EXPORTING
    *"     VALUE(PRCTR) LIKE  BSEG-PRCTR
    DATA: ZDOCLN LIKE FAGLFLEXA-DOCLN.
    CONCATENATE '000' BUZEI INTO ZDOCLN.
    SELECT SINGLE PRCTR FROM FAGLFLEXA INTO PRCTR WHERE RYEAR = GJAHR
                                    AND  DOCNR = BELNR
                                    AND  RLDNR = 'NL'
                                    AND  RBUKRS = BUKRS
                                    AND  DOCLN = ZDOCLN.
    CLEAR ZDOCLN.
    ENDFUNCTION.
    Step 2:-
    Then create the Function Modules as below:-
    Z_LINE_ITEMS_GET_PRCTR (Copy of SAMPLE_INTERFACE_00001650)
    FUNCTION Module Z_LINE_ITEMS_GET_PRCTR.
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(I_POSTAB) LIKE  RFPOS STRUCTURE  RFPOS
    *"  EXPORTING
    *"     VALUE(E_POSTAB) LIKE  RFPOS STRUCTURE  RFPOS
    Initialize Output by using the following line -
    E_POSTAB = I_POSTAB.
          E_POSTAB = I_POSTAB.                "<-- important
          IF I_POSTAB-PRCTR EQ SPACE.
              CALL FUNCTION 'Z_GET_PRCTR'
                   EXPORTING
                    BELNR           = I_POSTAB-BELNR
                    BUKRS           = I_POSTAB-BUKRS
                    BUZEI           = I_POSTAB-BUZEI
                    GJAHR           = I_POSTAB-GJAHR
               IMPORTING
                    PRCTR           = E_POSTAB-PRCTR
               EXCEPTIONS
                    OTHERS          = 1.
          ENDIF.
    ENDFUNCTION.
    Step3:-
    Transaction FIBF:-
    Settings -> Products -> of a Customer
    PRCTR     Profit Center in Line Item Display          Active
    Settings -> P/S Module -> of a Customer
    00001650     PRCTR                    Z_LINE_ITEMS_GET_PRCTR
    Step 4:-
    Create the layout for FBL*N with display of the profit center.
    Regards,
    Gaurav

  • Add additional items to line item display? (FBL1N, FBL5N)

    Hello everyone,
    I'm trying to add some "custom fields" to Customer/Vendor line item display
    which is only available in BSEG table. (new GL function)
    I could not find any BAdI or something..
    Is there any way to do this?
    thank you in advance for any comments.

    Hi,
         Try with this Menu enhancements,
    FI_ITEMS_MENUE01                                          Menu Enhancement
    FI_ITEMS_MENUE02                                          Menu Enhancement
    For the created Menu item, under that function code write the logic to get the additional data.
    Regards
    Bala Krishna

  • User Name field in fbl3n, fbl1n, fbl5n

    Hello,
    How should i add user name field in fbl5n / fbl3n / fbl1n?
    Thanks

    hi,
    215798     FBL*N: Special fields are not displayed
    Have you done the following :
    In the Line item Display list in FBL3N follow this menu path: Settings
    -> Special fields, and add field BKPF-USNAM from table BKPF.
    The field is later available for display,and you can choose it from
    the Line item Display list following this menu: Settings -> Display
    variant -> Current. From the hidden list you can now choose the field.
    If the technical name is shown for the fields, the special fields are
    are all starting with '1-U_'. It's important, that you add the Special
    field, if the field also exist as Standard field. The Special fields
    are shown in the buttom of the Hiddden list.
    Please still remember step 2 and 3 from note 215798.
    reg
    Madhu M

  • Quantity showing zero using T.Code FBL1N & FBL5N

    Hi All,
    Quantity showing ZERO using T.Code FBL5N & FBL1N.
    Please help.
    Thanks & Regards
    Ritu Verma

    Hi,
    You can use Business Transaction Event 00001650 in FIBF transaction to fill the quantity field with the value from the required table. You can do this with the help of your ABAPer
    Also go through the below thread to have an idea on how to code:-
    Re: Vendor & Customers in FBL3N
    Regards,
    Gaurav

  • Add aging information to FBL1N/FBL5N

    Dear FI gurus
    I just want to add aging information such as 30 days/60days/90days/120days/Over120days
    to line item report FBL1N and FBL5N.
    Is it possible?
    If custom report is required, can I use append or have to be created from scratch?
    Yoshi

    Hi Yoshitada,
    I would suggest go for Standard Reports e.g. :
    S_ALR_87012085 - Vendor Payment History with OI Sorted List, with following selection parametter:
    Vendors:
    S_ALR_87012085 - Vendor Payment History with OI Sorted List
    S_ALR_87012084 - Open Items - Vendor Due Date Forecast
    S_ALR_87012078 - Due Date Analysis for Open Items
    Customer:
    S_ALR_87012178 - Customer Open Item Analysis by Balance of Overdue Items
    S_ALR_87012168 - Due Date Analysis for Open Items
    S_ALR_87012175 - Open Items - Customer Due Date Forecast

  • Profit centre in fbl1n & fbl5n

    Hi,
    In case of vendor or customer line item display, the profit centre is not showing.
    We have implemented GL Profit Centre concept rather than Business area concept. But now the question is when the client is asking any report on area wise vendor or customer detail in line item display, its not showing any profit centre. I can check the individual line item & in GL View i can see the profit centre in creditors a/c which is a GL A/c.so kindly reply asap.
    Thanks in adavance.....
    regds,
    Raj

    Hi Raj,
    For our client also we had the same requirement. Through ABAP Business Transaction event, we made the profit center field available for FBL5N/FBL1N. Take the help of your ABAPer to get this done.
    Thanks & Regards,
    Sajan Pishrody

  • User specific default variant for FBL1n FbL5n

    Friends,
    I am trying to create a variant for FBL1n report layout for specific user. Now the issue is the user has to go and select his specific variant every time he executes FBL1n. Is there any way by which we can default the specific variant for specific user.
    Any help is much appreciated.

    Hello,
    Go and change the variant selection settings in FB00. You select the relevant variant.
    Regards,
    Ravi

Maybe you are looking for

  • Error in Support Package Installation

    Hi , I am trying to install "SAPKIBIIIH" in SAP BI using Tcode :SAINT. OCS Package :SAPKIBIIIH Package Type :Installation Software Comp:BI_CONT Release : 703 After giving the OSSNOTE PASSWORD for SAPKIBIIIH, the installation is starting but after som

  • Service Call or CALL FUNCTION

    Hi everyone, what's the difference between invoking a Service Call or Call Function directly from within a WebDynpro ABAP component to execute a BAPI/Function module? Thank you.

  • Where do you get the history pallette in PS 5?

    Where do you get the history pallette in PS 5?

  • How can i use the russian alphabet so i an use my new Russian dictionary app?

    Please does someone know how I can turn on the russian alpabet on my phone so I can muse my new Russian dictionary app?  Many thanks. RozBox

  • Dock is crashing!

    I'm having the same problem as the person in this thread: http://discussions.apple.com/thread.jspa?threadID=1767431&tstart=0 My crash log looks similar to the one posted there (I can post mine here in its entirety if that's necessary). Additionally,