Table to find sales order created for a transaction type.

Hello all
I have a requirement that i need to check all the orders created for a transaction type and to find out how many of them are active now and how many of them are deleted.
i know only the transaction type and based on this input i need to know the above details is there any report or table for this.
Thanks and Regards
shanto aloor

Hello shanto aloor,
in the database table CRMD_ORDERADM_H you can search by transaction type. In Se16 you can enter the process_type to find the related transactions. If you have the header GUID you can use also the report (SE38) CRM_ORDER_READ to get more details of the transaction.
Hopefully this information will help you to meet your requirement.
regards
Rene

Similar Messages

  • How to find Sales order numbers for List of Deliveries

    Hi
    How to find Sales order numbers for List of Deliveries
    Thanks
    Muthu

    Hi,
    Open the delivery list.
    Select  a delivery, goto menubar, environmment, document flow.
    Here u can able to see the  order no. (but, here u can see one by one , not cumulatively)
    Regards
    Kaleeswaran

  • T code to find sales orders/Deliveries for which batch job could not create

    Hi
    Once a PGI has been created for a sales order, the invoice should be created in nightly batch. Once is a while, something is wrong and SAP cannot create the invoice. I know there is a transaction that will list the orders / deliveries where SAP could not create the invoice. Can you tell me what that t-code is? Thanks

    Lakshmipathy
    I think you did not get my point corectly , I know , billing docs due list , what I  need was after batch job running , for some deliveries , due to some reason , billing docs might not have created .
    Business needs to know only thsese delivery docs in a T code or table but not all the due document . I did not find answer for this question in SDN .
    I got the answer now  for this question , it is V.21 .
    Thanks for your time .

  • Find Sales Order Number for teh combination of material and serial number

    HI Friends,
    Can you please tell me how do i find out the sammes order number for a combination of material number and serial number. I need to make technical specs for this. Can you guys help me give soem idea !
    Thanks in advance for your help !

    Hello Mike
    If i'm  not wrong , as per  my understanding   you can't find the  combination at sales order level , as serial no will  come into picture in delivery level  only  .
    so plz  find  some  other  way ,
    hope this will give  you some input 
    Regards
    Venkat

  • Sale order create BAPI and output types

    Hi Experts,
           In our organization, we are using BAPI BAPI_SALESORDER_CREATEFROMDAT2 to create sales order.
    We are having no problem creating sales orders. But one more functionality they wanted to add.
    We have a screen where user enters all the data and at the same time he selects weather the order should be printed or Faxed or both.
    Please let me know where i can send this information in that BAPI and how.
    I hope ORDER_KEYS is the table to send the data. If that is the case, could you please explain how that works and how that makes entry in NAST table.
    Thanks,
    ABAPer.

    To propose output type automatically, you need to maintain proper output determination for the sales.
    For example, you want to have BA00 output for every order, than you need to maintain the order type for that condition in VV11 transaction. Here you can maintain customer numbers. Now, when you create a Sales order for this customer and saves it, system automatically propose an output.
    So, you need to maintain on output detemination to propose output.
    Regards,
    Naimesh Patel

  • How to find out the list of Production orders created for sales orders

    Dear All,
    Our company wants to generate a report for a List of Materials sold out in a particular Product Hierarchy. Along with that we want to know the list of Production orders created for the sales orders.
    How to identify the production orders which are created based on Sales orders.
    Kindly suggest.
    Regards,
    Mullairaja

    Check these threads
    [Sale Order & Production Order|Sale Order & Production Order;
    [Re: Linking Production Order against a Sale Order MRP run|Linking Production Order against a Sale Order MRP run;
    thanks
    G. Lakshmipathi

  • Applying Price list for sales order created from Internal Requisition

    I am using 12.0.5. I have created a price list and applicable discount. I am creating Internal Requisitions and Importing them into Order Management as Sales Order using "Create Internal Order" and "Import Request". But when the sales orders are created, the pricing flag is "Freeze Price" and to apply the price list, I have to change the pricing flag of each line and re-price order/ line. Is this a way around this such that Sales orders created from Internal Requisitions pick up the correct discounted selling pricing automatically after import?

    Hi Ravichandran,
    When the Internal Sales Orders are created via Order Import program, the pricing flag will be "Freeze Price" because the value of CALCULATE_PRICE_FLAG will be set to 'N' in the OE interface line table by the Create Internal Orders program. This is the standard functionality of the Oracle.
    However, if your requirement is to re-price the line (automatic application of discounts at the time of booking) after the SO is created then to avoid the manual repricing steps, you can write a custom program to update the CALCULATE_PRICE_FLAG to 'Y' for the OE Line records present in the interface tables itself. You need to make sure that this update happens before the Order Import program. You can create a Request Set to acheive this, for example...
    XXX Create Internal Orders (Custom Request Set)
    - Create Internal Order (Standard Oracle Program)
    - XXX Update PriceFlag for ISO (Custom Program to update the price flag)
    First run the above request set & then run standard Order Import program. So when SO is being booked, CALCULATE_PRICE_FLAG will be 'Y' i.e., Calculate Price, the required discounts will be pulled & the line will be re-priced automatically.
    I hope this is what you wanted to achieve. Let me know if you have any questions.
    Regards,
    Hemanth

  • Need code for sales order create report using bapi's

    need code for sales order create report using bapi's

    Hi,
    Go through below link
    http://www.saptechies.com/bapi_salesorder_createfromdat2/
    <b>Reward points if it helps,</b>
    Satish

  • Throw Information message for sale order created with value less that 5$

    Hi all,
            I am basically an abaper, I have got a requirement in SD. The requirement is any sales order created with value less that 5$, should be prompted with an error message saying the minimum order value should be more than 5$. Could any one help me on this.
    Thanks in advance,
    shiv

    userexit_save_document_prepare,main program - sapmv45a, issue an error message if your document value is less than 5$ (VBAK-NETWR) but check if your order has any non-rejected item, I would not issue this message if all items are rejected:
    loop at xvbap where updkz ne 'D' and abgru = ' '.
      exit.
    endloop.
    if sy-subrc = 0.  "-you have at least one non-rejected, non-deleted item.
    NOTE: sapmv45a works NOT only for orders, so please check document types in your logic which are relevant to your messge only (VBAK-VBTYP and/or VBAK-AUART).

  • Q30: Cannot find sales order for a committed stock item

    I have a few item numbers which show committed stock in item master data/stock but I cannot find an open sales order or even with an open line on a closed sales order. I have tried various query reports without success.
    Does anyone have a key to unlock this problem?
    Thanks,
    Robin

    Hi,
    Sorry but I am pretty new to SAP and on a learning curve so no idea what note 999124 is or even where/how I would use it.
    Can you explain further please?
    Robin
    Lakshmipathi     
    Posts: 17,513
    Registered: 8/9/07
    Forum Points: 34,462 
    Solved problem (10)
    Very helpful answer (6)
    Helpful answer (2)
       Re: Q30: Cannot find sales order for a committed stock item  
    Posted: Jan 12, 2011 3:18 PM    in response to: Robin Bellion           Reply 
    Check Note 999124 - Incorrect committed\On order quantity when changing orders
    thanks
    G. Lakshmipathi

  • Is there a Business Object for Sales Order Create and Change VA01 and VA02

    Hi experts -
    I am looking for a business object for Sales order create and change VA01 and VA02 respectively?
    Thanks,
    Mark

    Hi Mark,
    I think this question is best answered in [SAP Solutions|/community [original link is broken]; Forums.
    - Subhodeep
    Edited by: Subhodeep on Aug 29, 2009 11:14 AM

  • Function module which uses both BAPI's for sales order create and change

    Please name the function module which uses both BAPI's for sales order create and change.
    BAPI_SALESORDER_CREATEFORMDAT2
    BAPI_SALESORDERCHANGE

    Yup.
    you must write a piece of code for this.
    with if else condition.first check if SO is exsist than use second FM to change it else create new SO from first FM.
    logic somethig like this.
    Amit.

  • Sales order created date for Quotation

    Hi Experts,
    Need your advice,
    I need to create report, my requirement is below,
    Quatations, Quatation created date, First sales order created date.
    so for this, I've created new Infoobject ZSODATE, ZREFDOCNUMBER which will bring date for sales orders
    logic used :
    Doc Type : ZPRO (sales orders) and ZPRQ (quatations)
    so ZREFDOCNUMBER will have all document number of  DOC TYPE = ZPRQ & ZPRO
    For Eg.
    Quatation = 200001 created on 20/07/2010.
    sales order created under quatation 20001 is 53 on 22/07/2010.
    Now I need a report like this
    Quatation = 200001
    Created on = 20/07/2010
    First Sales order created = 22/07/2010.
    but my out put is
    Quatation          Created date               First sales order created
    200001             22/07/2010                      22/07/2010
                          20/07/2010                           x
    Note I've created formula variables for created date and first sales order created.
    Thanks in Advance
    Regards,
    Raghav

    Hi,
    Are you having Autation creation date and Sales order creation date in seperate filed?
    If yes then Just put the global filters on document type as per need.
    Display all required four fileds in report.
    I hope it will help.
    Thanks,
    S

  • How to find sales order using material???

    hi guyz,
    i have a mateial and i want to check the sales order created with this material, I am using VBAP table in SE16,could you plz advice how can i check sales order for this material using table.appreciate immediate reply.
    Thanks.
    Md

    Hi Md,
    If you want to find the sales orders with the material number then go to SE16 and go to VBAP table.In the VBAP table selection screen give the material number which you want then press F8 you will get the all sales orders with your material number.
    Thanks,
    shyla

  • Sales order create/append difference

    Hi,
    I've been trying to find a standard way to find out whether a sales order is being created or appended through any means other than the below:
    1) VBAK-VBELN can be checked to see if the sales order number has beencreated while in a user exit
    2) SY-TCODE can be checked for value 'VA01' or 'VA02' - of course this will not work while calling a BAPI to create the order
    3) T180-TRTYP Again, this is line specific, it will only show if a line is being inserted or amended - so this doesn't help me
    Does anyone know any other way, preferrable using a SAP standard field to figure out the difference between sales order create and append?
    Thanks,
    Tabraiz

    What i mean to say is if the exit triggers in bapi execution and
    if the any of the parameter in your exits has the document number,
    then you can just do a select single from db and confirm whether its change or create.
    like
    if ( sy-tcode = 'BAPI' ) or ( sy-code CP 'Z*' )  or ( sy-tcode = 'SE38' ) or ( sy-tcode = 'SE37' ).
    select single * from abc.....
    elseif sy-tcode = 'VA01'.
    elseif sy-tcode = 'VA02'.
    endif.
    also
    did you check the field TCODE in table T180

Maybe you are looking for

  • Change first day of the week in Calendar?

    When I updated my iPhone to 3.0, my default Calendar app switched the first day of the week (in month view mode) from Sunday to Monday. Any idea how I can change this back? -Gerald

  • How do I save or export my web pages as PDF files?

    I'm trying to save or export web pages from my Firefox that I'm using on Windows Vista as PDF files. There isn't an option for this nor any information in your help files on this. Thanks for your time and I look forward to a response. == This happene

  • How to display Process name in UWL

    Hi All,    I have integrated the GP and UWL and now I want to display process name in the UWL tasl list(instead of action name). Thanks Raja

  • Urgent Help - BBM not opening

    Please I updated my BBM on Q10 to Version 10.3.3.68 and since then it has failed to open, I really need help on what to do. I run on OS 10.2.1.176 Solved! Go to Solution.

  • Title photos of web galleries are not changeable?

    Dear everybody, I've been trying to change the "title photo" of some of my web galleries - that is the picture a viewer sees first when entering the gallery overview. Simply putting the desired picture in first place via iphoto doesn't do the job. Do