Diff between Purchase quotation (From Draft n direct document add)

hi.
i need a small information.
Normally We an add purchase quotation...Directly..
but in my case
I implement approval Procedures  at purchase quotation..
So, If any body Add it first it is going to Draft mode..
We can add purchase quotation 2 ways.
form draft to purchase quotation
       direct purchase quotation.
my question is in data base is there any field
document coming from draft or direct..
plz inform me if u have any information....

hi.
Taruna Talwar
Thanks for your reply..
Still my requirement is open..
Imagine..
i have added two documents at purchase quotation.. ok.
One is from approval i have added one is from direct from the purchase quotation screen ok
now tell me..
what is the diff between these two documents,
how can u say document1 is comming from approval other one is from directly posting..
i mean in opqt is there any field like  draft or direct like this 
any info plz update me...

Similar Messages

  • Purchase Quotation from Order Recommendation

    Hi
    Is there a way to directly generate purchase quotation's from the order recommendation's of MRP?
    Thanks
    Franz

    Hi Franz.......
    This enhancement still not done but SAP should take care of this feature of Creating Purchase Quotation form MRP Wizard.....
    Regards,
    Rahul

  • Populating real Purchase Order from Draft

    Hey All.
    Our users have a requirement to create draft purchase orders with no line items. I wrote the following code to create a real PO based on the draft PO and add some line items to the real PO. (only partial code posted)
    SAPbobsCOM.Documents oDraft;
    oDraft = (SAPbobsCOM.Documents this.SBO_Company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oDrafts);
    if (oDraft.GetByKey(Int32.Parse(selectPO)))
         SAPbobsCOM.Items myItem = this.LoadSAPMasterItem(currentItemCode);
         //Build the purchase order document
         poDoc.DocDate = oDraft.DocDate;
         poDoc.DocDueDate = oDraft.DocDueDate;
         poDoc.CardCode = oDraft.CardCode;
    returnVal = poDoc.Update();
    //Then I remove the draft document
    The problem I have is how do I get my real purchase order to carry forward all of the header information and UDF information the user entered into the draft PO? Do I have to manually set these field by field? Please tell me there is a better way.
    Thanks

    Hi Curtis,
    As far as I know you have to set the field properties for every field. You can only omit certain fields if it is a base/target document type. Like when you create a purchase invoice from a purchase order, but not with drafts.
    Hope it helps,
    Adele

  • Newbie: diff between starting app from dock and starting from command line

    This isn't strictly a developer question, but I'm looking for some expert advice for troubleshooting a vexing problem with Apps--OpenOffice and NetBeans--that don't want to start from the dock but will happily start from a terminal window. When I start OO from the dock, I get an error message about the date command not found in the main.scpt. NetBeans just fails silently. This problem just started happening for no apparent reason--at least not apparent to my limited Mac experience.
    I would greatly appreciate it if someone could enlighten me on what's going on here or perhaps give me some clues. I am mostly a web developer, so troubleshooting desktop apps is a bit foreign to me, and what little desktop programming experience I have has been on the MS platform. I appreciate your patience and understanding.

    Thanks, etresoft, for your reply.
    I have two users on this machine. Dock launch for both NetBeans and OpenOffice works for one user but not the other. I compared the output of the shell 'set' command for both users and the only material difference was that the user for which the dock launch works included '/Users/username' in the PATH variable. I added that to the 'broken' user's environment.plist, logged out, logged in, and the launch still failed.
    The application launch fails on basic shell commands. Here are the console messages for the failed launch.
    9/14/08 9:18:30 AM [0x0-0x188188].NetBeans 6.1[16363] /Applications/NetBeans/NetBeans 6.1.app/Contents/MacOS/netbeans: line 48: ls: command not found
    9/14/08 9:18:30 AM [0x0-0x188188].NetBeans 6.1[16363] /Applications/NetBeans/NetBeans 6.1.app/Contents/MacOS/netbeans: line 53: dirname: command not found
    9/14/08 9:18:30 AM [0x0-0x188188].NetBeans 6.1[16363] /Applications/NetBeans/NetBeans 6.1.app/Contents/MacOS/netbeans: line 57: dirname: command not found
    9/14/08 9:18:30 AM [0x0-0x188188].NetBeans 6.1[16363] Cannot read cluster file: /../etc/netbeans.clusters
    Here is the code for the NetBeans launch up to the failure point. The command not found messages refer to the ls and dirname commands in the while loop and the dirname command immediately following the while loop.
    PRG=$0
    while [ -h "$PRG" ]; do
    ls=`ls -ld "$PRG"`
    link=`expr "$ls" : '^.*-> \(.*\)$' 2>/dev/null`
    if expr "$link" : '^/' 2> /dev/null >/dev/null; then
    PRG="$link"
    else
    PRG="`dirname "$PRG"`/$link"
    fi
    done
    progdir=`dirname "$PRG"`
    if [ -f "$progdir"/../etc/netbeans.conf ] ; then
    . "$progdir"/../etc/netbeans.conf
    fi
    # following should be done just in RPM or Solaris Launcher
    # if [ -f /etc/netbeans.conf ] ; then
    # . /etc/netbeans.conf
    # fi
    # #68373: look for userdir, but do not modify "$@"
    userdir="${netbeansdefaultuserdir}"
    founduserdir=""
    for opt in "$@"; do
    if [ "${founduserdir}" = "yes" ]; then
    userdir="$opt"
    break
    elif [ "$opt" = "--userdir" ]; then
    founduserdir="yes"
    fi
    done
    if [ -f "${userdir}"/etc/netbeans.conf ] ; then
    . "${userdir}"/etc/netbeans.conf
    fi
    if [ ! -f "$progdir"/../etc/netbeans.clusters ]; then
    echo Cannot read cluster file: "$progdir"/../etc/netbeans.clusters 1>&2
    exit 1
    fi
    It's obvious from the console output that progdir is not set correctly. I'm still trying to figure out why the shell commands are not found.
    Thanks again for your previous reply.

  • BP Catalogue No is not copied from draft to actual document

    Hi,
    I wanted to display both BP Catalogue No and Item code on the PO and I found SAP Note 1059015 explaining how to do this: creating UDF, writing the query, FMS, etc.
    Some POs are added for non-stock items and the same item code is used for more than 1 row in the PO but with a different description and BP Catalogue No. There is no BP Catalogue No for these non-stock items, so they are manually typed in that UDF and press CTRL+TAB to save the information.
    The problem I have is that approval procedures are active for POs. The draft document shows the correct BP Catalogue No, but because this formatted search refreshes when item code is changed, the actual PO doesn't show the information (because the non-stock item doesn't have a  BP Catalogue No on the system). If I change the formatted search not to refresh it won't know to bring the BP Catalogue No for items.
    How do I need to set up this FMS to work for both scenarios or is there any workaround?
    Thanks!
    Cristina

    Dear All,
    Any help???
    Yet my issue is unresolved.
    Thanks & Regards
    Piyush Ranpura

  • Difference between purchase from store or online

    is there any difference between purchase iwork from apple store and purchase just numbers from online?

    Several.
    Details available in the threads linked below:
    Difference between iWork-Suite an buying the single parts?
    Buying iWork from apple online store vs buying three separate products on the Mac App Store
    …and others.
    Regards,
    Barry

  • How to retrive the Direct purchase entries from table level? S_ALR_87012050

    Hi All
    In our current project we need to retrieve the direct purchase report from table level. Can you please provide me the direct purchase related table? Normally we are executing the standard report S_ALR_87012050
    to extract the direct purchase entries. We need to know which table has the direct purchase entries.
    Regards
    K.Gunasekar

    K,
    Your problem description is still insufficiently detailed.
    It appears now that you are searching for asset numbers.  Please confirm.
    Your selection criteria "Inventory Number NE 0" doesn't appear to make much sense.  Inventory number is not a quantity, it is the name of an object.  I guess it is meaningful you have some inventory numbers named as '0'.  I don't think this setting is causing your problem though.....
    You didn't mention which table you accessed to discover that you had a perceived discrepancy.  Which table did you browse to see the results you mentioned?  Please describe the selection parameters for each table you reviewed, and the results for each table that you examined.
    It is also the practice of many companies to archive asset data.  If this is the case in your company, then the archived data will not reside in the 'A*" tables.
    You mentioned that you used the same parameters to select the data.  How did you select "Report Date" when you did the table extract?  I am not aware of a field that is named "report date' in any of the tables mentioned.
    Rather than slog through tables, you might want to try SE16, view "V_ANLAZ".  This is a preconstructed linkage of ANLA and ANLZ that is used by S_ALR_87012050 as a starting point.
    I really think you should consult with your ABAPers.  In two minutes they can give you your answers.  It will take me several messages and probably several days to get you the same answers.
    Best Regards,
    DB49

  • Creating quotation from purchase order

    Can any one tell me how to create SD quotation from the purchase order using the IDOC?

    hi rashad
    The IDOC structure is available in the system, but you have to do the settings in WE20 and RFC connection settings and lot more. search in SCN for how to set up a idoc, you will get lot of wikis and discussions related to it.
    regards
    ashok

  • What can I do to get back to a point that I can directly purchase Apps from my itouch via wi-fi. I was able to before I purchased an app on my PC and loaded it into the device via the sync cable.

    What can I do to get back to a point that I can directly purchase Apps from my itouch via wi-fi. I was able to before I purchased an app on my PC and loaded it into the device via the sync cable. My itouch 2G was bought 2nd hand, so when trying to get Apple support I was unable to register my device because I didn't know it's original purchase date. Note: I am still able to download the apps to my computer and load/sync them into the device.

    Why can you not buy from the ipod?
    What happens when you try?
    Error message?
    What does it say?
    Any info?

  • HT204088 Why can't I see the purchase history from the ipad? I mean, I can buy apps and in game content directly from my iPad, but I have have to install iTunes on my PC to see the purchase history? What kind of deal is that?

    Why can't I see the purchase history from the ipad? I mean, I can buy apps and in game content directly from my iPad, but I have have to install iTunes on my PC to see the purchase history? What kind of deal is that?

    Welcome to Apple Communities
    You don't need to install iTunes for the purchase history. You can see it in your iPad (iTunes > Purchased), but you need to install it if you want the order numbers

  • I cannot find a way to authorize my new computer to play previously purchased music from itunes.  The directions say to click on STORE menu, but I don't see that option.

    I cannot find a way to authorize my new computer to play previously purchased music from itunes.  The directions say to click on STORE menu, but I don't see that option.

    Go to the Store menu item on the menu bar, and choose Authorize This Computer, as shown below. 
    If by any chance you don't see the menu bar (File, Edit, View, Controls, Store, Help), first enable it by using CTRL+B.

  • I purchased Lightroom from B&H Photo a few months ago.  I did not instal the software, because I was purchasing a new computer in the near future.  I am now purchasing that computer, but cannot find the software.  B&H suggested that I contact you directly

    I purchased Lightroom from B&H Photo a few months ago.  I did not instal the software, because I was purchasing a new computer in the near future.  I am now purchasing that computer, but cannot find the software.  B&H suggested that I contact you directly to help me.  I have the receipt, and you can look to see that the program was never used.  It would be great if you could just send me another copy of the software.  Thank you very much.
    Marc

    Download from Adobe's website
    Win: Adobe - Lightroom : For Windows
    Mac: Adobe - Lightroom : For Macintosh
    Install then enter your serial number when prompted.
    I have the receipt, and you can look to see that the program was never used.
    The receipt is only of use to B&H. Adobe will have no record of it.
    If you quote an Adobe Lightroom serial number then Adobe can confirm if that serial number has ever been registered. That step should not be required at this stage though. Just install the software.

  • When attempting to purchase songs from Pandora, i am directed to a download for itunes, but I already have it installed on my PC?

    I;m tryng to purchase music from Pandora via itunes.  When I click on "purchase", i am directed to a download for itunes, but I already have itunes installed on my PC.

    madtowner wrote:
    I;m tryng to purchase music from Pandora via itunes.  When I click on "purchase", i am directed to a download for itunes, but I already have itunes installed on my PC.
    Yes, I am seeing that same incorrect behavior here.
    Luckily, the Pandora option to buy from Amazon Digital Music is working correctly.

  • Diff between ECC5.0 and ECC6.0

    Hi,
    This is Ramakrishna,can any one give proper explanation diff between ECC5.0 and ECC6.0
    Regards
    Ramakrishna

    Hi,
    Refer following link;
    [SAP ERP Solution Browser|http://solutionbrowser.erp.sap.fmpmedia.com/]
    Following are the basic differences as far as MM Module is concerned;
    Pickup list - Batch where-used list display in transaction MB56
    u2022 Until release 4.7, the top-down and bottom-up analyses in the function pickup list for batch where-used list (transaction MB5C) were displayed only in the form of simple output lists. As of release 6.00 of SAP ERP Central Component, the function pickup list for batch where-used list branches to the batch where-used list itself (transaction MB56).
    u2022 In addition, user can define how the data in the batch where-used list is displayed, in the initial screen.
    u2022 User can use all the settings available in the batch where-used list. For example, he can expand transfer posting or display vendor batch. However, it is not possible to limit the selection to valid plants in the initial screen of the pickup list.
    Usability enhancements for transaction MIGO for the posting of goods movements
    u2022 For goods movements that refer to purchase orders as reference documents (for example, goods receipt, goods issue, subsequent adjustment), user can specify the ordering plant as an additional selection criterion directly next to the purchase order number and the item number.
    u2022 There is a new default value: "copy account assignment fields." When entering other goods receipts, user can copy existing account assignment data from the previous item to use as the default values for a new item. To do this, user has to set the copy account assignment fields indicator in the default values.
    u2022 User changes the default values in the menu path "Settings -> Default Values."
    u2022 Goods movement is monitored with reference to a material document. When you enter the following goods movements, it is possible to specify a material document, such as the following, as the reference document:
    - Goods receipt
    - Goods issue
    - Transfer posting
    - Remove from storage
    u2022 Note that these material documents must be documents that have arisen from a goods movement without reference ("Others") and that are not reversal documents.
    New report : display list of invoice documents (MIR5)
    u2022 Logistics invoice verification offers a new report display list of invoice documents (RMMR1MDI), w hich user can use to display such a list (Transaction is MIR5).
    u2022 As an addition to the existing program invoice overview (transaction code MIR6), user have extended selection criteria and display options. For example, on the initial screen user can make selections by one-time customers, invoice gross amount, and entry date.
    u2022 User can also show an expert mode, which enables him to select at plant level by FI document, GL A/c posting, and Material Posting.
    u2022 In the output list, the report shows both posted and held invoices.
    u2022 It does not show invoices without a corresponding FI document; such as invoices planned for verification in the background or which the software has already verified as containing errors.
    Requirement prioritizations in materials management
    u2022 With Requirement Prioritization functionality user can assign requirement urgency at item level in purchasing and reservation documents.
    u2022 The software determines the relevant requirement priority (overall priority) of a material requisition from the combination of requirement urgency group and organizational priority.
    Mass maintenance of outline agreements
    The following two transactions available:
    u2022 Mass maintenance for contracts: transaction code MEMASSCONTRACT
    u2022 Mass maintenance for scheduling agreements: transaction code MEMASSSA
    Commitment plan for purchase contracts
    u2022 With the function of the commitment plan for purchase contracts, it is possible to pre plan value consumption for a purchase contract.
    u2022 To this end, a commitment plan is generated for each document item of the relevant contract.
    u2022 This commitment plan itself can have any number of items.
    u2022 User can define a value and a validity date for each commitment plan item.
    u2022 This enables user to pre plan different values for different periods of time.
    u2022 The software generates an earmarked fund document for a defined commitment plan item.
    u2022 This earmarked funds document can in turn contain several different items with different account assignments.
    u2022 The software adopts these account assignments from the item account assignments of the commitment plan.
    u2022 If a purchase requisition or purchase order references this contract, the earmarked funds document is copied into the purchase order, and the account assignment is adopted from that document.
    u2022 Account assignment to a different account assignment object is then no longer allowed.
    Availability check in "Enjoy purchase order and requisition"
    u2022 Display and checking of availability are invokable separately in the "Enjoy purchase order and requisition" function, in line with the software behavior on the sales side.
    u2022 User invoke the display and checking of availability in the "Enjoy purchase order" function (transaction code ME21N) and the "Enjoy purchase requisition" function (transaction code ME51N) as follows:
    - To display the availability overview, choose the menu path "Environment -> Availability." - To check availability, choose the "Check Availability" icon.
    - Until this release, if user carried out the availability check for an item of a stock transport order, the software adopted confirmations as per the desired date/time only.
    u2022 Two settings are possible with availability check:
    - Confirmation as per desired date/time (this is the standard setting and corresponds to previous software behavior)
    - Delivery proposal - Full confirmation
    External services: putting service items in the purchase order on hold (changed)
    User can put purchase orders with service items on hold if these items do not contain any errors. Purchase orders with service items can also be put on hold if errors occur only at header level or as a result of the availability check.
    Customizing transactions OX18 replaced by view
    The assigned customizing transactions have been replaced by the following view in the following implementation guide activity in customizing for the enterprise structure: Assign plant to company code: transaction OX18 replaced by view V_T001K_Assign. One will find this activity in the implementation guide under the menu path "Enterprise Structure -> Assignment -> Logistics General -> Assign Plant to Company Code."
    Goods receipt: new movement types in inventory management
    The following new movement types are available in inventory management:
    - 107: Goods receipt to valuated goods receipt blocked stock
    - 109: Goods receipt from valuated goods receipt blocked stock
    Prepayment of invoices
    This functionality is characterized as follows:
    u2022 User can trigger prepayment of vendor invoices in logistics invoice verification.
    u2022 User use the prepayment function for vendors with whom organisation has a good, long-standing relationship.
    u2022 The function enables payment soon after issue of the invoice and full exploitation of the date of required payment and existing cash discounts, by posting the vendor liabilities, taxes, and cash discounts in financial accounting in advance.
    u2022 The software executes the payment of the invoice regardless of the relevant goods receipt and the outcome of the invoice verification check.
    u2022 Most logistics invoice verification standard functions are not affected by the prepayment function.
    u2022 When the software posts invoices, it continues to execute the standard checks.
    u2022 If the software has already posted the prepayment document, user can make only restricted changes to the header fields of the invoice.
    u2022 To ensure adequate and orderly financial accounting postings, a prepayment clearing account has been added to SAP ERP Central Component.
    u2022 Upon prepayment, the software debits this account and then settles the account again after executing the check.
    Purchasing accounting information to the former SAP Business Information Warehouse
    u2022 With the transfer of the purchasing account information to the former SAP Business Information Warehouse component (whose functionality is now part of SAP Net Weaver), it is now possible to maintain Info Cubes, reports, and queries that can determine how and where the costs from purchasing documents have been assigned and controlled.
    u2022 As part of the software, a new data source (2LIS_02_ACC) has been created and the purchasing extraction process extended to cover the account information for purchasing orders, schedule agreements, and contracts.
    Automatic settlement of planned delivery costs with evaluated receipt settlement (MRDC)
    u2022 A new report (RMMR1MDC), available within the logistics invoice verification, can be used to automatically settle planned delivery costs.
    u2022 To invoke the report, from the SAP easy access screen, choose the menu path "Logistics -> Materials Management -> Logistics Invoice Verification -> Automatic Settlement -> Automatic Delivery Cost Settlement" (transaction code MRDC).
    u2022 Functionality for report RMMR1MRS is enhanced.
    u2022 User can use the report RMMR1MRS, "Evaluated receipt settlement with logistics invoice verification (LIV)" (transaction code MRRL), to settle planned delivery costs in addition to goods and service items within logistics invoice verification.
    u2022 To do so, set the relevant indicator on the initial screen of the report.
    Parking service items
    It is now possible to put service orders without errors or with commitment errors on hold.
    Report MB5B : Stock on Posting Date
    u2022 This Report is available with u201CNon-Hierarchyu201D display option which provides details of Opening, Receipt, Issue and Closing balances of Stock with quantity and value both for a given period.
    u2022 This functionality is not available in Release 4.7.
    Stock Transfer Between Storage Locations
    u2022 Function of stock transport orders between storage locations is available from ECC 6.0 onwards.
    u2022 As a result of which user can input issuing storage location with supplying plant.
    u2022 Facility of using different delivery types for different issuing storage locations is available.
    u2022 Shipping Point data can also be determined based on the issuing storage location

  • How can I transfer a purchased app from my laptop to my Mac Pro?

    Okay, here's the problem: I always sync and backup my iPhone on my Mac Pro. However, I recently bought an app from iTunes on my laptop. Both my Mac Pro and my laptop are authorized for my account. However, when I plug my iPhone 4 into my laptop to add the app I purchased (in the usual way, by clicking on the App tab and dragging the newly purchased app into my iPhone home window), iTunes asks me if I really want to delete all of my other purchased apps (forty-something of them). Of course, I DON'T want to do that, but I can't figure out a way to transfer the purchased app from iTunes on my laptop to iTunes on my Mac Pro (where all my other apps live). I called Applecare, and they suggested that I copy all of the folders from my Mac Pro/Users/Me/Home/Library/iTunes/ folder to the matching folder on my laptop, which I did, but to no avail. Do I have to buy the app all over again (on my Mac Pro or directly on my iPhone)????
    It just occurred to me that I might be able to back up my iPhone on my laptop in addition to my Mac Pro, after which I might be able to add the recently purchased app without a problem. But if the answer is so simple, why didn't the applecare person suggest this? Has anyone else run into this conundrum?

    If you bought an app, if you try to buy it again it will just download the app again. You do not get double billed for the app. So you could down load the app again on your iphone or on your desktop. Alternatively you could use Home Sharing to sync purchased apps, movies, music between the computers. http://support.apple.com/kb/HT3819 explains how to enable/use home sharing.
    I hope that helps

Maybe you are looking for

  • Syncing apps from one account to another

    I am using a new itunes account how to get old apps from my first account to sync to new account so it uses new account when i want to update them?? please help

  • Hey, my itunes started crashing. no idea why

    so as the title says, it crashes it shows a windows error report like 5 seconds after itunes starts and it shuts down also if i have my ipod plugged when i start it it also shows n error report for the sync program and 1 more thing... anyways... i tr

  • Online number in Thailand

    Is Online number available for use in Thailand? If not, when will it be available? Thanks in advance for your response. Solved! Go to Solution.

  • How can I change line colors in HTML reports?

    I have a VI that is creating an HTML report based on a table of results. I change the back ground color of the line based on failed results. However this line color change is not seen in the HTML reports. Can anyone give me a good way of basically tr

  • Incomplete title after import

    I've been using iTunes on my PCs since it was made available and I've been using iTunes to rip music since then as well. One thing that always bothered me was that when iTunes imports a CD, it will only partially name a track if it is longer than 36