Cert Type Setting in SPRO

Any one can help to understand following Cert type checkbox in SPRO?
SPRO --> QM --> --> QM in Procurement --> Define Certificate Types --> "Enhanced cert. processing" checkbox?
Anyone has used this checkbox in real experiance?
If we set this then what would be system behaviour?
Reply appriciated.
Tom.

>
FireFighter wrote:
> Primarily it allows you use QC51/52/53 and QC55 to work with incoming COA's regardless of wether you use 01 inspection lots.  It allows you to acknowledge receipt of COA's in advance of actual GR's.  It allows some additional functionality in notifying vendors, blocking payment, etc..
>
> FF
Thanks FF for this info.
Does this setting automatically create entry at QC55 or do we need to go to at QC51 to create cert. entry.?
Actually in our business pep expect if we select "Yes" at GR then system should create auto entry in QC55.
Is it?

Similar Messages

  • Reference to generic type Set E should be parmeterized

    I have the following code in a class:
    1:Event theEvent = (Event) session.load(Event.class, eventId);
                2:Set<Event> eventSet;
                3:eventSet = user.getFavouriteEvents();
                4:eventSet.add(theEvent);At line 3, I get the following warning message:
    Type safety: The expresson of raw type Set is converted to Set<Event>. References to generic type Set<E> should be parameterized.
    What does this mean? What do I need to do to get past this warning.
    Thanks
    Sharma

    Found the problem. I forgot to parameterize the Set in the getFavouriteEvents() method.
    Thanks
    Sharma

  • Programatic import can't clear out a property of data-type="set"

    Our catalog repository has a item-descriptor for a "sku" that has a property named "modelProfiles" which is a data-type="set". This allow our SKUs to have a one-to-many relationship with ModelProfile components.
    We programmatically import and update these SKUs through gsa-xml files. This usually works great, but the problem I am having is that there appears to be no way to "clear out" the set that a given SKU is connected to. I can add to the set, I can reduce the members of the set, but when I try to make an individual SKU's set empty, the BCC project shows the related SKU as unchanged (meaning that it still has all of its SKUs).
    How can I clear out a property of type "set" using gsa-xml like...
    <pre>
    <update-item item-descriptor="sku" id="sku160005">
    <set-property name="modelProfiles" value="__NULL__"></set-property>
    </update-item>
    </pre>
    Our custom calalog.xml entry for this mess looks like...
    <pre>
    <item-descriptor name="sku">
    <table
    name="the_sku_modelprofile"
    type="multi"
    id-column-name="sku_id" >
    <property
    name="modelProfiles"
    data-type="set"
    column-name="model_profile_id"
    component-item-type="ModelProfile"
    display-name="Model Profile"
    category-resource="theBasics"
    required="false" >
    <attribute
    name="resourceBundle"
    value="the.commerce.ProductCatalogTemplateResources"/>
    <attribute name="propertySortPriority" value="-55"/>
    </property>
    </table>
    </item-descriptor>
    </pre>
    As always, any help is greatly appreciated.

    You just need
    <update-item item-descriptor="sku" id="sku160005">
    <set-property name="modelProfiles" value=""></set-property>
    </update-item>

  • Authentication Ticket Type setting in BI Portal

    In the BI Portal's System definition for the backend BI ABAP system, is there any harm in using the SAP Logon Ticket as the "Authentication Ticket Type" instead of SAP Assertion ticket?
    I have a federated portal configuration where the BI Portal is a producer.  I configured the consumer portal's UME to use LDAP as the user store and the ABAP user mappings are defined in the consumer portal only.  The BI producer portal is also setup to use the LDAP as the user store and is also configured to use SPNEGO -- the reason for this is so that the user doesn't have to login when he's accessing the BI reports through bookmarks in the browser favorites.  The BI Portal doesn't have any user mapping to the backend ABAP system.  It relies on the consumer portal's MYSAPSSO2 ticket's user mapping.  In this configuration, I can run BI Bex reports iviews from the consumer portal through federated portal delta links to the BI producer portal.  This only works however if on the BI Portal I set the "Authentication Ticket Type" setting to SAP Logon Ticket.  The Bex reports stop working if I set the "Authenticaion Ticket Type" to SAP Assertion ticket.   The SAP Assertion ticket does work however if I setup user mapping on the BI producer portal -- I really want to avoid setting up user mapping in both the consumer and producer portals.
    Thanks in advance.
    Mel Calucin
    SAP Portal Architect
    Bentley Systems, Inc.

    Mel, I am not 100% sure, but I think the federated portal requires both consumer and producer to use the same data source.
    Whoops! Misread your message. As to your question, I do not know why you could not use logon tickets.
    -Michael
    Edited by: Michael Shea on Dec 1, 2008 11:53 AM

  • How to list those employees who do not have a certain pay rate type set up

    Hi,
    I'm trying to create a report that lists all employees who DO NOT have a certain pay rate role type set up.  An employee can have multiple pay rate roles - for example: chargeable miles, non-chargeable miles, subsistence, etc.
    I want to identify all those employees who do not have, say, subsistence yet set up.
    I joined the employee table to the employee rates table. The employee_role_id=20 is the particular rate role value that I am interested in. I want to only list those employees who do not have rate of role type 20 set up. That way I can go and set one up for these employees.  At present, I am using selection criteria where employee_role_id=20. This brings back only those employees that have an employee_role_id of 20 setup. I would like to do the inverse but setting <>20 only screens out those roles with value 20 and displays all of the rest of the pay role values for each employee.
    Any help is appreciated.
    thx!
    Mark

    if you are not sure about the linking i suggest to just show all roles associated to all the employees,
    group by employee
    create true/false formula for the role_ids  where ONLY your 20 role is TRUE per employee
    then exclude all false - that should give you only the employees that are missing that particular role.

  • Netscape cert type does not permit use for SSL server

    Hello,
    I am trying to access an internal SSL secured web server that uses a certificate that has been issued with Netscape Cert Type "client" instead of "server".
    I know that the clean solution is to issue a certificate with type "server". For circumstances and the mere number of affected servers, I cannot do this.
    I would like Java to ignore this. How do I do this?
    Fritz

    hello there
    i need to accomplish the same task as you did.
    eg: have an applet that uses a truststore.
    were you able to fix the problem?
    how did you do it?
    thanks in advance
    warder

  • Netscape cert type does not permit use for SSL server on Weblogic

    We have WLS 11g (11.1.1.5 SOA) on UNIX and we are trying to connect secured service (Using client certificate along with UserName and Password for Authentication ). I was able to test it using SOAP UI.
    But when I am testing the webservice I am facing listed error
    java.lang.Exception: oracle.sysman.emSDK.webservices.wsdlapi.SoapTestException: oracle.fabric.common.FabricInvocationException: Unable to access the following endpoint(s): https://abcd:1111/JWSs/V1/TermsWS at oracle.sysman.emas.model.wsmgt.WSTestModel.invokeOperation(WSTestModel.java:575) at oracle.sysman.emas.view.wsmgt.WSView.invokeOperation(WSView.java:381) at
    and domain log shows that
    Caused By: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Message send failed: sun.security.validator.ValidatorException: Netscape cert type does not permit use for SSL server
    Please help me to resolve listed issue.
    Can I use Netscape client certificate on WLS?
    Do I need to take any extra care while working with client cert?
    I appreciate your help.

    Netscape cert type does not permit use for SSL clientTry using another certificate. Your certificate can't be used as a web browser client certificate.

  • Sun.security.validator.ValidatorException: Netscape cert type does not perm

    Hi,
    I am getting the following exception when clientAuthentication is enabled for ssl connection.
    I am using tomcat and a java client in my application.
    Please let me know how do i get through this.
    Thanks in advance
    -Sanjeev
    Below trace is from catalina.out
    ===========================
    http-8443-Processor24, SEND TLSv1 ALERT: fatal, description = certificate_unknown
    http-8443-Processor24, WRITE: TLSv1 Alert, length = 2
    http-8443-Processor24, called closeSocket()
    http-8443-Processor24, handling exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: Netscape cert type does not permit use for SSL client
    http-8443-Processor24, called close()
    http-8443-Processor24, called closeInternal(true)
    ===================================
    I get the below exception in my java client application.
    ==========================================
    : 68 42 6F FD E9 35 AB E5 C7 48 31 2C 78 31 BA F0 hBo..5...H1,x1..
    0020: EB 97 10 1F F9 B2 03 B7 7D CE 8A 04 73 37 07 A1 ............s7..
    0030: 9D 46 5A A2 B7 99 EE 86 1D EE A1 E4 D6 64 73 9B .FZ..........ds.
    0040: 6B FA D1 19 44 54 C0 47 DC F8 E1 4B 33 F6 0D 2D k...DT.G...K3..-
    0050: C9 04 B7 E8 8F 67 00 99 78 67 CC BE 26 C4 73 B5 .....g..xg..&.s.
    0060: 88 26 F6 08 B7 A3 89 A0 28 29 79 DD 16 B0 86 8F .&......()y.....
    0070: DE AA EA D3 1F 9F 8B 5B E7 B4 51 3B C8 90 67 0D .......[..Q;..g.
    0080: 68 46 F1 CC 10 D9 hF....
    main, WRITE: TLSv1 Handshake, length = 134
    main, WRITE: TLSv1 Change Cipher Spec, length = 1
    main, handling exception: java.net.SocketException: Software caused connection abort: socket write error
    main, SEND TLSv1 ALERT: fatal, description = unexpected_message
    main, WRITE: TLSv1 Alert, length = 2
    Exception sending alert: java.net.SocketException: Software caused connection abort: socket write error
    main, called closeSocket()
    Exception
    =================================================

    Netscape cert type does not permit use for SSL clientTry using another certificate. Your certificate can't be used as a web browser client certificate.

  • Cannot modify Authentication Type setting

    I am running the WRT54G (v.6) with firmware v1.0.0.9. I am unable to modify the Authentication Type setting in the utility because the box is grayed-out. It is currently set to Auto (by deafult). Is the setting correct since I am using WPA2 Personal? I do not even know what the other options are since I cannot modify the setting. Thanks.
    Wireless->Advanced Wireless Settings->Authentication Type

    Hi… This authentication type is different then wireless security mode i.e. either WEP or WPA or WPA2. If want to what is your wireless security mode then go to wireless -> wireless security -> security mode, here you have an option to select the security mode. Select appropriate security mode supported by your OS and Wireless adapters on wireless computers.

  • The type Set is not generic; it cannot be parameterized with arguments K ?

    When I use Hashtable or HashMap to get the keySet, it shows the error of "The type Set is not generic; it cannot be parameterized with arguments <K>".
    The following is my code:
    Hashtable table = new Hashtable();
    table.put("A", new Integer(1));
    table.put("B", new Integer(2));
    Iterator its = table.keySet().iterator(); // <<<<<<<<<<<<<< this line shows the error "The type Set is not generic; it cannot be parameterized with arguments <K>"
    How can I solve it? Please help me! I have no idea on it. It works fine in 1.4.
    Best regards,
    Eric

    The original is my codes, please help!
    public static List findDlicApp(Date startDate, Date endDate, Connection con) {
              String SQL = getSQL("app.sql");
              String where = getSQL("app.sql.where");
              boolean hasWhere = false;
              if (startDate != null) {
                   SQL = SQL + " where d.create_date >= to_date('" + DMSUtil.convertDateToString(startDate) + "', 'yyyy-MM-dd')";
                   hasWhere = true;
              if (endDate != null) {
                   if (hasWhere) {
                        SQL = SQL + " and to_date(to_char(d.create_date, 'yyyy-mm-dd'), 'yyyy-mm-dd') <= to_date('" + DMSUtil.convertDateToString(endDate) + "', 'yyyy-MM-dd')";
                   } else {
                        SQL = SQL + " where to_date(to_char(d.create_date, 'yyyy-mm-dd'), 'yyyy-mm-dd') <= to_date('" + DMSUtil.convertDateToString(endDate) + "', 'yyyy-MM-dd')";
                   hasWhere = true;
              if (hasWhere) {          
                   SQL = SQL + " and " + where;
              } else {
                   SQL = SQL + " where " + where;
              SQL = SQL + " " + getSQL("app.sql.order");
              //System.out.println(SQL);
              //Connection con =  getParaDMConnection("findDlicApp");
              HashMap<String, DlicApp> dlicDocs = new HashMap<String, DlicApp>();
              List result = new ArrayList();
              try {
                   Statement stmt = con.createStatement();
                   ResultSet rs = stmt.executeQuery(SQL);
                   long lastDocID = 0;
                   boolean hasStartDate = false;
                   while(rs.next()) {
                        long docID = rs.getLong("docID");
                        String docName = rs.getString("docName");
                        String refNo = rs.getString("refNo");
                        java.util.Date createDate = rs.getDate("createDate");
                        String creator = rs.getString("creator");
                        String profileType = rs.getString("profileType");
                        String assunto = rs.getString("assunto");
                        String fromEntity = rs.getString("fromEntity");     
                        String location = getLocation(docID, con);
                        long fieldID = rs.getLong("fieldID");
                        String fieldValue = rs.getString("fValue");
                        DlicApp doc = null;
                        if (dlicDocs.containsKey(String.valueOf(docID))) {
                             doc = (DlicApp)dlicDocs.get(String.valueOf(docID));
                        } else {
                             doc = new DlicApp();
                        doc.setId(docID);
                        doc.setDocName(docName);
                        doc.setReferenceNo(refNo);
                        doc.setCreateDate(createDate);
                        doc.setCreator(creator);
                        doc.setProfileType(profileType);
                        doc.setAssunto(assunto);
                        doc.setFrom(fromEntity);
                        //if (doc.getStartDate() == null) {                    
                        //     doc.setStartDate(createDate);
                        doc.setLocation(location);
                        if (fieldValue != null) {                    
                             if (fieldID == 1114) {
                                  doc.setChineseName(fieldValue);
                             if (fieldID == 1115) {
                                  doc.setPortugueseName(fieldValue);
                             if (fieldID == 1116) {
                                  doc.setApplicationCategory(fieldValue);
                             if (fieldID == 1118) {
                                  doc.setStatus(fieldValue);
                             if (fieldID == 1119) {
                                  Date d = DMSUtil.parseDate(fieldValue, "yyyy-MM-dd");
                                  doc.setStartDate(d);
                                  hasStartDate = true;
                             if (fieldID == 1120) {
                                  Date d = DMSUtil.parseDate(fieldValue, "yyyy-MM-dd");
                                  if (!StringUtils.isEmpty(fieldValue)) {
                                       //System.out.println(docName + ":" + fieldValue + ">>>>>>>>>findDlicApp>>>>>>>>>>>>>>>>>>APP END DATE: " + d);
                                       doc.setEndDate(d);
                        if (docID != lastDocID) {                    
                             doc.setRelatedDocs(findRelatedDoc(docID, con));
                             lastDocID = docID;
                        dlicDocs.put(String.valueOf(docID), doc);
                   stmt.close();
                   rs.close();
                   Iterator<String> its = dlicDocs.keySet().iterator();
                   while(its.hasNext()) {
                        String id = (String)its.next();
                        DlicApp a = (DlicApp)dlicDocs.get(id);
                        a.setRelatedDocs(findRelatedDoc(a.getId(), con));
                        dlicDocs.put(id, a);
                   result.addAll(dlicDocs.values());
                   // take out start date is not in the given period
                   int n = 0;
                   while(true) {
                        if (n < result.size()) {
                             DlicApp a = (DlicApp)result.get(n);               
                             Date sd = a.getStartDate();
                             if (!isWithin(sd, startDate, endDate)) {
                                  result.remove(n);
                             } else {
                                  n++;
                        } else {
                             break;
              } catch(Exception e) {
                   e.printStackTrace();
              if (result.size() > 0) {
                   Collections.sort(result, new DmsDocComparator());
              return result;
         }Edited by: EJP on 13/01/2011 14:41: added code tags for you. Please use them next time.

  • Hunt group type Set up with outside ext numbers ie Cell phones

    Using CUCM 9.1
    Is there a quick and easy way to create a hunt group type set up using outside (cell phone numbers)?
    The scenario will be one (person who will be ON Call) using an internal DID that is forwarded to to a cell phone of the oncall person that particular week.  If no answer it would forward to the next line group of 4 members and also try their cell phones.  After this it would simply repeat the entire process.  So far it looks like a solution may be possible with single line reach perhaps?
    Any insight would be grealy appreciated.
    Dave

    Hello,
    I set up something like this on CUCM 8.0 a couple of years ago.
    I used the Mobile Connect feature as you suggest and it worked ok after some playing about with the timers.
    The main problem was that there was no way for the remote users to log out of the hunt group. They could disable Mobile Connect using the IVR but the calls would still ring on their deskphones - if you log out of the phones (i.e. Extension Mobility) before leaving the office this problem should not occur.
    The other issue was how long calls took to connect especially if a couple of people in the group did not answer. We actually recorded a message asking callers to be patient that was played when the call was first received (we were using UCCX to do the IVR and call transfer).
    Hope this is of use.

  • Correspondence type set up

    Hi ,
    I have to setup a SAPSCRIPT for company codes (7200) for correspondence type . I have to create a new correspondence type . I was going thru the SPRO->FI->Global..->correspondence type.
    1) there already exists a corr type called ZAP01 for all the company codes and a form ,Now The req is to call a diff form for one company code and leave the others call the same one.
    2) I set up a new corr type with co code 7200 and assign the same print program , diff form name and variant ..then i use F.62 and give the new correspondence type and execute it ...still it calls the previous form ...even if i use the new corresponce type ??
    If anyone has any idea how to set this up or any DOCUMENT that defines how to proceed ...??
    Message was edited by: SAP BEE

    Review these steps...
    Txn OB77 to create new correspondence types.
    Txn OB78 to assign ABAP print program and new variant to correspondence type.  You may get a warning that this new variant does not exist.  This is okay.
    Use SE38 and specify the print program.  Select an existing variant, change parameters if needed, and save under the new name.
    Use txn OB96 to assign the new layout set to the ABAP print program.  You can enter a specific company code and a new form id.
    Txn OB79 to configure options for the new correspondence type.

  • Value Assignment Type Setting

    Dear Experts,
    While creating the Value Assignment Type in SPRO
    there are following check box... which are
    CharCopy Active - Automatic Activation of Copied Value Assignments
    New Val. actv - Automatic Activation of New Value Assignments
    Change Active - Automatic Activation of Changed Value Assignments
    I have read the help for each check box but still concept is NOT so clear...
    Could you please elaborate me the significan of each check box...
    also, couuld you tell me that As per Standerd / Regular Industry Practice, which of the above check boxes should be active and which should not
    Please Guide..
    Amol

    Hello Amol
    in some sense there is no "standard" how a company should/can use these check boxes. Both options have pros/cons.
    In my opinion best practise is to "set them" (all three) and to prepare a user manual in which this "behaviour" of the system is explained.
    From the point of view of "clicks" the number of clicks are nearly the same.
    E.g.
    if you not activate them you have to set the indicator and you must save the data records and
    if you have activated and you would like to take some time to think once again about content of the data record you would remove the active indicator and save (later you must set them again to activate them and save them regarding MSDS etc.).
    In any case: to my experience the end user training regarding how to use the usage and what does the active indicator means (as well as the relevancy indicator) is not an easy task.
    By the way: there is to my knowledge no corresponding customizing activity in which you can handle how the "relevancy indicator" can be set or not. So in any case (because the existance of an activated relevancy indicator is "driving" change marks in WWI reports) end user need their "time" to understand how to use properly this usage.
    Further on they should be familiar in how to use the output variants (because using them you can get an fast overview about there a active indicator is missing etc.)
    With best regards
    C.B.
    PS: additionally: the usage on the level of the identifier is "special" in some sense. Keep in mind this (especially in WWI reports). The reason is that the usage on the identifier has been created with EH&S 2.7. So in principle: you need not to use the usage to print a identifier in a WWI report but you should do that (because by using the usage you can additionally control the access rights of users).
    PPS: one "strong" pro in my opinion to use the "active" option is this:
    If you enter e.g. a source or a user defined text in the data record this information is normally not used in a WWI report. Therefore if you haven't "activated" this in customizing the user must ! set the acitve indicator once again. This means: Any ! change in data record (together with save) will remove the active indicator by standard (without using the three check boxes).
    Edited by: Christoph Bergemann on Mar 21, 2010 8:02 AM
    Edited by: Christoph Bergemann on Mar 21, 2010 8:05 AM
    Edited by: Christoph Bergemann on Mar 21, 2010 8:06 AM
    Edited by: Christoph Bergemann on Mar 21, 2010 8:06 AM

  • Proper Prty (Procurement Type) setting in SO for a HAWA BANC Material

    Hello Gurus,
    We're finally making our way through several issues we've had with our 3rd Party item (Individual Order) setup. We have Material type HAWA w/ item category group BANC (for individual purchase order) so that the SO will generate the PR to be converted to PO. However, when we go to address the PR, the system wants the Pr Ty field addressed under the 'Procurement' tab of the SO. The 2 choices are: KEB and KSV.
    My question is: Are there MRP settings that would have this data defaulted in the SO if populated in MRP01/02/03/04 tabs? If so, what should it be set for for Material Type HAWA Item cat BANC?
    What should my MRP Type (under MRP1) be set to? I currently have it at ND (no planning).
    Must there be a Special Procurment type value set (MRP2)? Currently none.
    Must there be a Strategy Group value set (MRP3)? Currently none.
    Ultimately, we do not want the Order Entry person (putting in the SO) do have to determine anything here...and, we want to ensure the proper settings for this HAWA/BANC type of material.
    Regards,
    SP

    Hello - Please let me know if my question is inappropriate, not asked properly or I've done something improper. I have not received any responses and want to make sure I'm doing what is expected on my side as to not cause problems.
    Your guidance is greatly appreciated because I want to use the forum properly!
    Best Regards,
    SJ

  • Email type set to work after sync with Outlook 2003

    I just spent a while going through my mail contacts on the iPhone setting them all properly - 'home' email if it was a personal address and 'work' if it was their work address. It appears that all email addresses show as 'work' ones when you start out. I just came up and connected the iPhone to the PC for it to update Outlook, and now all the Contact email types are all back to 'work' again on the iPhone.
    Does anyone know how to avoid this?
    Thanks,
    Tom

    I had this happen to me on numerous occasions. I never was able to figure out where the numbers went to, so I started using google sync which uses PUSH through(Microsoft exchange). Its free and it works well because it always keeps a copy of my contacts on my gmail account. As I add them to my phone they are sync'd and stored in my Gmail contacts. I love it especially when I have to restore my iPhone or something to that nature. All I have to do is put the account info back into my iPhone and two seconds later all my contacts are back on my phone. Plus you do not have to sync your phone with Outlook every time you get a new contact... Hopefully everything works out well for you!!!
    Check out the link
    http://www.google.com/mobile/products/sync.html#p=apple

Maybe you are looking for

  • How to find better SQL log in OBI Answers?

    While I have an error in making an OBI request in Answers page, the error message in the result tab is usually not very helpful, like: Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P:OI2DL65P State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError:

  • Error everytime I export in Premiere Elements 7.0

    I have made a slideshow with pictures that is ONLY 3 minutes long. It has one song added to it. In Adobe Photoshop elements I can save it with no problem. However, in Premiere I have tried saving it to Youtube, saving it as a windows media file, savi

  • WSW0100: Unable to create Service

    Hi, I am trying to access a webservice(Location.jws) via a dataservice function(GetLocationResponse.ds) The primary objective of the webservice is to post a request to GlobalLocate, a location provider and obtain the user's location co-ordinates. On

  • Why does Forefox 17.0.1 not dislplay videos when Firefox16.0.2 does?

    I've got Firefox 17.0.1 running on a Solaris 10 SPARC system. (I know, Solaris is not supported, but perhaps someone has seen this problem elsewhere, e.g., with Linux.) Except for the video on the Welcome to Firefox page, videos appear black and will

  • TROUBLES WITH OPEN CURSORS

    Hi, we have an application running on 8.1.6 with 20 000 open cursors is this a really resources problem for database. Ive tried with this parameter CLOSECACHED_OPEN_CURSORS = TRUE in INIT.ORA but it doesnt work with PLSQL. I found problem resolves if