Open item check box in gl Master

Hi
Previsouly for the advance gl there is no open item check box not checked. But now i want to tick the check box so that all my entries will be shown as open items if they were not cleared.
But my question i want my previous entries should also show in open item. For this is there any programme need to be runned.
Regards

Hi,
If you are in an new GL environment, you cannot change it; a new account is required as you may have to abandon the old one.
Are you release 4.5 A or earlier? Then SAP supports the change program RFSEPA02/03 after you zero down the balance of the balance sheet account. Beyond 4.5A and untill New GL, you can change it but beware, SAP no longer supports RFSEPA02/03, since handling errors frequently occurred in the past causing data inconsistencies.
If you nevertheless want to use the reports, copy them to ZFSEPA02 or ZFSEPA03 and mark the following lines as comments:
INITIALIZATION.
CALL FUNCTION 'POPUP_DISPLAY_TEXT'
EXPORTING
POPUP_TITLE = ' '
TEXT_OBJECT = 'RFSEPA02' ('RFSEPA03')
EXCEPTIONS
TEXT_NOT_FOUND = 1
OTHERS = 2.
LEAVE PROGRAM.
In addition, you must adjust the EPA00F00 include. Mark the following line as comment:
INCLUDE EPA00F00.
*>>>> START OF DELETION - NOTE 175960 <<<<
CHECK SY-REPID = 'RFSEPA02'. "<<<< INSERT - NOTE 0065877
*>>>> END OF DELETION - NOTE 175960 <<<<
Enhance the following line:
INCLUDE EPA00F00.
*>>>> START OF INSERTION - NOTE 175960 <<<<
CHECK SY-REPID = 'ZFSEPA02'. "<<<< INSERT - NOTE 0175960
*>>>> END OF INSERTION - NOTE 175960 <<<<
Please be aware that questions regarding the use of the reports will only be considered as SAP Consulting, since the account change is a correction to an incorrect account control
Regards
Balaji

Similar Messages

  • Event to use for Creation of a Check box on Warehouse master Form

    Hi experts
    I have created one check box on Warehouse Master form in AfterMENUClick Event. It works fine if I open the form on Menuclick . But If I open the Warehouse master form by Link button from any document, it does not show the check box. I also want to deactive the checkbox if once it checked. So, I do some coding in Data_Load event. It also works fine If I open the form by Menu click. But if I open the form by Link button it gives error " Invalid Item Id ". 
    So I want to know which event I should use to create the check box and which Event I Should use to Deactive the Check box

    Thanks Nagy for quick reply
    I use the following code for creation of check box
    <B1Listener(BoEventTypes.et_FORM_LOAD, False, New String() {"62"})> _
            Public Overridable Sub OnAfterFormLoad(ByVal pVal As ItemEvent)
                Dim ActionSuccess As Boolean = pVal.ActionSuccess
                Dim form As Form = B1Connections.theAppl.Forms.Item(pVal.FormUID)
                'ADD YOUR ACTION CODE HERE ...
                Dim oForm As Form
                Dim oMatrix As Matrix
                Dim oItem As Item
                Dim sysItem As Item
                Dim BinCheck As CheckBox
                Dim BinLabel As StaticText
                Dim cmbBinCode As ComboBox
                oForm = B1Connections.theAppl.Forms.ActiveForm
                oForm.PaneLevel = 1
                sysItem = oForm.Items.Item("2000002010") 'Excisable check box
                oItem = oForm.Items.Add("BinChk", BoFormItemTypes.it_CHECK_BOX)
                oItem.Left = sysItem.Left
                oItem.Top = sysItem.Top + 20
                BinCheck = oItem.Specific
                BinCheck.Caption = "Bin Enabled"
                BinCheck.DataBind.SetBound(True, "OWHS", "U_BinEnabled")
            End Sub
    It gives error on sysItem = oForm.Items.Item("2000002010") line Invalid Item Id
    Plz check and tell the problem
    Regards
    Gorge

  • Use of 'Item' Check box available in 'Additional Authorization Creator'

    What is the use of the 'Item' Check box available in 'Additional
    Authorization Creator' document?
    B1 Help States that:
    Item
    Defines the object as an item rather than a form.
    Permissions set to form apply to all its subordinates. Permissions set to an item do not apply to the parent form.
    My requirement is as follows:
    I want to restrict a particular user from accessing the 'Logistics' tab
    of the Purchase order.
    1. I opened the 'Additional Authorization Creator' and added the 'PO
    Logistics Tab' in the description window.
    2. In the Forms Ids, i have mentioned as '114' (Form Id of Logistic
    Tab)
    3. Now I went to the authorizations screen and in the
    UserAuthorization, I selected ''PO Logistics Tab' and set this to 'No
    Authorization' for user named 'Raman'.
    4. When I logged inwith user 'Raman', still I could access
    the 'Logistics Tab' of the PO.
    Please explain me the significace of 'Item' Check box available
    in 'Additional Authorization Creator' document.

    Hi Shridharan,
    The Item option does not refer to the "items" like "fields, buttons, grids or tabs" but it refers to other forms which might have a parent form.
    There is also a note which states that the authorizations for the above items vannot be created via the "additional Authorization window"
    The text of the note is :
    Symptom
    When defining authorizations for specific item (field, button,
    checkbox...) by using the Additional Authorization Creator, these
    authorizations are actually not applied, and the user can work as if
    these additional authorizations were not created.
    Other terms
    Additional Authorization Creator, Item, Field, Form
    Reason and Prerequisites
    FAQ
    Solution
    By definition, the Additional Authorization Creator is designed to
    enable the creation of additional authorizations on form (window) level
    only and not for item (field) level. Therefore, the additional
    authorization that were created for single items have no meaning.
    Note number :      1067360
    Regards
    Arshdeep

  • Remove Free Item Check box in PO

    Hi,
    By mistake I have checked the free item check box in the PO, I have done goods receipt for this PO. Now I want to remove this check box in the PO and post the invoice. Please help me.
    Thx

    Hi
    You cannot post the Invoice, since the GRN is posted with ZERO price.
    Reverse the GRN first.
    Modify the PO, Untick the free goods indicator
    And then Post the GRN & Invoice
    Regards
    Prasanna

  • Findind Cleared open items for G/L account master (company code)

    Hi All,
        I wanted to incorporate one logic to find the whether open items have been cleared or not for G/L account master (company code).
    Currently, I am fetching the data from SKB1 based on company code.
    Then i am passing the GL account to BSIS table to find the whether all the accounts have been cleared or not.
    Is this the correct procudure or any other procedure to find the GL account is been cleared for open items.
    Is there any Function modules to find this any way.

    Thnkx.
    I am writting a report where i need to check the above scenario.
    Earlier we planed to call FBL3N to check the same, but
    But i need to call FBL3N in my report program. Which is not correct procedure
    Hence we taught to take all GL accounts from SKB1 and pass it to BSIS table and check.
    Is there any other way rather than the above one.

  • To check the Free item check box in PO number

    Hi All,
    In the Purchase Order at line item level we have the check box Free item to make Material qty as 0.
    Here my requirement is, to check the check box automatically when the order is created from ME58 transaction for particular vendor. When i checked the fields its showing UMSON but no where its storing the value in the database.
    Please suggest me any user exit or BADI for checking this check box by defualt. Please let me know if any table which holds this value.
    Thanks in advance..
    Regards,
    Sreekala

    hi,
    you can find the chnages made by selecting the condition type and going for the header menu environment--->Header changes.
    this will show the changes made at the header level.
    Regards,
    velu

  • How to Change Open Item Management Field in GL Master Record

    Hi,
    How to change the field Open Item Management becz eventhough I tried through in norrmal way of making it that GL balance to 0 and made the change after that it not allowing to save and throwing the following errors,
    Account Balance = 0 but open items exist is the error coming,
    Can any one plz advice ?

    Hi,
    Once transaction data is posted, GL Account cannot be made into an open item managed account. However, you can consider the following options:
    1. GL Account Balance is ZERO: If the GL Account balance is ZERO, the GL Master record can be changed to Open Item managed Account or vice versa. But this will not change the transaction data already posted. Only future transaction data will be open item managed.
    2. Until SAP version 4.0B SAP has provided a program to convert a GL Account to open item managed account after transaction data is posted (or vice versa). You can execute this program by blocking the GL Account and this will make the required changes in tables and also change GL Master record.
    But this program is not available for execution in higher versions. Hence, you can copy the program into a Z Program and execute it. The name of the standard program is RFSEPA02.
    Thanks
    Murali.

  • Open items check in OVA8

    Hi Friends,
    Can you let me know the impact if I have not maintain the *Max open item% *and maintained only No days openit as 5 in OVA8 transaction.
    Thank you,
    Ram

    Hi,
    You need to do some testing to understand clearly on how the sytsem behaves,
    In normal scenario, the field Max.open item % is used in tandem with NoDays openl.
    In the field Max.open item %,  a % is added which denotes the ratio of the open items overdue by a certain number of days (which you mention in the field NoDays Openl) to the customer's balance should not exceed that % value.
    If no value is maintained in the % field  then, I assume, it is going to denote 0%. So when the ratio between open items overdue by certain days to the total customer's balance will always be more than 0% during credit check. This means the customer will always be in credit block (to me which makes no sense).
    As mentioned before, do a test by changing the settings before moving any further.
    Regards
    P.S: I can see some questions you have posted earlier, which are still open. Can you please close if those threads are answered so that the members can understand which answers really helped solve your problem. Thanks.

  • "Always Open with" check box forces you to use quicktime player, can't change it to VLC. Any help or Apple is really trying to take over???

    When I Open an .avi movie with VLC and check the box "always open with", a dialog shows up saying that I can't change the item "...avi" to always open with the selected application. The item is either locked or damaged, or in a folder you don't have permission to modify (error code - 54)
    So in summary I can't use VLC to always open .avi files. The file is in a folder that I created in my desktop with all permissions and working perfect (not damaged) I am the admin and owner of the Laptop and file.
    The same happens when I check the box for .mov or .mp4 files but with them I don't even get the dialog box with the massage, it just opens directly with vlc and when you think it went through, I double click to open the file and it opens with quicktime. No matter how many times I check the box "Always open with" It will always open with quicktime.
    On my other laptop, an old Sony Vaio with Windows 7 I never had this kind of stress. Why does this kind of thing only happens with Apple?
    Can anyone help?

    Apple-is-**** wrote:
    can I delete this discussion?
    no.

  • How to change status of open item management check box??

    Dear Members,
    There is a GL which was not defined as Open Item Management Previously.
    Now we Identified and we wanted to define it as Open Item Managed account.
    For ex take ..Payable Account
    say there is one line item with credit balance ..to make this accoount balance as 0 (ZERO)  ..we reversed the original entry ..we tried to select open item check box..
    but system is not allowing us to change ..instead its giving msg"Account balance is zero but stil open items exists"
    i dont understan this ..
    now how to solve this problem
    thanks & regards.

    Hi suja csc,
    Thanks for the points : )
    OK it's very easy to transfer the balance. Either u have already customised program to upload data or if the data is "little" u can just manual posting using FB01. just zerorise all balances in the old account.
    Eg. old journal:
    01  MAN        NIAGA SDN.              1,975.00 
    50  80070010   Rental-Car Park              1,975.00-
    To transfer:
    17  MAN        NIAGA SDN.              1,975.00-
    40  80070010   Rental-Car Park              1,975.00
    Means, the account will be zero.
    Hope this will help you.
    TQ
    Regards,
    Nazrul

  • Open items not considering in credit check.

    Dear Experts,
    We have implemented credit management in our new role out company code with the same credit controlling area for both company codes.
    As per our configuration at the time of sales order creation, credit limit has to be checked and check the open items and oldest open items. It is working fine in old company code, but in new company code its not considering the open/old open items its only checking the credit exposure value. But the old company code its checking the credit exposure and open items and old open items.
    In OVA8 we have configured the below way
    selected the Dynamic check box  - reaction C
    selected the Cretical fields check box  - reaction A
    selected the Open items check box  - reaction A
    selected the OldestOpen items check box  - reaction A
    The above credit management is working fine in quality for both company codes, but in production its working fine only old company code.
    I have already checked the all relevant configuration and requests, there is no issue in configuration.
    Please let me know the possibilities for not considering the open items for credit check

    Hello
    You are absolutely right ,  the automatic credit control is at credit control Area level and not at company code level. Need to know few things from your end.
    why business has not set up the new credit control area, when new company code has been configured. I think this would have made more sense .........
    however its bit strange that sales recevables are not getting considered in the credit check, only in production ....... I think you need to keep your search on in SDN as well as try to search for any sap not in Service market .......
    Once you get the answer; hope you update the thread ........
    wish you luck in your search ......
    Cheers
    Big Screams ...........

  • General Ledger - Open Item Mgt/Line Item Display

    Hello Experts,
    GL Account was created with no tick in open item mgt and line item display.  Business users posted few entries and now realised that the accunt type should be open item manageable and display should be at line item level.  Going through the SDN forums, few experts suggested the workaround  as follows:
    1. Block for posting GL master
    2. Make it zero balance in the account(clear existing trans)
    3. Run program(SE38) RFSEPA01
    4. Check Open Item Check box/Line Item Display
    5. Unblock the GL master
    6. Continue posting as normal.
    However the above solution was recommended for 4.7 or earlier versions and for ECC 6, the recommendation was to open a totally new GL master with correct attributes and block the old GL master. 
    My client is running ECC 6.2 but requires this corrected asap and I wonder if anyone can suggest a better solution than creating a totally new GL master.
    Appreciate quick resolution/advice.
    Thanks
    Mohammed.

    Hi,
    Please refer to Sapnote_0001356457_activate OIM, and it mentions in complete details how to handle OIM activation when documents are posted to it.
    Regards,
    SAPFICO

  • Converting a GL account from Open Item Mgnt to Non-Open Item Mgnt

    Hi All,
    I have a GL account which needs to be switched from being an open item managed account to a non-open item managed account.  The account has already been posted to.  I have therefore posted a document to bring the balance of the account in local currency to zero and have also cleared the account so there are no open items showing (via transaction FBL3N).
    However, when I try to untick the 'open item management' box in the master record (via transaction FS00), I get an error message saying that the balance is zero but open items still exist.  I'm abit confused as the balance of the account is zero and there are no open items that I can see, even though the system is telling me there are!
    Am I missing any steps?  Could someone take me through exactly what I need to do to be able to untick the box and set the GL account correctly.
    I've already searched on the forum and found advice about changing the settings via OBA5, but when i look at that transaction there are no messages with class FH in there.
    Any help would be appreciated.
    Many thanks
    James

    Hello,
    In your case, though balance is ZERO, they are not cleared against each other. It is the reason you are still facing the problem.
    If ther is no open item management check box, then copy program RFSEPA02 to ZRFSEPA02 and append the initialization control.
    If there is already open item management but you want to remove then copy RFSEPA03 to ZRFSEPA03 and append the initialization control.
    Do the following steps:
    1. Block the account for postings (all check boxes) in FS00
    2. Run the customized Z program (Give the company code and account number)
    3. Unblock the account for postings (remove all check boxes) in FS00
    Take help from your ABAPer to stopping the initilization error check.
    Hope this solves your issue.
    Regards,
    Ravi

  • Change the Status to Open Items

    Hi
    How can we change the Status of GL Master to Open Item. We have balances in the GL Account
    Satish

    Hello,
    You can put tick box for the GL Account "Open item" tick box though it has some posting.
    You have forgotten to tick the "open item" check box and number of posting are being happened, the question now you want to make it as open item. You have the solution here.
    1. Block the GL account in question in FS00 for any postings
    2. Take ABAPer help to copy the program RFSEPA01 to ZRFSEPA01 and initialization check needs to be commented in the program
    3. Run the program ZRFSEPA01 (Give relevant company code and GL account in question)
    4.Remove the block that has been put on GL account in point 1.
    Now, if you see you will have a check box ticked for GL Account with open item.
    Hope this solves your issue.
    Regards,
    Ravi

  • How to activate open item management to GL account.

    HI Experts,
    In my company code one GL Account is already exists and it is not having Open item management activated as well as GL account is having 350000 USD balance in that.
    Now i want to activate open item management for that account, Could you please show me the process and programmes involved in activating Open item management to existing GL account.
    Thanks,
    Guest1

    HI,
    If you are in ECC with Doc Splitting, SAP Recommend that, once doc posted with non open item selection GL A/c,
    SAP Provided Information:
    (Create a new account with the correct account assignment. Post your
    items to the new account. If you want to use the original account number, you must bring the account balance to zero, change the account assignment, and repost the items. You can remove the old items by
    archiving the documents.)
    1 u2013 Create New GL A/C with same activity with open item check box.
    2 u2013 Transfer Balances from Old GL A/c to New GL A/c.
    3 u2013 Block Old GL Account.
    If you are in up to 4.7
    1- Make it Zero this GL Balance
    2- Block for posting  GL A/C
    3- Select Open Item Mngt Check Box
    4-  Run Program in, T.Code SE38, Program :RFSEPA02
    5- Remove Block Indicator for this GL
    Regards,
    Viswa

Maybe you are looking for

  • How do I transfer a pdf to my iPad?

    I am running iOS 8.1.2 and in my iMac I have iTunes version 12.0.1 and iBooks 1.1.1 (on my mac) I have searched and searched for RECENT information on this topic. None of what I have found so far works. I have a .pdf in iBooks on my iMac - I want it

  • Strange problem with image scaling when placed

    I'm currently running InDesign CS6 from the Creative Cloud, and it's version 8.0. I have a PC and am running Windows 8. I am experiencing a really odd problem when placing images, and it only recently (within the last two weeks perhaps?) has develope

  • Custom BDOC issue for xif interface

    Hi CRM gurus. I am using XIF interface for sending BP and REL details to external system.The creation of contact person doesnu2019t have standard address fields (postcode, city etc). We are enhancing webclient by adding standard address context node

  • Rebuild unusable indexes

    Hi, I am creating a patch for re-building unusable indexes, after splitting partition on a table. 1. I am spooling the following alter constructs based on dba_indexes: select 'alter index '||owner||'.'||index_name||' rebuild online ;' from dba_indexe

  • AQMP protocol support for OSB 11g

    Hi all,    We are using OSB as our middleware tool in our project.we got a new requirement for integration.The requirement is that OSB need to communicate with an application which supports AQMP protocol.I heard that aqmp is JMS based protocol. My qu