MM schema - understand requirement

Hi all,
   In the MM procedure, i have the followings:
   Step     Counter      CTyp        From   To      Reqt
   1          1                 PB00         0         0        0
   1           2                PBXX        0         0        5
   Reqt 5 means - No condition Exclusion.  What does this mean ?  When i look in the coding, not sure where i can reference this to ?  Can you pls explain what this 5 means and where i can apply it to ? 
    For step1 with 2 counters, does it mean either condition type will be selected but not both ?
thanks
Joyce
Edited by: Joyce Chan on Jun 30, 2009 7:13 PM

Thank you for your help. The only thing is that is generates Purchase Requisitions for 5 units instead of 2 units.
I would like the system to generate a Purchase Requisition when the accumulated needs for this material are 5 units.
Regards,
Remi

Similar Messages

  • "A GUID Partition Table (GPT) partitioning scheme is required."

    Hi.
    Im trying to encrypt an external HDD and it says "A GUID Partition Table (GPT) partitioning scheme is required."
    Im aware HDD needs a MAC OS Plus (Journaled), I have check disk Information and its formated as MAC OS Plus (Journaled), so why its keep saying to a GPT Partion scheme is required)
    Any idea on how to overcome this?
    Thanks!

    Issue was with partition map, it was Apple instead GUID as listed in diskutil list

  • Schema name required in scripts

    The oracle instance we are running requires the schema name in front of all db objects when running scripts. If I am logged into this schema, I shouldn't need to include it in the scripts. Can someone tell me how to disable this requirement?

    Or by setting CURRENT_SCHEMA as well.
    Nicolas.

  • Modifying schema attributes requires restart?

    I have an attribute that is defined as single value and there are some records containing that attribute and a value. If I update the schema and make the attribute multi-valued, it appears that I need to restart the instance to make the change be in effect. Does anyone concur? Does it seem odd that I would have to do a restart? The directory appears to handle new attributes without a restart, I would think a mod of this type should fly as well.

    Which version of Directory Server are you running ?
    I believe that the latest version of Directory Server 5.2patch4 (but it could be only in coming 5.2patch5) and DS 6.0 should not require a restart if you do change the schema to make an attribute from single-valued to multi-valued.
    I'd like to point out that relaxing the constraint on a attribute seems like a minor change, but can have a serious impact on applications that used the directory and expected only one value, and now are seeing more than one (often the apps would only read the first value and ignore the other ones).
    Regards,
    Ludovic.

  • JDeveloper, Can not build schema - Help Required

    Hi everyone,
    I am facing a peculiar problem with Jdeveloper. (10.1.3.4.4270)
    I am developing an ESB project. When referring to a XSD from within a XSD using a URL i.e. import, It's giving me error.
    Here is the sample code:_
    <?xml version="1.0" encoding="utf-8"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    <xsd:import namespace="http://xmlns.mysite.com/q/types"
              schemaLocation="http://192.168.8.10:7072/mySchemas/xmltypes.xsd" />
    ( [http://192.168.8.10:7072/mySchemas/xmltypes.xsd|http://192.168.8.10:7072/mySchemas/xmltypes.xsd] is accessible from a browser directly on the machine where project dir exists)
    When opening the XSD is design mode its showing red(error) for any element that uses types from xmltypes.xsd. When opening the XSL mapping which uses the current XSD its gives the following error:
    "Failed to open the target schema:
    Can not build schema 'http://xmlns.mysite.com/q/types' located at 'file :/C: /....../*xmltypes.xsd*'"
    +(It seems Jdeveloper is looking for the xmltypes.xsd in project dir, even though the import points to a URL)+
    The same code above works fine in Eclipse Gynamade and elements in current XSD are able to refer to types in xmltypes.xsd.
    What could be the problem. I am not finding any solution for this.
    Thanks in advance.

    Thank you for your reply.ButI had assign the dba role to the user,and could you tell me what version can build the schema.I had use the RAM 6.3.4.0.0 Complete 6.334
    Thank in advance
    Chris

  • HR schema script required

    HI All
    I am working on practice reports and following the oracle 10g toturail. There are sales, employee, departments, order, product etc tables. Kindly send me its schema if any one have.
    It would be great help.

    The HR schema scripts are included on the 10g/11g install CD/Download and are included by default in the installation, however, the account is locked by default as well. If you have installed 10g using the default installation all you should need to do is unlock the account or simply use the schema prefix in your queries. If the HR schema is not there, you can extract the scripts here: Oracle 9i Sample Schemas.
    Hope this helps,
    Craig
    If a response is helpful or correct, please mark it accordingly.

  • Schema extension required in DMZ domain for IBCM?

    Do I need to extend the schema in my DMZ for IBCM?  I'll be managing DMZ servers, as well as laptops that move between the internal environment and the Internet.  The DMZ will only have an MP,DP and SUP.

    As a side note, you *never* have to actual extend the schema or publish ConfigMgr info to AD. Doing so helps clients find info about the site. This of course would make no sense for IBCM though because the clients can't even get to your AD instance thus
    this really becomes moot.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • To Understand requirement for master data

    Hi Experts,
    i am given a requirement to create a master data   and  was  asked to do below
    Extraction from r/3 for the new object ZCPAR
    Similar to ZNTORD (get key & text from 0COORDER)          
    Restricted to Order type Z040 only
    and
    Based on value of ZCPAR_ZCFAM and ZCPAR_ZCTYN                         
         update attribute ZCFAM_ZCTYN     
    How do we do that please guide .
    Thanks In Advance,
    Nitya.

    Hi Nitya,
    Just create a char infoobject ZCPAR with required Datatype & length. In the IO properties screen, you will find a tab Master data attribute/text. Just make sure that the check box "Attribute" is checked/ticked.
    Loading is same as loading any other BW DS. Just create a Infopackage & load to DS. create a Transformation from DS to MD IO ZCPAR & load the data using DTP.
    Similar to ZNTORD (get key & text from 0COORDER) Restricted to Order type Z040 only
    Similar to 1st point. Make sure both Attribute & text is checked. You can restrict for Order type either is Infopackage or you can write a small field routine in transformation like
    IF Order type EQ Z040.
    Result = 'XYZ'.
    ENDIF.
    Based on value of ZCPAR_ZCFAM and ZCPAR_ZCTYN update attribute ZCFAM_ZCTYN
    Simple field level routine for ZCFAM_ZCTYN.
    IF ZCPAR_ZCFAM EQ 'XYZ' and ZCPAR_ZCTYN EQ 'XYZ'.
    RESULT = 'XYZ'.
    ENDIF.
    Note : Replace 'XYZ' with suitable values
    Hope its clear & helpful!
    Regards,
    Pavan
    Edited by: PavanRaj_S on Dec 26, 2011 2:45 PM

  • How to Work with DeadLine Monitoring  : Basic understanding required

    Hi my scenario is ,
    The user needs to approve the process . if he is not approve with in 5 mins , it should a mail to him again as requesting to approve .
    In order to meet this scenario , i have created a user Decision in my workflow , in decision tab for the user decision i have mentioned my username in agents.
    Then in the Latest end tab , i have selected refer.Date/time in the Workitem creation tab , and 5 mins i choosed in the time text box.
    in display text i assigned my user name again .
    inoutcomes tab i have activated the processing obsolete ( But i am not clear what is the use of this )
    after the userdecision i created a sendmail step below of approved and rejected.
    and workflow completed , no error ...
    when i exected this workflow , it is not sending any escalation mail as i mentioned .
    what could be the problem ?? it is still showing the inprocess status in the workflow log... workitem is there in my inbox.
    Message was edited by:
            Prakash N

    Hi Prakash,
    Do you want to send an email notification or a message in the business workplace of the agent, if you want to send a message in business workplace then what you have is done is correct and you dont need to activate processing obsolete also but if you want to send an email notification then go for a modeled outcome instead of display text and define a mail send step in the flow, also check your configuration settings.
    Hope this helps,
    Regards
    Saurabh
    PS: please reward points if this helps you.

  • Unexpected problem with authorization scheme of type plsql function

    Hi,
    I have created one authorization scheme of type plsql function returning boolean. Authorization scheme is for pages only. p2_user_priviledge is a textbox on home page which extract privilege (list of pagenos) for login user from database. Home page has no authorization required. AUTHORIZATION SCHEME always returns false. I am not able to trace problem in my code. same code works fine for a textbox's default returning 'c'.
    ----- CODE FOR AUTHORIZATION SCHEME------------------------------------------------------------
    declare
    pageid varchar2(10);
    privilege varchar2(300);
    c number(3);
    begin
    pageid := ':P'||to_char(:app_page_id)||':' ; ---Pageno get stored in format  *:P2:*
    privilege := trim(:p2_user_priviledge); ++------Contain list of privilege like    :P2:P13:P67:P23:  etc+++ select instr(privilege,pageid) into c from dual;
    if c>0 then
    return true;
    else
    return false;
    end if;
    end;
    One more problem is again related to authorization scheme.
    I created one application and one authorization scheme (auth_aug) which worked finely. Then after some days i added 10 more pages to same application, But now autho_aug was always returning false for new pages. So i copied code from 'autho_aug' to new scheme 'autho_sept', & it worked for new pages. I don't understand if code is same for both scheme, why required to use two different schemes.
    Now i have added few more pages to application, and facing problem mentioned earlier.
    any solution for both the problems.....

    Hi,
    Let me clear my problem once again.
    -->Home page i.e. P2 does not use authorization, So it is displayed along with text item :p2_user_privilege.
    -->Then user click on one of the links , Now page :P70: should get displayed.
    P70 is using authorization scheme.
    -->But :p2_user_priviledge value is not accessible at authorization scheme, I dont know why.
    I could not find out where to create Application item , as suggested by you.
    & not able to find Developer menu , session at home page as suggested earlier.
    And one more question, my application at runtime display
    X en us
    at bottom
    How to make it
    USER: X Language: en us
    Like in development environment.
    Hope I have cleared my problem, waiting for reply.
    Edited by: TEJU on Nov 17, 2008 9:25 AM

  • Personnel Calculation Schemas

    Hi All,
    Im looking for more infomation, than is given in the HCM Academy or SAP Library, on personnel calculation rules/schemas for Time management PT.
    Thank you
    TLC
    Edited by: ChromeSAP on Jul 4, 2008 3:00 PM

    Hi,
    PCRs always depend upon the clint requirement (other than Standard Sap) according to the scenario we need to write new pcr and insert the schema as required. but my point of view try to explore functions, operations and logic then it will be easy to understand the pcr and helpful to write a new pcr as required.
    Best of luck,
    Dora.

  • Biztalk schema exposing as WCF service with multiple operations

    Hi,
    I am working on a design pattern to expose the BizTalk schema as a WCF service and thought of taking expert’s advice. I have a single schema with 30 different nodes and each one is a different message type. For this 30 message types we need to expose WCF
    endpoints to customer for consuming from their application.
    When I exposed this schema as WCF service, a single receive location got created in BizTalk application and in IIS there is one .svc file. I defined 30 operations for this while exposing the endpoint with wizard.
    Currently I came up with the below 2 approaches but I did not like them as there is more redundancy
    Create 30 different orchestrations and each orchestration subscribes to Message Box direct binding with message type as filter.
    Create a single orchestration that binds to single receive location( this location got created by wizard..) and access the operation/message type in the expression shape. Based on this value create 30 IF conditions for each message type. For this the
    single orchestration receive shape should have a message type of xml document and then access the type. Is it possible?
    I don’t like the above approaches as it is very difficult to maintain and also difficult to add for any new message type.
    Does anyone has good ideas for doing this?
    Thanks
    JB

    "Canonical Schemas" are used where multiple source messages need to be addressed by a SINGLE Operation !!!
    Every operation anyway translates to a separate process. Forget that we're dealing with BizTalk for a minute, when you're writing plain we services, you introduce new service contracts (operations) when you deal with different data contracts. To come back,
    in BizTalk your data contracts are your schemas. So when you have multiple schemas, each requiring different processing then you need different orchestrations.
    Let us for a minute assume you've defined a single service schema (very possible with a service header and a service details where the service data contract could differ). Now you use this schema to expose ONE service endpoint (good till now). In that service
    you're suggesting to ADD decisions (something like a switch statement where you'll do 'x' set of activities is the message is of 'x' type and so on... How is this sustainable? Every time you introduce an new operation, you'll have to tear down and redeploy
    the new orchestration which will affect all other operations. During the introduction of ONE op you may touch other parts of the orchestration (multiple branches in a parallel shape anyways make the orchestration very unwieldy from a code management/support
    standpoint) and introduce errors in existing ops.
    Regards. 

  • Conditions in Calculation Schema not reflecting in Purch Info Record

    Hi,
    We are using calculation procedure TAXIN.
    We have maintained Calculation Schema & maintained required conditions.
    When we checked for maintaining these conditions in Purchasing Info Record, (Transaction Code - ME11 / ME12), these conditions are not appearing in the info record. But, the conditions appearing in the info record are not same as those in the Calculation Schema.
    Also, the conditions maintained in Info Record are not getting copied to Purchase Order (except Base Price P000).
    What could be the reason behind this? How to correct the same?
    Regards,
    Prashant Kolhatkar

    Tax procedure condtions will not appear in the info record. for the conditon which is not reflecting in the PO, you may check in inforecord whether there is a check mark in condition record saved for approval; if so it is deleted

  • Need schema files for tutorial in getting started with soasuite11gR1

    Hi
    I just started working on Getting started with Oracle SOA suite11gR1 book.
    I dont have schema files required for tutorial.
    Can an provide me the schema files.
    creditchecck.xsd
    fulfillment.xsd
    internalorder.xsd
    OrderBookingDiscount.xsd
    po.xsd

    This link: http://download.oracle.com/technology/products/soa/soasuite/books/SOA11g_GettingStarted.zip contains the good files
    Edited by: 851325 on 11 avr. 2011 05:04

  • How can I  refer an xml  Schema that was registred in Oracle xml DB

    How can I refer an xml Schema that was registred in Oracle xml DB, from other xml schema?
    I have the follow schema,:
    <?xml version="1.0" encoding="AL32UTF8"?>
    <xsd:schema targetNamespace="schemastipostasa.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xdb="http://xmlns.oracle.com/xdb/XDBSchema.xsd"
    elementFormDefault="unqualified" version="1.0"
    attributeFormDefault="unqualified">
    <xsd:simpleType name="codigosType" xdb:SQLType="NUMBER(4)">
    <xsd:restriction base="xsd:positiveInteger" >
    <xsd:totalDigits value="4" />
    </xsd:restriction>
    </xsd:simpleType >
    <xsd:simpleType name="integerUnoType" xdb:SQLType="NUMBER(1)">
    <xsd:restriction base="xsd:int" >
    <xsd:totalDigits value="1" />
    </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="condicionType" xdb:SQLType="VARCHAR2(1)">
    <xsd:restriction base="xsd:string">
    <xsd:enumeration value="S" >
    <xsd:annotation>
    <xsd:documentation>Condicion si es S</xsd:documentation>
    </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="N" >
    <xsd:annotation>
    <xsd:documentation>Condicion no es N</xsd:documentation>
    </xsd:annotation>
    </xsd:enumeration>
    </xsd:restriction>
    </xsd:simpleType >
    </xsd:schema>
    I registred the schema written above with the folowwing pl*sql :
    DECLARE
    direc varchar2(2000);
    nombreArch BFILE;
    mens varchar2(2000);
    BEGIN
    direc:=uso_comun.pack_mail.fun_valor_param('TASA','DIR_DBSERVER');
    nombreArch:=bfilename(direc,'schemas_tipos_tasa.xsd');
    DBMS_XMLSCHEMA.registerSchema(
    SCHEMAURL => 'http://xmlns.oracle.com/tasa/schemas.tipos.tasa.xsd',
    SCHEMADOC => nombreArch,
    LOCAL => TRUE,
    CSID => nls_charset_id('AL32UTF8'));
    dbms_lob.CLOSE(nombreArch);
    dbms_output.put_line('salio sin cancelar');
    exception
    when others then
    mens:=sqlerrm;
    dbms_lob.CLOSE(nombreArch);
    rollback;
    raise_application_error (-20001,'en registro shcema='||mens);
    END;
    Then, I want to register the following schema, that mention de schema above:
    <?xml version="1.0" encoding="AL32UTF8"?>
    <xsd:schema targetNamespace="schema.repuesto.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xdb="http://xmlns.oracle.com/xdb/XDBSchema.xsd"
    xmlns:tns="http://xmlns.oracle.com/tasa/schemas.tipos.tasa.xsd"
    elementFormDefault="qualified" version="1.0"
    attributeFormDefault="unqualified" >
    <xsd:element name="PRECIORENG" type="preciorepType" />
    <xsd:complexType name="preciorepType" >
    <xsd:sequence minOccurs="1" maxOccurs="unbounded">
    <xsd:element name="CODIGO_MARCA" type="tns:codigosType" />
    <xsd:element name="ORIGEN_PRECIO" type="tns:integerUnoType" />
    <xsd:element name="INGRESO_POR_FALTANTE" type="tns:condicionType" />
    </xsd:sequence>
    </xsd:complexType>
    </xsd:schema>
    But when a run the following script whith the same db-user:
    DECLARE
    direc varchar2(2000);
    nombreArch BFILE;
    mens varchar2(2000);
    BEGIN
    direc:=uso_comun.pack_mail.fun_valor_param('TASA','DIR_DBSERVER');
    -- nombreArch:=bfilename(direc,'prueba_schema_seis.xsd');
    nombreArch:=bfilename(direc,'Schema_repuesto_nuevo.xsd');
    DBMS_XMLSCHEMA.registerSchema(
    SCHEMAURL =>'http://xmlns.oracle.com/tasa/schema.repuesto.xsd',
    SCHEMADOC => nombreArch,
    LOCAL => TRUE,
    CSID => nls_charset_id('AL32UTF8'));
    dbms_lob.CLOSE(nombreArch);
    dbms_output.put_line('salio sin cancelar');
    --commit;
    exception
    when others then
    mens:=sqlerrm;
    dbms_lob.CLOSE(nombreArch);
    rollback;
    raise_application_error (-20001,'en registro shcema='||mens);
    END;
    tell me the error: ORA: 01031, insufficient privileges!!!!, what’s wrong??,

    Hi,
    To register schema, you require XDBADMIN system privilege granted to the user.
    Please verify this and retry.
    Rgds,
    Rakesh Tripathi

Maybe you are looking for