PO number when save as Draft

hi all,
PO number is not unique while saving in Draft.
I am getting problems in PO number when it is saved as draft and sent for Approval. I have 5 users entering PO at the same time and since POs are being sent for approvals, it is being saved as Drafts. so the duplication of PO Draft number is the issue.
While saving the the POs in draft, same numbers are being generated until and unless we get approval and we add it in the system.
Regards,

Riaz,
I am sure the PO numbers will be renewed after the approved document added. I mean when they are being in the draft or waiting for approval, the PO numbers are remain unchanged. After approval performed, the documents are sent to the originator with new numbers resulted after add.
Rgds,

Similar Messages

  • Auto Number When Save Button Pressed

    Dear Sir/Madam
    I need your help about that when i Press the Save Button in Emp_code forel theres should generate auto number.
    table name personnel
    Column names: emp_code, emp_name, emp_Fname
    database name= test
    user = yassen

    hi,
    my Problem still not solved. no body can predict what problem you are facing with this kind of statement.
    if you are not able to solve the problem means you should tell where you have strucked with the provided solution, so that ppl can guide you to acheive it through.
    Edited by: GD on Oct 12, 2011 5:21 AM

  • Mail 4.6 doesn't save email drafts

    I find this to be true 90% of the time, even when Save As Draft is chosen or Mail>File>Save is chosen. I have to wait a very long time for Mail to save the email draft and soemtimes, it never does, no matter what I do. Also, if it has saved a draft, but I want the latest version to be saved, I can't get it to work or it takes a long time. Why wasn't this ever fixed?

    I'm still having this issue. I was writing an email that wouldn't update to the lastes draft. So, I went into the Drafts folder, deleted the older version, chose File>Save for the newest version, and nothing happened. Waited 5 minutes, then clicked the Save As Draft and FINALLY it saved the latest version. Why does it take so long to update?

  • How to file auto number in save for web ?

    Hi All,
    how to file auto number in save for web ?
    I have make an action script in Photoshop cs5 that
    change the image resolution and SaveForWeb...
    (but at this point user need to supply the file name)
    so, How to write the code/action such that when the
    action button is click the image will save into the file
    file2eMail_001,file2eMail_002,file2eMail_003,file2eMail_004
    or to any unused number ?
    thank for any help!

    You could also ask over in the Photoshop Scripting Forum, I’m pretty certain stuff like progressively numbered copies has been addressed there previously.

  • How can you save a draft SMS on X3-02 ?

    How can you save a draft SMS on X3-02 ? 
    Can't seem to find an option to do this  ...  Lost message typed half way  when I got out of the editor to check the calendar.
    Am I missing something or has Nokians obsoleted this function on the latest S40 platform ?
    Solved!
    Go to Solution.

    Hi all,
    Like sudude here pointed out that's one way of leaving text as "draft" to message editor. Or you can also select Options > More > Exit editor to do the same. And, next time when you select Create message that previous text should be there as it was left.
    But there is also another option to start writing SMS's - with Notes application. Select Menu > Apps > Notes. Write a note and save it. Then for that note select Options > Send note > Send as message. Now your note is copied to message editor and you can send it or further edit and then send. Neat thing here is that when you use Notes application, text can be saved for later editing or use.
    -ThreeOs

  • How to get the page number when click the(Next page) Icon on Tableview

    Hi all,
           I had implemented a tableview in one of the Views that I had implemented for a BSP application. I am using MVC framework.
    Let us assume when we execute the BSP and a table view got 11 pages.
    How I can keep track of the page number when we click the  (Next page, Previous page, Bottom , Top) Icons on my tableview . Is there any attribute willstore that  corresponding page number of the tableview when we click the corresponding Icon's??
    I had checked both CL_HTMLB_TABLEVIEW and CL_HTMLB_EVENT_TABLEVIEW Classes and i don't find any attribute.
    Any help will be appreciated.
    Thanks in advance.
    Thanks,
    Greetson

    Hi Greetson,
      I was thinking to write a weblog about that.
      But now I would like to have your opinion:
      I coded a generic method in my main controller (but you could also insert it in the application class) that save the firstvisible row in the class  me->firstvisiblerowlist (that is a table)
      DATA: l_firstvisiblerowlist TYPE zmmsp_tableview_1st_visi_row.
      DATA: ff  TYPE ihttpnvp,
            ffs TYPE tihttpnvp.
      me->request->get_form_fields( CHANGING fields = ffs ).
      LOOP AT ffs INTO ff.
        IF ff-name CP 'f*visiblefirstrow'.
          READ TABLE me->firstvisiblerowlist INTO l_firstvisiblerowlist WITH KEY name = ff-name.
          CASE sy-subrc.
            WHEN 0.
              l_firstvisiblerowlist-name  = ff-name.
              l_firstvisiblerowlist-value = ff-value.
              MODIFY me->firstvisiblerowlist FROM l_firstvisiblerowlist INDEX sy-tabix.
            WHEN 4.
              IF sy-tabix = 0.
                l_firstvisiblerowlist-name  = ff-name.
                l_firstvisiblerowlist-value = ff-value.
                APPEND l_firstvisiblerowlist TO me->firstvisiblerowlist.
              ELSE.
                l_firstvisiblerowlist-name  = ff-name.
                l_firstvisiblerowlist-value = ff-value.
                INSERT l_firstvisiblerowlist INTO me->firstvisiblerowlist INDEX sy-tabix.
              ENDIF.
            WHEN 8.
              l_firstvisiblerowlist-name  = ff-name.
              l_firstvisiblerowlist-value = ff-value.
              APPEND l_firstvisiblerowlist TO me->firstvisiblerowlist.
          ENDCASE.
        ENDIF.
      ENDLOOP.
    Than you have to provide a generic method to read the firstvisiblerow for each tableview
    GET_FIRSTVISIBLEROW
    *IM_TABLENAME
    *RE_VALUE
      DATA: l_firstvisiblerow  TYPE zmmsp_tableview_1st_visi_row.
      READ TABLE me->firstvisiblerowlist INTO l_firstvisiblerow WITH KEY name = im_tablename.
      IF sy-subrc = 0.
        re_value =  l_firstvisiblerow-value.
      ELSE.
        re_value =  1.
      ENDIF.
    And in the DO_REQUSET of each controller you could write something like:
    * Paginator
      DATA: l_tab1_visiblefirstrow TYPE sytabix.
      l_tab1_visiblefirstrow = o_bsp_main->get_firstvisiblerow( 'f019id_tab1_visiblefirstrow'    ).
    As usual pass the value to the view via:
      o_page->set_attribute( name = 'tab1visiblefirstrow' value = l_tab1_visiblefirstrow ).
    Did you get it?

  • Save in draft folder - problem

    As I understand it, the save in draft folder function is supposed to appear only for XDP forms.  We have a PDF form where the submit button in the form is set to submit as PDF.  And yet, the save button still appears in workspace container.  If a user selects the save button and later opens the form/task, the form is converted to XML and unviewable.
    Within the UserServiceV2 activity, I do not check off the "Reader Submit - Submit via Reader" checkbox.  All of our users have acrobat.
    Is there some way for the function to work with PDFs?  If not, is there a standard workaround to offer that feature to end users?
    Thanks

    Hi Livecycle Architect,
    Did you ever resolve this issue? I have a part of the problem that you describe here. While all my forms are submitted as XDP, if we save a form to Drafts, when we open it latter it shows XML and the form is unusable.
    Any pointers will help.
    Thanks

  • Save as Draft Problem using library computer

    This afternoon I tried to save-as-draft a LONG & INVOLVED communication in .MAC e-mail at a public computer in the library. When I went to my draft folder to ensure it got saved, it was not there. Can someone give me direction on this? I suppose it goes without saying how mad and upset I am. Thanks in advance for any light you can shed on this issue.

    Hi kvs2,
    You did log into .Mac mail online to check your Drafts folder there - right?
    Not the Drafts folder on your machine at home...
    When you click Save as Draft online, there should be a small green spinning wheel in the left side of the bar between the icons at top and the To:
    Also a confirmation "Your message has been saved to Drafts" along with a green checkmark will appear and then slowly fade away in that same spot.
    Regards,
    John

  • BB is not giving me option to send but only save in draft.

    I have a BB Curver 8300.  Some mails when try to reply, BB is not giving me option to send but only save in draft.
    I tried deleting Service book and resending it is not working..
    I took backup and then Wiped the Handel, restored the backup. Still no luck..
    Pl advice. Thx
    My carrier is LoopMobile

    Only some mail? Most likely that email not giving you that option was enabled by the service book(s) you deleted.
    Try sending your Service Books again.
    On your BlackBerry device, go to:
    1. Options > Advanced > Host Routing Table > Menu > Register.
    2. Resend your service books from your carrier BIS site:
    From your handheld device:   http://www.blackberry.com/btsc/KB15402
    Go to the Personal Email Set Up icon and log in. Then under Help!, select Service Books, then select Send service Books.
    From your desktop PC:  http://www.blackberry.com/btsc/KB02830
    North American Carriers - scroll down to select your carrier
    WorldWide Carriers - Find your carrier on the list
    3. With the BlackBerry device powered ON, remove the battery a few seconds and then reinsert the battery to reboot. This reboot, even if you have already done this, is often needed to install the service books.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • DO with selected batch info save as draft at 2007B

    Hi,
    Under 2005B version:
    For DO with selected batch information save as draft, when open the draft DO, the selected batch info is gone.
    Under 2007B version:
    For DO with selected batch information save as draft, when open the draft DO, the selected batch info is there, is anyone know which table is stored this information?
    Thank you.

    Hi,
    You can refer to following tables ODIB and OIBT and check if you get what you are looking for.
    Regards,
    Jitin

  • Why is "save as draft" missing

    What has happened to "save as draft". It is not present when I try to customize toolbar. It was such a useful tool when one was interupted during composing email.
    David Thomas

    It's no longer needed. If you are writing an email, Mail constantly saves the state. If you close the email before sending, it'll ask you if you want to save it as a draft or discard it. If you quit Mail before sending it, it'll reopen the draft when you next open Mail.
    Use either the Cancel button or CMD-S to Save as Draft.

  • Ignore Save as Draft just consider Add Sales Order

    Dear all,
    I got a problem that the following code:
    If BusinessObjectInfo.FormTypeEx = "139" And BusinessObjectInfo.EventType =                              SAPbouiCOM.BoEventTypes.et_FORM_DATA_ADD Then
    If BusinessObjectInfo.BeforeAction = False And BusinessObjectInfo.ActionSuccess Then
    XXXXXXXXXXXXXXXXXXXXX
    End if
    End if
    I just want to assign a value to the field before user "Add" Sales Order.  However, even though user didn't ADD the Sales Order and just Save As Draft but program still run into the ' IF Statement".  How can i ignore the above process when user press "Save As Draft".
    Please help.
    Regards,
    Anna

    Hello Anna,
    You can filter it with BusinessObjectInfo.Type
    Object ,             ObjName ,  ID
    Document draft  ,   DRF         ,  112
    Sales Order     ,     RDR  ,          17
    Regards, Yatsea

  • BPM - Save as draft

    Hi Experts,
    Customer creation in MDM using Webdynpro Java UI, Webservice and BPM for approval process.
    Scenario -"Save as Draft" :
                    Requestor fills in the form and save it as draft. Draft requested are accessed again through uwl inbox.
    We are planning to create BPM Workflow and store the data in BPM context.
    Experts, Is there is any other best approach for the above scenario
    Thanks,
    Best Regards,
    Arun

    HI Arun,
    You can create a seperate table for holding the Draft data which have a column say STATUS. When ever user do 'Save as Draft' update the table with STATUS value say 'D'(Draft).
    When user open a Request Form let the Draft table be shown first(if there is any rows in the draft table for the respective user with STATUS='D') where the user is given an option to work on the existing draft item or create a new Request. On submission of the form first set STATUS column value to say 'S'(Submitted), then trigger BPM Approval workflow. If you are putting too many data in BPM context , as John told it will affect the performance.
    Regards,
    Unni
    Edited by: UnnikrishnanSreekumar on Oct 12, 2011 2:06 PM

  • Why does it now take 5 minutes to save to drafts or sent folder?

    Haven't changed anything, but in the last 3 days, I'm constantly interrupted in the middle of composing email while it freezes up and I get the blue waiting wheel when TB saves to drafts. I extended the amount of time between saves, but it still hangs up for about 5 minutes when it does save to drafts and while it's saving to my sent folder. I've rebuilt the global data base, instructed McAfee to leave it alone, disabled the McAfee add-on and restarted TB in safe mode (it's still a problem). I've also run virus protection programs, junk ware removal tool and de-fragmented my hard drive. And optimized it. And updated to the newest version of Thunderbird - now I'm at a loss to think of anything else. I'm running Windows 8 - any thoughts?

    McAfee. But I disabled the McAfee app in TB and also went into McAfee and unchecked Thunderbird.

  • Can packaging save as draft?

    Hi Develope exports,
       My B1 Ver. 2007B(PL13). I fond that till this version, Packaging can't save as draft.
       I create an A/R Invoice and save it as draft ,with a  Packaging appended.  When I open the Invoice draft, right click and reopen packaging form, it shows nothing.  I must have to refill all the packing details.
      Even on Delivery Document, the packaging can't save as draft.
       It doesn't make sense . Will it be fix up by next PL?
    Thanks in advance
    Best Regards,
    Liang xiao qing

    Hi,
    You would be able to save a sales order as draft only while the add button is active that is you haven't added the sales order. Once you have added a sales order in the system, the save as draft button would be disabled. However, as you say that you have duplicated the sales order, before adding, you should be abe to save tat order as draft. if this is not the case, i think you need to raise a ticket to sap. Try searchin for SAP Notes on the same.
    Thanks,
    Joseph

Maybe you are looking for

  • Custom Table wierd behaviour

    Hi All, I have a custom table. when i view this custom table in SE11, it looks somewhat different than what i see in SE16n. When I see in SE16n, it shows one field to be non-primary, although it shows it that field primary when viewed in SE11. That p

  • HR Org. structure replicate in SRM 7.0

    Hi, We are implementing SRM 7.0. Which program to use to set batch job for HR Org. structure replicate to SRM automactially, which program i can use ? Am not asking for the job related to send changes to SRM due to the change pointers. Am asking for

  • Server 2008 r2 setting up firewall rule that just doesn't work!

    I have allocated static ip addresses to a group of PCs, then gone to Server 2008 r2 and gone to Windows firewall with advanced security and written a new custom rule. Am blocking internet explorer, have browsed to where it is lodged on PCs, added the

  • Can I buy mountain lion in another Macbook computer, and then Re install it in mine?

    Can I buy mountain lion in another Macbook computer, and then Re install it in mine? I'm stock in the re install mode of the Mountain Lion system and I obviosly didn't buy it for this Macbook, and I was wondering if I can purchase Mountain Lion in on

  • Final Cut Pro HD on Quad G5 with 6600 video card

    I just installed FC Pro HD on my Quad and its giving me a configuration error: This software requires certain hardware or software which is missing. • Power Macintosh G4/350 megahertz (MHz), or faster. • AGP graphics card. Any ideas?