Vendor Schema for two diffrent scenarios

Two Dept want purchase the different material from one Vendor . One dept donot want any price as  manual entries But another Dept want basic price as a manual .We have defined  pricing procedure & schema assign to vendor & values are coming from Inforecord (No manual entries condition record ). anybody  suggest me how to configure this two scenarios for single Vendor.
Thanks
Chalapathi

Hi,
Try to use VSR(Vendor sub range).In vendor master assign VSR You create separate Inforecord with other material.
Prasad

Similar Messages

  • Creating two diffrent accounts for two diffrent shuffles on same comput?

    I have one computer and two shuffles for two people. how do I create two accounts so they will not download each other music. Please help Aggggg!!!!

    Control panel > Users accounts > create new user
    Restart machine. Login to new account start iTunes.

  • What is the appropriate data expiration / eviction scheme for the following scenario

    We currently have an expiration scheme through which data entries in cache-A get expired after the cache hits a certain size. The LRU entries are expired after the max threshold is reached. But the issue is that certain entries in the cache are rendered meaningless without the other entries. There is a virtual grouping of entries in this cache.
    Is there an expiration scheme that can be defined through which a group of entries can be deleted in one shot, and how can this policy be enforced.
    The other way i would percieve this to work is to separate the currently virtually grouped entries into their own individual caches. This seems the logical thing to do, except for the issue being that we would still like to keep all these caches in the same service, and have an eviction policy defined at the service level instead of at the cache level.
    Is it possible to define an eviction policy at the service level, for example to satisfy the below scenario.
    Service-A has 10 caches in it [cache-1, cache-2, ....., cache-10]. And there is a limit of 10GB defined on the service. So, if the total utilization of all the caches in Service-A reaches 10GB, an entire cache from amongst [cache-1, cache-2, ....., cache-10] will need to be cleared and the memory be made available. Which one of the caches to be cleared will depend on which cache satisfies the LRU condition. So, maybe the entire cache-5 should be deleted if the entries in this cache was the oldest used.
    Please let me know if the above scenario can be implemented.
    Thanks
    Sumax

    Ricardo Pedro Rodrigues Ferrão wrote:
    > Hi Eugene,
    >
    > I’ll try to explain it better.
    >
    > For example the business unit A is “portable pc” and I have this business unit in both companies and what I want in management consolidation is to consolidate data by the business unit “portable pc” joining data from both companies.
    >
    > Thanks.
    Ricardo,
    I had similar business scenario in my earlier project and the expectations were almost same.
    I created one consolidation area (legal consolidation) under one single data basis and assigned business area as sub-assignment. All the consolidation functions are executed by the business users based on legal cons requirements purpose, while the reports can be generated for both legal and management consolidation.
    In management consolidation reporting, your expectations can be met easily. The header will be business area, while line item data will be companies wise (if you would like the data to display that way).
    For more information, you can check the threads created by me.

  • Backup scheme for two destinations?

    Hi all,I'm helping at a small school and am working on implementing a backup solution here. What we have is two practically identical Dells (T110 II) as backup servers, with ~11 TB of usable space each. A "full" campus backup is estimated at around 6 TB, so the theory is to do a full backup each week, alternating between the two servers as a destination. In other words, there is a full backup made somewhere every week, but each backup server gets a new full backup every other week.Full-A I1 I2 I3 I4 I5 --------------------------- Full-A I1 I2 I3 I4 I5
    --------------------------- Full-B I1 I2 I3 I4 I5 --------------------------- We are planning on nightly incrementals, but I'm not sure if those too should alternate weeks (as hopefully illustrated above), or continue straight through. If the latter, network congestion may possibly be a...
    This topic first appeared in the Spiceworks Community

    Expanding Linux and OSS Support on AzureStarting on July 15th we are pleased to announce the availability of limited support for major Linux distributions, third party and Open source technologies on Azure.Linux SupportWe now provide limited support forthe followingLinux distributions in Azure:Supported Linux DistributionsUbuntuCentOS (OpenLogic)Oracle LinuxSUSE Linux Enterprise Server (SLES)OpenSUSECoreOSLinux Support Scope
    In addition to eliminating Azure platform and services as a root cause, Microsoft will provide the following limited support for the supported Linux Distributions:Installation and Configuration: Help with installation and configuration of Supported Linux Distributions on the Azure platform and services. In certain cases, if Microsoft is unable to resolve an issue, you’ll need to contact the vendor of the Supported...

  • Same vendor code for multiple company codes

    Can we have same vendor code for two different company codes ?

    Yes u can use same code of vendor in different company code
    only u will have to extend this vendor code to other company code in xk01
    this is possible as number range is set on vendoe Account group
    and same vendoe code and be used in 2 or many different co codes with different company code data
    hope this helps
    Edited by: Umakant Bhangale on Oct 11, 2010 5:35 PM

  • Same setting for two file adapter but different output

    Hi ,
    I am having two receiver file adapter for two differrent scenario with same settings but different structure.
    I want the output of the file for both the scenario should be displayed line by line but it is working fine for one scenario.File type,file encoding and FCC are same in both the interface except the fieldsnames in FCC.
    When i check both the output file i found that the scenario which is working fine  having OA OD hexadecimal value at the end of line of each line.and the second scenario which is giving the output in single line is having only OA.
    waitng for Valueable inputs!!!
    Thanks
    Santosh

    Hi Santosh,
    Kindly elaborate your question.
    it would be helpful if you post the content conversion parameters of the erroneous file channel.
    Regards,
    Varun

  • One PO for two different vendors

    Hi Experts ,
    My Questions are ......
    Can we maintain two different vendors for two different materials and create one PO ? ;
    How does it work  ?
    How is it sent to different Vendors ?.
    Will the vendor receive one general PO containing all line item materials from different vendors...or Each vendor will receive his own line item PO (PO Split)...
    Regards
    Albert

    Hi Albert,
    Your qns-
    Can we maintain two different vendors for two different materials and create one PO ? ;
    Yes you can maintain 2 different vendors for 2 different materials. But you cannot create a single PO (i.e. PO with same number) for 2 different vendors. I do not understand why you want to create one PO for 2 vendors supplying different materials. Can you please explain the logic for it?
    Vivek

  • How to check vendor schema group for info record for third party vendor

    Hi Expert,
    How to check vendor schema group that assigned in info record for third party vendor?
    Thanks

    Hi,
    Vendor schema group is not assigned in info record, It is assigned in purchasing data view of vendor master ( Check in XK03 )
    You can check in Vendor master- XK03- Purchasing data.
    hope it will help u.
    Deepak

  • Compare tables in two schemas for the table with particular column & value

    Hello All,
    I have a query to find out the list of table from a given schema to extract all the tables having a search column .
    ex :
    SELECT OWNER, TABLE_NAME, COLUMN_NAME FROM
    ALL_TAB_COLUMNS WHERE OWNER='<SCHEMA_NAME>'
    AND COLUMN_NAME='<COLUMN_NAME>'
    I want to compare two schemas for the same above query .
    Can we wirte a query on this - I am using SQL DEVELOPER , which has menu item - TOOL - database differneces to find the diffenence between two schemas but my requirement is to find the differences in two schemas for all the tables matching for a particular column ( as given in quer).
    Appreciate your help.
    thanks/Kumar
    Edited by: kumar73 on 29 Nov, 2012 1:50 PM

    Hi, Kumar,
    This is the SQL and PL/SQL forum. If you have a question about SQL Developer, then the SQL Developer is a better place to post it. Mark this thread as "Answered" before starting another thread for the same question.
    If SQL Developer has a tool for doing what you want, don't waste your time trying to devise a SQL solution. The SQL Developer way will probably be simpler, more efficient and more reliable.
    If you do need to try a SQL solution, then post some sample data (CREATE TABLE and INSERT statements for a table that resembles all_tab_columns; you can call it my_tab_columns) and the results you want from that data.

  • Balance the item 1 - Vendor invoice with two expense items for two co codes

    Hi
    In our case document splitting is active with profit centre balancing.
    When I am posting a FI vendor invoice with two expenditure items to two difference company codes & cost centres, the system is generating the clearing line items but it is not posting and giving an error message that "balance profit centre data is not there in line item".  Since this is a vendor item and no profit centre information cannot be given manually, system has to split the item with relevant profit centre information, right ?  But that is not happening, please help me out.

    Hi,
       Document splitting configuration is done at client level and assigned at company code level.
    Document split is done based on the item categories and base item categories configured.
    This can be done only for the entities inside a company code and not for the company code and it is done to have a Zero balance check in the entities.
    Document splitting is done mainly for reporting purposes.(eg: Segment reporting, Profit center reporting etc.,)
    you are posting for two different company codes in a single transaction means it will be cross company code transaction.
    System will generate two different document numbers for eac line item and a single cross company code transaction number for the entire transaction.

  • Vendor assignment for multiple line tiems

    All,
    We are with SRM 5.0, Classic Scenario.
    I have created SC with 2 line items and given different vendors for two line items of the same SC.
    It should generate two POs for this, right ?
    Bt, only one Purchase Req. and PO is created and showing in R/3.
    Any inputs please ?
    Thanks
    Maron

    >
    Maron, Swiss wrote:
    > All,
    >
    > We are with SRM 5.0, Classic Scenario.
    > I have created SC with 2 line items and given different vendors for two line items of the same SC.
    > It should generate two POs for this, right ?
    >
    > Bt, only one Purchase Req. and PO is created and showing in R/3.
    >
    > Any inputs please ?
    >
    > Thanks
    > Maron
    what about the vendor for the purchase request item? is it fixed vendor ? any data incomplete ?

  • Seperate Good supplier for two items in same contract

    Hi Gurus,
    My client has a business scenario to have two different Goods suppliers in the contract for two different material in the same contract.
    As far as my understanding and practice, it can be possible by different partners at VSR(vendor sub range) in vendor master + VSR in PIR for the material.
    Apart from this, is there any other standard solution that SAP provides for this requirement?
    You suggesstions will be highly appriciated in this!.
    Thanks & Regards,
    Pushparaj S.

    Hi ,
    A contract is always between two parties. Since multiple vendors cannot be bind in one contract , you dont see such type of practices often. Share me if you find some answers.
    Thanks,
    Sudhi

  • Differentiating of pricing schema for each purchasing document type

    Dear colleagues,
    This topic could be discussed before but I need to clarify some points.
    We would like to differentiate pricing schema per purchasing document types (e.g. AA and ZZ). These purchasing documents are not like domestic and import types.
    There some condition(s) where purchasing document type AA should not be able to maintain whereas ZZ should be able to.
    In this case shall use one unique pricing schema for both purchasing document types if so how can I hide some conditions for document type AA or if I use separate pricing schema how can I set different pricing schemas for different purchasing document types because both document types have same purchasing organization, vendor etc. 
    Regards
    Metin

    Hi,
    Why to have two different schema groups! Is procurement process is completely different, so use to have!
    (have thought of separate condition types for each Calculation Schema)
    Based on Schema Group Of Vendor in the vendor master, the PO for vendor with respective Schema Group Of Vendor will populate the assigned condition typesu2019. Follow path:
    SPRO->MM->Purchasing->Conditions->Define Price determination process ->Define Schema Determination
    Under segment:
    Determine Calculation Schema for Standard Purchase Orders
    Here you can assign Schema Group Purchasing Organization, Schema Group of Vendor and Calculation Schema
    Under segment:
    Determine Schema for Stock Transport Orders
    Here you can assign Schema Group Purchasing Organization, PO document type and Calculation Schema
    Regards,
    Biju K

  • MIRO for two profit centre materials

    While we are trying to post the MIRO for two different profit centre material, system is not accepting and message is ' profit centre not filled for vendor line item.' document type RE

    Hi
    Use split valuation. Using Split valuation one material can have multiple valuation prices. In your case you can create two Valuation types (Demo and Sale item) for valuation category say XYZ. Then you can manage different price for Demo and Sale item even if the material is same.
    Read below example: If you have same material grade A and grade B. Grade A is $100/Kg and Grade B is $80/Kg. This kind of scenario is possible by using Split Valuation.
    Regards,
    J.Sankar

  • About the support of commsuite 7 for two tree LDAP

    Hi all,
    We are giong to move our old IMS LDAP (ver 5.2) to a new hardware with DS version 6.3.1. Existing DS version 5.2 holds enterprise
    data in a two tree structure. ( Ex : dc=example,dc=com and o=isp) . Both trees carry user data. Documents released for
    commsuite 7 says the following,
    "Messaging Server and Calendar Server have introduced a one-tree structure, where there is no Domain Component (DC) Tree.
    All domain information is held in domain nodes in the Organization Tree."
    Paralley to the LDAP move the IMS version will also be upgraded to commsuite7. In this scenario how can I manage
    this whole process with the existenace of two tree structure. Any document regarding this issue?
    Appreciate your guidance..........
    Thanks

    nusagnar wrote:
    ### User data should not exist in the Domain Component tree.
    Yes. True. I knew it. Sorry about my bad terminology used in writing the sentence " Both trees
              carry user data.". Think this two-tree structure as a one configured properly. As I obeserved
              ( In Installation log files) this system uses schema 2. Not schema 1. How can I confirm which schema it used?Which system are you referring to? The iMS5.2 system or the Comm-Suite-7 system?
    iMS5.2 only supported Schema 1.
    For Comm-Suite-7 you can check by running:
    -bash-3.00# ldapsearch -b "o=comms-config" objectclass=sunCommsMetaData
    version: 1
    dn: cn=CommServers,o=comms-config
    objectClass: top
    objectClass: sunCommsMetaData
    sunkeyvalue: dssetup_ver=6.4
    sunkeyvalue: dssetup_rev=5.05
    sunkeyvalue: dcsuffix=o=isp
    sunkeyvalue: ugsuffix=o=isp
    sunkeyvalue: mlsuffix=o=mlusers
    sunkeyvalue: schematype=2
    cn: CommServersNote: "schematype=2"
    ### Which documents? Please provide the URL.
    Please read the title " Changes in the DIT Structure" in
    http://wikis.sun.com/display/CommSuite/Understanding+Communications+Suite+Product+Requirements+and+Considerations
    If you are using Access Manager then you need to use Schema 2. If you aren't using Access Manager then you can use Schema 1 or Schema 2. This is clearly stated in the "Schema Requirements" section of that document.
    ### Schema 2 is a single-tree structure. Comm-Suite-7 supports Schema 1.
    I understood it differently in this way after referring the doc above. Both schema 1 and 2 supports one-tree
         and two-tree systems.( I can create a new suffix with DC components ( Ex: dc=example,dc=com) in DS version 6.3
         with schema 2 ).I haven't come across any customers who are using a two-tree Schema 2 environment. So going down this path is potentially risky.
    But support for two-tree system depends on the LDAP parameters specified when preparing the DS
         using comm_dssetup.pl. Can you please guide me to find a good document on this?I don't understand your issue. If you are preparing a fresh Directory Server install with the comm_dssetup.pl tool and you want to use schema 1, then simply choose schema 1 when asked.
    ### Lets imagine there is a two tree structure ( whether it is schema1 or schema2 will depend on your next reply )
    and required to migrate to a DS system with schema 2 for commsuite 7. What is the possibility of doing it ? Do you have a specific requirement for using Schema 2 or not?
    Regards,
    Shane.

Maybe you are looking for

  • Oracle bi error codes u9kp7q94 OBIEE 10g

    Hi All, I have created new user in RPD(Online Mode). Then i have loged into Answer.It throws error "oracle bi error codes u9kp7q94 OBIEE 10g" How to fix. Thanks Gram

  • How do I get iTunes to arrange movies (from a series) in the order they were released

    Bottom line, we all download movies into iTunes and regardless of if you view them as a list or as cover art, they are always in alphabetical order.   But when you have a series of movies (pick any of your favorites... Harry Potter, Twilight, Transfo

  • Migrating SQL Script to stored procedure...

    I created a SQL script file to run in SQLPlus to generate a fixed-format text file (See EDI_PrepForSend below) How do i do the same thing in a stored package/procedure? Can I utilize the script I already have working? I need to do it in a stored proc

  • Two problems with ringtones

    1)My Pre doesn't recognise the names for the mp3 ringtones I made for the phone. 2)My first Pre broke and the new one will play but won't select the mp3 ringtones I made. The first Pre didn't recognise the names, but played and allowed selection of a

  • Wrong supplier is being paid post upgrade

    Hello, We have upgraded to 12.1.3 and while creating a normal invoice and paying it, in the payment form the supplier name is automatically getting changed to another supplier name and even the check is getting printed on this wrong supplier. APP-SQL