Not allowing clearing of resetting of pre migration cleared document

HI all SAP Experts
We have recently migrated to new GL .
One entry for outstanding liabilty was posted  in March 10 & same entry was cleared in Current year ( i.e April 10 - March 11) & cleared entry was again resetted in current year.
However the same was not reflected in FBL3N ( in open item selection ) neither in F-03 after resetted.
In table BSAS , the same was reflected as cleared item still after resetting of cleared documents & also in table BSIS not showing.
Kindly help me on this so that system can allow clearing of document of after resetting of cleared documents.
Regards
Basant

HI
I have checked the includes & programme and all correction has been already made
I am enclosing the snapshot for this
*------- Vorabpruefung für normale Belege -
  if *bkpf-bstat = space.
    loop at ybseg.
      bseg = ybseg.
      if  bseg-augbl    ne space
      and bseg-augbl(4) ne 'ALE-'
      and bvtst         ne char_a
    not for credit card payments                           "Note610158
     and not ( gd_ebpp_active = 'X'                         "Note610158
           and *bkpf-tcode = 'F110'                         "Note610158
           and bseg-koart = 'S'                             "Note610158
           and bseg-rfzei <> space ).                       "Note610158
        message e308.
      endif.
*------- Pruefen, ob Storno erlaubt ist -
        if  bseg-augbl    ne space
        and bseg-augbl(4) ne 'ALE-'
        and bvtst         ne char_a.
        not for credit card payments                       "Note610158
          if   gd_ebpp_active = 'X'                         "Note610158
           and *bkpf-tcode = 'F110'                         "Note610158
           and bseg-koart = 'S'                             "Note610158
           and bseg-rfzei <> space.                         "Note610158
            clear: bseg-augbl,                              "Note610158
                   bseg-augdt,                              "Note610158
for 470         bseg-auggj,                                "Note610158
                   bseg-augcp.                              "Note610158
          else.                                             "Note610158
            message e308.
          endif.                                            "Note610158
        endif.
Aufbauen Ausziffer-Tabelle XAUSZ1 -
       SKV-Buchung wird im Verbucher automatisch ausgeziffert
       sofern sie aus der Rechnung (*BKPF_XNETB = X) stammt
        if bseg-xopvw     eq char_x
        and bseg-augbl(4) ne 'ALE-'
        not for credit card payments                       "Note610158
         and not ( gd_ebpp_active = 'X'                     "Note610158
               and *bkpf-tcode = 'F110'                     "Note610158
               and bseg-koart = 'S'                         "Note610158
               and bseg-rfzei <> space ).                   "Note610158
          bseg-augbl = char_*.
          bseg-agzei = bseg-buzei.
          if bseg-buzid  ne char_z
          or *bkpf-xnetb eq space.
            xausz1-belnr = *bkpf-belnr.
            xausz1-gjahr = *bkpf-gjahr.
            xausz1-bukrs = *bkpf-bukrs.
            xausz1-buzei =  bseg-buzei.
            xausz1-wskto = bseg-wskto.
            xausz1-sknto = bseg-sknto.
            xausz1-sknt2 = bseg-sknt2.
            xausz1-sknt3 = bseg-sknt3.
            append xausz1.
          endif.
        endif.
Whatever the correction is required in 28654 has been already done.
What should i do now.
Regards
Basant

Similar Messages

  • HT1688 There is a problem with both iphones registered to me (my childrens) they cannot access (buy)songs or apps - we have tried to by answering security questions but will not allow me to reset

    Neither our my kids iphones will allow them to purchse music or apps...it takes them to security questions which we tried to anwser but keep coming up wrong...will not allow me to reset them - help

    iTunes Store Support
    http://www.apple.com/emea/support/itunes/contact.html

  • Forgot name/password and install disc does not allow me to reset it

    I forgot the Name and Password I set up to log into my imac. It is an older imac, from 2006 and I can't remember which version operating system. I have tried to use the install disc to reset the password, but it does not allow me to do so. Is there a way to reset the name and password without the install disc? For as long as I can remember whenever I would turn on my mac there would be an image that I had chosen and then a field to enter password. Just recently I turned on my mac and the image or avatar was no longer coming up and it asked for Name and Password. I have tried every combination I can think of and nothing works. I have tried to reset using my install disc, but it says that I do not have a password to reset. 

    Before giving up try the following technique to determine the user account names, and reset their passwords if necessary.
    1. Shut down your Mac and turn it back on while holding down the ⌘ and S keys at the same time until your see a black screen with white text. This is known as Single User mode.
    2. You can skip the following step, but it is recommended that you do not because it will check your boot volume for errors and correct what it can:
    At the :/ root# prompt, type fsck -fy and press Return or Enter. It will take a few moments to complete. If you are concerned that nothing is happening just press the Return key until you see the :/ root# prompt again. Once the file system check is complete and the prompt returns, type mount -uw / and press Return / Enter.
    3. Type the following
    launchctl load /System/Library/LaunchDaemons/com.apple.opendirectoryd.plist
    and press Enter. If you get an error message you may ignore it.
    4. Type ls /Users and press Enter. All of the usernames on the computer will be listed, which is helpful if you don’t know or remember what these are. You can skip the next step if you found the user name you recall and know its password.
    5. Type dscl . passwd /Users/username password while replacing username with one of the users displayed in the previous step and replacing Password with the new password of your choice. Press Enter. You may get an error message about a file or directory not being found. You may ignore this.
    6. Type reboot and press Enter.

  • Not allowing changes to payment terms after the AR document is released to accounting

    Hi,
    Anyone know the best way to not allow a user to change the payment terms after the AR document has been created in AR? This is affecting aging because users are changing the payment terms without permission. What is the best way to control that?
    Thank you.
    AK

    Hi A K
    Frequent change in payment terms is something business should introspect. Payment term is decided and agreed upon with customer/vendor during the initial stages.
    However from IT perspective, it can be controlled keeping some system controls.
    1. Limit the Customer master change transaction to very limited users or to a manager. There should be internal approvals by management for business to make a change. Bring this into force.
    2. Regularly run the customer master change reports and provide the trend to management to restrict or limit the changes.
    3. Use Change Message control for master data by providing necessary warnings or error messages when master data is changed.
    4. In  the sales order level, there is every possibility to change the payment term. Based on the user authorization get the payment term field greyed out and provide change access to accounting or to a specific user upon approvals. This is a bit complex process but I feel this brings up controls and stops the process from exploitation.
    5. Also activate 'Sensitive fields' KNB1-ZTERM for payment term field in customer master. This brings up another layer of confirmation of change by other users.
    6. Another back route, not recommended in all cases, is to subsititute the required payment term during accounting document posting.
    Hope it helps.
    Thanks,
    Sekhar

  • I have been using my iphone and it will not allow me to reset my security qeustions and i have not gotten a email on how to reset it yet please help

    i have asked to have my security qeustions reset but have not gotten a email from them yet

    If it hasn't arrived after a few hours and isn't in a spam filter, you need to contact Apple. Click here, phone them, and ask for the Account Security team, or fill out and submit this form.
    (91624)

  • WIP 330 Wireless Phone Password just showed up and does not allow Factory Default Reset

    I have a WIP 330 IP Phone and had it setup on the network fine.  When I powered it up, a phone password showed up.  The manual says the default password is "admin" but that does not work.  This phone has no reset button.  Any Ideas?

    The default login is “Admin” and password “0000”.

  • I am trying to reset an iphone 5 but my apple id and my icloud id do not match and it will not allow me to reset the phone since I do not remember the password for the old apple id that is now the icloud id

    How do I change my icloud apple id if I do not remember the password and it is not my current apple id and also the email that is the icloud id no longer exits.

    Try Here > Apple ID: Contacting Apple for help with Apple ID account security
         Ask to speak with the Account Security Team...

  • To not allow billing cancellation when the invoice is cleared

    Hello
    I would like to know if there is any way to avoid the cancellation of an invoice via VF11 when the invoice has been already cleared.
    Thanks in advance.

    You can write a user exit by checking the status of accounting document associated with the billing document.
    Pl give points if you find my answer helpful / points to correct direction / resolves.
    Thanks,
    Ramesh

  • Iworks pages is not allowing my to type in a new blank document.

    I am currently a college student who has reports to write ALL the time.  I am use my MacBook Pro for all my school assignments, until recently Iworks Pages has been giving me problems.  I click on pages then on blank document and I try to type and nothing shows up.  If someone can PLEASEE help me with this problem I would greatly appreciate it. If I am unable to get to another computer to do my assignment I must open a previous assignment and type over it. Thank you guys for your time, I hope someone has an answer for me.

    Are you aware of that there are two types of blank documents? Word Processing and Page Layout. You have click on the latter which uses text Boxes for text. Set in the Pages Preferences to automatically open the WP blank template!

  • Invoice cancellation should not allow for closed periods

    Dear All,
    We will be closing the posting period for each quarter,and declare the sales figure.,what ever the invoices we have made should not be cancelled in that quarter.,i want the a check in the system that if any cancellation during this quarter which is closed ,should not allow to cancel the invoice.ofcourse the accounting document will not be generated as the posting period is closed but still the invoice is generated and blocked for accounting.i want the creation of billing document should be blocked.
    i Know this can be achieved By defining new routine in VOFA and assign it in VTFL., but is there any standerd routine there which will solve my purpose or i hae to go for new routine.
    REgards
    Shakthi

    Hello Shakthi,
    In standard, there is note 180756.
    Unfortunately the note 180756 just helps for billing creation, it is not useful for
    billing cancellation.
    The note 180756 suggests to develop a copy requirement routine checking
    the periods.
    But in VF11 copy requirement routine are not performed.
    Unfortunately there is not a ready-to-use workaround.
    In transaction VOFA is possible to define a "copy requirement" routine,
    which is performed when the invoice is cancelled.
    You could create a routine doing the necessary check, and put
    it here.
    Regards,
    Alex

  • Clear text value not allowed for credentials in config.xml

    I am in the process of migrating our J2EE application from Weblogic 8.1 to Weblogic 10 MP1 and have converted config.xml to the new schema. When starting up in production mode, I see the following error which causes the server to shutdown:
    <Server failed. Reason: [Management:141266]Parsing Failure in config.xml: java.lang.IllegalArgumentException: In production mode, it's not allowed to set a clear text value to the property: CredentialEncrypted of SecurityConfigurationMBean>
    In 8.1 it seems that it would fill in the credentials based on the username and password in boot.properties so it was possible for our installation program to leave these entries blank. However, when starting in 10.0 it doesn't do this. Below is an excerpt from config.xml.
    <security-configuration>
    <name>xyz</name>
    <realm>
    <sec:authentication-provider xsi:type="wls:default-authenticatorType"></sec:authentication-provider>
    <sec:authentication-provider xsi:type="wls:default-identity-asserterType">
    <sec:active-type>AuthenticatedUser</sec:active-type>
    </sec:authentication-provider>
    <sec:role-mapper xsi:type="wls:default-role-mapperType"></sec:role-mapper>
    <sec:authorizer xsi:type="wls:default-authorizerType"></sec:authorizer>
    <sec:adjudicator xsi:type="wls:default-adjudicatorType"></sec:adjudicator>
    <sec:credential-mapper xsi:type="wls:default-credential-mapperType"></sec:credential-mapper>
    <sec:cert-path-provider xsi:type="wls:web-logic-cert-path-providerType"></sec:cert-path-provider>
    <sec:cert-path-builder>WebLogicCertPathProvider</sec:cert-path-builder>
    <sec:user-lockout-manager></sec:user-lockout-manager>
    <sec:security-dd-model>Advanced</sec:security-dd-model>
    <sec:combined-role-mapping-enabled>false</sec:combined-role-mapping-enabled>
    <sec:name>myrealm</sec:name>
    </realm>
    <default-realm>myrealm</default-realm>
    <credential-encrypted></credential-encrypted>
    <web-app-files-case-insensitive>os</web-app-files-case-insensitive>
    <compatibility-connection-filters-enabled>true</compatibility-connection-filters-enabled>
    <enforce-strict-url-pattern>false</enforce-strict-url-pattern>
    </security-configuration>
    Is anyone else trying to do this?
    Henry

    Hi henry,
    While running a particular instance in the production mode(wls 10.x),prior to upgrading the domain you need to upgrade the security provider(all the mbeans ) you use in the previous versions and later on if you follow the domain upgrade you may find a solution for this issue...

  • Bought new computer , now iPhone not allowing sync of music , how do I reset?

    Bought a new pc desk top , now iPhone not allowing sync of music , (ie import new playlists with imported CD)  how do I reset?

    These are two possible approaches that will normally work to move an existing library to a new computer.
    Method 1
    Backup the library with this User Tip.
    Deauthorize the old computer if you no longer want to access protected content on it.
    Restore the backup to your new computer using the same tool used to back it up.
    Keep your backup up-to-date in future.
    Method 2
    Connect the two computers to the same network. Share your <User's Music> folder from the old computer and copy the entire iTunes library folder into the <User's Music> folder on the new one. Again, deauthorize the old computer if no longer required.
    Both methods should give the new computer a working clone of the library that was on the old one. As far as iTunes is concerned this is still the "home" library for your devices so you shouldn't have any issues with iTunes wanting to erase and reload.
    I'd recommend method 1 since it establishes an ongoing backup for your library.
    If you have an iOS device that syncs with contact & calendar data on your computer you should migrate this information too. If that isn't possible create a dummy entry of each type in your new profile and iTunes should offer to merge the existing data from the device into the computer, otherwise the danger is that it will wipe the information from the device.
    If your media folder has been split out from the main iTunes folder you may need to do some preparatory work to make it easier to move. See make a split library portable.
    Should you be in the unfortunate position where you are no longer able to access your original library, or a backup of it, then see Recover your iTunes library from your iPod or iOS device for advice on how to set up your devices with a new library with the maximum preservation of data.
    tt2

  • My 6  is not allowing me access to icloud nor to any of my email addresses.  I've tried to reset it but it is asking me for my 'restrictions' passcode and I never set one up. What should I do?

    My 6+ iphone is not allowing me to access icloud nor any of my email accounts.  I've tried to reset it but it asks for my 'restrictions' passcode which I
    did not set up.  I can't reset it via itunes either because it says I have to turn 'find my iphone' off but it is off.  What should I do please?

    Hi nadzpad,
    I'm sorry to hear you are having issues with your iPhone 6 Plus. I also apologize, I'm a bit unclear on exactly what you are seeing or describing. If you are being asked for a Restrictions password, you may find the following article helpful:
    About Restrictions (parental controls) on iPhone, iPad, and iPod touch - Apple Support
    If you are getting a message that you must turn off Find My iPhone before restoring from iTunes, then these articles may be more useful:
    iCloud: Remove your device from Find My iPhone
    Find My iPhone Activation Lock - Apple Support
    Regards,
    - Brenden

  • HT201210 Hi, I went to update my iphone using my itunes site, halfway through i got a message saying reset, make sure that your network is active and try again, the network connection is fine. it will not allow me acces to my phone unless a recovery is do

    Hi, I went to update my iphone using my itunes site, halfway through i got a message saying reset, make sure that your network is active and try again, the network connection is fine. it will not allow me acces to my phone unless a recovery is done. I have not done any back ups and obviously dont want to lose any information. Please can anyone help
    Thanks
    Roger

    Hi, I went to update my iphone using my itunes site, halfway through i got a message saying reset, make sure that your network is active and try again, the network connection is fine. it will not allow me acces to my phone unless a recovery is done. I have not done any back ups and obviously dont want to lose any information. Please can anyone help
    Thanks
    Roger
    [email protected]

  • I have an iPhone 4s, and I reset the content and setting. It turned on, I chose English, Australia, and now, I am unable to connect/activate my iPhone through Wi-Fi, and for an unknown reason, it will not allow me to use cellular data or iTunes.

    I have an iPhone 4s, and I reset the content and setting. It turned on, I chose English, Australia, and now, I am unable to connect/activate my iPhone through Wi-Fi, and for an unknown reason, it will not allow me to use cellular data or iTunes. I'm not sure of what to do. It's quite frustrating, and all I need is advice, and help. I would much appreciate it. Thank-you.

    In order to download to your phone over the air, you need to be connected to WiFi.
    It's possible the Internet connection through Verizon is not stable enough for the downlaod to begin (it is a very large download).
    You might want to head over to Starbucks with your laptop for the afternoon and see if you can download it over their WiFi.

Maybe you are looking for

  • Pack and unpack in ABAP objects

    can anyone explain me how to pack or unpack a field inside a method which is inside a class.

  • ADF 25001 Error

    Hello everyone; I'm still fairly new to Oracle and JDeveloper and this problem has me stumped. I have a page with a table (ADF Read Only) called citymst on it. If a record is selected it takes the user to a page with a form ( ADF Form) called citymst

  • Crystal Reports 2008 - ERROR when changing datasource

    Hi, I have a report that is connected to a test database that needs to have the datasource changed to the production database. The Crystal Report has 2 "on-demand" subreports that the datasource has been changed for as well. SQL 2000 Databases on 2 d

  • SQL server query without indicating server name

    I am writing a query  in SSIS and  utilize servername everytime  but it drags every time I am authorized to  work in Development area and can indicate deve  server But   Senior  officer ask me  not to use Server name  and when  package goes to  produ

  • Benefit-401k

    Hi SAP Experts, I am new to configuration of benefit modules in sap hr,Can any one provide me some configuration documates for 401(k) benefit. Canany one also explain me what is mean by French benefit. Regards Mili