Shared Objects: clear() doesn't work!

Hi there!
With reference to thread:
http://forums.adobe.com/message/4923159
It doesn't work anymore!
i.e. it's impossible to delete and get rid of the identifiers which were previously written on disk...
Name of the file hasn't changed.
Directory where the file is hasn't changed either.
I haven't wrote any statement in my .fla which could interfere with the instructions below.
I still use:
var so:SharedObject = SharedObject(credentials).getLocal("identifiers", "/");
so.clear();
I have a CheckBox and a Listener attached to it:
memorizeCbx.selected;
var memorizeCbxListener:Object = {};
memorizeCbxListener.click = function() {
    if (!memorizeCbx.selected) {
        var so:SharedObject = SharedObject(credentials).getLocal("identifiers", "/");
        so.clear();
    else {
        SharedObject(credentials).data.userName.flush;
        SharedObject(credentials).data.userPass.flush;
memorizeCbx.addEventListener("click",memorizeCbxListener);
Does anybody has an idea about what's going wrong?
I thank you all in advance for any solution.

Sorry for the delay...
You're right.
Forget this post.
I posted the wrong script (a tryout one) and since then, I found my mistake and everything is okay now.
Is there a way to delete this post?

Similar Messages

  • HT4527 I want to move all my iTunes from old PC to new PC but Home Sharing on both and it works.  At Step 11, I clicked Home Sharing Import button doesn't work.

    Help!  I want to move all my iTunes music, podcasts, etc. from an old PC to a new PC. I set up Home Sharing on both and it works.  I followed the steps in http://support.apple.com/kb/HT4527 to the letter.  At Step 11, I clicked on Home Sharing on my new PC, then Edit > Select All so I could then import everything to the new computer.  No matter what I try, the Import button doesn't work.  There are two buttons on the lower right hand side of the iTunes screen - one for Settings and one for Import.  The Settings button is clickable but the Import button isn't even live.  In other words, I can see it but not click on it.  I have double-checked my firewall and it is not the problem.  How can I get the Import button to work? 

    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.
    Note if you have failed to move contacts and calendar items across you should create one dummy entry of each in your new profile and iTunes should  merge the existing data 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 then 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

  • Object dependency doesn't work for class type 001.

    Dear All,
    I would like to use classification for picking up material.
    I set up a class with class type 001 and assign to material.
    When I use mm03 to search the material with class, the object dependency in the characterist doesn't work.
    Does the object dependency work for the class type 001?
    The example is as below.
    If the characteristic CH_CAR = '01', then the characteristic CH_COLOR can show Red and Write.
    If the characteristic CH_CAR = '02', then the characteristic CH_COLOR can show Black and Blue.
    I wrote a depency precondition for this scenior, but it does't work.
    If I change the class to type 300 and attached to a configurable material, then when I create a sales order and configure the material, and the dependency did work.
    Does the object depency only support the class type 300?

    you can have object dependency in characterisitcs attached to material class. In this thread underneath the class is 001
    Length & Width is not converted in classivication view
    you may not be able to find objects using dependencies used in classification
    Object Dependencies in Classification - Classification System (CA-CL) - SAP Library

  • Applet registered through object tag doesn't work

    Hi..
    If i register an applet through <OBJECT> tag, the applet doesn't appear, but if registering through <applet> tag, it works.
    what happens?
    is there anybody can tell me why?

    The html <object> codes used are below.
    <OBJECT
    classid = "clsid:CAFEEFAC-0014-0002-0004-ABCDEFFEDCBA"
    codebase = "http://java.sun.com/update/1.4.2/jinstall-1_4_2_04-windows-i586.cab#Version=1,4,2,40"
    WIDTH = 100 HEIGHT = 100 >
    <PARAM NAME = CODE VALUE = "MyApplet.class" >
    <PARAM NAME = "type" VALUE = "application/x-java-applet;jpi-version=1.4.2_04">
    <PARAM NAME = "scriptable" VALUE = "false">
    <PARAM NAME = MAYSCRIPT VALUE = true >
    </OBJECT>
    and the parent html file that contain "<iframe> tag" portion is written as below
    <iframe src=iframe_testApplet.htm name=AppletLoader frameborder="no" height=150 width=150 scrolling="no"></iframe>
    and all the parent html file and the iframed-file and the class file is in the same directory. so i didn't specify the "codebase" attribute above. and moreover, when i put a code that specifies the codebase though, it doesn't still work.
    the code specifying codebase is like this.
    <PARAM NAME = CODEBASE VALUE=".">
    I just want to let know that actually I solved above problem just before with some minor change. but I still want to know why it works at this time because there is not so much difference between before and after.
    the change I did is
    1. I rewrite all html code into jsp code
    2. in the jsp code, I specify the codebase with "<%= request.getContextPath()%>/aPath"
    But as you can see, the code base is the directory that contains all the files, parent html file, iframed file and a classFile, although I changed some minor codes, that cannot make it work if it doesn't work without the minor code-change because eventually it has same context from code viewpoints.
    As of now, I just take it as just a JRE bug. Can anyone let me know why it happens?

  • Pocket sharing in Safari doesn't work

    Using the Share button in Safari 8 (Yosemite) shows Pocket as an available extension yet it does not work.
    When pressed it states that it is not logged in (or similar).
    How can this be fixed?

    Thanks, but doesn't work. The number of websites that have stored data changes, may go up or down, but I can almost never get it to be empty.

  • Clear() doesn't work?

    Why doesn't my clear function work?
    I've tried everything but just can't seem to reference the newly drawn line....
    var score:Number = 0;
    var startX:Number;
    var startY:Number;
    var startLineX:Number;
    var startLineY:Number;
    setup(circleMc);
    setup(squreMc);
    setup(errowMc);
    setup(polygonMc);
    //add function for submitBtn button
    submitBtn.addEventListener(MouseEvent.MOUSE_DOWN, checkScore);
    //function for checking whats right and wrong
    function checkScore(event:MouseEvent):void {
         if (circleMc.placedCorrectly == undefined) {
              //if the object is anywhere except where it should be clear the line
                    circleMc.graphics.clear();
              circleMc.x = 114;
              circleMc.y = 135;
         if (squreMc.placedCorrectly == undefined) {
              //if the object is anywhere except where it should be clear the line
                    squreMc.graphics.clear()
                 squreMc.x = 114;          squreMc.y = 205;
         if (errowMc.placedCorrectly == undefined) {
              //if the object is anywhere except where it should be clear the line
              errowMc.x = 114;
              errowMc.y = 275;
         if (polygonMc.placedCorrectly == undefined) {
              //if the object is anywhere except where it should be clear the line
              polygonMc.x = 114;
              polygonMc.y = 354;
    function setup(shape:MovieClip):void {
         shape.addEventListener(MouseEvent.MOUSE_DOWN, dragThis);
         shape.addEventListener(MouseEvent.MOUSE_UP, dropThis);
         shape.addChildAt(new Sprite(), 1);
         shape.startX = shape.x;
         shape.startY = shape.y;
         shape.mouseChildren = false;
    function dragThis(event:MouseEvent):void {
         event.currentTarget.startDrag(true);
         stage.addEventListener(MouseEvent.MOUSE_MOVE, onMove);
    function onMove(m:MouseEvent):void {
         drawLine(MovieClip(m.target));
    function drawLine(item:MovieClip):void {
         var line:Sprite = Sprite(item.getChildAt(1));
         var localStart:Point = item.globalToLocal(new Point(item.startX, item.startY));
         var localItem:Point = line.globalToLocal(new Point(item.x, item.y));
         with (line.graphics) {
              clear();
              moveTo(localStart.x, localStart.y);
              lineStyle(2, 0);
              lineTo(localItem.x, localItem.y);
    function dropThis(event:MouseEvent):void {
         //stop dragging
         event.target.stopDrag();
         //stop drawing the line
         stage.removeEventListener(MouseEvent.MOUSE_MOVE, onMove);
         //the target MC is named the same as the drag object with the addition of the below prefix
         var myTargetName:String = "target_" + event.currentTarget.name;
         //get dragged object name
         var myTarget:DisplayObject = getChildByName(myTargetName);
         //if you've done it right
         if (event.currentTarget.dropTarget != null && event.currentTarget.dropTarget.parent == myTarget) {
              event.currentTarget.removeEventListener(MouseEvent.MOUSE_DOWN, dragThis);
              event.currentTarget.removeEventListener(MouseEvent.MOUSE_DOWN, dropThis);
              event.currentTarget.placedCorrectly = true;
              event.currentTarget.buttonMode = false;
              event.currentTarget.x = myTarget.x;
              event.currentTarget.y = myTarget.y;
         } else {
              //change result text
              resultTxt.text = "Try Again !";
              //these two command below put the object back where it started at
              //event.currentTarget.x = event.target.startX;
              //event.currentTarget.y = event.target.startY;
              //remove line
              //event.currentTarget.getChildAt(1).graphics.clear();
    circleMc.buttonMode = true;
    squreMc.buttonMode = true;
    errowMc.buttonMode = true;
    polygonMc.buttonMode = true;

    Sorry for the delay...
    You're right.
    Forget this post.
    I posted the wrong script (a tryout one) and since then, I found my mistake and everything is okay now.
    Is there a way to delete this post?

  • Embedded PDF object .postMessage doesn't work with Reader DC on IE

    In our application, we have PDFs embedded in the browser with an object tag such as this:
    <object id="pdfObject" width="100%" height="100%" type="application/pdf" data="#{url}"></object>
    There are HTML/Javascript controls on the page which communicate with the PDF via this syntax:
    document.getElementById("pdfObject").postMessage([arg])
    This has been working great with Adobe Reader versions 10+.  It actually still works with Reader DC on Firefox.  However, there is a problem with Adobe Reader DC on Internet Explorer version 11.
    All I can tell so far is the "postMessage" function isn't appearing.  Using IE dev tools:
    document.getElementById("pdfObject").postMessage
    Object doesn't support this property or method
    Any help with this would be amazing.  It is a critical part of our application here.

    My application has two-way communication between browser and embedded PDF.  Basically a user clicks a button on the browser and via Javascript the embedded PDF form is submitted.  Everything was working before the update to Reader DC, but now it fails in Internet Explorer, but not in Firefox (or Chrome, if the Reader plugin isn't disabled entirely by their new default disable-NPAPI plugin policy...)
    I originally was troubleshooting communication from the browser to the embedded PDF, which is done according to the Javascript for Acrobat API reference (page 358?), in the browser, as follows:  document.getElementById('pdfObject').postMessage([args])
    Whatever is happening, postMessage is not a valid property or method of the PDF object
    Then I found this other thread:
    Adobe Reader DC: hostContainer not worked on IE
    I confirmed that within the embedded PDF, when setting up communication from the PDF to the browser, it is not able to register the hostContainer (again, on IE only)
    I have this script on initialization within the PDF:
    <---
    this.disclosed = true;
    if (this.hostContainer) this.hostContainer.messageHandler.onMessage = onMessageFunc
    this.hostContainer.messageHandler.onDisclose = function() { return true; }; }
    ---->
    Problem is this.hostContainer is null.
    The main point here is all of this was definitely working before updating to Reader DC, and is still working with DC on Firefox, but not on IE.
    To complicate things further, I have now uninstalled DC and downgraded to Reader 11.0.10.32, and am having a new bug, this time hostContainer is detected and communication to and from the PDF works again, but the submitForm action is failing with "Unable to open URL to submit this form" and "External undefined: exec".  Testing the exact same version and script with Firefox works fine

  • Itunes File Sharing: Adding files doesn't work

    Hi,
    i have a problem adding files via Itunes File Sharing in Apps. Here's my setup:
    Windows 7 64bit, german
    Itunes 11.1.5.5, x64, german
    Iphone 5s, 32GB, directly attached via USB
    several apps with file sharing support (OpenVPN, VLC, Good Reader...)
    Now, when i choose one of the apps and click "Add...", i get a file selection dialogue, select a file and click 'ok'... that's it.
    Nothing happens. The file is not added to the window.
    It's not added to the phone after a sync, so it doesn't seem to be a display  problem. But i don't get an error message at
    any point, so i'm quite flattered where to start looking for the problem.
    Steps so far:
    Reinstallation Itunes - no effect
    Reinstallation Drivers - no effect
    Starting with a new media library - no effect
    The only thing suspicious are some bonjour errors in the windows logs. But even with disabled bonjour service the problem persists.
    I've searched for this in the forums but didn't find a proper thread/answer for this.
    Anyone coming up with an idea? At least where to look for the problem? Is there a log file/command line parameter/deep inside special genius trigger to pull? I'm getting out of options here. :/
    Thanks a lot!
    Regards from germany,
    l0calhost

    Problem solved. Complete deinstallation of ITunes, computer restart, telephone restart and finally reinstallation of the app did the trick.
    But still, how would you debug a problem like this, when no error message comes up at any point?

  • Shared Photo stream doesn't work? (note: Photostream does)

    I Have the new 5s and I set up iCloud. My Photo Stream works fine. If I take pictures on my iPad, they show up on my iphone no problem.
    BUT I noticed that none of the SHARED photo albums I had before are showing up on my iPhone. Also, if I create a shared album and send out invites, no one receives the invites.
    And before anyone says anything, ALL photo stream and photo sharing settings are turned ON. I even tried deleting my iCloud account off of my iphone and re-adding it. No luck there.

    Having the same problem. Did you ever find a solution?

  • Outlook Connector shared calendar lookup doesn't work for non-admins

    First the version info:
    JMS 6.2-8.04, Directory Server 5.2, Connector 7.2.402.1
    Non-admin users are not able to retrieve a list of users from the GAL with Outlook Connector. I, as an admin, do get the list. Here is the the access log for a non-admin user. Note that in the RESULT, nentries is always zero.
    mwilson=535258100062018 (non-admin)
    -bash-3.00$ grep -i "conn=425940" access.20080923-112603
    [23/Sep/2008:11:37:25 -0700] conn=425940 op=-1 msgId=-1 - fd=93 slot=93 LDAP connection from 209.152.33.8 to 10.10.3.3
    [23/Sep/2008:11:37:25 -0700] conn=425940 op=0 msgId=1 - BIND dn="uid=535258100062018,ou=people,o=pcc.edu,o=cp" method=128 version=3
    [23/Sep/2008:11:37:25 -0700] conn=425940 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn="uid=535258100062018,ou=people,o=pcc.edu,o=cp"
    [23/Sep/2008:11:37:25 -0700] conn=425940 op=1 msgId=2 - SRCH base="ou=people,o=pcc.edu,o=cp" scope=2 filter="(pdsRole=Employee)" attrs="cn mail uid objectClass"
    [23/Sep/2008:11:37:25 -0700] conn=425940 op=1 msgId=2 - SORT cn
    [23/Sep/2008:11:37:25 -0700] conn=425940 op=1 msgId=2 - VLV 1:1:1:0 2:19201 (0)
    [23/Sep/2008:11:37:25 -0700] conn=425940 op=1 msgId=2 - RESULT err=0 tag=101 nentries=0 etime=0
    [23/Sep/2008:11:37:25 -0700] conn=425940 op=2 msgId=3 - SRCH base="ou=people,o=pcc.edu,o=cp" scope=2 filter="(pdsRole=Employee)" attrs="uid mail cn title company telephoneNumber physicalDeliveryOfficeName objectClass"
    [23/Sep/2008:11:37:25 -0700] conn=425940 op=2 msgId=3 - SORT cn
    [23/Sep/2008:11:37:25 -0700] conn=425940 op=2 msgId=3 - VLV 0:8:0:0 1:19201 (0)
    [23/Sep/2008:11:37:25 -0700] conn=425940 op=2 msgId=3 - RESULT err=0 tag=101 nentries=0 etime=0
    [23/Sep/2008:11:39:26 -0700] conn=425940 op=3 msgId=4 - UNBIND
    [23/Sep/2008:11:39:26 -0700] conn=425940 op=3 msgId=-1 - closing - U1
    [23/Sep/2008:11:39:26 -0700] conn=425940 op=-1 msgId=-1 - closed.
    Next, I followed the steps outlined in http://docs.sun.com/app/docs/doc/819-5200/gbnse?l=en&a=view&q=shared+calendar+ldap+lookup.
    I set service.wcap.userprefs.ldapproxyauth = "yes"
    I have the ACI entries as specified in that document.
    (targetattr = "mail || uid || icsCalendar || givenName || sn || cn")
    (targetfilter = (|(objectClass=icscalendaruser)(objectClass=icscalendarresource)))
    (version 3.0;acl "Allow Calendar administrators to proxy - product=ics,class=admin,num=2,version=1";
    allow (proxy)(groupdn = "ldap:///cn=Calendar Administrators, ou=Groups, o=cp");)
    (targetattr = "mail || uid || icsCalendar || givenName || sn || cn")
    (targetfilter = (|(objectClass=icscalendaruser)(objectClass=icscalendarresource)))
    (version 3.0;
    acl "Allow Calendar users to read and search other users - product=ics,class=admin,num=3,version=1";
    allow (read,search)
    (userdn = "ldap:///uid=*,ou=People,o=pcc.edu,o=cp")
    The only oddity I see is that the ACI entries are not passed down to the next directory levels.
    Any thoughts?
    David.

    I reviewed the document and I believe the VLV browsing indexes are setup and functional. I've also checked the ACI entries and they look correct. (The document doesn't mention the ACI entries for proxy authentication.) As I said, an admin user can retrieve names from the GAL, a non-admin user cannot. The only difference in the access log is the returned nentries value.
    ./ldapsearch -h vmpt1 -p 389 -D "uid={uid},ou=People,o=pcc.edu,o=cp" -w {passwd} \
    -b "ou=People,o=pcc.edu,o=cp" -x -s "sub" -S "cn" \
    -G "1:1:dpelinka" "pdsRole=Employee" uid
    results for admin user
    -bash-3.00$ grep "conn=838261" access
    [25/Sep/2008:14:30:30 -0700] conn=838261 op=-1 msgId=-1 - fd=165 slot=165 LDAP connection from 10.10.3.5 to 10.10.3.3
    [25/Sep/2008:14:30:30 -0700] conn=838261 op=0 msgId=1 - BIND dn="uid=311914191753070,ou=People,o=pcc.edu,o=cp" method=128 version=3
    [25/Sep/2008:14:30:30 -0700] conn=838261 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn="uid=311914191753070,ou=people,o=pcc.edu,o=cp"
    [25/Sep/2008:14:30:30 -0700] conn=838261 op=1 msgId=2 - SRCH base="ou=people,o=pcc.edu,o=cp" scope=2 filter="(pdsRole=Employee)" attrs="uid"
    [25/Sep/2008:14:30:30 -0700] conn=838261 op=1 msgId=2 - SORT cn
    [25/Sep/2008:14:30:30 -0700] conn=838261 op=1 msgId=2 - VLV 1:1:dpelinka 4799:19235 (0)
    [25/Sep/2008:14:30:30 -0700] conn=838261 op=1 msgId=2 - RESULT err=0 tag=101 nentries=3 etime=0
    [25/Sep/2008:14:30:30 -0700] conn=838261 op=2 msgId=3 - UNBIND
    [25/Sep/2008:14:30:30 -0700] conn=838261 op=2 msgId=-1 - closing - U1
    [25/Sep/2008:14:30:30 -0700] conn=838261 op=-1 msgId=-1 - closed.
    results for non-admin user:
    -bash-3.00$ grep "conn=839346" access
    [25/Sep/2008:14:32:47 -0700] conn=839346 op=-1 msgId=-1 - fd=226 slot=226 LDAP connection from 10.10.3.5 to 10.10.3.3
    [25/Sep/2008:14:32:47 -0700] conn=839346 op=0 msgId=1 - BIND dn="uid=299899598658566,ou=People,o=pcc.edu,o=cp" method=128 version=3
    [25/Sep/2008:14:32:47 -0700] conn=839346 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn="uid=299899598658566,ou=people,o=pcc.edu,o=cp"
    [25/Sep/2008:14:32:47 -0700] conn=839346 op=1 msgId=2 - SRCH base="ou=people,o=pcc.edu,o=cp" scope=2 filter="(pdsRole=Employee)" attrs="uid"
    [25/Sep/2008:14:32:47 -0700] conn=839346 op=1 msgId=2 - SORT cn
    [25/Sep/2008:14:32:47 -0700] conn=839346 op=1 msgId=2 - VLV 1:1:dpelinka 4799:19235 (0)
    [25/Sep/2008:14:32:47 -0700] conn=839346 op=1 msgId=2 - RESULT err=0 tag=101 nentries=0 etime=0
    [25/Sep/2008:14:32:47 -0700] conn=839346 op=2 msgId=3 - UNBIND
    [25/Sep/2008:14:32:47 -0700] conn=839346 op=2 msgId=-1 - closing - U1
    [25/Sep/2008:14:32:47 -0700] conn=839346 op=-1 msgId=-1 - closed.

  • Object link doesn't work

    We have a problem that we can go through the Workflow overview. But in the following screens in the box
    " Information objects addressed so far"
    when we click the links viz.
    PDOCapprovalhistory 450000001
    Nothing comes up.
    In other development & quality systems this is working.
    Any clues?
    Aruna
    <Moderator note: Moved to new thread and subject edited. Please always ask new questions in a new thread. See the [Rules of Engagement|https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement] for further info.>
    Edited by: Mike Pokraka on Aug 15, 2008 9:16 AM

    Hi,
    U need authorization for transaction SWO_ASYNC, check SU53.

  • File sharing home network doesn't work

    I have tried to activate sharing and ticked file sharing, but cannot access my imac from other macs in my home. Any tips?

    Please carefully read Apple's advice letter on File sharing. It works perfectly assuming you set it up correctly, if you still hvae trouble figuring it out call AppleCare or visit your local Apple Store and speak to a Genius. 

  • Internet sharing via airport doesn´t work

    Hello to everybody,
    my problem is, when I do internet sharing via Airport on my imac (OSX 10.6.8) so I can use my ipad for surfing. The connection establishes for a short time and then it breaks down. Once in a while I can reconnect, but it´s constantly breaking.
    I know, this problem is posted a million times, but it still seems not to be solved (or I didn´t find the right thread with the solution).
    Bthw. I phoned the apple support. They wanted to charge € 49,--. Now I´m quite mad at apple. This *****. They are having a problem with their software and they want to charge me? That´s incredible. I can´t understand what´s the hype about apple. Such an awfull bad support they´re giving (or not giving at all).

    OK. To your information. Today I tried the following: I switched off and on internet sharing twice after boot and voila, wifi seems to work fine. Yeah, that´s what I call a sophisticated computer system. Really crappy stuff!

  • I have been working on a file in pages which I cannot open now. Every time I select it "an error occurred and pages must close" appears. Files sharing in itunes doesn't work either. Any suggestions?? THANK YOU

    I have been working on a file in pages which I cannot open now. Every time I select it "an error occurred and pages must close" appears and pages shuts down. I have tried to duplicate the document but cannot open the copy either. I am unable to email, share via iwork, itunes, idisk or WebDAV all of these options just close pages down. Does anyone have any ideas......Thank you

    And you are quite persistent, Menu Boy, in offering pernickety and pointless prattle, in response to a "support page" on iPad's buggy Pages App.
    Let's summarise, for those reviewing this threadless thread for app support..
    Mobile pages works reliably for simple docs, especially creating letters and Menus for Microsoft's Kindy canteen (even on special days with nice big pictures).
    When importing more complex docs and/or working with larger creations, it is prone to randomly corrupting files upon re-opening, along similar lines as Word (running on a PC).
    So, Menu Boy, do they let you sneak into classes every now and then? What is the secret to their training? "Say after me, if any I.T. product works just some of the time, that's a job well done, and if something randomly stops working, we call that the user's fault... And if they complain, we call them names."

  • ECC6 Automatic clearing doesn't work while cancelation of SD billing

    Hi guys
    In ECC 6,  a billing doc is generated, so a FI doc also.
    Then the same billing doc is been cancelled, so another FI is been generated.
    the pb is that these 2  FI docs don't be cleared automatically.
    I've tried to search for the customizing concerned but failed.
    Anyone of you knows how to deal with it?
    Many thanks!
    Bingjie

    Hi,
        Whether the document is cleared or not depends on which procedure is used in the cancellation of the invoice.
        Check Note 1259505 and 339928 for details.
    Kind regards

Maybe you are looking for