Production order item details (For Archived Production Orders)

Dear SAP Buddy,
Please can anyone tell how to get the Document Goods Movement list of archived Production orders alongwith the G/L accounts assigned with all Documents Goods movement
Awaiting reply from all genious SAP Buddy
Answer will be highly appreciated
Rgds
BV
Edited by: Brijesh Verma on Jun 17, 2009 2:37 PM

Hi
Try in MB51 with tick for check short documents in archive along with  proper Archive info structure  at the bottom of the screen
Regards
Brahmaji

Similar Messages

  • FMs to get the order items list for an order template

    Hello everyone,
    I'm looking for sap FMs (or tables) to get the order items list for a given order template in CRM backend.  Any advice/suggestions?
    Thanks, Jin

    Hello Jin,
    Function module CRM_ORDER_READ with either the Header GUID will give you everything about the order and you can optimize the call by limiting the sets you want to get in the export tables.
    The item list (administration data) can be from ET_ORDERADM_I and the details about the products can be found from ET_PRODUCT_I
    FYI, this will work for any transaction - Order, Quotation and of course Order Templates too.
    Easwar Ram
    http://www.parxlns.com

  • Sales order item details configuration

    Hello All,
    I have a requirement to get the Sales order item details configuration programmatically in user exit in sales order create and change.
    In sales order change i am using function module "VC_I_GET_CONFIGURATION".
    Input for this function module is instance (VBAP-CUOBJ).
    I am getting the configuration here. But i am not able to get it in create mode (VA01).
    Can any one help me please.
    Thank You,

    Hi Harish,
    INOB table key is CUOBJ, At run time the VBAP-CUOBJ is not generated yet. Its value is now "999999999999990001".
    I guess once the order is created we will get an entry in INOB.
    Do you have any other way with which INOB entry can be selected ?
    Thank You.

  • Purchase order item details in the drop box is not appearing

    Hi all ,
    I have created a 'Z' transaction  ME22N .Purchase order change .
    In that transaction purchase order item details in the drop box is not appearing.
    Please suggest .

    Hi,
    System will not display the Purchase order item details in the first screen. First enter the data on the Item overview like Material or short text then only it will display the Item details.
    I think you are checking with out entering the data on Item overview .
    Check by entering the material/short text.
    rgds
    Chidanand

  • Req:Download of purchase order item details using ALV oops

    Hi all,
    How to download the purchase order item details using ALV oops from the output of header details

    Hi all,
    How to download the purchase order item details using ALV oops from the output of header details

  • BAPIFM to read Sales Order Item Details

    Hello Experts,
    Any idea if there is a BAPI/FM which I can use to retrieve all item details of a Sales Order?
    ~ Vinayak

    Hi
    Kindly check the below  function module
    BAPI_SALESORDER_GETLIST
    Regards
    Damu

  • How to extract TEXT for archived Purchase Orders ?

    Hi Friends,
    Can any one tell me how to extract TEXT for archived Purchase Orders ?
    I have used READ_TEXT but that is not fetching texts for archived PO's. Whenever I am trying to fetch data from STXH against archived PO, no value is coming and resulting SY_SUBRC <> 0.
    Any demo code will be highly appreciated.
    Thanks in advance..
    Sivaji

    Hi,
    You can see that table STXH is linked to archiving object MM_EKKO (you can see it in tcode DB15).
    My suggest is that you must get the data. See the demo object BC_SBOOK in tcode AOBJ. You can see the report to reload data. The object is get the data in an internal table. So for report SBOOKR you can see this function module:
    *   get data records from the data container
    *   SBOOK
        CALL FUNCTION 'ARCHIVE_GET_TABLE'
          EXPORTING
            archive_handle        = lv_handle
            record_structure      = 'SBOOK'
            all_records_of_object = 'X'
          TABLES
            table                 = lt_sbook_tmp
          EXCEPTIONS
            end_of_object         = 0.         "not entries of this type
    *   check lt_sbook_tmp entries against selections. Delete not
    *   requested entries
        LOOP AT lt_sbook_tmp ASSIGNING <ls_sbook>
                             WHERE carrid IN s_carrid
                               AND connid IN s_connid
                               AND fldate IN s_fldate.
          APPEND <ls_sbook> TO lt_sbook.
        ENDLOOP.
        REFRESH lt_sbook_tmp.
    The idea is that you get the same data that you handle in READ_TEXT (because you don't have the data in database) and recovery the text.
    I hope this helps you
    REgards
    Eduardo

  • How to handle table control in BDC while uploading item details for anorder

    How to handle table control in BDC while uploading item details for an order?
    What is the use of CTU_PARAMS structure in BDC?
    In Finance I have done some changes to the layout set by coping to a zscript(duning letter) and how can assign the print program?
    What is the process to test the finance script?
    How can I see the print preview whether it is coming correctly or not?
    Thanks in advance.
    Regards.
    Abhilash.

    hi,
    for the bdc control refer the following link:
    http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm
    ctu_params:
    refer to the link
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/dataTransfers-LSMW%2CALE%2C+BDC
    reward if useful,
    thanks and regards

  • Item details for a given Invoice..????

    How to get item level details for an invoice , when an invoice number is given.
    now am searching in VBAP Table for item level details in which iam not able to get the details (like delivery expected date)
    could lease suggest any Function Modules which returns the item level details.

    Hi ,
    see below tables and relation ships. it may give clear idea about how to connect invoice to order item details.
    VBAK: Sales Document (Header Data) (VBELN)
    VBAP: Sales Document(Item Data) (VBELN,POSNR,MATNR,ARKTX,CHARG)
    Enquiry, Quotation, Sales Order are differentiated based on Doc.
    Type(VBTYP field) in VBAK,VBAP Tables( for Enquiry VBTYP = A,
    for Quotation 'B' & for Order it is 'C'.)
    LIKP: Delivery Table (Header Data)(VBELN,LFART,KUNNR,WADAT,INCO1)
    LIPS: Delivery Table (Item Data)(VBELN,POSNR,WERKS,LGORT,MATNR,VGBEL)
    Sales orders to Delivery Link
    (LIPS-VGBEL = VBAK-VBELN, LIPS-VGPOS = VBAP-POSNR)
    VTTK: Shipment Table (Header Data) (TKNUM)
    VTTP: Shipment Table (Item Data)( TKNUM,TPNUM,VBELN)
    Delivery to Shipping Link
    (VTTP-VBELN = LIKP-VBELN)
    VTFA: Shipping Document Flow(TKNUM,VBELV,VBELN)
    VTPA: Shipping Partners data(VBELN,PARVW,KUNNR,PERNR)
    VTTS: Stages in Shipment(TKNUM,TSNUM,TSTYP)
    VTSP: Transport Stage/Shipment Item Allocation(TKNUM,TSNUM,TPNUM)
    VEKP: Handling Unit: Header(Packing)(VENUM,VSTEL)
    VEPO: Handling Unit: Item (Packing)(VENUM,VEPOS,VBELN)
    VBRK: Billing Table(Header Data)(VBELN,FKART,BELNR)
    VBRP: Billing Table(Item Data)(VBELN,POSNR,FKIMG,NETWR,VGBEL,VGPOS)
    Invoice to Sales order Link
    (VBRP-AUBEL = VBAP-VBELN, VBRP-AUPOS = VBAP-POSNR).
    Invoice to Delivery Link
    (VBRP-VGBEL = LIPS-VBELN, VBRP-VBPOS = LIPS-POSNR)
    Regards,
    Vishvesh

  • Sales order items refers to different purchase order items

    Hello SAP Experts,
    I have a requirement where sales order items are referring to different purchase order items. For eg. Item 1 from SO exist in PO no. 11 where as item 2 from SO exist in PO 12. Transaction MIRO allows to post items belonging to different purchase orders, but we have to do invoice verification using IDOCs. In EDI process, it is taking PO number from the SO header and not from the SO items.
    Can anyone suggest how to get PO number from the SO item and not from the SO header.
    Thanks.

    Not possible to create sales order with reference to PO.
    but if to capture cost, you can consider adding cost to customer's invoice.
    e.g.
    SO -> PO -Inb/IR -> GR -> OB -> Inv(Add here)
    to add in that invoice, its either manual or through automatic condition.

  • Copy List Item Attachment for archiving using SharePoint Designer 2013

    hi,
    how to Copy List Item Attachment for archiving using SharePoint Designer 2013

    1. You can use access:
    http://viziblr.com/news/2011/11/5/batch-exporting-sharepoint-2010-list-item-attachments-using.html
    Or you can try below script
    You can loop through each list item, and get each attachment.
    List<SPAttachment> attachments = new List<SPAttachment>();
    SPList list = SPContext.Current.Web.Lists["My List"];
    foreach (SPListItem item in list.Items)
    attachments.AddRange(item.Attachments.Cast<SPAttachment>());
    If this helped you resolve your issue, please mark it Answered

  • Item Details Columns of Production Order

    Hi,
    In a Production Order Component overview screen,i can see 4 columns related to item details- ITEM, OpAc,ItemID,ItemNo.
    Can anyone explain what is the use of above 4 columns and how are they different from each other. Does maintaining all the above 4 columns are mandatory. Can we make changes to the Column-OpAc,Item,ItemID,ItemNo once a production order is created and released .
    Thanks in advance.

    Position the cursor on the fields which you mention & press F1, it will clarify your query.
    If you have done that & yet not clear, then can you let us know what is not so clear about it. I believe the SAP help for those fields are sufficiently explained isn't it?

  • Order type settings for  convert planned order to production order

    Dear sir,
    I have 1 company code ,under 2 virtual plants are there.My scenario is plant 1(main plant)and plant 2 (virtual plant)
    both plant same FERT material.in plant 2 i am creating sale order and atual production will be done in plant 1.
    FERT material plant 2(strategy-40 sp.procurement-40 setting in spro ref plant (plant1) )and  plant 1 material (strategy 82)
    run the MRP MD50.panned orders are created but iam not getting production orders directly not getting the production orders
    .i have done settings in spro OPPE order type is given.in MD04 manual conversion planned order to production order system asking order type ,but i given order type in OPPE
    What are the settings for  production order directly from sale order at the time of RUNNING MD50
    Regards,
    Naresh.

    Hi,
    You will not get a production order out of MD50. That would have to be set up in the SD customizing for the sales order item, but I am not sure that would work with your two-plant setup.
    After MD50 you need to run CO41 for the collective conversion (and I also recommend the mentioned production scheduling profile customizing and then maintain this profile in the material master work scheduling view)
    BR

  • ITEM DETAILS: CONFIGURATION  in sales order

    Dear  guru,
    In the sale order if we want to see the variant configuration details for a particular line item then after selecting the line item we press
    the ITEM DETAILS: CONFIGURATION icon. Once we press this icon then the system will take us to a display characteristic value screen where we
    can see the configuration details of that particular line item. But now in PRODUCTION SYSTEM we are not finding any value for a variant
    configuration material in the sale order display characteristic value screen, eventhough it is maintained in the material master MRP3 view.
    But in deveploment  client  it is showing correctly.
    Pl. suggest

    Get with the VC person and have them move all the model details to PRD

  • Item Category for a Product

    Hi All,
    I need to get the Item Category Group for a product. Are there any function modules to get this. Or else which database tables to look in for.
    Thanks,
    Smita

    Hi,
    What is your Question?. Are you looking for Item Category Groups are what?.
    Item category doesn't carry any value. It helps you to categorise the product as per the requirement.
    e.g: If you have created a product--XYZ in CRM Product Master, there in the BASIC DATA View if you mention the ITEM CATEGORY as NORM and the DIVISION as 00.
    And now if you want to use this product in an application like Sales Order (TA), then you have to do the Item category determination in IMG..and i hope you know the procedure..
    even though i am mentioning here:
    Path: IMG --> CRM --> Transactions --> Basic Functions --> Item Category Determination
    Transaction Type --> TA
    Item Category Group --> NORM
    Item Category Usage --> -
    Main Item Category -->  -
    Item category --> TAN
    this is the setting you have to maintain. and here actual process goes like this
    SYSTEM will check the details which you have maintained in the IMG like
    1. The Transaction Type which you are using (TA)
    2. The product which you are selected (XYZ)
    Now SYSTEM will search the combination which you have maintained in the IMG, and if it find the result then it posts the ITEM CATEGORY (TAN) for the product.
    I hope it'll satisfy your question, if not let me know then I'll try to solve it.
    Unfortunately i am not able to explain it by showing you the screen shots...
    regards,
    MRV Yadav

Maybe you are looking for