Influence Segment Import Order?

Is there a way of influencing the order that segments are imported?  For example MARM segments (materials alternative UofM) is imported after MARC segments - which contain units other than the Base Unit of Measure, this seems to be causing us problems.

Is there a way of influencing the order that segments are imported?  For example MARM segments (materials alternative UofM) is imported after MARC segments - which contain units other than the Base Unit of Measure, this seems to be causing us problems.

Similar Messages

  • ESYU: Order Import를 통해 기존 Order를 reference 하는 RMA Order를 생성하는 방법

    Purpose
    Oracle Order Management - Version: 11.5.9 to 12.0.5
    Information in this document applies to any platform.
    Order Import를 통해 기존 존재하는 Order를 reference 하는 RMA Order의 생성 방법을 알아본다.
    Solution
    Order Import interface의 header와 line에 data를 insert 하기 위해 아래 script를 이용한다.
    INSERT INTO OE_HEADERS_IFACE_ALL (
    order_source_id
    ,orig_sys_document_ref
    ,creation_date
    ,created_by
    ,last_update_date
    ,last_updated_by
    ,operation_code
    ,sold_to_org_id
    ,order_type_id
    ,booked_flag
    VALUES
    1227 --order_source_id
    ,'123456' --orig_sys_document_ref
    ,sysdate --creation_date
    ,-1 --created_by
    ,sysdate --last_update_date
    ,-1 --last_updated_by
    ,'INSERT' --operation_code
    ,1005 --sold_to_org_id
    ,1436 --order_type_id
    ,'Y' --booked_flag
    INSERT INTO OE_LINES_IFACE_ALL (
    order_source_id
    ,orig_sys_document_ref
    ,orig_sys_line_ref
    ,inventory_item_id
    ,ordered_quantity
    ,operation_code
    ,created_by
    ,creation_date
    ,last_updated_by
    ,last_update_date
    ,return_reason_code
    ,return_context
    ,return_attribute1
    ,return_attribute2
    VALUES
    1227 --order_source_id
    ,'123456' --orig_sys_document_ref
    ,'1' --orig_sys_line_ref
    ,249 --inventory_item_id
    ,10 --ordered_quantity
    ,'INSERT' --operation_code
    ,-1 --created_by
    ,sysdate --creation_date
    ,-1 --last_updated_by
    ,sysdate --last_update_date
    ,'CANCELLATION' --return_reason_code
    ,'ORDER' --referencing a sales order
    ,'157638' --header_id of referenced order
    ,'256619' --line_id of referenced line
    commit;
    API guide와 eTRAM을 참조하여 귀사의 testcase에 알맞게 위 insert script를 수정하거나 다른 columns을 add 한다.
    위 모든 interface tables의 order_source_id에는 당신의 order_source_id 값을 입력한다.
    위 모든 interface tables의 orig_sys_document_ref에는 각각의 order에 대한 unique 값을 입력한다.
    Interface table에 값을 insert 하면 Order Import Concurrent program을 실행한다.
    - Navigate to Orders, Returns -> Import Orders -> Order Import Request
    - Select your Order Source from the LOV in the parameters form.
    - Submit the concurrent request.
    Reference
    Note 746668.1

  • ESYU: Order Import를 통해 기존에 있는 Order에 hold를 적용할 수 있는 방법

    Purpose
    Oracle Order Management - Version: 11.5.10
    Information in this document applies to any platform.
    Order Import를 통해 기존에 존재하는 Order에 hold를 적용하는 방법에 대해 알아본다.
    Solution
    아래와 같이 order import interface를 이용하여 기존에 존재하는 order에 hold를 적용할 수 있다.
    OE_HEADERS_IFACE_ALL:
    ORDER_SOURCE_ID
    ORIG_SYS_DOCUMENT_REF
    OPERATION_CODE => 'UPDATE'
    ORG_ID
    ORDER_TYPE_ID
    CREATED_BY
    CREATION_DATE
    LAST_UPDATED_BY
    LAST_UPDATE_DATE
    OE_ACTIONS_IFACE_ALL:
    ORDER_SOURCE_ID,
    ORIG_SYS_DOCUMENT_REF,
    ORG_ID,
    HOLD_ID,
    HOLD_TYPE_CODE,
    HOLD_TYPE_ID,
    OPERATION_CODE => 'APPLY_HOLD'
    HOLD_ID는 적용되어야 할 hold type을 의미한다.
    (HOLD_ID from OE_HOLD_DEFINITIONS)
    HOLD_TYPE_CODE는 생성되어야 하는 hold source에 대한 entity code이다.
    C: Customer hold source
    S: Bill To or Ship To hold source
    I: Item hold source
    O: Order hold source
    W: Warehouse Hold Source
    HOLD_TYPE_ID 값은 입력하는 HOLD_TYPE_CODE에 의존한다.
    예를들어 HOLD_TYPE_CODE = 'C' 라면 HOLD_TYPE_ID는 customer_number가 되어야 한다.
    Reference
    Note 444040.1

  • How to Import Order Line Items

    Hello,
    My job requires me to key over 50 order line items (per order) and I receive around 400 orders per week. It's pretty tiresome and its not ergonomical.
    I was wondering if there's any way I can "Import" order line items from an Excel sheet, instead. For each line item, there are only 3 columns I key in:
    - Part #
    - Order Qty #
    - Inv. Loc #
    Other required fields (Order UOM, Handling Type, Lead Time Cat., (Publish) List Price, etc.) will then populate automattically.
    My question is whether this is possible?
    Any help will me appreciated. I will then ask the IT department to help implement. Thank you.

    Importing can be done through EIM, but involves some work by Administrators.
    You can also try to do it with an Import Object, but this is not fully supported by Siebel.
    Another option would be through Script.
    More info on Supportweb: How to Create Import Object for Quote Item [ID 863848.1]
    How Can Scripting Be Used to Extract Information From an Excel File and Save the Information in Siebel Objects When Using Thin Client? [ID 798144.1]
    As a last resort you can also add some Visual Basic for Applications (VBA) to the Excel sheet.
    http://it.toolbox.com/blogs/siebel-answers/example-siebel-scripting-through-ms-excel-siebel-data-server-26861

  • ORDER IMPORT를 통해 ORDER CANCEL 할 수 있는 방법

    제품 : MFG_OM
    작성날짜 : 2006-05-22
    ORDER IMPORT를 통해 ORDER CANCEL 할 수 있는 방법
    ================================================
    PURPOSE
    고객사 중 많은 수의 order cancel 작업을 해야 하기 때문에 이 cancel 작업
    을 API 즉 order import를 통해 할 수 있는 방법을 문의한다.
    이런 경우 아래와 같이 작업하여 order import를 통해 order cancel 작업을
    할 수 있다.
    Explanation
    - OPERATION_CODE = 'UPDATE'
    - CANCELLED_FLAG = 'Y'
    - CHANGED_REASON = 사용 가능한 value 입력
    - Order 전체 cancel을 하려면 OE_LINES_IFACE_ALL table에 어떤 record도
    입력하지 않으면 된다.
    Reference Documents
    Note 367621.1

  • Daily Requirements--MRP Segment- Sales order

    Dear all,
                   In MRP3 view of Material Master  i am using the availability check as 01 -daily requirements ?
    When i create  2 sales order(make to stock) with the same delivery date , the system grouped the requirement and shown as one requirement in md04.
    Here  When i click the mep element i am not able to see the 2 sales orders ?
    Is there any setting required........
    In the same case when i create the  2 production order it was shown as 2 mrp segments ...
    When  i check the raw material it is  showning  as individual dependant requirements (though i set the availability check as 01)
    Please reply me your comments and suggestions..........
    Best Regards ,
    Kumar

    Hi,
    There is no relation between them as ind/coll indicator use to requirements are allowed for the dependent requirements of the material
    Individual requirements
    Requirement quantities of the dependent material are stated individually.
    Collective requirements
    Requirement quantities of the dependent material are grouped together.
    Availability check 01 and 02,
    01 and 02 are the checking group. Availability check is carried out with the help of these checking group and checking rule. Checking group 01 and 02 are maintained on the material master. 
    01 - Individual requirement -For this system generates transfers the requirement for each  order to the MRP .So that MM can either produce or procure.
    02- Collective requirement.-In this all the requirements in a day or in a week are processed at a time.  System stores all req and passes on to the MRP in MRP run.In this system performance is high however you can not do the backorder processing whereas in other you can do.
    Hope clear to you.
    Regards,
    R.Brahmankar

  • Import order not creating internal sales orders for some orgs

    Hi,
    We are getting one issue in UAT instance. The details are as below -
    1. Created Sales Orders in all 7 orgs.
    2. Ran ASCP plan
    3. planned orders got auto released in all orgs.
    4. Corresponding Internal requisitions got created in all orgs.
    5. Ran 'Create Internal Orders' from each org.
    6. Ran 'Order Import' from BE org as all the IR's were sourced from BE as per sourcing rules.
    7. Issue is that out of 7 orgs, in 2 orgs, DK and SE, the internal sales orders didn't get created and order import gave error. I am attaching the error log below.
    For other 5 orgs, ISO got created successfully and we performed picking/shipping and receiving as well for these 5 orgs.
    Any help will be most welcome.
    error log is -
    Order Import Concurrent Program
    Concurrent Program Parameters
    Validate Only: N
    Order Source: 10
    Order Ref:
    Sold To Org Id:
    Sold To Org:
    Change Sequence:
    Performance Parameter: Y
    Trim Blanks: N
    Operation:
    Number of Instances: 0
    Debug Level: 0
    Request Id: 6891
    Org Id: 2453
    Failed to perform Action Request BOOK_ORDER
    Failed to perform Action Request BOOK_ORDER
    Failed to perform Action Request BOOK_ORDER
    No. of orders found: 2
    No. of orders imported: 0
    No. of orders failed: 2
    Source/Order/Seq/Line Message
    10/1046001536//2 User-Defined Exception in Package OE_SCHEDULE_UTIL Procedure Load_Results_from_rec
    10/1046001536//2 ATP Process resulted in no data
    10/1046001536//2 User-Defined Exception in Package OE_SCHEDULE_UTIL Procedure Load_Results_from_tbl
    10/1046001538//2 User-Defined Exception in Package OE_SCHEDULE_UTIL Procedure Load_Results_from_rec
    10/1046001538//2 ATP Process resulted in no data
    10/1046001538//2 User-Defined Exception in Package OE_SCHEDULE_UTIL Procedure Load_Results_from_tbl
    End of Order Import Concurrent Program

    Try running the Order import from a responsibility where the profile "OM: Override ATP flag" is set to YES at that responsibility level..

  • Error while running Process Order API to import orders - URGENT HELP NEEDED

    Hi all,
    I'm stuck with order import using OE_ORDER_PUB.PROCESS_ORDER api. Wanted to import a simple order in Vision database using the process order api. Figured out the right data to use, inserted into Headers and Lines Iface All tables. When calling the OE_ORDER_PUB.PROCESS_ORDER api, it is throwing this error:
    "Header ID does not exist on this record or does not match ID specified on header record. You require a valid header ID if the operation is Create."
    But when I validate the same record using the CORRECTIONS form in Order Import GUI, the order is successfully validated. Also the order is imported when I click the IMPORT button.
    I understand that HEADER_ID column is not required for creating a new order, but not sure why it is erroring. Here is the data I'm using:
    Insert into oe_headers_iface_all
    (org_id, order_type_id, order_source_id, orig_sys_document_ref, ordered_date, request_date,
    sold_from_org_id, sold_to_org_id, ship_from_org_id, ship_to_org_id, invoice_to_org_id,
    CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN,OPERATION_CODE)
    values (204, 1430, 1046, '101040', sysdate, sysdate, 204, 1004, 606, 1018, 1017, 0, sysdate, 0, sysdate, 0, 'CREATE');
    Insert into oe_lines_iface_all
    ("ORDER_SOURCE_ID","ORIG_SYS_DOCUMENT_REF","ORIG_SYS_LINE_REF","ORIG_SYS_SHIPMENT_REF","ORG_ID","INVENTORY_ITEM","LINE_TYPE_ID",request_date,"SCHEDULE_DATE","DELIVERY_LEAD_TIME","ORDERED_QUANTITY","ORDER_QUANTITY_UOM",sold_from_org_id, sold_to_org_id, ship_from_org_id, ship_to_org_id, invoice_to_org_id,"UNIT_SELLING_PRICE","CREATED_BY","CREATION_DATE","LAST_UPDATED_BY","LAST_UPDATE_DATE","LAST_UPDATE_LOGIN","OPERATION_CODE")
    values
    (1046,'101040', '1', '1', 204, 'AS72111', 1427, sysdate, sysdate+1, 0, 10, 'Ea' ,204, 1004, 606, 1018, 1017,100,0,sysdate,0,sysdate,0,'CREATE');
    Any help is appreciated.
    FYI - this is a 11.5.10.2 version installed on Windows 2003 server.
    Thanks in advance.
    Jags

    I might be late in replying, but hope it might help.
    From your query it seems you are inserting records into interface tables and then calling process order API( probably from some PL/SQL block).
    This is where I am confused, because I hope you understand, that interface tables are for use with Order Import concurrent Program, and for Process ORder API, you need to provide the data as parameter. The api has, header record type and line table type as parameters. So you need to assign correct data to these variables and pass them as parameter when you are calling Process Order API.
    If you are doing the same thing, then post the exact pl/SQL code and error message from the API. That might help diagnose the issue.
    Regards,
    Nitin Darji

  • Confirmed date in sales order influenced by planned order dates

    Hi,
    My requirement is that the after the MRP is carried out and planned order is generated, the changes in the dates of the planned order, when carried out, shall accordingly influence the confirmed date of the sales order line item when the availability check is carried out in the sales order.
    Say, the sales order has confirmed a line item for 25.05.2009. Once the MRP is carried out and planned order is generated and owing to unavailablility of a component, the planned order date (finish date) is manually re-scheduled to say 28.05.2009. My requirement is that the sales order confirmed date shall accordingly be re-scheduled when the availability check is carried out.
    Additional Info : Strategy Group - 20,
                           Make-to Order scenario is employed,
                           Standard Item category TAN,
                           Requirement Class - 040.
    Is this possible in standard SAP? If not, please suggest any custom developments that may be required. Looking forward for helpful replies.
    Do revert back if more info required.
    Regards,
    Anil Kumar

    Hi Anil,
    As Suggested in Above reply to your question.
    If Materail component was not available and due to that you had to reshedule the planned order date manually, that definately will affect the material availability date, but i think if material availability will be run once again in Sales Order it will determine the new material availability date, and i dont think there is any need to carry out any enhancement.
    Guru's Please correct me if I am wrong.
    regards,
    Paresh

  • Free of Cost Import Order

    Hell All,
    Could u pl. help me out ?
    I have an one senereio. We have received the imported material on free of cost basis. But we need to pay custom duty for this transaction to custom vendor. If i create PO with Free of cost tick at an item level then the condition tab gets disapperar. But i need this condition tab as i am manually updating the assesable value in that so that the cutome duti's gets calculated. In our import pricing procedure we don't have condition type for Discount other wise i could have maintain 100% over there.
    Now please give me the solution how can i create the purchase order? so that i could pay custome duty to custom vendor..
    Thanks in advance.
    Shailesh

    dear,
    there is not a std solution
    but, i have a work around solution
    u have create a PO with notional value (very negligible value 0.01 USD)
    then u can able to capture the customs duty in MIRO
    regards,
    snb

  • How to update condition value using e1edp05 segment during order creation

    Hi,
    I have a requirement where I need to update the item level condition value (komv-kbeter)  to the condition type (komv-kschl) from the incoming idocs (orders05).
    But  the same is configured  in such a way to populate automatically with the default condition value zero during the order creation level using VA01 at condition tab.
    I am able to populate condition values from incoming idoc using segment E1EDP05 which is good, but it was getting created as new entry with the same condition type  instead of updating the condition value to the existing condition type(which got populated from automatically from configuration) .
    So I want to restrict to one entry instead of two with same condition type. Is there any userexit/gap to restrict automatic population of condition type thru programming or to update with idoc (orders05) value rather than inserting as new row?
    My client doesn’t want to restrict the pricing automation from configuration. So I have to handle through programming level.
    Your  inputs are appreciated

    It doesn't really matter if it's a credit/debit memo, it's the same transaction anyway and pretty much the same functionality. What is your requirement exactly? Do you always have to override the price from Siebel or, let's say, some price is automatically proposed and you might or might not need to override it?
    We use a custom (Z..) condition for price override. When a material is entered in VA01, some price (condition PR00, for example) is assigned automatically. Then, let's say, a special price has been negotiated with this customer just for this purchase. So the user goes into Conditions, types in condition code Z... and types in the new price. This basically annuls the previous PR00 condition. I'm not a functional consultant and can't give you all the config details, but your SD person should be able to help.
    I'm still positive that conditions cannot be removed or changed by IDoc. One thing I would suggest for your situation: do not create ZCD2 condition initially and then just add ZCD2 condition when you receive the data from Siebel. Otherwise it seems that you would have to write a user exit or a requirement to deal with the duplicate conditions.

  • How to import order from Interface table using Api Order Import

    Hi All
    I am using oracle EBus R12.
    I was working in Data migration in Order management.
    I have manually entered data in Interface table ie (oe_header_iface_all) and (oe_lines_iface_all)
    And i have given the order_source_id as 2 and order_source as COPY.
    And after that i ran the concurrent program with parameter as COPY but the concurrent program does'nt picks the order in the interface.
    Can any one please tell the steps in OM.
    Thanks & Regards
    Srikkanth.M

    Hi;
    please check:
    http://sureshvaishya.blogspot.com/2009/04/order-import-using-api.html
    Also i suggest see:
    http://irep.oracle.com/index.html
    API User Notes - HTML Format [ID 236937.1]
    R12.0.[3-4] : Oracle Install Base Api / Open Interface Setup Test [ID 427566.1]
    Oracle Trading Community Architecture API User Notes, June 2003 [ID 241320.1]
    Technical Uses of Customer Interface and TCA-API [ID 269121.1]
    http://www.google.com.tr/#hl=tr&source=hp&q=Api+Order+Import+&oq=Api+Order+Import+&aq=f&aqi=&aql=&gs_sm=e&gs_upl=469l469l0l1l1l0l0l0l0l0l0ll0&fp=87c57485fd170fd2&biw=1259&bih=793
    Regard
    Helios

  • SDQ segment for Order Confirmation

    hai all
             customer sends in purchase order with only one line item but has 10 ship to party with their respective quantity. this is done with help of ILN(international location no).we have custom segment below E1EDPA1, which has ILN, qualifier for ILN, quantity, UOM fields init.
    Individual sales order is created for every ship to party and order confirmation idoc is also created and collected. Now with custom program i have to create single idoc with custom idoc type ZORDERS05 with all
    the collected idocs, which should have only one line item and all ship to paty in ILN(custom segment). can any one help me in this matter. if you have any code for this scenario pls provide.
    thanks and regards
    vijay

    Hi,
    For the printing of the order confirmation there is a standard script RVORDER01. You can find this in transaction NACE by choosing application as V1 then output type as BA00 and then Processing routines.
    Regards
    Dillip Sahoo

  • LR import order is incorrect

    Hello,
    I notice that LR imports photos not in chronological order. This happens to me if I shoot at higher speeds (e.g. 5 frames/s).
    The camera names the pictures exactly in chronological order, so I want that lightroom import the pictures based on the filenames, how can I do that?
    Choosing other sort options like "by capture time" does not resolve the problem.
    I can't imagine to be the only one with this problem, at least every sports photographer should have this issue.
    Any help?

    This is a bug when reading from a card reader in 1.x. It works properly when reading from the hard drive, and the bug is fixed in 2.0.

  • Import install deails while importing order

    Hi,
    We would like to import installation details for RMA orders which is getting imported via order process API.Install details can be entered in the OM screen from lines->install but I do not see any structure in the API to upload during order creation via API.
    Please let me know if some one did this before
    Thanks
    Kiyas

    Ganapati,
    Did you try passing the customer_number like -1 or some random high number that does not exist in hz_cust_accounts table in the account_number for party_type='PERSON' in the table oe_customer_info_iface_all?
    As I see this check for the first_name||last_name is done only of the customer number is not passed and customer_number is not used any where in the customer creation (if you are using automatic numbering for the customer accounts then you will obviously not passing any value to new_account_number which is used to created).
    Give it a try while I keep myself busy with my airport woes here.
    Thanks
    Nagamohan

Maybe you are looking for

  • Add stock without goods receipt and PO - is it possible

    Hi Gurus, For the needs of a presentation in SD, I need to add stock to materials I have created to execute SAP SD processes. Can I add stock without creating a purchase order and a goods receipt? Regards Chris

  • 8530 bluetooth setup in Windows 7 home premium 64bit

    Hi, I recently switched from windows xp pro 32bit, where my Bluetooth setup was flawless, to Windows 7 Home premium 64 bit.  My laptop sees the bluetooth phone and adds it.  It shows up under devices and on my curve the PC shows up under bluetooth de

  • How to set dDocAccount on CDF in a new subsection using SSManager?

    Using UCM 11g on Linux (11.1.1.4). - We are allowing contributors to add subpages to their main content pages. We have a default template, and right now, the contributers have to manually add CDF files for their content. What I want, is to be able to

  • Upsizing from Access to SQL Server - eek!

    Ok - I've built quite a few dynamic sites using DW and Access, but the site i'm currently working on requires Microsoft SQL Server for the database. The site is almost complete and is written in Classic ASP. Can anyone point me in the right direction

  • JScrollPane doesn't think

    Hi, I am trying to display a histogram on a JPanel and place that on a JScrollPane. My problem is that the JScrollPane doesn't seem to think it is needed when it is. I have not set any sizes and the histogram(Graphics 2D) is not being fully shown in