Non-OCI compliant vendor

Greetings.  Does anyone have experience bringing a new vendor catalog online from a supplier that has never done OCI?  Is there some documentation somewhere that I can give the Vendor that will help them understand the work that will need to be done on their side?  To this point all of our roundtrip Vendors have been OCI capable and we've used the default HTTP Post technology.  What is the standard method for addressing this kind of issue?  Any direction you could provide would be much appreciated.
Best regards,
Shawn O'Connor

Hi Bhakti.
The link provided by Masa gives you a basic understanding and the information is enough for the suppliers to create a OCI complaint catalog. It is also applicable for SRM 7.0 as well.
According to me there were no much changes in the SRM7.0 for OCI
Note: The link has the OCI version as 4.0. Recently this is updated.
Also see the below link as well.
http://help.sap.com/saphelp_crm20c/helpdata/en/0F/F2573901F0FE7CE10000000A114084/frameset.htm
Regards
Bala

Similar Messages

  • My display is non hdcp compliant after Yosemite install

    My display is non hdcp compliant after Yosemite install, fix this?

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled in OS X 10.9 or earlier, or if a firmware password is set, or if the startup volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • Non -OCI compatible XML to OCI compatible XML : External Punchout

    Hi All,
    We are doing external punchout to around 60 different sites.
    No our problem is that more than half of them will not be able to send the data back in OCI compatible format. But they will sending us the data in the same format i.e. same for for all of them (format of our old sourcing system)
    Now I am trying to break the standard SAP code and make the system understand non OCI data. For this In the FM WSI_IMPORT_DATA,which is getting called from BBP_WS_IMPORT_SC_DATA , I am trying to put my logic to read the data from the ITS what is coming from the external and then transform in OCI compatible with the help of custom transformation.
    My problem is that I am unable to get the data from the ITS which is coming from the sites.
    Has anybody docne anything like this or anybody tried to read data from ITS.
    Any help will be rewarded.
    Thanks,
    Smita

    Hi Chris,
    Any idea on this?
    Thanks,
    Smita

  • [svn:bz-trunk] 20753: * Fixed non UTF8 compliant char in EndpointPushNotifier.java

    Revision: 20753
    Revision: 20753
    Author:   [email protected]
    Date:     2011-03-10 02:40:52 -0800 (Thu, 10 Mar 2011)
    Log Message:
    Fixed non UTF8 compliant char in EndpointPushNotifier.java
    Added tomcat7 support to the maven build of blazeds opt (to support security/Tomcat7Valve.java)
    tested the build with maven3
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/client/EndpointPushNotifier.java
        blazeds/trunk/modules/opt/pom.xml
        blazeds/trunk/modules/opt/poms/tomcat4/pom.xml
        blazeds/trunk/modules/opt/poms/tomcat6/pom.xml
        blazeds/trunk/modules/pom.xml
    Added Paths:
        blazeds/trunk/modules/opt/poms/tomcat7/
        blazeds/trunk/modules/opt/poms/tomcat7/pom.xml
    Property Changed:
        blazeds/trunk/modules/
        blazeds/trunk/modules/common/src/
        blazeds/trunk/modules/core/src/
        blazeds/trunk/modules/remoting/src/

  • OCI compliant catalog

    Dear Experts,
    i was requested to make our company's product catalog  OCI compliant for one of our partners to access and use.
    my question is :
    - Am i just required to create an XML file for our products and place it on a server for them to access? or just create a database table with the fields they request and their SRM System'll handle the XML part?
    i've read the helpful documents posted here and i'm still unsure where to start.
    i'd like to add that we've our E-commerce website where this partner used to buy our stuff from there.
    Thanks a lot in advance.
    Edited by: Beeso9 on Jan 19, 2011 2:34 AM

    Hi,
    Please check the section 4.3 in OCI specification.
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e020a283-e6ce-2d10-0ebb-bd4de8c32036
    It says "XML data is embedded in an HTML form for the transfer from the catalog to the SRM Server via the useru2019s browser".
    You just change the checkout method and generate HTML page with embeded XML data.
    You can find examples.
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/60996f9f-f5ce-2d10-e9bd-a603b4b0be2c
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/700af47a-f6ce-2d10-b994-974f32acef52
    Regards,
    Masa

  • "Failed to use non CLS compliant type" when iterating SPLimitedWebPartManager.WebParts

    Hi,
    I having trouble updating a property of a custom web part with PowerShell, that is installed on a client's environment. The custom web part has a property called RowLimit for which I need to set an integer value. 
    Basically what my script does is, it gets the page with the web part (SPFile), then I get all the web parts on the page using the SPWeb.GetLimitedWebPartsManager function. Then I iterate all web parts in the manager using a 'foreach' like below:
    $webpartmanager = $web.GetLimitedWebPartManager($page.Url, [System.Web.UI.WebControls.WebParts.PersonalizationScope]::Shared)
    $webParts = $webpartmanager.WebParts
    foreach($webPart in $webParts) {
    UpdateWebPart $webPart $webPartType $webPartTitle $xmlReader
    Now, the first few iterations works fine, I get the OOTB web parts and their properties, but as soon as I hit the custom web part I get this error:
    The field/property: "RowLimit" for type: "OurWebPart.WebPart" differs only in case from the field/property: "rowLimit". Failed
    to use non CLS compliant type.
    So from what I've found online is that the web part possibly has two properties, a 'rowLimit' and a 'RowLimit' (which is legal in C#). And I've thought of ways to get around this when trying to update the property, but I'm not even getting to the point of
    making the update.
    Unfortunately I don't have access to the source code for the web part, and even if I did we don't have the option of making it CLS compliant and redeploying - we need to work with what is there.
    Can anyone please shed some light as how to get around this problem? 
    Thanks!

    Hi,
    Thanks for your sharing.
    What’s more, per my knowledge, the RowLimit property is the view pagination size for the web part.
    There is an article about changing the property, you can refer to it.
    http://sharepointblogbyshri.blogspot.com/2013/10/sharepoint-2010-edit-pagination-size.html
    Thanks,
    Jason
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Jason Guo
    TechNet Community Support

  • Downloading HD Videos on a non-HDCP Compliant Device

    I'm having troubles downloading HD videos onto a non-HDCP compliant device. My aim is to purchase and download the videos on this device and then transfer or stream to a HDCP compliant device.
    I get so far as the "This cannot be played in HD on this computer." which even warns me that if I continue to download the video I won't be able to watch it. I can "Cancel", "Buy SD for $xx.xx" or "Learn More" but not "Continue with Purchase"
    How do I continue the download?

    I want to purhase Gravity and its 720p the HD version, will it work?

  • Prevent creation of a PO to a non company code Vendor

    Hi,
    We have had a scenario where we have been ableo to create a purchase order to a vendor that doesnt exist in that company code.  The purchase order will let you Goods receipt this also and will only cause a problem upon invoicing it.
    Since a Purchase order is considered a legal document we believe we should be able to prevent PO being saved if the vendor used does not exist in the company code selected in the PO header data. 
    I can see why sap allows it as you put in the vendor before the company code is entered but can we prevent this being saved or a message coming up on the system when this combination is entered?
    Thanks

    Hi Tracey Sparry,
    This can achieved as below.
    An organizational unit in Logistics, subdividing an enterprise according to the requirements of Purchasing.
    A purchasing organization procures materials and services, negotiates conditions of purchase with vendors, and is responsible for such transactions.
    You specify the form of procurement by assigning purchasing organizations to company codes and plants.
    Possible forms are:
    Enterprise-wide: One purchasing organization procures for all the company codes of a client - that is, for all companies belonging to a corporate group
    Company-specific: One purchasing organization procures for one company code
    Plant-specific: One purchasing organization procures for one plant
    In this way you can assig purchase orgnization to company code which is not necessary but in you case it is necessary so when you are creating vendor with purcahse org and company code it will establish link when you are creating purchase org and company code it will not not allow to proceed further it gives error that xxx vendor id not defined in company code and purchase org and stop further to save PO.

  • Non PO invoice : Vendor payment terms

    Hi
    I tried to replicate backend payment terms to SRM by report BBP_UPLOAD_PAYMENT_TERMS. I am not getting any payment terms from BE in SRM as payment condition.
    I have assigned payment terms in Backend and even in SRM, assigned with manual created payment term to BP.
    I am trying to create non PO invoice, I am not getting default payment terms in invoice. Why it is not defaulting?
    Why payment terms could not be replicated from backend?
    I need to do something else. Please share experience if you have faced such situation.
    Thanks in advance.
    regards,
    Rahul Mandale

    Hi Rahul,
    Please try doing as mentioned below.
    BBP_UPLOAD_PAYMENT_TERMS program does not work well.I tried using this and this ask for RFC destination(LOGSYS) while replicating the payment terms.
    and when you try to see these payment terms in customzing it does not give you correct result and so result in SRM HTML screens.
    What I did for this.
    There are two tables involved in this
    BBP_PAYTERM
    BBP_PAYTERM_TEXT .
    If you see entries in table BBP_PAYTERM ,it will have data with ERPCLNTXXX system while same kind of data will not be there for SRMCLNTXXX.
    You have to copy ERPCNLTXXX data into SRMCLNTXXX data.
    To do that copy all data with SRMCLNTXXX ,go to table Entry in Menu and delete all entries.
    Then copy all ERPCLNTXXX data and go to Table Entry ,Create with template.
    You can do this is SE11 or SE16 transactions.Do similarly with BBP_PAYTERM_TEXT.Please check entries before doing it for BBP_PAYTERM_TEXT table as this table may have similar entries for SRMCLNTXXX and then you will not require to copy all.
    Actaully program recognise only Payment terms in SRM.
    Once you have done this..You can see in customzing all correct payment terms replicated.
    SPRO->SRM server->Cross application basic setting->Create payment conditions.
    I hope this helps.
    regards,nishant
    please reward if this helps

  • Convert non XML compliant characters to XML compliant ones

    I receive text from a third party program.
    I can expect to receive & ���� < caracters
    How can I surely convert them all to a compliant UTF-8 xml ?

    The solution is to enclose such text with CDATA blocks

  • How do I disable future iOS updates till later date to prevent problems with non iOS compliant Apps?

    Hello first time post here so excuse me if my posting etiquette is off and this seems lengthy.
    I am a beginning tech (4 months) in a school district that has started the 1 to 1 initiative with iPads (iPad 2).
    There is a huge learning curve I am facing as I don't know hardly anything about the new piece of software - apple Configurator. (A side note I was issued my very first iPad in the same time working for the district. BTW liking the iPad a lot).
    I am looking for friendly beginning user info on how to operate the Apple Configurator - suggestions? At this time I have only served in an observer capacity as it assigned to someone else in the district to do. However I know this person would appreciate another mind to help out  around the problem so I need to get up to speed.
    This a story of bumps and scrapes and bruises on the 1-1 initiative in the district and its 4 major hiccups have occurred (that I observed).
    I am hoping others have discovered these problems and figured out a way to handle them or avoid them and would be willing to share what you did.
    Here goes...
    The district started the 1-1 initiative roughly 3 years ago. They had a person in the middle school (way before me) in charge of the iPads. They used the IPhone Configurator device to manage the iPads. My understanding was this was very slow. That person was finally able to retire and took their knowledge they had of the iPhone Configurator utility that they used with them.The district chose to start using the Apple Configurator software this year for iPad management.
    We have a brand new person that has been put in charge of this. The person did not know the software either (nor did anyone else in the district).This person has made great strides to learn the software. However there has been some issues along the way:
            1. The school where the iPad 1-1 initiative is a middle school. The students are assigned the same iPad for all three years. As 6th graders come in they are issued an iPad. As the 8th grade finishes up, they head on to high school and the iPads gets recycled to the next 6th graders walking in the door. Each grade level has there own set of apps, so the (finished) 8th graders iPads get reset for the next 6th graders walking in.
    The issue is (my understanding) is that the volume purchase apps did not always revert back to the Apple Configurator/App store spread sheets before the iPads were reset. It took an act of congress with Apple to refund these apps because they were lost. Mind you we have 400 iPads in just this school alone so you can see why it was important to get these Volume Purchase Apps refunded to put on the new 6th graders iPads. $$$
             2. When the iPads were given to the students, the Apps would not work and all they would do is shake for a second. The iPads were recollected and redone. Time away from the students and classes.
            3. The iPads were refinished (with all the apps reinstalled) and given to the students. Then the students were given instructions in class how to manually setup their exchange email accounts on their iPads. Turns out the restrictions on the iPads (from the apple Configurator) were set up so the email info they put in could not verify with the exchange server. They wouldn't send or receive. So the iPads were all recalled back (time away from students and their classes again) and redone with the restrictions/ apps reinstalled.
            4. Most recent problem... iOS6 came out and all of a sudden we find out that two of our biggest 3rd party Apps were having problems with it. So it made the Apps at that point worthless. (These are paid for - expensive, most used by the school Apps).  Well there was no way to prevent the students from updating to IOS6 on their own (mind you they can't get to the App Store) but they can do the iOS6 update whenever they want. Before the problem was discovered, students were prompted by their iPads and they started doing the iOS6 update. I discovered this and immediately had the secretary send out emails to everyone do not download this thing because it was making problems for existing installed Apps. Of course there are were a few more students that were like "this don't apply to me right?" and they downloaded it anyways.
    So after 3 weeks of these apps not working, App update/releases were finally given and they are working again. So far we have only fixed some of iOS6 kids that are in need of those two broken apps.
    Now we are at a crossroad with the other 95 installed apps to consider ... if we let the students update to iOS6 to fix the two broken apps will it interfere with the other 93 apps that are working under iOS5.1...
    This iOS update thing would be better considered in the summer time for us (for future iOS updates).
    So I need to know is there away to prevent this in the future? Is there away to hold off the iOS updates till summer? I've seen people say control it by blocking it through the network but it doesn't prevent them from doing this at home. Where in the apple Configurator can we control this?
    Thanks for reading.

    You will not be able to block IOS 6.  You can try blocking it with a webfilter or firewall but if the students take these home or connect to another network or iTunes they can get it that way.   You will find that the vast majority of all apps will work with 6 or have been updated to work with it by now.

  • SAx Output non XML Compliant (Part 2)

    This is the question I asked before:
    http://forum.java.sun.com/thread.jsp?forum=34&thread=471553&tstart=0&trange=15
    my doubt is: what happens when the & character appears in the input data? I.e. not written by me in the XSLT styleSheet.
    Is there anything I can put in the stylesheet so the special characters appear escaped?
    And if not, is there any class that will escape all the special characters so I can use it in the Contenthandler?
    I know I could write one such class, but it seems such a common problem that I'm sure there must be a standard one out there.
    Cheers!

    I am using a Transformer and getting the output with a Contenthandler. But the output I get hasn't got the special characters converted. I don't know if it is meant to be this way or it is because I'm using a SAXResult or what.
    I find it very strange because if I tell my Transformer that the output is XML one would think that it would leave the special characters escaped.

  • How to store any file in database using Forms? EVEN non OLE Compliant

    I have to store and retrieve any file (not only image and OLE compatilble file) in the database and retrieve it later without using Forms and email it using java stored procedure. How do I do that?
    I used OLE, but the problem with this is later when I retrieve it, some OLE specific control information is also retrieved, which means the data stored is not only pure data.
    In the forms, I just want to give the file name and it should store that file into the database as we do with READ_IMAGE_FILE. Is there any way of achieving this?
    Thank you.
    Bijay
    null

    Please refer to this link:
    http://www.dba-oracle.com/t_storing_insert_photo_pictures_tables.htm
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com
    [Step by Step install Oracle on Linux and Automate the installation using Shell Script |http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

  • SAX Ouptut non XML Compliant

    I am doing a very simple XSLT transformation, here is the reduced version of the styleshet:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
         <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
         <xsl:template match="/csvFile">
              <Companies>
                   <xsl:apply-templates select="line"/>
              </Companies>
         </xsl:template>
         <xsl:template match="line">
              <Company>
                   <Asset>
                        <AssetData>Data for the Assets & amp; modify later</AssetData>
                   </Asset>
              </Company>
         </xsl:template>
    </xsl:stylesheet>and using a ContentHanlder to read the result of my transformation. My problem is that the & amp; symbol is converted to & at the output, hence my XML output is badly formed, is there any way to change this behaviour and tell it to keep the XML character scaping?
    Cheers!

    But what happens if instead of me writing it, the & character appears in the input Data for the transformation?

  • Park document approach for all PO and Non u2013 PO based vendor Invvoices

    Hello Experts,
    I want to use park document approach for all PO and Non u2013 PO based vendor Invoices.SAP
    Allows park document facility for FB60 ( Non-Po Based vendor Invoice)but doesnt allow the
    Same functionality for MIRO ( Logistics Invoice Verfication).Can anyone suggest a wayout for Park
    Document functionality for MIRO
    Thanks and Regards
    Urmila

    Hi,
    Transaction MIR7 can be used to park PO-based invoice. The same can be posted through MIRO.
    Regards,

Maybe you are looking for

  • Cant update to Camera Raw 8.3 for CS6 Extended

    Creative Cloud prompted me to update Photoshop CC & Bridge CC earlier which I did & Photoshop CC now has Camera Raw 8.3. However, I also have CS6 Extended which  still has 8.2. If I click on update from within CS6, I see this: Why it says Camera Raw

  • Mapping and transformation rules

    Hi experts,    pls tell  me what is this mapping and transformation rules in context wz filw to RFC scenario. what do u mean by transformation and transformation rules. Thanks veeru

  • Dynamic parameter

    hi, i'd like to convert the follow declaration in a dynamic mode declare type my_var is varray(???) of varchar2(10); now i don't know how much columns my_var is, i want pass the dimension to it with a varible in an other procedure es: procedure pro2(

  • Subcontracting Scenario -urgent

    Hi all our clients requires different scenario how would we map these into the SAP 1-We send the material to Sub contracting Vendor for Machining operation suppose 100 piece. but Vendor make the some pieces faulty (Rejection) like 10 piece. 2- by def

  • Active Directory Permissions to Profile Manager

    Hopefully this will help anyone else who runs into this trouble. OSX 10.9 Server App 3.0.1 We have a profile manager server setup using our Active Directory. After initial setup the system was working fine and all users could access the services. In