Saving DLN as draft... losing information

hi
this is about sbo 2004 (6.7),
when one adds ODLN (delivery notice?)
he can right-click on form and then choose "packaging"
(terms loosely translated from hebrew, sorry).
there i can add some information
however,
when i save the ODLN form as DRAFT,
that information is not saved.
if i do "normal" save, then all is ok.
my questions:
- is this is a bug? by design? fixable?
- workaround: any ideas?
thanks,
-i.

Hi Itay,
Development Support is currently working on quite some fixes around drafts in DI API.
It is planned that the fixes will be available with the monthly patch in August.
Best regards,
Frank
PS: You should log a message to SAP Support on SAP Service Marketplace for this type of questions. Only then bugs will get fixed asap (sometimes you might even get an individual fix when needed urgently). Thanks!

Similar Messages

  • We have 3, soon to be 4 iphones under one contract.  How do we separate our iphones to have separate icloud accounts without losing information already stored?

    We have 3, soon to be 4 iphones under one contract.  How do we separate our iphones to have separate icloud accounts without losing information already stored?

    One of them can keep the current account.  Since the iCloud email account must stay with the current account, whoever uses it for email might be the best one to keep it.  You can then migrate the other phones to separate accounts, along with a copy of the data.  To do this, start by saving any photo stream photos that you want to keep to your camera roll (unless already there) by opening your my photo stream album, tapping Select, tapping the photos, tap the share icon (box with upward facing arrow), then tapping Save to Camera Roll.  If you are syncing notes with iCloud that you want to keep, you'll need to open each of your notes and email them to yourself so you can later copy and paste the text into new notes created in your new account.  Then go to Settings>iCloud, tap Delete Account (which only deletes it from this device, not from iCloud), choose Keep on My iDevice and provide the password to turn off Find My iPhone.  Then sign back in with a different Apple ID to create the new account and choose Merge to upload the data.
    Once all the phones are on separate accounts, you can each go to icloud.com and delete each other's data from your accounts.

  • When I export my photos and save them as a jpeg.  Am I still losing information?

    When I export my photos and save them as a jpeg.  Am I still losing information?  Would I be better of saving them as a TIFF or a PSD?  Also I know DNG is a digital negative, would that be the better format to save all my stuff?

    I apologize if you already thoroughly know all this (I couldn't be sure):
    When you export, you don't change the original (i.e. you never overwrite the original). So, you can export a million times and never lose quality (of the original), regardless of the export formats you choose.
    Of course the quality of the export depends on the chosen format, and if the format is lossy (e.g. jpeg), then export quality also depends on the size & quality settings.
    TIFF is lossless, so quality is essentially equivalent to the raw in Lightroom. It's the preferred format if a really BIG file is OK. Jpeg was invented to reduce file-size as much as possible without being too much inferior, quality-wise - and it does that very well.
    DNG is good for some stuff, but don't export your photos in DNG format unless you know what you are doing and why... Lot's of people like converting their originals to DNG format, but that's a whole different kettle of fish...
    Note, it may very well make sense to export a jpeg as tiff, since exporting a jpeg as jpeg is not as good. - reminder: when you export, you are not overwriting the original, you are making a new copy from the original, by combining it with develop edits if there have been any.
    Rob

  • DataOutputStream / DataInputStream   ( Losing information? )

    I have written a client server program. The client program establishes a URL connection to a ServerSocket. I am using a DataOutputStream to pass a large amount of data back to the client. The problem is that it appears that every now and then a byte is skipped or lost. Here is the important part of the code. (psudo) This loss appears to happen when I read the bytes into the Buf Array.
    On the ServerSide :
    DataOutputStream dos = new DataOutputStream(new BufferedOutputStream(os));
    while (notcomplete){
           dos.writeInt(acuiredInt);
           dos.writeLong(acuiredLong);
            byte[] acuiredBuf ;
            for(int i=0; i < acuiredBuf; i++)
                      dos.writeByte( acuiredBuf) ;
    On the Client Side
    DataInputStream dis = new DataInputStream(new BufferedInputStream(os));
    while (notcomplete){
           dis.readLong(acuiredLong);
           dis.readInt(acuiredInt);
            byte[] acuiredBuf  = new byte[1024];  //always the same size
            for(int i=0; i < acuiredBuf; i++)
                      dis.readByte( ) ;
    }I know that one byte is being lost because I tried to send the same int value acros constantly, and then instead of calling readInt, i called readByte four times (four bytes of an int) , and gradually everytime the mysterios 'loss' happend, the values would shift. See my example:
    Should Be:  
                  1    =>       0 , 0 , 0 , 10      
                  2    =>       0 , 0 , 10 , 020 
                  3    =>       0 , 10, 152, 102    etc. 1 <= This displays lets say 500 times and is the correct Representation of the int then...
    2 <= The 020 is not correct, it should be like the line above. This means that the first 0 has disapeared. (But when i check the last entry in the Buf, the 0 is there) . Afer even some more time it becomes the 3rd line. and the first two zeros are the last two entries in the Buf array.
    So i dont' know if i'm losing information? Using the streams wrong, or how to fix it. All i want to do is pass a large amount of information from the server to the client.
    Any help would be greatly appreciated.

    In your loop, what aren't you checking the byte array's length rather than comparing against the byte array itself? Does that even compile? Post the actual code that is having issues.
    Also, flushing after writing a single byte is a huge waste. Flush after a 'message' from the client is complete to send to the server and vice versa.
    - Saish

  • In Mail, How can I continue editing an email saved as a draft?

    In Mail, seems that once I save an email I've been working on to the Drafts folder, when I reopen it, I cannot continue editing it.
    In Mail, How can I continue editing an email saved as a draft to the drafts folder?
    Steve

    Came here to find the solution but eventually found one myself. You just simply double click on the e-mail you want to edit on the left pane, and it'll open a composing window.

  • [SOLVED]Mutt - abook problem - losing information

    I've experienced the problem seen by others with abook losing information, but I have not seen any clear solutions. I'm using mutt from extra, compiled via abs with the sidebar patch. It appears that the data loss happens when you have existing phone/address information, then add another contact with phone/address info. All previous entries then lose their non-email information. The email address stay, it's just the other info that disappears.
    I'm no C programmer, so I can't delve into the code. Anyone else care to take a crack at this? There don't seem to be any equivalent cli addressbooks out there, after some googling around.
    Thanks!
    Scott
    Last edited by firecat53 (2009-07-19 18:11:44)

    Hi Scott.... took a look with interest at todo.txt then asked myself, "what the heck am i thinking!"
    things like abook and calcurse and newsbeuter etc. etc. running in screen is what I'm thinking is where my efforts should be. Then again I guess todo.txt script can be run there also....
    geez... I'm just starting to get a bit advanced in a few areas so I think I'll stay with what's big with the gurus. should be of much interest to others who find out about it here and the future, who knows! I've sure had some laughs at the circles I've enjoyed over the years, if that makes enough sense.
    SO: abook still loosing all data, blank totally and I have to reboot and copy my backup in with abook NOT running generally for it to pick it up and load it. Like, IF I have abook running and copy the backup in, then quit abook and restart it's blank again. usually.
    ... I think I'll email cedric the writer again. He was great and most interested in the data loss. This was a few months back, though we didn't get too far due to my not being able to provide much.
    Last edited by yvonney (2009-07-25 23:32:13)

  • Synchronize contacts and calendar on 2 different computers without music and video pictures etc .... without losing information on my iphone ..... help

    computers without music and video pictures etc .... without losing information on my iphone ..... help

    This can be done without having to sync contacts and calendar events direct with a supported application via the iTunes sync process on each computer.
    This can be done over the air with a free iCloud account.

  • Packaging data is not saved in document draft (missing functionality)

    Dear all,
    Packaging data, usually typed with delivery note, is not saved together with Delivery Note draft (No matter the draft is saved manually or automatically by approval procedure).
    I have tested on SBO 2005B latest patch, 2007B latest patch, and 8.8 version, they all do not save packaging data in draft.
    The draft related tables for packaging (DRF7, DRF8) are already existed in SBO, I encourage to get this missing functionality back.
    My customers are highly needed for this function for better operation flow.
    It would be appreciated if this request could be implemented in the near future patch.
    Thanks in advance

    Have also just discovered that this functionality is missing, although we were going to be using it when saving an AR Invoice as Draft. This is a major hole and is going to cause a big issue for a current implementation where this method was going to be used to create 'Split Deliveries' without making the account postings and allow Despatch paperwork for the Shipping company to be printed. The solution was going to be extremely simple, but now potentially is going to result in a substantial SDK development.
    It would be useful to know whether there is any likelihood that it will be resolved in the near future, i.e. in a patch for 2007A SP1 or 8.8.

  • Not saving Sent or Draft emails

    Help, I'm using 2 IMAP email acount in mail and it won't save any of my sent messages or drafts, even though I have the setting set to store them under the mailbox behaviors.
    Am I missing something?
    These are two new mail accounts I've set up, you'll see from my last two posts earlier there have been some othe issues, now thankfully resolved.
    My preference would be for the mail to be saved on rthe server and of course appear in Mail app.
    I also haver a .Mac email which does this fine.

    You’re welcome.
    So do you recommend that I typr INBOX in the IMAP preference box?
    Yes.
    Will it be enough to just do that now or should I delete and recreate the new account?
    It doesn’t really matter. If you do it without re-creating the account, Mail may lose track of which mailboxes should be used for what, but you can fix that by just doing Mailbox > Use This Mailbox For again.
    Would you look at this image of my Mailapp setup and comment please
    The appearance of your mailbox list is normal except for the black triangle to the left of the IMAP Inboxes, which is a consequence of the INBOX prefix issue.
    There isn’t a pre-defined Junk group with the brown bag icon probably because you have the junk filter set to something other than Automatic mode, which in turn explains why the Junk mailbox on the .Mac server appears as a generic folder.
    The two Junk-named folders that appear there are a “glitch” caused by some changes made on the .Mac server some time ago. You can get rid of them if you want. Mail will create the one it needs when it needs to if it isn’t already there.
    Here’s a more thorough explanation of how mailboxes are supposed to appear in Mail:
    1. Instead of grouping mailboxes by account, Mail groups mailboxes by purpose first, regardless of whether they are stored locally or on the server, then groups by account the mailboxes that don’t serve a specific purpose in Mail. If you have more than one mail account, each has its own Inbox, Drafts, Sent, Trash and Junk mailboxes, which appear under the respective group showing the account name instead of the real name of the associated mailbox in the filesystem.
    This has the advantage of letting you choose at any time, and independently for each mailbox, whether you want to look at your Inbox, Sent, Trash, etc. mailboxes as if you had just one of them shared by all accounts (i.e. an aggregate), or look at each of the corresponding individual mailboxes separately.
    2. Each mailbox under a pre-defined group is associated with a mailbox in the filesystem whose name may or may not be exactly the same as the name of the corresponding mailbox group. By default, the name of the actual mailboxes in the filesystem associated with Sent and Trash, for example, would be Sent Messages and Deleted Messages, respectively.
    3. The association between a mailbox in a pre-defined group and the actual mailbox in the filesystem is fixed for POP accounts, but can be changed for IMAP accounts by means of Mailbox > Use This Mailbox For or the corresponding Preferences > Accounts > Mailbox Behaviors > Store messages on the server setting.
    4. Mail may defer the creation of a pre-defined mailbox until actually needed to store messages there. Also, in some circumstances Mail may be unable to create or locate the actual mailbox in the filesystem (see #10 below for an example), but the association does still exist in those cases from a logical point of view, even though Mail may be unable to display or store messages there.
    5. Each and every mailbox appears once and only once in the mailbox list, be it (1) under one of the pre-defined groups with an icon that conveys its purpose and the name of the account it belongs to (if you have more than one mail account), or (2) with a generic folder icon and the real name of the associated mailbox in the filesystem if it serves no specific purpose as far as Mail goes. Under no circumstances can the same mailbox appear both ways; it’s either one or the other, depending solely on whether it serves a specific purpose in Mail or it’s treated by Mail as a generic mailbox like any other.
    6. By itself, the name of the mailbox is no indication of whether it serves a purpose in Mail. If it appears in Mail with a generic folder icon, then as far as Mail goes it’s a generic mailbox like any other, no matter what its name.
    7. A mailbox with a generic folder icon can “disappear” and become associated with one of the pre-defined groups as a result of changing the corresponding Store messages on the server setting in Preferences > Accounts > Mailbox Behaviors or doing Mailbox > Use This Mailbox For on it (server-stored IMAP mailboxes only). This, in turn, would cause the mailbox being previously used for that purpose to become dissociated from the corresponding group and “appear” as a mailbox with a generic folder icon.
    8. In addition to the account-specific mailboxes that appear with the account name under each of the pre-defined groups, Trash and Junk may also have an “On My Mac” mailbox. This is where messages deleted or marked as junk are moved if they were previously stored in a custom “On My Mac” mailbox or in a locally stored mailbox associated with an IMAP account (i.e. a mailbox for which Store messages on the server has been turned OFF in Preferences > Accounts > Mailbox Behaviors).
    9. Generic mailboxes that don’t serve a specific purpose as far as Mail goes (i.e. mailboxes that appear in Mail with a generic folder icon), appear below the pre-defined groups. In principle, “On My Mac” mailboxes (i.e. locally stored custom mailboxes) would appear as top-level folders, whereas server-stored mailboxes would appear grouped under a globe icon for each IMAP or .Mac account. However, if there is no need to differentiate between “On My Mac” and server-stored mailboxes (e.g. because you only have one IMAP account and no custom “On My Mac” mailboxes), Mail will display the server-stored mailboxes as top-level folders instead, just as if they were “On My Mac” mailboxes.
    Note: In Mail 1.x, generic mailboxes always appeared grouped, never as top level folders. “On My Mac” mailboxes, in particular, appeared under their own On My Mac group. In Mail 2.x, this changed to offer greater flexibility in how the user wants his/her custom mailboxes to be organized — see Mail Help’s “My mailbox organization was lost after upgrading Mac OS X” article. This allows the user to have multiple top-level “On My Mac” hierarchies, for example.
    10. Some IMAP accounts use a NAMESPACE feature that Mail doesn’t handle properly and that causes server-stored mailboxes to appear as subfolders of the account’s Inbox, even though they really aren’t — see “Can't create folders, only subfolders of INBOX” in the Courier FAQ, for example. Those IMAP accounts require INBOX to be put in Preferences > Accounts > Advanced > IMAP Path Prefix for Mail to handle them properly.
    Finally, you may also want to read the following article:
    Blue and white Mail folders explained

  • Not saved the changes to the information for the movie.

    Hi guys!
    Suddenly faced with a problem: the changes are not saved in the statement made by me about the movie. I make the changes themselves, close the properties, open again and see that all the changes I've made have disappeared.
    This occurs only on MAC OS X Mavericks.
    If close iTunes on this computer, and open at the other with MAC OS X Mountaine Lion and try to edit the infornation movie - after closing and re-opening information about the movie is saved. Tried different movies, the result of similar: on iTunes MAC OS X Mavericks are not stored on MAC OS X Mountaine Lion - everything is fine.
    Show you how to cure this problem?
    My iTunes library is on a network hard drive WD My Book Live.
    Add movies / music etc. turns on both machines. When trying to make changes in information about the movies to the library is connected to only one computer.
    All available updates for both computers are set.
    I reinstalled iTunes, ran a disk check on the computer.
    Films are not purchased in the AppStore, but me personally encoded in a format m4v.
    Folders and files in your iTunes library have the following rights:
    Daapd - read / write
    staff - read / write
    everyone - read / write
    Pls, need help. Thk Y!

    No one is faced with similar? I am glad that I only have these problems

  • Will a program that is not responding ever respond without quitting the program and losing information?

    working on a final draft and the program stopped responding, it's been about an hour, will it ever start responding again? Do I have to quit the program and lose everything or is there a way of saving this?

    Some programs, such as iWork and Office for Mac, will autosave periodically in case the application stops responding. However if it has been unresponsive for a extended length of time it is unlikely it will start responding again. You will likely have to force it to quit and then re-open it.

  • After hitting send a draft is still saved in the draft folder.

    When responding to an email it automatically saves into the draft folder which is great! However, after hitting send, the email stays in the draft folder. I do hear the "swoosh" sound so I know the email is sent, but I have to go in and delete the emails in the draft folder occassionally. I have received emails back from people even though the message is still in drafts so I know they are being received.

    Is this a Gmail account? I've seen that behavior and the solution has been to turn off the feature of saving drafts to the server (see Mail - Preferences - Accounts - Mailbox Behaviors).
    Matt

  • Mail Error Messages and continually saving email in Drafts Folder

    I am having problems attaching and sending Jpegs from within iPhoto. (4 images & 2 images all rescaled). I keep getting the Error message "Some actions taken while the [email protected] was offline could not be completed online" It then goes into a loop saving numerous drafts, (24 on 1 occasion) which I try to delete. It does not seem to be an ISP fault as the message appears whilst I am typing the text within Mail (this often disappears and has to be re-typed!)
    I have already spent 2 hours on the phone talking to Support, so very disappointed that this has not been resolved. However I am about to upgrade to Leopard so hoping this may cure the Error - time will tell!

    I wondered whether you had any luck with the error message and getting rid of it? My boss is having the same problem with his laptop but it's saying that the drafts have been saved in his "on my mac" but he doesn't have any folders..........

  • Mail wont send photos that were saved in a draft

    When I send emails to clients I use pre-typed emails with photos saved as drafts, and then copy and paste them to a reply email. Now with Yosemite: mail, when I copy and paste one of the drafts to a reply all my pics are there but after I send the email the pics are just question marks with no photos. I have even tried to make new drafts but can't regulate the size of the photo. Never had any problem before Yosemite.

    There is no way to sync photos/videos to the camera roll.
    Pictures and videos can be synced to the iPhone via iTunes.  Detailed instructions are in the User's Guide, it might be a good idea to read this.

  • Safari/KeyChain Not Saving Yahoo Mail Login/Password information?

    I have a MacBook Pro laptop, Mac OSX Version 10.6.8 and Safari browser Version 5.1.7  Snow Leopard. The problem is ... I recently changed my passwords on my Yahoo Mail accounts.   Safari will not prompt to save my login information for Yahoo Mail. It works with other web sites and worked with yahoo mail before I changed passwords.
    My attempts to correct the problem have been unsuccessful. I have tried the following: 
    1. Ran Updates
    2. Clicked on Safari > opened Preferences >clicked Auto-Fill all 3 boxes checked
    3. Finder >Applications > utilities > KeyChain     I found Yahoo mail and removed the old ones.
    4. With KeyChain open > Clicked KeyChain Access > Clicked KeyChain First Aid and Verify    No problems found
    5. KeyChain Access>  File > New Password Item>  Typed in KeyChain item Name as https://login.yahoo.com and tried mail.yahoo.com typed in Information and saved.
    I have checked the apple sites, the only thing I have found is what I did in #2. the boxes were already checked.
    May be I am missing the obvious here. If there is a solution I would appreciate the help. ?

    I'm having the exact same issue with Yahoo only on my iMac after changing the password.  I've been trying to fix it since yesterday, and yes I'm updated.  I also tried several fixes for the trojan.  Not luck for me yet.
    Corrections Completed for Safari 5.1.7:
    1- verified all updates completed
    2- deleted cookies for everything
    3- deleted keychain access for yahoo account. Interesting is that after deleting cookies and keychain, the username and old password keep populating but it hasn't stored the new password because I never received the prompt to store. 

Maybe you are looking for

  • Why do my itunes downloaded movies get suck frequently

    Why do my itunes downloaded movies get stuck during streaming when my other accounts, i.e. netflix and amazon prime have no problems?

  • JCheckBoxMenuItem - border

    Hi all, I have a JMenu. It has a menu item "JCheckBoxMenuItem". I can select it. So I can see the check sign. I can also unselect. But unfortunately the border of the CheckBox (square) does not appear. I am implementing on XP and using UIManager.setL

  • PLS-00487: Invalid reference to variable ' expression '

    oracle database 10G OS unix One of procedure is giving error PLS-00487: Invalid reference to variable '<expression>' while compilation in above database while it is compiling successfully in other database. Is there any database error?

  • Help me, BDAqua... you're my only hope

    After my G4 MDD's power supply toasted last week, I'm scrambling to get everything moved over to my MacBook so I can keep working. A USB drive adapter is allowing me to transfer the contents of the G4's two internal drives (now removed) to an externa

  • Unable to install Lion due to unable to unmount disk

    Need urgent help here. I want to reformat my hard disk due to some reasons, and I tried pressing on Command-C while it boots up. Then I got into the Mac OS X Utilites, and then click on Disk Utility to erase my hard disk. Inside I have 1 hard disk na