Different PO numbers on item level in 1 ORDRSP?

Hello all
Couldn't find some useful info to my question until now. So here we go:
We send POs (ORDERS05-IDocs) to one of our suppliers. The process at the suppliers side merges items from different of our POs into 1 sales order and then creates 1 order response containing items from different POs and sends it back to us as ORDRSP-IDoc.
Example:
PO number 123
item 10, article A, quantity 10
item 20, article B, quantity 5
item 30, article C, quantity 7
PO number 456
item 10, article X, quantity 3
item 20, article Y, quantity 1
item 30, article Z, quantity 15
The order response coming back from our supplier contains (example):
Order Response number 789
item 10, article A, quantity 10 (reference PO number = 123, item 10)
item 20, article B, quantity 5 (reference PO number = 123, item 20)
item 30, article X, quantity 3 (reference PO number = 456, item 10)
When processing the incoming ORDRSP-IDoc it fails because PO-number in item is not equal to PO number in header.
Is there any possibility to solve this? Our supplier can't change its process, so mergers of different PO items into 1 sales order will remain.
Thanks in advance
Renaud

Hi,
Check on :-
http://www.erpgenie.com/sapedi/idoc_interface.htm
Re: Create Sales order using ORDERS05 idoc
WE60/WE63. > Goto > User settings. Here you must set the indicator for 'Display of the documentation' under 'Display attributes for IDOC types' and then save the change.
pherasath

Similar Messages

  • Two different Incompletion log in item level for one sales document type

    Hi All,
    we are using one sales document type for 5 different sales org, now we are implemented new sales org.
    pervious all 5 sales org we have setup incompletion log at item level 5 fileds.now for new sales org we need to setup out 5 fields we need to setup 3 field.
    how to maintain same sales document type 2 different incompletion log.
    i have checked in forum i found out below link.but is not matching for my requirement.
    http://forums.sdn.sap.com/thread.jspa?threadID=1433420
    Thanks,
    Kumar

    Hi ,
    Thanks for your responds.
    i will check with my ABAP  person if any thing is required i will come back to you.
    Thanks,
    kumar

  • Different division at header and item level in Order

    Hi Gurus,
    i am facing this issue where while creating quotation in CRM i entered sold to party, selected the org data ( OA/DI/OP ). i entered the product with quantity. now at item level in Organization tab my sales area is showing as ( OA/DI/01). system is picking the division maintained for product which is 01) so division is different at header and item level. i need the header division to be used at item level as well.
    how can i achieve this?
    Thanks and Regards
    Sudhir Grover

    Hi Sudhir,
    Make sure the settings in the SPRO>CRM>Master Data>Products>Special Settings for Sales Operations--> Define Division settings is activated with Header Div. Act.
    Also check the details in the IMG activity documentation for define division settings.
    Hope this helps.
    Regards,
    Chandrakant

  • Different payment term at header and item level

    Hi,
    In sales order(VA03) we r getting different payment term for header and item.
    Eg: For header we get MZ30 and for item level MZ60.
    It's only for a particular material. I have been asked to find out why? Any thoughts?
    Thanks in advance
    Chesat

    Hi Lakshmi,
    Where do we maintain this entry to reflect this change.

  • Prevent invoice split with different partners on item level

    Dear Experts,
    in a sales order we have different representatives (partner function "VE") on item level due to commission issues. Now we have the requirement to prevent the invoice split with different representatves on item in order-related billing. While in copy control it is easy to prevent invoice split due to different VBRK-fields we have not found  a userexit ( or copy-control) to prevent invoice split with different partners.
    Anybody has an idea to this issue?
    Thanks for your help.
    Mark

    Dear Mark,
    You are on the right-track.
    As, there is no standard routine, you have to write your requirement in existing routine (i.e. modify standard routine with your requirement)
    To do so, go to:
    T. Code: VOFM --> Copying requirement(Menu-bar) --> Billing Document (Take help from ABAPer).
    Write code as an implicit enhancement:
    clear: KURGV-KUNNR
    - {Please confirm the Table-Field name}
    And if there is any further changes, ABAper will help you out.
    Once modified, attach your routine in to Field: VBRK/ VBRP.
    Best Regards,
    Amit
    Note: I think, following thread will help you and clear the requirement:
    Re: Avoid invoice split (Please go-through it)

  • Shopping cart header status differs to status at line item level

    Hello
    I am using SRM 5.5 EC, got a situation where there is a single line shopping cart which has been approved. The status on the header is still showing "awaiting approval" but at line item level it shows as being "approved" and no follow on document has been created.
    Can anyone help and let me know why this has happened and how to change the header status now?
    Many Thanks in Advance
    Prakash

    OK found a solution

  • Po number at Item level for Invoice

    Hi,
    My Invoice has 2 Line Items. Each coming from different Sales Order as a result of Collective Delivery.
    I want to Print Purchase order number at the Item level from respective Sales Orders.
    How can I trace it back, which tables would be useful?
    Regards
    Trupti Deulkar

    Thanks for All the Replies.
    I used table VBFA which gave me preceding documents, where I got Sales Orders ( Doc CAtegory C)
    Further from VBAK retrieved the PO numbers BSTNK
    This issue has been resolved.
    Regards
    Trupti Deulkar

  • Pinting Delivery Item level text in logon langauge

    Hi ,
    I have 1 requirement in Existing script which is maintained in different languages ,  where I have to print the Delivery Item level text in Script to user Logon Langauge.
    Normally Delivery Item level text for the Table control comes from MAKT table at the Item level .The user can change this text at Item level in VL02N  ( Delivery Change ) Transaction and this changed text will be saved in LIPS-ARKTX field.
    Step1:- Suppose I have 1 delivery   50000100 and 2 items 00010  & 00020 , Mat1 & Mat2 are the corresponding Material Numbers.
    for the Mat1 the corresponding text in ( langauge = EN )  MAKT table is    mat1_From_MAKT_text.
    for the Mat2 the corresponding text in  ( langauge = EN ) MAKT table is    mat2_From_MAKT_text.
    now the user1 is login EN langauge and changed Delivery Item level text in VL02n / VL01n for Item no : 00010 to My_Delivery_text  ( from the default value mat1_From_MAKT_text ) . and saved the delivery successfully.
    now for the material Number Mat1 the text in MAKT table ( langauge = EN) is  mat1_From_MAKT_text.
    For Delivery Number : 50000100, Item : 00010 , Material Number : Mat1 , the Field ARKTX value is  My_Delivery_text. (LIPS-ARKTX ).
    Step2 :- User2  is login DE ( GERMAN) langauge and print or issue output for this Delivery Number : 50000100, then the Material text should be translated to DE Langauge from the EN ( in this lang user entered text for Delivery item and saved ) and able to print.
    Here I have 5 similar langauges to print even the user saved text in vl02n but the same or different user login in different langauge and should able to see the translated text in the current user login langauge.
    Is there any standard Function module to translate text from Source language to target language ?
    Please help / possible solutions to solve this problem..
    Thanks
    Parvathi
    Edited by: I Parvathi on May 19, 2011 5:22 PM

    Hi
    As per my understanding you can try se63 option ..

  • Header data not getting updated in line item level

    Hi,
    We are trying to update Pricing date at header level but it is not gettting copied to item level.
    getting an message "The header business data does not apply to item xxxx"
    i have checked the item category and "business item" field is checked. and for the same sales order previously we were able to change the pricing date at header level and it got applied to item level but this time is is not getting applied.
    kindly suggest.

    If there are multiple line items which are having different data; in your case, Pricing Date, then in that case, when you try to change at header level, system will pop up this message.
    You can also have a look at the following note:-
    Note 336660 - Message V1403 in sales order with article order no
    G. Lakshmipathi

  • Double PR00 condition at item level in the IC

    Hello SAP Gurus,
    I need your help with this issue.
    Scenario: I enter the Interaction Center UI and start creating a sales order with "MXN" as the currency at header level, I enter a product in "USD" and price is not calculated automatically and has to be enter manually.
    When going into the item details two identical price conditions appear:
    PR00 - ....... - USD (blank)
    PR00 - 1.34 - USD (the price I entered at header level)
    I tried to get rid-off one but ít wont let me,a messages is generated: "Cannot erase condition, it´s mandatory".
    I´ve also tried matching the header and item level currency but the same thing happens; the price is enter manually and two PR00 conditions are created.
    This cannot be left like this since it generates errors at the invoicing stage.
    Your help will be trully appreciated.
    Thanks.
    May
    PS.  I am working in the Interaction Center UI / ERP Order / CRM 7.0

    Found the reason and solution for this error in my situation, which has to do with how the prices are assigned to the material.
    The prices for the materials are maintain in a List of Prices per volume uploaded in ECC.  This list has serveral volumen scales, and each scale has a different price (Logic: as the volume increases, the price decreases).  The issue here is that the initial scale for some materials was to set to high and sales orders were being created with quantities under that scale, as a consequence the price was not calculated automatically because it didnt fell under any scale and the by manually entering the PR00 condition, somehow it would create an extra could not be erase.
    Example:
    - Material: ABCD
    - List of Prices per volume for ABCD: Scale 1) 1000KG - 1499KG -> 2.50 USD  /  Scale 2)1500KG - 1999KG -> 2.44 USD  /  Scale 3) 2000KG - 2499KG -> 2.38USD
    - Sales Order: Material ABCD / Qty order: 550KG = MISSING PR00 MANDATORY CONDITION
    - Reason: QTY 550 KG is out of scale
    The solution proposed, was to review the scales and if sales orders are being created in lower quantities, they need to set a low volumen for the initial scale.

  • PO number prints only if it is at header level not for item level

    Hi All,
    I am not able to print the PO number in my order acknowledgement and COA printout when I enter the PO number in the sales order at item level of only. It prints fine when it is at the header level.
    Please assist.
    Thank you,
    Shanu Jain

    Hi,
    BSTKD Field in the VBKD is dependent on two things . IF the Header PO Number is same as the Item number if u change at Header level it will be changed at all items level also. If both are diff then if u change the PO Number at Header level it will change PO numbers of the Items which is having same value as Header Po Number otherwise it wont change the Item PO Number .
    Ex " Order Number 1000 is having PO Number at Header Level is PO1. And the sales order is having Item 010 and 020.
    IF Item 010 and 020 is having PO1 at item level if u change the value of PO1 at header Level if will be applicable to items 010 and 020.
    If Item 010 is having Po Number PO1 and 020 is having PO2, if i change value of PO number at header to PO3 then it will change Item 010 PO Number to PO3 and Item 020 PO Number will be same as PO2.
    Try to Take The VBKD - BSTKD where Item Number POSNR is blank that means Header PO Number .
    IF u want Item Po Number then pass the item number in POSNR and get it.
    Regards,
    Srinivas.

  • Item Level

    Hi All,
    Can someone explain me what is the best option for Item's GL Method?
    Between Item Level/Item Group?
    Currently I am using Item group.
    I noticed that to use the Item Level, I need to enter the warehouse code for all the product. Is that correct?
    But, if i have many product, and they are link to different account. Should I do it as Item Level or Item Group?
    Thanks in advance.
    Regards,
    David

    Hi David,
    I am sorry, but I can't tell you what would be the best choice for you - I suppose that this would be deeply connected to how you use the overall functionality...
    I would recommend that you ask the question rather in the "SAP Business One" Forum instead... (SAP Business One Application)
    HTH,
    Frank

  • Sales order item level deliveryblock based on the material's destin country

    Hi Experts
    I have a requirement to set delivery block to an order at the item level based on of country of destination and material.
    -Requirement is to block automatically order line when a material is not authorized (Regulatory affair) to be shipped to the country.
    -We need to allow only authorized person to have ability to remove the block-How can this be set up?
    - Delivery block like these are usually set up for sales org & material (and not country level), the issue here is different countries in same sales org.
    Awaiting for earliest comments
    Thanks
    Banu

    Hi,
    In standard SAP you can not have delivery block at the item level based on the country of destination. Because contry of destination comes from Ship to party master data and material master is not based on the country.
    You need to have development or Exit and Z table. You need to maintain the list of materials allowed to various countries in the Ztable. Exit/development needs to check the table at the time of saving the sales order, 'If there is no table entry, delevery block needs to be maintained on the particular item shipping tab.
    Further you can discuss with your technical consultant about the logic and the possibilities.
    Regards,
    Ravi Duggirala

  • How to maintain different prices for same item in different organizations

    hi all,
    We have noticed that the list price of an item at Item Validation Org level is getting defaulted when creating requisitions. We want to maintain different prices for the item for different organizations, so that the prices will be properly defaulted to requsitions depending on supplier and receiving org.
    We found one way of doing this. Using contract purchase agreement and Advanced Pricing price lists. Can anyone please let us know if there is any other way of achieving this??
    Also, I have a question regarding Advanced pricing Price Lists. I performed following steps.
    1.Set the QP: Licensed for Product profile to Purchasing
    2.Create and approve a contract purchase agreement in Oracle Purchasing
    3.Define Price Lists and Price List Lines (optional)
    4.Define sourcing rules and ASLs to automatically default source information onto requisition lines. Associate Contract to ASL.
    5. This will enable Oracle Advanced Pricing integration in the following Oracle Purchasing functionality:
    Requisition pricing
    Purchase order pricing
    But when I create requisitions, the price from price list is not getting defaulted automatically. In requisitions form, if I go to source tab and select source as a Contract Purchase Agreement, then the price from price lists is getting defaulted. Is there any way where the source for the requisition can be automatically defaulted to Contract and the price can be picked from price lists??

    Can oyu not make it an organization level item and specify the proce there instead of keeping it a master level item?
    Regards,
    Utsav.

  • Item text at item level of PO

    Hi,
    I have obeserved the material PO text at item level " text tab" of the PO , from where this text comes to PO ? .  I have checked the material master , but it is a different text to that of in PO item text tab . Did it enter by User .
    Please advise.
    Regards,
    Amara

    I hope you trust SAP, if so, then read Note 448814 - FAQ: Texts in purchasing
    Among many many valuabe backgound you can find this:
    In the info record (purchasing-organization data) you can set the "No MText" indicator. What effects does this indicator have?
    Answer:
    Setting this indicator has the following effects:
    When creating a purchasing document: The copying of all texts from the material master is suppressed.
    When printing a purchasing document: the purchase order text from the info record is printed instead of the text from the material master.

Maybe you are looking for

  • How to read file from remote machine

    Hello, Hi, i would like to know how to read text file from remote machine using java source code, any code ? Thanks very much; Best regards Kim

  • Screen exit for VL01 in ECC 6.0 using badi's

    Hi All, I got a requirement to create a new tab in VL01 transaction where i need to create one field in ECC 6.0. Can anyone tell me the complete procedure to create a new sub screen and adding it to the existing standard sap screen as a new tab in EC

  • Into corresponding fields

    Hi   I have one performance issue problem, in program i declare structure, internal table and work area. Here in select query i specify into corresponding fields table <it>. here i used into corresponding fields of table is it reduce the performance?

  • Is this a good design -- XI and another EAI tool in the same landscape

    Hi All, I am working in a project wherein the client already has an EAI tool which is based on SOA(Web Services). They are implementing SAP systems in their landscape. They now want to use SAP XI in the landscape for the purpose of integration. They

  • Itunes 11.0.3.42 fails to add music folder to library?

         I recently upgraded from itunes 10.x to 11.0.3.42.      With the old version, I could select from the menu to add a music folder with wav files to my library and it would do it perfectly fine, converting the files as it went (so far as I know wa