List of orders for which varience calculated and settled

Dear Friends,
        How to list out the production orders for which variance calculated and settled by each period wise,Please give me a solution.

Hi,
U can find some status of order in COOIS T code or in Order it self.
Go to COOIS
Select the option in status field.
SETT - Order Settled,
SETC - Settlement Rule Created
SETM - Settlement rule created manually.
TECO - Techo  (Once order is Completed).
without techo order is not settled.
Regards,
Pavan PP

Similar Messages

  • Report for the List of Vendor for which no Purchase order has been created

    Hi ALL
    Please let me know if there is any Report for the List of Vendor for which no Purchase order has been created
    regards,

    Hi Prateksha Vaid ,
    Go to transaction S_ALR_87012093
    Select accounts with no purchases checkbox and execute
    Diwakar
    reward if useful

  • How to get list of orders for current date.

    Hi,
    My requirement is to get list of orders for the date on which order was created such that I don't have to change the date in my application.
    Every time I run my application it should generate orders created on that current date without manually giving current date.
    This has to be done directly using BAPI and without creating a RFC. 
    I tried with bapi " BAPI_ALM_ORDERHEAD_GET_LIST " using parameter OPTIONS_FOR_START_DATE  but there I can't enter sy-datum and hence, every time I hence to change the date.
    Please tell me if there is any possible way to get fulfil above requirement.
    Thanks.
    Shilpi Agarwal.

    Hi Shilpi,
    This looks simple to me.
    Just create a variant in IW38 with U_your UserId as shown in the picture (Dynamic date selection for Created On set to Current Date)
    The status settings obviously would be
    Jogeswara Rao K

  • How to List Sales Orders based on Creation Date and Delivery Priority

    Dear all,
    How can we list Sales Orders based on creation date and delivery priority.
    I tried using vl10a transaction code, but there we can see sales order based on delivery date.
    we need to list all sales order based on delivery priority and sales order creation date.
    can any one of you tell me which standard report gives such kind of report. Your suggestions will be highly appreciated.
    Thank you
    Raghu Ram

    Hi Raghu,
    There is no st report available as per your req.
    Using SQVI, you develope one report that is list of sales orders based on your req.
    SQVI is used to convert a Quick View into a query.
    Quick Viewer:
    The Quick Viewer allows you to define reports without having to program yourself. The Quick
    Viewer is especially useful for new users and occasional use.
    Quick Viewer is a tool for generating reports. SAP Query offers the user a whole range of options for defining reports. SAP Query also supports different kinds of reports such as basic lists, statistics, and ranked lists. Quick Viewer, on the other hand, is a tool that allows even relatively inexperienced users to create basic lists.
    Quick View definitions are user-dependent. You can transfer a Quick View into SAP Query in order to make reports, for example, accessible to additional users, or to use the other functions available in SAP Query.
    The following is a comparison of Quick Views and queries:
    Quick Views possess the same functional attributes as queries. However, only basic lists may be defined with Quick Views.
    In contrast to queries, no user group assignment is necessary with Quick Views. Each user has his/her own personal list of Quick Views. Quick Views cannot be exchanged between users. Quick Views may, however, be converted to queries and then be made available to other users in a specific user group.
    Info Sets are not required for Quick View definition. Whenever you define a Quick View, you can specify its data source explicitly. Tables, database views, table joins, logical databases, and even Info Sets, can all serve as data sources for a Quick View. You can only use additional tables and additional fields if you use an Info Set as a data source.
    The Quick Viewer uses various controls. Certain hardware and software requirements must also be fulfilled before you can use the Quick Viewer.
    To define a Quick View, you select certain fields according to your data source that determine the structure of your report. The report can be executed in basis mode with standard layout or may be edited using drag and drop and the other toolbox functions available in WYSIWYG mode.
    Reports created using the Quick Viewer may also be passed to external programs (Excel, for example).
    Call the Quick Viewer using System -> Services -> Quick Viewer (or transaction SQVI).
    Enter the name of the Quick View. Quick View names can contain a maximum of 14 characters.
    Choose Create.
    Enter a title for the Quick View and remarks, if you think they are relevant.
    If you do not want to base your list on a table, use the possible entries pushbutton in the Data source field to select another data source. You can choose logical databases or Info Sets. In addition, you may also create table joins. For further information, see Selecting a Data Source.
    Choose Basis mode if you want to create the list directly with no list design. Choose Layout mode if you want to define the layout of your list yourself.
    SQVI Table Quick viewer – Used to created quick client dependent reports
    Probably the easiest and most flexible way to do this is thru one of the ABAP query transactions.
    Transaction SQVI can do this and it has a very good help function that explains how it works... the drawback is that it is only for one user.
    You can play around with it and see if it meets your needs...
    The query results will come back in an ALV Grid or Excel... you can select what fields are returned, and have a selection screen to enter the search criteria.
    You can get the report by joining the tables VBAK and VBAP.
    If you have any queries, i will forward screen shots to your id.
    Reward points pls.
    Regards,
    Govind.

  • Sale orders for which invoice has been created

    is there any table in sd module from which we can find out the list of all sales order for which invoice has been created.

    Hi
    Kindly Table VBFA.It is sales document flow table containing data from the begining of sales order till the invoice.
    VBTYP_N = 'M'  invoice
    Thanks
    Subha

  • How to create Returns against an order for which Credit memos exist

    Dear Gurus -
    I am getting error message 'Credit memos already exist for item 000010: 1 PC' when trying to create a return order against a standard order for which I have already created a credit memo request.
    Following are the detailed steps:
    1) Created a standard Order
    2) Created a Delivery and Transfer and Posted the Goods Issue
    3) Created a Billing Doc
    4) Created a Credit Memo request against standard order for Qty '1'
    5) Removed Billing Block and released the credit memo request
    6) Created a Credit memo
    Now when I try to create a return (Order type 'RE') for the same standard order; I get following error message
    'Credit memos already exist for item 000010: 1 PC'
    Can any one guide me how can I resolve this issue?
    Thanks!

    What was the original despatched quantity ??  It should have been more than 1 in which case, system wont give this message.
    Also for your credit memo, you would be having a separate item category.  So go to VOV7, select that item category and untick the box for "Sched.Line Allowed".
    Now retry your process and update the forum.
    thanks
    G. Lakshmipathi

  • We are trying to implement a process so that any document that needs to be printed through our Java application will be printed as PDF using Adobe Reader. For which, We created and execute the below command line to call Adobe Reader and print the PDF on a

    We are trying to implement a process so that any document that needs to be printed through our Java application will be printed as PDF using Adobe Reader. For which, We created and execute the below command line to call Adobe Reader and print the PDF on a printer."C:\Program Files (x86)\Adobe\Reader 11.0\Reader\AcroRd32.exe" /T "\\<Application Server>\Report\<TEST.PDF>" "<Printer Name>". Current Situation: The above command line parameter when executed is working as expected in a User's Workspace. When executed in a command line on the Application Server is working as expected. But, the same is not working while executing it from Deployed environment.Software being used: 1. Adobe 11.0 enterprise version. 2. Webshpere Application Server 8.5.5.2. Please let us know if there is a way to enable trace logs in Adobe Reader to further diagnose this issue.

    This is the Acrobat.com forum.  Your question will have a much better chance being addressed in the Acrobat SDK forum.

  • How to find that a sales order for which there is  delivery but no goods

    Hi
    How to find that a sales order for which there is  delivery but no goods issue has been done i.e we have an open delivery for a sales order.
    How in VBUK table can we find  out with the sales order no .
    Thanks in advance

    make use of table VBFA.
    Regards
    Peram

  • Why has Apple decided that online orders for Macbook Air display and speak VO when first opened from the box? I"m guessing 1%or 2 % of your customers know what it is or want it.

    Why has Apple decided that online orders for Macbook Air display and speak VO when first opened from the box? I"m guessing 1%or 2 % of your customers know what it is or want it.

    You are not talking to Apple, we are just users like you.  Only Apple knows that answer.

  • I just bought a Macbook Air. I also have an external harddrive for which to transfer and save all my existing music from my PC. Will I have any troubles with iTunes recognizing where my music is located if I keep it on the external harddrive?

    I just bought a Macbook Air. I also have an external harddrive for which to transfer and save all my existing music from my PC. Will I have any troubles with iTunes recognizing where my music is located if I keep it on the external harddrive and not save it on the computer's harddrive?

    Just be sure to Follow the steps here to transfer your iTunes to an External Drive...
    Backup iTunes to an External Drive
    http://support.apple.com/kb/HT1751

  • Aproval Process for Shipping cost document and settlement

    Hi
    Is there any approval process for capturing shipping cost and settlement (Using t codes VL31N,vt01n &VI01)?
    MVRao

    Hi
    This has been closed and done through development.
    Maganti rao

  • Function Module or BAPI for Sales price calculation and Pricing worklist

    Hi Retail experts,
    We frequently change purchase conditions, but not that frequently for cases like perishables, so sales price calculations needs to be done each time. This means pricing worklist generation and release is done often and then sales price recalculation is done each time article wise and for various organization level.
    We have 15000 articles for which purcahse conditions changes, it is impossible to generate and release pricing worklist and do sales price calculation for each article
    So solution may be to find a FM/BAPI for the following transactions and automate them.
    Do you know FM/BAPI for VKP5/VKBP or VKP6, WVN0, WVN1 transactions.
    Regards
    Bob

    HI Madhu,
             Thanks for the reply,
    I am looking for BAPI or FM which will check all pricing condition types( like MRP of the Material(table A304), discounts(A800,A802,A803,A804) for that customer and Tax) and give me the value(KONP-KBETR).
    I can only pass Customer, material, quantity etc.. so that BAPI or FM has do all standred checks/ validation and give the
    KONP-KBETR for all condition types like MRP, discounts, Tax. we are developing the custom program for sales order creation so we require the all this before saving the sales order.
    Regards,
    Nagesh
    Edited by: nageshdb4u on Mar 5, 2011 12:05 PM

  • Auto TECO Orders for which finished date has been reached-Periodic Job

    Dear PP GURUS N EXPERTS,
    My company want to TECO all the production order automatically for which finished date has been reached or (Finish date is before current date).
    On SDN, I have found that it can be carried our by scheduling the variant of PPIO_ENTRY or COHV. and it will be a periodic job.
    I want to know that for this which parameters I have to select and where / how I mention that order finish date has been reached. Since it will be a periodic job.
    Early response will be highly appreciated.
    With thanks,
    DSC

    Dear DSC
    You can use tranaction code CO44, define a variant for periodic job.
    Important selection parameters :
    Status selection profile : define which kind of production orders you want to set TECO indicator, for example with status CNF or DLV.
    Basic finish date : define basic finish date, for example if you want to TECO the production orders whose basic finish date is less than or equal current date, when you create the variant, selection variable can be D ( D: Dynamic date calculation ), name of variable can be "current date"
    Actions : please select the indicator "complete Technically".
    You can have a try, please let me know the result.
    Qiu

  • Migration of Items for which IR done and GR not done

    Hi,
    We are migrating from legacy to SAP. On FI we are migration following items
    - Migration of Trial Balance as of a cut off date
    - Migration of AR,AP and GL Open Items
    We will have some IRs for which GRs are not done, what should be strategy for migrating the same. Kindly note that we are not migrating POs from legacy.
    Thanks
    Balla

    If you don't migrate the PO from legacy to SAP then you will not be able to do the 3-way match automatically on SAP. I suggest you convert IR over as open item in AP but populate the payment block to prevent them from being paid by the payment run. Whenever GR is done in legacy system or manually by paper tracking or otherwise the user should release the payment block on the AP invoice. If SAP is the inventory system I would assume the user also need to perform the GR as a 501 movement type (goods receipt without order). The account used when doing the 501 movement type should be the provision account used in legacy system (provision account for 'invoiced, not yet received').

  • How to get List of Orders for given BP

    Hi,
    I want to get the Sales Orders for a given list of Business Partners (Partner Func '00000001'). I tried to use
    BAPI_BUSPROCESSND_GETDETAILMUL but this BAPI needs to Transaction Header GUID as import parameter ti get the detail. SO does the FM CRM_ORDER_READ
    What I want is a Class/BAPI/FM that will give me a list of Sales Order Header GUID's based on a List of Business Partners
    Thanks

    Hello,
    Check function module CRM_BUPA_READ_ORDER_OBJECTS. It will get all document associated to a business partner.
    Kind regards.

Maybe you are looking for

  • I Mac 10.6.8 Start updating and update wont quit. Runs all night.

    I am using an iMac, version 10.6.8. I currently have Mozilla Firefox version 5. I have tried, per your notice, to update several times. Each time, the updating begins and doesn't stop. The last time, I started the process and let it run over night. T

  • Aspect ratio changes?

    I have edited a short film shot entirely in 16:9 on a 4:3 timeline (unaware I was doing so). So when I export my "widescreen" film, it is a 4:3 video with black bars on the top and bottom. So what I thought was if I create a new project, use "DV-NTSC

  • Tab page is missing

    Hi, I m planing to show the Pharmaceutical tab page on creation of bp role which is avaiable in screens PHA010 (Pharmaceuticals) . In that Pharmaceuticals tab I want to bring Views like PHA101 to PHA301 and all the sections and fields are assigned to

  • Can't use voice/video functionality with external domain connected users through federation

    Hello All, Hope you keeping well..!! We are communicating with external customers lync server through federation option setup on our corporate lync server.  We have received the federation setting from the customer with SIP address which has been set

  • Buring CD affect Original File in iTunes?

    I feel like when I make a mix cd in my itunes, when I go back and listen to the original file on my ipod or laptop the sound quality gets slightly lower. Does burning a cd in iTunes affect the original iTunes files? I don't mess around with settings