SAP ICH Multi ship to location scenario in POC

Hi All,
In SAP ICH 5.0 Purchase Order collaboration  scenario it possible to map Purchase Order having more than one ship to location?
For example:Purchase Order having Purchase Organization say X and ship to location Y and Z both Y and Z are Production plant in SAP ICH.
Is it possible to create PO with Purchase organization X and ship to location Y, Z both are Production plant in SAP ICH 5.0?
Thanks,
Nikhil

Hi Nikhil,
Can you please let me know where we mentioned the "ship to location" during PO creation.
Thanks and regards,
Pabitra

Similar Messages

  • Change pricing procedure in Sales order based on SHIP-TO Location..

    HI SAP Friends,
    Based on the SHIP-TO location of the sales order, we want to have tax calculated including Freight Amt. I was thinking to come up with 2 pricing procedure; one that calculates tax including Freight amt AND the other procedure that does not calculate tax including freight amt. Hence, We want to dynamically change 'Pricing procedure' based on Ship-To location. DO we have any user exits for this ?

    Nirnjan
    Tax calculation is based on the simple logic:
    Region of Shipping Plant - region of Ship to Customer location.
    In case of freight  apply the acces sequence using the ship to party location field as part of condition type aqccess.
    cheers
    nandu

  • Ship to locations while Sales delivery

    Hi,
    How to find ship to locations of a customer?
    Suppose I have done delivery to on customer, now if customer have different ship to locations, then how could  ifind out that ship to locations?
    Please advice.
    Thanks,

    Hello,
    The solution suggested by Kapil is the most used.
    But, If in your business process you have changed your customer address in the sales order, then SAP did not change the customer master data address. The SAP generated a new address record (table ADRC) and then it stored the new table key (ADRNR) in the partner's table (VBPA).
    So, if this is your case, you have to find out your customer's sales orders and check the address for each and every sales order.
    I don't know a standard report where you could have this information easily.
    BTW, When you don't change the address in the sales order, the address key number(ADRNR) stored in the table VBPA is the same one stored in the table KNA1.
    Best Regards,
    Rafael

  • SAP ICH in the SCM system is capable of publishing pages in web application

    Experts,
    We have one critical requirements where in we have to suggest customer that whether SAP ICH in the SCM system is capable of publishing pages in web application or not.
    In detail... in our customer land scape SCM is the central planning tool and there are two type of users, one type of users have direct access to SCM system where they can directly do thier demand planning, the second type of users only have access to the web application called "extranet", from which they want to see the published planning guidelines and based on that they also wants to create the demand planning (from the web application - extranet). My question is whether SAP Inventory Collaboration Hub will do for this requirement? Do we need an Enterprise Portal to facilitate this functionality? Please advice. Very impartant and critical for delivery by tomorrow. Thanks in advance.
    Warm Regards,
    Krishnan

    Hi Krishnan,
    From your query I understood that a set of DP users access the system from external location over web.
    SAP gives a solution ,using BSP web pages, to expose the SAP screens as its seen through the SAPGui's. They look similar to the standard only difference is it will be embedded in the browser. Unfortunately SAP was recommending this technology, they has plans to retire this technology as the Portal would suffice this requirement. So to answer your query the portal is a viable solution to your requirement.
    ICH cannot help you because it does not give the functionality of DP, instead its a application for collaboration between the entities (manufacturer & supplier or customer).

  • Error during creation of  Planning Version in SAP - ICH

    Hi All,
    I'm working on SAP-ICH, in that i tried to create planning version after creating the planning model but the system is giving information " General error in model/planning version management " . Could you please tell me the reason why this is happening and how to rectify the problem.
    Thanking U all in advance.
    Yashu Vyas.

    Hi Vashu
      My name is Vinod Tiwari.I am a SAP Technical Consultant with 4 years of exp in ABAP.Now i have a interest in SCM ICH 5.0.Could you pls guide me whats the way to start learning this.
    Mo mobile no is +919899119182.
    u can mail me ur valuable suggestion on my mailid [email protected]
    Waiting for your reply.
    Thanks and Regards
    Vinod Tiwari

  • Purchase Order: Ship to location problem - Please help

    Hi All,
    I have come across a problem when publishing Purchase orders where the PO header ship to address differs to a seperate PO line ship to address.
    I have written the following Choose statement to try and show separate ship to locations for each separate PO line.
    <?for-each:G_LINES?>
    <?choose:?>
    <?when:number(//G_HEADERS/POH_SHIP_TO_LOCATION) = number(//G_SHIPMENTS/PLL_SHIP_TO_LOCATION)?>
    <?POL_LINE_NUM?> <?C_ITEM_DESC?> <?LINE_NOTE?>
    <?end when?>
    <?otherwise:?>
    <?POL_LINE_NUM?> <?C_ITEM_DESC?> <?LINE_NOTE?>
    SHIP TO: <?ADDRESS_LINE1?>
    <?ADDRESS_LINE2?>
    <?end otherwise?>
    <?end choose?>
    <?end for each?>
    my logic is that if the header ship to ID is = to the line items ship to ID then just show some basic PO line info.
    Otherwise if the numbers differ then show the individual lines info along with the additional Ship to address which is in ADDRESS_LINE1, ADDRESS_LINE2 etc.
    And repeat this condition for how ever many PO lines exist for the overall purchase order.
    However, when i publish this the "otherwise" condition never gets checked if the first PO line is TRUE and vis versa if the first PO line is false.
    So if the first PO line is true then every single PO line will just show the When condition even if the separate PO lines ship to ID differs to the POH_ship to id.
    any idea why the otherwise condition wont fall true for the 2nd 3rd or however many PO lines there are if the first PO line is flagged as true?
    I hope this makes sense. Many thanks for any help.
    Greg

    I have a PO that we are using that has basically the same requirements. If the line address is different (any of them) then the header prints a message to "see below" and the address line contains the shipping information.
    The way I have done this was to create a variable and compare to see of any of the lines were different when the header was read. Then check the var when the line is processed. The template is quite long as we have many fields that dynamically display/or not so I will post a truncated version below and also please note that on this form we simply gave up using the Oracle's "fantastic" MSWORD plug-in and had to use pure a XML-FO template. However, I think the portions/logic you need should be transferable into MSWORD if you are careful.
    If snipit of code is not enough let me know and I can try to paste the entire thing after my marathon meeting today <ugh!>.
    --------start code-----------
    <xsl:for-each select=".//G_HEADERS">
    <xsl:variable name="SAME_SHIP_TO_ADDRESS_USED" select="count(.//PLL_SHIP_ADDRESS_LINE1[. != current()/POH_SHIP_ADDRESS_LINE1]) = 0" />
    ...(lots of header stuff goes here)
    <xsl:for-each select=".//G_SHIPMENTS">
    <xsl:if test="$SAME_SHIP_TO_ADDRESS_USED" xdofo:ctx="3">
    <fo:block xdofo:xliff-note="if:shipline, eif, if:shipline, ifCountShip>1, PLL_SHIP_ADDRESS_LINE1" padding-bottom="0.0pt" text-align="start" orphans="2" widows="2" padding-top="0.0pt" end-indent="0.0pt" linefeed-treatment="preserve" start-indent="0.0pt" height="0pt">
    <fo:inline height="7.0pt" font-family="Arial" white-space-collapse="false" font-size="7.0pt">Address at top of page</fo:inline>
    </fo:block>
    </xsl:if>
    <xsl:if test="not($SAME_SHIP_TO_ADDRESS_USED)" xdofo:ctx="3">
    <fo:block padding-bottom="0.0pt" text-align="start" orphans="2" widows="2" padding-top="0.0pt" end-indent="0.0pt" linefeed-treatment="preserve" start-indent="0.0pt" height="0pt">
    <fo:inline height="7.0pt" font-family="Arial" white-space-collapse="false" font-size="7.0pt">
    <xsl:value-of select="PLL_SHIP_ADDRESS_LINE1" xdofo:field-name="PLL_SHIP_ADDRESS_LINE1"/>
    </fo:inline>
    </fo:block>
    ...(lots more address fields here!)
    </xsl:if>
    </xsl:for-each>
    </xsl:for-each>
    ------------end code------------
    Good luck,
    Scott

  • Return to vendor with multiple ship-to locations

    We are utilizing vendor returns with delivery (movement 161) and for business reasons we purchase material from Vendor A, address 1 but may return material Vendor A, address 1, address 2, or address 3 depending on their instruction to us.
    For awhile we have been utilizing the Delivery Address tab and maintaining address records in MEAN transaction, however that is no longer sufficient for our business.
    We are trying to accomplish this task now through the use of 1 of the following options.  Can anyone think of consequences of doing each of these? Or are there other ideas someone might have?
    1)  Write a copy control requirement that changes the ship-to address on the RL delivery type from the SH partner (which is the customer assigned in the purchasing view of the vendor master next to the Returns Vendor checkbox) to the GS partner from the PO.
           a. Weu2019re not sure if this will even work, but with this option, we feel it allows us to control the ship-to location from the RTV purchase order. 
           b. This option will also allow us to continue any vendor reporting off of the VN partner (ME80FN, MCE3, etc).
    2) Create multiple VN vendor master records, each with the Returns Vendor checkbox and their own customer master.  Link all VNu2019s through the same PI partner (for financial transactions).  Enter RTV purchase orders based on the VN vendor master that contains the correct ship-to address.
           a.This option will work, but for reporting (ME80FN, MCE3, etc) we would have to create variants that include all of the VNu2019s that are linked together through partner determination to make sure we are capturing all volume associated with that vendor (purchases and returns).  These reports donu2019t give a standard option to just report off of a PI partner.
           b.There is human interaction needed to update variants each time a new VN is partnered.
                   i. Does anyone know of a way to update a variant dynamically based on a new partner relationship?
    Gina Feldner

    Have you figure this out? We have experiencing the same problem...

  • I CAN SEE ALL SHIP TO LOCATIONS FOR THE CUSTOMER EVEN IF I SELECT ONE BILL

    Dear,
    I CAN SEE ALL SHIP TO LOCATIONS FOR THE CUSTOMER EVEN IF I SELECT ONE BILL TO
    Steps:
    Create customer name "customer 1"
    Under this customer, I create 2 new address
    "Customer A " with tow business purpose
    1-bill to –> customer A
    2- ship to-> customer A after that I link ship to with bill to customer A , I CHECK THE PRIMARY SITE CHECK BOX
    FOR THIS SITE
    "Customer B" with tow business purpose
    1-bill to –> customer B
    2- ship to-> customer B after that I link ship to with bill to customer B
    Now when I navigate to (N) Order management ->order organizer ->new order
    I select the "customer 1" from customer field name I tab to other field bill to
    location it is coming by default as primary site customer "customer A"
    I OPEN THE LIST I SEE tow customer A AND B I SELECT 'B' AS bill to
    When I tab to the other ship to field in also I can see the tow customer " A" and "B" but in real
    setup I link the customer "B" WITH ONE SHIP TO ALSO CUSTOMER"B" WHY I CAN SEE
    ALL LOCATION FOR THE CUSTOMER EVEN IF I SELECT THE ONE BILL TO .
    WHAT THE BENIFIT FROM LINK CUSTOMER SHIP TO FIELD WITH BILL TO IF I CAN SEE ALL LISTS
    FOR CUSTOMER SITE
    Expected Behavior:
    Once I link the ship to location with bill to location I must see when create sales order only the ship to location
    link with the specific bill to already specified
    Business impact:
    This give the user entry ability to enter wrong data or give him the confusion any site I must enter
    thanks

    That is expected behavior.
    You can see the all addresses of account in the list as long as the purpose condition is satisfied. Linking is only for defaulting and not for controlling. If you do not want to see you can create a different account for the B address.
    Thanks
    Nagamohan

  • Purchase Order line items by ship to location

    Is there an easy way to get a list of purchase orders for a given ship to location?  We are running SRM 4.0 in extended classic.
    Thanks,
    Shawn O'Connor

    hello Shawn
    CRMD_PARTNER Table with Other table relations
    CRMD_ORDERADM_H - transaction type of your PO  since your in ecs - you can take one guid id and follow the procedure.
    can you check up the above link
    1). CRMD_ORDERADM_H -> Pick the GUID of your PO and pass it to table CRMD_LINK ( to the field GUID_HI).
    2.) Select the GUID_SET where OBJTYPE_HI = u201C05u201D and OBJTYPE_SET = u201C07u201D
    3) Pass the GUID_SET value to table CRMD_PARTNER (to the field GUID) and here you may get your desired partner function for plant /ship to address.
    You check it up
    regards
    Muthu

  • Enter sctivities by ship-to location

    Is it possible to start entering activities by ship-to location (i.e. store number)? Where would that information go, so that we could sort by it, or locate all activities for that store number/location when required?
    Is this possible?

    Hi......
    There is no numbering of activities differentiated by some criterion. What to do if possible is to establish within the fields of the form a criterion for differentiation between activities, and later through a query, generate report documents for the area.
    In the case of search activities, the alternative would be to insert a formatted search in the field number, so that the user runs the search formatted and only see the associated activities based on the criteria indicated above.
    Best regards,

  • Ship To location is not merging with the Shipment address in Purchasing 11.

    As we can see in the attachment, the “Ship To” location is not merging from the “Ship To” on the Oracle PO, it appears it’s merging from the field on the Shipments tab/button (red boxes). We’d like to change that to have the “Ship To” on the PDF pull from the “Ship To” field where the green arrow is pointing. We’re not sure why both of those locations don’t always match (b/c sometimes they do match), however I think the quicker fix would be to change the merge fields, and then maybe at a later time we can look into why they don’t match.

    http://docs.oracle.com/cd/A99488_01/acrobat/po115txn.pdf
    I am checking the pdf , it does not give why this could be happening
    It talks of different fields but it does not give the information why this could be hapening
    Any thoughts or tables to be updated
    thanks again
    sri

  • PO Printing - How to add a solid line after a change in Ship to Location?

    Hi,
    I've been trying to add a line under Ship to location field whenever there's a change in ship to location on the PO print program.
    I've been successful partially because I could get a line when there's a change in ship to location but I'm also getting a line when there are two lines with same ship to location. The solid line shows up because there's truly a change in ship to location compared to the line above but since the following two lines are to be shipped to the same location, I don't need that solid line.
    Any suggestions?
    This is what I used to do the comparison
    <?if:PLL_SHIP_ADR_INFO[not(.=preceding::PLL_SHIP_ADR_INFO)]?>
    I need something to see the value 'Following' as well as 'Preceding' line to prevent
    the line to show up when the line following has the same ship to location.
    Line # Item Qty Price
    1 ABC 1 100
    Ship To: Knoxville, TN
    2 XYZ 1 100
    Ship TO: Tulsa, OK
    3 ABC 1 50
    Ship to : Tulsa, OK
    Right now, I'm getting a line after Line 2, which I don't want.
    Is it possible?
    Regards,
    Srini

    Try,
    <?if:PLL_SHIP_ADR_INFO[not(.=following::PLL_SHIP_ADR_INFO)]?>

  • Forms Personalization - Limit Ship-To Location

    Hi All,
    I'm working on trying to make a forms personalization for limiting the Ship-To Location for a Purchase Order Release to be only one location. I'm new to the personalization interface, so I was wondering if someone could give me a push in the right direction on how to get this figured out. If there's a better way to limit that field, that would be very helpful as well. Thanks for any help, and I'll be glad to try and answer any questions you might have.
    Alex

    Better ask this in the eBusiness Suite forum.

  • TABLE/FIELD FOR SALES ORDER'S SHIP TO LOCATION

    Hi everyone,
    Does anyone tell me what is the related tables/fields for Sales Order's Ship To Location? Since I want to display the Ship To Location information in the Oracle Report in Oracle Apps R11i.
    I tried to use the following SQL select statement to retrieve the Ship to address:-
    -- SHIP TO LOCATION
    select a.address_id, c.customer_name, C.CUSTOMER_ID, A.SITE_USE_ID from ra_Site_uses_all a, ra_addresses_all b, ra_customers c
    where a.site_use_code = 'SHIP_TO' and
    a.status = 'A' and
         b.address_id = a.address_id and
         c.CUSTOMER_ID = b.CUSTOMER_ID and
         b.status = 'A' and
         c.customer_id in (select customer_id from ra_customers) and
         c.status = 'A' and
         c.customer_name like 'CLARION (H.K.)%'
    But I found that the data is BILL TO address. Can anyone help me? Thanks.

    Hi all, I managed to solve my problem. Here's the query in case someone need it. Thanks
    SELECT party.party_name "Send to" (SELECT party.party_name
    FROM hz_cust_site_uses_all bill_su,
    hz_cust_acct_sites_all bill_cas,
    hz_party_sites bill_ps,
    hz_locations bill_loc,
    hz_parties party,
    oe_order_headers_all h
    WHERE h.invoice_to_org_id = bill_su.site_use_id
    AND bill_su.cust_acct_site_id = bill_cas.cust_acct_site_id
    AND bill_cas.party_site_id = bill_ps.party_site_id
    AND bill_loc.location_id = bill_ps.location_id
    AND bill_cas.party_site_id = bill_ps.party_site_id
    AND bill_ps.party_id = party.party_id
    AND h.order_number = 'your_order_number') "Invoice to"
    FROM oe_order_headers_all h,
    hz_cust_site_uses_all ship_su,
    hz_cust_acct_sites_all ship_cas,
    hz_party_sites ship_ps,
    hz_locations ship_loc,
    hz_parties party
    WHERE h.ship_to_org_id = ship_su.site_use_id
    AND ship_cas.party_site_id = ship_ps.party_site_id
    AND ship_su.cust_acct_site_id = ship_cas.cust_acct_site_id
    AND ship_cas.party_site_id = ship_ps.party_site_id
    AND ship_ps.party_id = party.party_id
    AND ship_loc.location_id = ship_ps.location_id
    AND h.order_number = 'your_order_number';

  • BOi versus SAP ICH

    Hello,
    I just discover the SAP application called ICH (Inventory Collaboration Hub). It's a platform that allows to link system from supplier to a SAP R/3 system
    It seems some transaction are equivalent with B1I.
    Have you heard something about this application ?
    Thank you for your answers
    Sebastien

    Sebastien,
    I do not have a comparison between these products as I am not familiar with SAP ICH.  Possibly there is a forum for that in the R/3 forum where you could pose the same question and get a response.
    Eddy

Maybe you are looking for

  • Indesign quit or Out of memory when exporting or printing pdf.

    Hi i have a mac Pro, 2x 2.26 GHZ Quad Core Intel- Xeon with 6GB 1066 MHz DDR3 running 10.6.8 and Adobe Design Premium. when using Indesign and printing pdfs or exporting to pdf Indesign comes up with an "out of memory" or quits unexpectedly, please c

  • Not able to update organizations units in an infotype 0001

    Iam unable to update organizational units, positions through lsmw in an infotype 0001 if i do manually it is updating in 1infotype. Iam trying to run reports rhinteoo still not able to figure it out experts share your experience on this

  • Where'd The Music Store CD Info go?

    I have been loading CD's into iTunes for over a week now. For much of that time, I have been seeing info in the Music store which tied into whatever CD I was importing. For instance, if I was loading in a Pink Floyd CD, I would see info in the Music

  • Forms: Auto-Scoring "Yes" Responses

    So I imported an Audit for work into Acrobat which I plan on using electronically vs on paper. One of the sections has a series (approx 50) Yes/No responses which I will replicate by using Form Fields. My question is HOW would I go about (at the end

  • 1.0.10.107 crashing

    Hello everyone, I noticed that the update 1.0.10.107 ends up force closing spotify on my Windows machine. 1.0.9.133 works fine but when I update to that newer version Spotify crashes 10 seconds after startup. I'm using Win 8.1.