User default settings and DI

Dear all,
I have created a delivery draft add-on using DI api.  Inside b1, each user account has its own defult for document numbering.  However, when using the add-on to post delivery draft, the document numbering series is not using the user default.  I am wondering if anyone knows how I can set the numbering series to the user default one?
Regards.

Hi Alan!
I don't fully understand you are talking about, but probably HandWritten property is what you are lookin' for:
-- DI Help snippet --
<i>In case the value of the HandWritten property is tNO and you add a sales document, SAP Business One automatically assigns the next available number to the document, in accordance with the document numbering system defined during system configuration.
When saving the document as a draft, this number is stored for the document draft only. So that the number of the draft is still available in the system for other new documents. The system may assign this number to a new document of the same type. When saving the draft as a document, SAP Business One assigns a new available number.
In case the value of the HandWritten property is tYES, set a value (greater than 0) to the DocNum property and also verify that Printed property is tYES</i>
-- DI Help snippet --
HTH

Similar Messages

  • How to set all new vm with VLAN ID as a default settings and alose set the avaiablity high .

    How to set all new vm with VLAN ID as a default settings and alose set the avaiablity high .

    Hi Ramy,
    As a work around , you can create a VM without installing OS and  configure the Vlan of VNic , then export it .
    The new VM will be with Vlan ID when you import the "export file".(note : you need to select "copy the virtual machine " in the tab "choose import type" during importing ) .
    Hope this helps
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • User default settings for  ME2M,ME2l,ME2N

    Hello,
    Can any body advise how to do default settings at User level for each standrad SAP reports like ME2M,ME2L and so on.....
    Please treat this as a very urgenet.
    rk

    Hi
    Please find the below path for the settings
    Customize a new Selection Parameter (via IMG --> Material Management ---> Purchasing ---> Reporting ---> Maintain Purchasing Lists ---> Selection Parameters ---> Define Selection Parameters
                                                              Define default values for transactions
    SPRO-IMG--Materials management>Purchasing> reporting> Maintain purchasing lists> Scope of list
    Regards
    Damu

  • User default settings

    Hi All,
    I need to set the default settings like date format,decimal notations etc of one user to another user.
    Kindly let me know how do I do this...I shall be thankful to all of you if u can suggest me some Function Modules to do this.
    Thanks,
    Himanshu

    Hi Himanshu,
    I think you can set the default format for the date and decimal notation as follows:
    In SAP Easy Access screen System -->User Profile -->Own Data. In which, in the defaults tab you can change the change the formats for the user and save the settings.
    Regards,
    Ramesh
    *Award the points if the reply is helpful

  • Web Dynpro SRM 7.0 - Access Shopping Cart One Screen User Default Settings

    Hi all,
    In my current project I have a requirement which includes to validate the user default values on shop on one screen functionality, my question is, how can I access to this information? In web dynpro there's no reference to this information and in addition is not stored in the database as is only "available" during the current Shopping Cart creation.
    Many Thanks in Advance,
    Sara.

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

  • I need to upgrade Firefox V14 to V25. users personal settings and bookmarks not are removed when the new version is distributed. how can i do packaging ??

    I have to perform upgrade from Firefox 14.0.1 to Firefox 25.0.1.
    I have downloaded offline installer and installing it.
    i have downloaded and its installing fine for -MS .
    after launching the icon in desktop getting following prompts
    import The settings and data
    import install solutions, bookmarks, browsing history, lose the north, and other data from:
    Microsoft internet explorer(need to select this option)
    import not anybody Thing
    next
    valj homepage
    import home page from internet explorer (need to select this option)
    how i should suppose to suppress the this prompts.
    and also my new package should not delete the older book marks .
    support me to handle this case... :(

    Whenever your upgrading firefox browser, it updates only the browser it never remove your settings and bookmark. If you like the clean reinstall follow the below steps
    Note: clean reinstall removes everything from your system
    Certain Firefox problems can be solved by performing a ''Clean reinstall''. This means you remove Firefox program files and then reinstall Firefox. Please follow these steps:
    '''Note:''' You might want to print these steps or view them in another browser.
    #Download the latest Desktop version of Firefox from http://www.mozilla.org and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu).
    #Delete the Firefox installation folder, which is located in one of these locations, by default:
    #*'''Windows:'''
    #**C:\Program Files\Mozilla Firefox
    #**C:\Program Files (x86)\Mozilla Firefox
    #*'''Mac:''' Delete Firefox from the Applications folder.
    #*'''Linux:''' If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it - see [[Installing Firefox on Linux]]. If you downloaded and installed the binary package from the [http://www.mozilla.org/firefox#desktop Firefox download page], simply remove the folder ''firefox'' in your home directory.
    #Now, go ahead and reinstall Firefox:
    ##Double-click the downloaded installation file and go through the steps of the installation wizard.
    ##Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    Please report back to see if this helped you!
    Thank you.

  • Open XML file with user default browser and not the default editor.

    Hi,
    I'm writing a java program that appends numerous XML files together. The result is a NEW well formed XML document. Since i have an XSLT that performs several UI modifications on this xml file, the file extension must remain '.xml'. I need to open this xml file with the users default web browser. The problem is that:
    Runtime.getRuntime().exec(cmd);
    ....opens the xml file with the users default program for opening xml files which in my case is Oxygen. I want to force java to open this xml file with the users default web browser and nothing else.
    I guess i need the Windows command to perform the 'open with' feature but i have no idea what that command is or how to find it.
    Any ideas?
    Thanks,
    Varun Singh
    Edited by: Jagara00 on Jul 2, 2009 3:49 PM

    sabre150 wrote:
    Jagara00 wrote:
    Your right, but my question relates to the java issue and not the XSLT aspect of the problem. I am looking for a java solution for reasons i will no go into here. You have lost me.Me too.
    People do not often ask questions (or make challenges or observations) idly for the sake of 'theory'. It is most useful to explain to the best of your ability.
    As to
    "Since the Desktop class was only released with SE 6 I am forced to find another alternative. "
    There is an 'alternative'. You can import it into a 1.5 project. It was available as a free standing API before 1.6 - through JDIC. See [https://jdic.dev.java.net/documentation/Examples.html|https://jdic.dev.java.net/documentation/Examples.html] for more info.
    Edit 1:
    To a later reply
    "Do u .."
    ..want to spell incorrectly when you get frustrated?
    "..do not wish to.."
    ..get any help? That is the way you are heading.
    Edited by: AndrewThompson64 on Jul 3, 2009 9:27 AM

  • Alter user default tablespace and temporary tablespace

    Hi guru,
    target : to ensure that users don't have the SYSTEM tablespace as their TEMPORARY or DEFAULT tablespace
    scenario :
    user default tablespace temporary tablespace
    xxyym system system
    Question: How to alter user ?
    tq

    In a scenario, let's say you want to make USERS the default tablespace for existing users and TEMP the default temporary tablespace, you can also create the alter statements as below into one script based on the output and run it.
    select 'ALTER USER '||username||' DEFAULT TABLESPACE USERS;'  FROM DBA_USERS WHERE DEFAULT_TABLESPACE IN('SYSTEM')
    and username not in('SYS','SYSTEM');
    select 'ALTER USER '||username||' TEMPORARY TABLESPACE TEMP;'  FROM DBA_USERS WHERE TEMPORARY_TABLESPACE IN('SYSTEM');As magnus mentioned, don't forget to do this(if USERS and TEMP is what you want to go with) :
    ALTER DATABASE DEFAULT TABLESPACE USERS;
    ALTER DATABASE DEFAULT TEMPORARY TABLESPACE TEMP;

  • Domain Controller deletes user account settings and applications - windows server 2012

    once in a month, when the user logs into his account, his settings and some applications get deleted. he has to install the outlook again, dropbox gets deleted, setting on the desktop disappears (files are still there) etc
    I am not sure about the cause or the solution. please let me know what i can do to fix this

    Hi,
    All the user has the same issue?
    Did the issue occur when you log into the Domain Controller?
    Any event id in event viewer?
    Regards.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • White screen on default settings and no internet please help:(

    Hey guys,
    I was wondering if anyone can help me with my daughters phone
    I cant seem to get it to access the internet it says unable to connect to the internet please try again later! however its connected to my home hub at the moment i have checked its saying its connected.
    also when we try to set the email up its only giving 1 option which is a works email with enterprise server and my daughter just wanted to add her email addy she has had for ages
    I have been into default screen however thats just a white screen with no info showing at all and when i try to load the help screens  on the phone it gets to a quarter full on the litttle bar then freezes?
    I have took sim out and put it back in and also her friends are sending their pins to her however shes not receiving any of these requests?
    when i bought the phone the guy said i will set a few things up for you so i have no idea what he did lol
    hope some1 can help us
    thanks.xx
    Solved!
    Go to Solution.

    Greetings, and welcome to the forums!
    The BES (corporate email) only option, and not receiving BBM invites would indicate to me that you don't have a BlackBerry data plan from your carrier. BBM and BIS (personal email) both require a proper BB data plan.
    "Cats may taste like chicken, but they have more bones than rabbits."
    Blackberry 101
    Tips & Tricks
    Videos to learn from on youtube

  • Change default settings and commands in sql plus

    everytime i execute sql plus I have to change environment commands maually
    (like linesize , wrap ...etc )
    is there is a way to load those defaults not to reexecute them every time I access sql plus
    Anyone have answer ????????

    glogin.sql (%ORACLE_HOME%/sqlplus/admin/glogin.sql) is executed whenever any user starts SQL*Plus on the machine. login.sql (on Windows, defaulted to %ORACLE_HOME%/bin but can be changed by setting the SQLPATH environment variable) is executed for a particular user.
    You change the default linesize, or execute any other SQL*Plus commands, in either of these files.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • I restored my iphone 3G to its default settings and know it wont turn on and stay on....can some one help me??????...it wont connect to itunes or sink with my laptop...

    I think I uninstalled the soft wear thats runs the phone.. is there some where i can download it and put it on the phone????

    Sounds like a hardware issue. Make an appointment at an Apple store. There is no software fix for a hardware failure.

  • Safari default settings and search box

    I was wondering if there is a way to make a new browser window not default to the search engine box. I would prefer not to have my serch history splayed all over when I launch a new window. I would simply like the cursor to default to the URL box instead.
    Is this possible?
    Thanks!
    Tim
    (IPad 1 - 64gb 3G)

    Look at iCab Mobile in the App Store. Tons of useful features...leaves Safari in the dust in many ways.

  • Deleting User Defaults (10.7 and 10.9)

    Hey folks -
    I have an application which looks for user defaults upon launch.  If the defaults don't exist, the application goes through a first-time launch.  If the defaults do exist, the application loads the user default settings.  Here is the issue:
    On 10.7, if I navigate to ~/Library/Preferences/ and delete the .plist file associated with my application user defaults ("com.application.abc.plist"), the application will recognize a first-time launch.  However, on 10.9, deleting the .plist is not sufficient.  In order for the application to recognize a first-time launch, I need to first open Terminal and run: "defaults delete com.application.abc" (notice this is the domain and not the .plist file).
    The weird thing is, after I delete the .plist file, running the command to delete the domain actually fails:
    2014-01-08 09:47:37.536 defaults[44170:707]
    Domain (com.application.abc) not found.
    Defaults have not been changed.
    But it is still a required step in order for my application to recognize a first-time launch.  My question is - what has changed in defaults from 10.7 and 10.9.  The man page reveals nothing that I can see.  Is the domain being cached somewhere?  Is there a command that I can run to delete/reset the cache?  I'd be happy to post any additional information, just let me know.

    r_s_h wrote:
    @etresoft: Could you explain that last command a bit?  It looks like it resets the user defaults but I can't find any more information.
    It kills the cfprefsd process that maintains those preferences. That process should immediately get respawned and read preference values from whatever is in the plist files. Logging out and logging back in is probably going to be more reliable.
    These days I have gone to maintaining a separate partition just for developer activities. It doesn't necessarily help anything but I feel better knowing whatever I have done is less likely to go scramble my personal data that is sitting in an unmounted partition.

  • Report layout with User default and gobal default

    hi,
    any authorization to control report layout, only some user ID can use "user default" layout, and part of user available to set the layout as default
    thanks

    Is is a custom-developed ALV report or an SAP-supplied one?
    If if is custom-developed, you can register the following user-commands
    &AVE - Save layout
    &OL0 - Change layout
    &OAD - Select layout
    in parameter IT_EVENT_EXIT  of REUSE_ALV_LIST_DISPLAY.  When these user-commands are triggered, control passes to the user command routine in your callback program.  In the callback routine, you can implement authorization/security checks.
    Also look at parameters IS_VARIANT and I_SAVE to control use of variants.,
    If it is an SAP-supplied program, try using the auth-object mentioned in my earlier post.

Maybe you are looking for

  • Error on miscellaneous tab in Role Expert (a web dynpro application)

    Hi, When i click on Miscellaneous option within configuration tab in role expert. Page is not getting displayed, error is "The page cannot be found". I am attaching the print screen also. Please suggest the solution for it. Thanks in Advance. Regards

  • Why can I not upgrade my iPhone 4 iOS from version 5.1.1 to 6.x?

    I don't have enough memory, nor do I wish to upgrade to 7.x. I only want to upgrade from 5.1.1 to 6.1.2 at the latest. Why does Apple not let you do this?

  • Jrew.exe not getting started

    I have oracle 9i and oracle 9i developer suite installed on my system. System resolution is 1024 * 768 OS: Windows 2000 server with reqd. packs When i try to install oracle 8.1.7, installer doen't responed. process named jrew.exe is created and died.

  • Create asset w/o acquisition

    We have a situation where we have to create an asset that has not been acquired and should not show up in acquisitions. But we would still ahve to setup the asset in the system and it should show in the asset balances and other. As this asset is not

  • Photoshop CS6 Photomerge for astrophotography

    I have been have been unsuccessful using photomerge to stitch 3 shot panoramas of the night sky (milky way and stars only) with manual settings, using a tilt shift lens with plenty of overlap.  Perhaps the part of the problem is that the photos have