Date management: XML-editor for Date Rules

Hello,
I'm looking for any documentation on the XML-editor for date rules (tags, attributes and so on).
Please send to [email protected]
Regards,
Roman

Hello,
I'm still looking it...
Any help will be appreciated.
Regards,
Roman

Similar Messages

  • XML editor for NW2004s installation

    Hi Experts,
    could you suggest me a really good and free xml editor which is good for editing big .xml files like control.xml and where the line nr. for each line of the xml is also displayed.
    Unfortunately I have to edit this file a few times during the installation.
    Thanks!

    Joe
    You can use Editplus.It gives you the line numbers also.Its a free tool.
    http://www.editplus.com.
    Award points if it helps.
    Thanks
    Lakshmi

  • Calling default XML editor for system in Java

    I'm looking for a way to call the system's default editor for xml files from a Java application. In other words, if I'm running on a Windows system, I might want to start Notepad, or if I'm on a Mac, maybe I want to start TextWrangler or oXygen, etc.
    Essentially, I want to pass down an XML file to the system and have the underlying system determine the default editor, and then open the file in that editor.
    I've seen some code using Runtime.getRuntime().exec("cmd /c notepad.exe") and the like, but that assumes
    a) I know what the default editor for XML on the system is
    b) I know the executable path for this file
    I don't have a way of knowing either of those assumptions. Can anyone suggest ways for me to solve this bind?

    You might want to check out the Desktop class which "allows a Java application to launch associated applications registered on the native desktop to handle a URI or a file" including "launching a registered application to open, edit or print a specified file".
    But note: "The mechanism of registereing, accessing, and launching the associated application is platform-dependent." In particular if there is no association between file/URI and application all you get is a IOException at the time you call open().

  • XML editors on Unix Solaris platform

    Any suggestion for a good XML editor for
    Unix platform? It will be greatly appreciated
    if you can give some comments/evaluation about the XML editors you are using.
    thanks,
    null

    Hi dude,
    glad the fix worked.
    1) Hmmmm. This one is trickey. Ideally you need to use a PUT operation over http, which will allow you to write the xml file out. However, not sure what you need to do in terms of ACL's to allow TOmcat to write the file.
    2) A quick fix for this would be to change your protocol from http to file://actual/file/path. This will allow you to write the assuming that you have permissions.
    3) Check that the user your running Tomcat as has UNIX file permissions. i.e. read and write, not just read.
    hope this helps.
    daz.

  • Document on XML date rules and date management

    Hi,
    Could you Please send a document on XML date rules and date management. I really in need of it. You may send it to [email protected]

    Hello
    Could you please email this to me:  [email protected]
    Thanks in advance
    Kevin

  • ANNOUNCE XML conference for data management

    XML For Information Resource Managers
    October 27-29, 1999
    Wyndham Anatole Hotel, Dallas, Texas
    http://www.wilshireconferences.com/xml
    The program covers XML for data management,
    enterprise application integration, corporate
    information portals, and includes sessions of
    XML metadata standards (XMI, CWM, OIM)
    XML for Data Management
    Clive Finkelstein, Information Engineering Services Pty Ltd
    Keynote: How the World's Largest Corporation is Using XML
    Ron Shelby, CTO, General Motors
    XML - Lessons from an Early Adopter
    Bill Emberton, Fidelity Systems Company
    What Does XML Mean for E-Business? An Analyst's View
    Philip Russom, The Hurwitz Group
    XML Metadata Interchange (XMI): A Reusable Framework
    for Modeling and Implementing Interoperable E-Business Solutions
    Sridhar Iyengar, OMG Object Analysis & Design Task Force
    & Unisys
    How XML Can Pave the Way for Organizations to Re-Use
    Vital Business Information
    Eve Maler, Arbortext
    Metadata Models for XML Interchange
    Common Warehouse Metadata:
    Dan Chang, OMG CWM Working Group & IBM
    Open Information Model
    Brian Welcker, Microsoft
    Panel: Major Vendors Discuss Their XML Strategies
    Moderator: Dana Gardner, InfoWorld
    Panelists: IBM, Microsoft, Oracle, Unisys
    Reality Check: Where is XML Likely to Deliver on its Promise?
    Stephen Gantz, American Management Systems
    Engineering Enterprise Portals: Metadata Engineering
    in Preparation for XML-based Delivery of Data
    Peter Aiken, Virginia Commonwealth University
    XML and Enterprise Application Inegration
    Chris Kurt, Open Applications Group
    & Microsoft Biztalk Steering Committee
    & PricewaterhouseCoopers
    Coco Jaenicke, Object Design
    XQL - XML Query Language
    Joe Lapp, Web Methods
    A white paper on "Corporate Portals and XML" as well as
    additional conference information can be found at
    www.wilshireconferences.com/xml
    If you have questions, please contact:
    [email protected]
    null

    Thanks a bunch, that was it. Any ideas where I can find DTSs
    or Schemas for the FDS config files?
    -Robert

  • Date rules editor - file format documentation availability

    Hi,
    In CRM date management there is a feature that allows definition of automatic date determination, e.g. contract end date = contract start date + 90 days.
    To access date editor you may call SM30 with view V_TIMERUNA, 2x click on date rule and an editor is launched with XML file that looks like that:
    <?xml version="1.0"?>
    <SAPTimeRule>
       <TimeRuleTree>
       <!-- Begin of Rule Tree -->
          <ruleline>
          <!-- Begin of new LINE -->
             <AssignTimeExp displaytype="AssignTime">
             <!-- Assign time -->
                <VarTimeExp displayType="VarTime"
                                   name="RESULT"
                               position='B'>
                <!-- Variable: Time -->
                </VarTimeExp>
                  <MoveTimeExp displaytype="MoveTime" direction="+">
                  <!-- Move -->
                <ConstLocTimeExp displaytype="ConstLocTime"
                              date="now"
                              time="000000"
                              timeunit="DAY">
                   <VarObjectExp displaytype="VarObject" name="SYSTEM"/>
                </ConstLocTimeExp>
                     <ConstDuraExp displaytype="ConstDura"
                                      duration="6" timeunit="MONTH">
                     <!-- Constant Duration -->
                        <VarObjectExp displaytype="VarObject"
                                      name="SYSTEM"/>
                        <!-- Variable: Timeobject -->
                     </ConstDuraExp>
               </MoveTimeExp>
             </AssignTimeExp>
          </ruleline>
       </TimeRuleTree>
    </SAPTimeRule>
    This feature is mentioned in SAP CRM online help, but it does not include any details of XML syntax to be used, meaning of tags, etc.
    I was unable to find any documentation of this file format in help.sap.com or service.sap.com.
    Has anyone come across a specification of the file format to define Date Rules in SAP CRM?

    Hello experts,
    Could you also send me a copy of the documentation? My email address is [email protected]
    Thanks in advance!
    Or paste the link please
    Message was edited by: Javier Merino Vivar

  • APEX managing XML data

    Hi
    Has anyone build an APEX app the reads and writes XML data held in Oracle, either as CLOB or XML DB data ? If so can you tell me how you did it ?
    Jules

    Hi Jules,
    We are managing XML documents through APEX, but treat them as complete documents for editing purposes.
    Basically:
    1) We have a single XMLTYPE table hold all documents of a given XML schema.
    2) When registering the schema, have a defaulttable annotation to create a link with the XDB repository.
    3) Load the table via the repository using ftp (recommended for better error-reporting from database) or a webdav client such as Windows Explorer (however, we use Cadaver since the content comes from a linux server). Ensure the instance documents reference the registered schema.
    4) Create a relational view atop the xml table.
    5) Build a report on this view in APEX. This is for the user to search for the document they are interested in and to choose it for editing. The new 3.1 interactive reports are great for this.
    6) Set a link column in the report that takes you to an editing page.
    7) On the editing page we use a WYSIWYG XML editor ActiveX control. A small bit of javascript in the page header directs the control to the document via it's location in the repository.
    8) When the document is saved by the control, the corresponding table row is automatically updated.
    Some things to note with this technique:
    1) The current set of embedded XML editors all have a problem with very large documents (blame the browser). Our way around this was to create a subreport that lists a bunch of fragments from the full XML document (aka subdocuments). When the user chooses 1, we extract that fragment to a temp file in the repository and point the editor at it. We then intercept the save and post an UpdateXML() call against the master document. For REALLY large documents/subdocuments, we use a WebDAV-aware client XML editor to work with the content directly from the repository.
    2) You don't need to actually store the documents in a table. XML documents can sit in the repository and this technique still works just fine. Good for quick and dirty projects and the editing is very fast since the documents don't need to be stored into other tables, but you lose a lot of the XDB capabilities.
    3) The repository will likely request a username and password. This can be hidden from the user with some javascript.
    4) ActiveX controls typically need MSIE to run. However, other editors use javascript, or even java, so they can work with other browsers.
    5) An ActiveX control wants a "click to activate", but that can also be overcome by referencing the object from a static file containing javascript.
    6) Try to use a schema-validating editor so that it is less likely the user will try to store invalid xml.
    7) Highly recommend a schema validation routine be inserted into the table's INSERT OR UPDATE trigger to prevent invalid XML from being stored.
    If you want to work with the XML as if the elements were columns in forms, or don't want to use the XDB repository, then Earl's post of writing your own row processing seems like the way to go. You might also want to investigate INSTEAD OF triggers for your relational views. And watch out for large XML element nodes which exceed APEX size limits and which will require special processing.
    Hope this helps.
    Keith

  • Date rules management

    Hi gurus,
    I customized a date rule "Inicio + 7 días" (start date + 7 days), and i modified the xml , when i execute the test mode (date class: SRV_CUST_BEG; factory calendar = CO, time zone: U TC- 5), the result is ok, but when i try from my operation in CRMD_ORDER (SLFN) the date add 7 days, but count weekends and festives. Pls help me
    Regards

    Hi Mathew,
    i had the same problem but i solved it using duration.
    Is it mandatory to use date rule for you? I guess no, hence you can use duration to fulfill your requirement.
    Regards
    Sidd

  • How do we use Data rules/error table for source validation?

    How do we use Data rules/error table for source validation?
    We are using OWB repository 10.2.0.3.0 and OWB client 10.2.0.3.33. The Oracle version is 10 G (10.2.0.3.0). OWB is installed on Linux.
    I reviewed the posting
    Re: Using Data Rules
    Thanks for this forum.
    I want to apply data rules to source table/view and rule violated rows should go to defined error table. Here is an example.
    Table ProjectA
    Pro_ID Number(10)
    Project_name Varchar(50)
    Pro_date Date
    As per above posting, I created the table in object editor, created the data rule
    NAME_NOT_NULL (ie project name not null). I specified the shadow table name as ProjectA_ERR
    In mapping editor, I have projectA as source. I did not find error table name and defined data rules in table properties. It is not showing up the ERR group in source table
    How do we bring the defined data rules and error table into mapping?
    Are there any additional steps/process?
    Any idea ?
    Thanks in advance.
    RI

    Hi,
    Thanks for your reply/pointer. I reviewed the blog. It is interesting.
    What is the version of OWB used in this blog?
    After defining data rule/shadow table, I deployed the table via CC. It created a error table and created the all the source coulmns in alphabatical order. If I have the primary key as 1st coulmn (which does not start with 'A') in my source, it will apprear middle of of columns in error table.
    How do we prevent/workaround this?
    If I have source(view) in sch A, how do we create Error table in Sch B for source(view)?
    Is it feasible?
    I brought the error table details in mapping. Configured the data rules/error tables.
    If I picked up 'MOVE TO ERROR' option, I am getting "VLD-2802 Missing delete matching criteria in table. the condition is needed because the operator contain at least one data rule with a MOVE TO ERROR action"
    On condition Loading - I have 'All constraints' for matching criteria.
    I changed to "no constraints' still I get the above error.
    If I change to 'REPORT' option instead of 'MOVE TO ERROR' option, error goes off.
    Any idea?
    Thanks in advance.
    RI

  • Error logging for data rules in owb11gr2

    Hi all,
    I was playing around with error logging for data rules and I realized that when an error gets logged into the error table for failing a particualar data rule for a table, some of the columns in the error table such as ORA_ERR_NUMBER$, ORA_ERR_MESG$, ORR_ERR_OPTYP$ were not filled in. Why is this so? Is there anyway to populate these fields as well when a row gets populated in? This is because the optype field may be useful to identify the operation type of the erronous row.
    ALso, does anyone know whether the error table for dimensions work correctly? I replicate the portion of the mapping flow that goes to my dimension and even though the errornous row gets logged into the error table, the ERR$$$_OPERATOR_NAME for that row did not show the dimension object but instead show another of my table operator in the mapping. Pretty bewildered as to why this is the case.

    The cube operator in 11gR2 also supports DML error logging (as well as orphan management handling). This is enabled by setting the property 'DML Error table name' (in group Error table) on the Cube operator inside the mapping. The error table specified will be created when the mapping is deployed (if you specify an existing one the error is trapped).
    The DML error handling will catch physical errors on the load of the fact.
    Cheers
    David

  • Doubt about expression "Position" on DATE RULE XML

    Hi guys,
    Does anybody know what expression "POSITION" exactly do in a DATE RULE?
    Below a fragment of DATE RULE XML
    <VarTimeExp displayType="VarTime"
                                      name="PERIOD_DATE"
                                      *position="E"*>
                   <!-- Variable: Time -->
                   </VarTimeExp>
    Other question,
    Does anybody knows where I could find information regarding building new XML to DATE RULE?
    Very thanks for any help.
    Lalas

    Hi,
    This is the date rule where the logic is written to add the duration CSDURATION to the date type CSCREATDATE.
    You will find the date type and duration in the date profile.
    Regards,
    PP

  • Error in Mapping of Data for Scrambling Rule due to Inconsistency detected in Mapping Engine PIFD

    Hi all,
    We are performing an HCM Data scrambling, however, in Package Setting phase, we are encountering error in mapping of data for scrambling rule, saying there are inconsistency detected in mapping Engine PIFD.
    We have already implemented and checked below SAP notes, but still no luck.
    1854557 - Missing PIFD objects or mappings after LT AddOn install.
    1665861
    - TDMS 4.0 - Collective note for Scrambling
    Please advise how to fix the issue? Project is at stand still due to this.
    OSS message already opened.
    Thanks and regards,
    Philip

    Hi
    This is bug 5195315, which looks to be fixed in a 10.2 patch. If you can pick up the latest 10.2 patch there is like 3 years of fixes worth picking up.
    Cheers
    David

  • Can't add numbers greater than 100 in the Data Editor for a column chart

    I'm trying to create a column chart in Keynote '09 but every time I add a data point with a value greater than 100 in the Data Editor it turns the number into a date. I have the Y Axis set to "Number" and it works fine for numbers less than 100 but I want to show a graph that goes from 0 - 1000. Is this happening to anyone else?
    Chart Settings:
    Y Axis Options:
    - Max = 1000
    - Steps = 5
    - Format = Number
    X Axis Options
    - Show Axis
    - Show Categories
    - No Tick Marks
    thanks in advance for the help

    Welcome to the discussions, AlexEberts.
    No, it's not happening for me. This is what I'm doing
    1) Insert -> Chart -> Column
    2) In the Data editor, for 2007, I enter 110.
    The chart automatically expands to 110 (because, by default, it's set to autosize the Y-axis)
    Does this work for you? If it does, then we can look at why it doesn't work when you add parameters.

  • XML Date Rules

    Helooo
    Does anybody know if there is any documentation available
    on the XML date rules, meanings of tags and
    attributes and general functionality?
    If so please send that to [email protected]
    Thanks,
    Bhargava

    Hello Manuel,
    I am right now working out some in-house date rules and I would be greatful if you could send me the documentation you have on XML Date rules? Email address is
    [email protected]
    Thanks,
    Yves

Maybe you are looking for