Preference Processing (Origin) for Europe

Hi,
We are in a process of implementing the Preference Processing functionality in the standard SAP system for Europe. I need your help and suggestion by way of any guide which expalins step wise configuration and master data maintenance and how to execute transactions eg.exploding a BoM for In-house manufactured products and when Aggregating Vendor Declaration Indicators for traded goods.
The scenario here is we have a few of suppliers for a Material XYZ which is a Trading material and a couple of the supplier is within Europe and we have a Long term Supplier Declaration for Preference Origin from these Suppliers. Now when creating a PO after maintaining the PIR for such Vendor and material how will the system ensure that whether the material procured from the EU Vendor is eligible for Preferential processing. Also when I create a SO for the same material how the system identifies if the material was procured within Europe from the preferred vendors or it has been procured from 3rd coutries. When testing we found that the system does not check the details but only checks for the MAPE table in the Material Master.
We need an step by step guide apart from SAP documentation SD-FT-PRE.
Regards,
Sumit

With the standard configuration from SD part, I dont think, this requirement can be achieved, as system needs to check the origin of the vendors which is MM side. 
You have to try with sale order exits like USEREXIT_SAVE_DOCUMENT_PREPARE in the program MV45AFZZ where the coding should be in such a way that whenever a sale order is created for such materials, it should first validate the field BESKZ from MARC table followed by Purchasing tables like EKES, EKPO etc., to validate the vendor code.
G. Lakshmipathi

Similar Messages

  • Preference Processing: Not able to see PO in Manage Vendor Declaration

    Hello All,
    I have completed below activities for Preference Processing
    1) Material transferred from Feeder to GTS
    2) Material Prices & Procurement indicators transferred to GTS
    3) BOM Transferred to GTS
    4) Material and all BOM item classified
    5) Preference indicators and LTVD details are maintained in Product master in GTS
    Now I have create a PO for Raw material and the PO is transferred to GTS but i am not able to see the PO in path /SAPSLL/MENU_LEGAL --> Risk Management --> Preference Processing --> Manage Vendor - Based Vendor Declaration --> Display worklist.
    Have i missed any configuration?
    Awaiting for positive reply
    Thanks & Regards
    Rahul

    It doesn't sound as much that you missed something as it does you'd done one step too many.
    In step 5 where you say you have maintained preference/ltvd status in the MM; that's why you wouldn't be seeing your PO listed under 2014 in pref processing.  Since you've already manually maintained it's status, you've basically bypassed the need for that PO this year.
    If you change the year in Preference Processing however, you should see your PO listed for the FTO in question for 2015.  Without the manually maintained material status in place, this material/vendor combination should be relelvant for request with the year pushed out.
    Thanks,

  • Preference Processing & Customs Declaration

    Hello Team,
    I am looking out for link between Preference Processing & Customs Declaration
    I checked that the preference duty is calculated based on the tick namely Document Exist available in Import Declaration but how the preference indicator in Material affect the declaration in
    Import Customs Declaration
    Export customs declaration
    Thanks & Regards
    Rahul

    Hello Dave,
    Thanks for the reply. I am talking about the tab Authorization in GTS Product master. If i check document exist indicator in Product Master, it will flow in Inbound Declaration and the preference duty will be calculated with less value (%) than regular duty.
    As per your reply i have few queries
    1)  Is the above understanding is correct?
    2)As per my understanding the preference indicator you mean is the Preference Flag (30, 60, 66 etc) If it is other than that, Where we are maintaining the Preference indicator in GTS Master data
    3) Where we are maintaining the Preference Indicator in ERP master data
    4) Which indicator gets priority GTS or ECC
    5) My material is relevant for Preference and the entry is generated by system in GTS Product master with Preference indicator as 60. How the GTS import declaration uses those information?
    6) How to configure the system which will behave based on the preference indicator in GTS product master system and will calculate the Preference duty than the regular duty in Import declaration?
    Thanks & Regards
    Rahul

  • BGP icmp Message:BGP: Applying map to find origin for x.x.5.0/24

    I've put what I hope is the relevant portions of the config in the body here. I'm curious about the message as this router is supposed to be the origin for the subnet in the first place?
    interface Vlan99
    ip address x.x.5.1 255.255.255.0
    router bgp 65004
    no synchronization
    bgp log-neighbor-changes
    network x.x.5.0 mask 255.255.255.0
    neighbor 10.10.1.2 remote-as 65004
    neighbor 10.10.1.2 next-hop-self
    neighbor 10.10.1.2 soft-reconfiguration inbound
    neighbor x.x.72.109 remote-as XXXX
    neighbor x.x.72.109 password 7 blahblahblah
    neighbor x.x.72.109 soft-reconfiguration inbound
    neighbor x.x.72.109 route-map asXXXXonly in
    no auto-summary
    ip as-path access-list 30 permit ^XXXX$
    route-map asXXXXonly permit 10
    match as-path 30
    Thanks for any help!

    Is your BGP routing operation working normally? If yes, and even then you receive this msg, then I am sure it is a normal BGP message which prints when 'debug ip bgp' is enabled. The BGP scanner process runs every 60 seconds and verifies a variety of things such as verifying the validity of bgp route origin. So basically it looks as though someone has turned debugging on. Please issue the "show debug" command as this will show what specific debugging is on. You can disable it by .

  • Different countries of origin for the same material

    Hi All,
    I need to maintain two different countries of origin for the same material, is this possible?
    I have materials that are sold to customer in Europe and also in the US, but according to EU laws the country of origin is X and according to NAFTA laws the country of origin is Y.
    I therefore need to be able to maintain the data according to the receiving country.
    Is there a possibility to do this in SAP?
    Thanks,
    Sivan

    Thank you for the answer.
    The problem is not that I have a different vendor, but that I have a different customer. The laws regarding how to define the country of origin for the EU are a bit different from the laws regarding the US. Therefore the same material, purchased from the same vendor can have a different country of origin when we sell it to a customer in the US from the country of origin when we sell it to a customer in the EU.
    I therefore need to maintain the country of origin according to the teratory in which the customer resides.
    Do you know of a solution for this?
    Thanks,
    Sivan

  • Multiple Country of Origin for single outbound delivery line item

    We are attempting to find an a solution to record multiple countries of origin for a single SAP delivery line.
    It seems standard SAP delivery only contains the ability to store a single "HERKL" value linked to the delivery line. (It creates a customs master in EIPO and links this to the delivery header)
    We need a solution to be able to record multiple of these values without the use of Batch Management.
    The example below demonstrates our requirement:
    Scenario: Delivery 1001
    - 1 line consisting of 5 eaches of a single part
    - When picking we find:
    - 3 eaches which where from Belgium
    -2 eaches from Germany
    without splitting the line somehow we are not able to add mutliple values
    Note: We are integrating with an external WMS system and interfacing in these documents using IDOC processing and therefore it would be very beneficial if someone could provide both functional steps (application side) and technical steps (function modules, classes, etc) which can be used
    Thank you for your help in advance

    Hi,
    Yes, it will work if items are lot controlled.
    (you can use the same logic if the item serial controlled as well...using Serial Number DFF)
    However, if the item is a plain item, there is no direct way of storing and retrieving the attributes ...such as country of origin, supplier name, etc ...
    Thanks,
    Hrishi

  • Approval process workflow for Customer XBO

    Hi experts,
    We have a client requirement which asks for multilevel approval process for Accounts (when a new Account is created/ existing Account is changed). As per my knowledge, there is no standard approval process defined for Customer XBO as of now by SAP.
    Also, if the Account creation/modification is 'Rejected' by any manager, then how will the Account be reverted back to its original version? (kind of a rollback)
    I had raised an incident for this asking the SAP team whether they will be adding any approval processes for Customer BO in the near future C4C releases. But they do not have any plans of implementing it sooner.
    They suggested a workaround as follows:
    Add 1 extension field "approval status code" in Account with code values:
    1 - To be approved by L1 manager
    2 - Approved by L1
    3 - Approved by L2......etc for more levels of approval
    Reverting 'Rejected' Account to previous state is not possible via PDI. In principle you would have to read the changehistory data and revert to the state before the change was done. But the changehistory BO is/will not be PSM released.
    Any workaround or suggestions on how can I go about implementing this requirement? I need to put validations like L2 can approve only after L1 approval.
    Please guide and help.
    Thanks,
    Ambuja Prabhudessai
    Persistent Systems Ltd.

    Hi,
    why don't you create a screen from which user will create or modify the accounts. after submitting the custom screen , you should start the approval process, once all the approval is done, create or modify the account in SAP.
    Regards.
    Sanchari

  • Best ipad mini nav apps for Europe ?

    best ipad mini nav apps for Europe ?

    most of them aren't free but i JB mine
    it is also indeed difficult to suggest different apps if we don't know your preferences or what you are following and such..

  • Preference process stops on Unix

    Folks,
    We are running Discoverer (from 9iAS R2) on Solaris
    5.8
    We have been experiencing this for sometime.
    We start all the components of discoverer and everything is fine.
    Then after some time the preference process running on Oracle side, just dies (or stops)
    So all are preference are no longer valid.
    Have to again start the preferences etc.
    Have log a tar.
    Oracle Support said this might be a bug.
    Has anybody seen the same behavior.
    Thanks
    Ashish

    Hi!
    I have the same problem. Since you posted this problem long ago... did you solve this problem?
    I have
    Oracle Application Server Discoverer 10g (9.0.4.00.00)
    Oracle Application Server Discoverer Plus 10g (9.0.4.45.07)
    on linux.
    And the preference server cannot be started, it is always down. So the users have always default preferences
    I noticed this problem recently, although before it worked OK.
    Any suggestion?
    Tnx
    G.

  • Terminal preferences only used for first window

    Hello,
    Whatever I set in Terminal's Preferences only lasts for the first window I open.
    For example, if I set "New window with settings:" to "Pro," the first window is Pro, but any subsequent windows or tabs are just black text on white background. I tried deleted the preferences file, still the same.
    Any ideas?
    Thank you!

    Nevermind. I realized that Command-N opened a new basic window.
    Solution was to select File -> Use Settings as Default.
    Cheers.

  • Find flagged process orders for deletion

    Hi all ,
    How do i find flagged process orders for deletion ?
    i need report or t-code

    Hello,
    Try with t-code COOISPI. In selection,Put material no and system status(sel. at header level) as DLFL
    and also check  "with deeltion flag indicator"
    Check with result and revert.
    Regards,

  • PROCESS CHAIN FOR REAL TIME DATA AQUISITION

    hi,
    how can i create a process chain for dso which is getting data from xi push
    i created a deamon which is having both infopackage and reat time dtp
    now i want to close the request for 24 hours
    i have 10 dso's in this way
    how to create process chain for this?

    hi,
    how can i create a process chain for dso which is getting data from xi push
    i created a deamon which is having both infopackage and reat time dtp
    now i want to close the request for 24 hours
    i have 10 dso's in this way
    how to create process chain for this?

  • How to configure  Oracle BPEL Process Manager for JBoss 4.2.1

    can any body help me to configure Oracle BPEL Process Manager for JBoss 4.2.1

    Look here:
    http://download.oracle.com/docs/cd/E10291_01/doc.1013/e10538/toc.htm
    Marc
    http://orasoa.blogspot.com

  • Error in process chain for PCA full load

    Hello everyone,
    I'm trying to use a process chain in order to delete a previous full load of plan data in a cube prior to the new load (to avoid double records). The successor job in the process chain is loading a delta of actual data into the same cube (same info source).
    When executing the process chain (and the included info package (full load)), the setting "Automatic loading of similar/identical requests from info cube" in the info package is not working (I have ticked "full or init, data-/infosource are the same")...
    I have checked that the function itself works as I have executed the info package manually with success. So the problem is the chain somehow.
    In the chain I just execute the info package as usual... so to my understanding, it should work the same way as if I executed it manually. Or am I wrong? Is some additional setting required in the chain in order to make it work?
    Any ideas?
    Thanks,
    Fredrik

    Hi Fredrik,
    not all settings in infopackages work in chains in the same way they do while running the package manually. Mostly you can check that with pressing F1 on the setting. In your case, you need to add a process type for deleting the data to the chain. In your chain maintenance, look at process types and then in load processes .... There you will find the type you need.
    kind regards
    Siggi

  • Email Alert for Process Chain for ABAP Process Type

    Hi BW Experts,
                             I created a process chain based on ABAP Process Type ( for Broadcasting rsrd_broadcast_starter). I want to add alert message for each ABAP process if it is failed. But I cant see any option showing Successfull or Error or Always when I select create message option on the process type. How ever I can see for other process chain which is loading data (Process Type is Info Package ) from SAP into BW.
                             Please some one tell me why it is not showing alert message for ABAP Process Type.
    Thanks
    Ganesh Reddy.
    Edited by: Ganesh Reddy on Jul 13, 2009 10:16 PM

    I dont have the exact answer for your question, But as a work around i can suggest you that.
    If these ABAP programs are included in a chain and this local chain is a part of meta chain then you can create a message on the local chain.By right clicking on the local chain >Create Message>Success
                                                                                    --->Failure
    >Always
    Hope this resolves the problem tempervorly.I will get back to you once i have
    Or the permanent solution is
    Its big and also easy method to perform, by this you will be able to get all the options for a ABAP Program also.If you have any questions please let me know.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/business-intelligence/a-c/creating%20an%20abap%20process%20type%20for%20process%20chains%20in%20bi.pdf

Maybe you are looking for

  • How can i get data from a maintance view?

    Hi all.     Can you give me some suggestion about 'How can i get data from a maintance view?'?      Thanks      Best regard

  • Difficulties installing oracle xe under Ubuntu (7.10)

    I laid out the difficulties I was having in the Installation forum, and a responder said I would have better luck getting a response in this forum. Here's what I did: 1) added this to /etc/apt/sources.list: deb http://oss.oracle.com/debian unstable m

  • CS6 Autosave Help Needed!

    Hello I have a quick question about the new photoshop... when using the autosave feature or having it enabled. When I work alot of times I have a main file that I use as a template to create other pages from. So I will open template and update things

  • What's force quit keys on older Mac keyboard

    I recently overburdened my system by burning a disk and doing several other high tasking operations at the same time. I was unable to access the Apple menu to force quit. What is the force quit key combination on an older keyboard - I have the Apple

  • Error in the formation of the crossword puzzle

    The Feb 8/14 and the Feb 9th puzzles that were automatically printed had the wrong format for the puzzles.