Timestamp in table (version 4.6)

Hi,
data: s_tst type timestamp.
GET TIME STAMP FIELD s_tst.
I want to save this field in a ZTable in SAP.
What dataelement/type should I use in my table to store this ...
I the help it says some thing like:
"Specifying the data type TIMESTAMP when defining columns"
Can't find and build in type or anything that is near TIMESTAMP
//Martin

Hi,
-> data elements:
TSTMP
TXW_TSTMP   
TZNTSTMPL   
Andreas
Message was edited by: Andreas Mann

Similar Messages

  • Oracle spatial table Versioning

    I have big prob.
    To keep history "Versioning" I'm enabling table Versioning. I need to alter table by add new fields but that's not possible if Versioning enable and if I close version history will lost.
    So how can I keep history and alter current table??

    Hi,
    Yes it is possible. Use client side script to get the coordinate from ArcIMS and insert into oracle table. Then write a trigger for update which should insert the point in spatial column. Create a spatial view of the point SDO_geomtry layer. Use the view in axl file. Hope this help.
    Kumar

  • BGP Table Version - erratum

    There appears to be a error this tech-note:
    BGP Table Version
    http://www.cisco.com/c/en/us/support/docs/ip/border-gateway-protocol-bgp/116511-technote-tableversion-00.html
    Document ID: 116511
    The Peer Table Version is used in order to track which peers must be informed of which prefixes for which there were changes in the best path. The Peer Table Version of each peer is checked against the Prefix Table Version of the prefixes. If the Prefix Table Version of a prefix is lower than the Peer Table Version, then BGP must send an update for that prefix to that BGP peer. For example, if the peer 10.1.1.2 has a Peer Table Version of 60, then that peer is up to date for all prefixes with Prefix Table Version of 60 and lower. The router must send a BGP update for all prefixes with a Prefix Table Version that is higher than 60.

    Hi Ivan,
    The bgp table version number is a Cisco software (ios/iox) specific implementation. It's not part of the RFC. Therefore it cannot be retrieved via snmp.
    Best regards,
    Shane

  • I cannot get a slideshow to work on table version

    Hi
    I cannot get a slideshow to work on table version? What is the secret? I drop a blank slideshow and upload and not go? All I get is a gray box where the images should be or nothing at all?
    Please help. Pulling hair out.
    Thanks!

    I determined it has to do with motion and tablets. I placed slideshow on sub page and it viewed. I had scroll effects on home page and it does not work on tablets. However, I removed all scoll and motion but still tno appearing. I need to troubleshoot further. Here is link: http://ricci.lasso9.com/skinserenitymedispa.com/
    Any insight would be great for adding slideshow to home screen on tablet version.

  • Delta Extractors: To Add Timestamp to table

    Hi All,
    We have a requirement to make 0GL_ACCOUNT_ATTR to work in delta mode. 0GL_ACCOUNT_ATTR datasource is based on SKA1 database table .
    But with SKA1 table we dont have any timestamp field or calendar day fields.
    We have another requirement to make YC_CTTR_YCCOMPACC to work in delta mode. YC_CTTR_YCCOMPACC  is based on SKB1 table.
    But with SKB1 table we dont have any timestamp field or calendar day fields.
    Please let me know how to acheive this requirement.
    Thanks,
    Arun

    Hi,
    No need to do anything for the 0GL_ACCOUNT_ATTR datasouce. It is already delta enabled. I guess you are running full loads for some reason. You can do an init from BW and carry on with the delta loads afterwards.
    For the other extractor, from RSO2 change mode of datasource, datasource menu, ALE delta, give the details like extractor, change doc (SACH) etc. Replicate to BW and test the datasouce by doing init. Ask functional folks to make changes and do delta load and check if the changes are captured. I have never done this before. Try it and let us know if it works.

  • Database Applications Table version

    Hi all
    I am using oracle 9i db with OIM9101.
    I see we have 2 versions of Database Applications Table connector
    9.0.4
    9.1.0
    only the version 9.1.0 is available in oracle site of connector downloads:
    http://www.oracle.com/technology/software/products/ias/htdocs/connectors.html
    However this available version is not compatible with the database that we are using.
    so, where do i get the ver9.0.4 of Database Applications Table.
    can anyone let me know the location from where I can download 9.0.4
    Thank you
    Regards
    sas

    Hi, check at metalink under Patches & Updates, choose advanced search and then in Product or Product Family choose Xellerate Connectors (xcp). Sort results by size and you will find connector pack from older releases
    Regards

  • Turn off timestamps on mac version of Skype like y...

    Can you allow the ability to turn off timestamps on the mac version of skype like you can on windows? Can this be put in the next update to skype on the mac please?

    Exact same question as ankit1986, specifically with the photos while on cellular-only, and as simple as it sounds, I tried the hard reboot Ingo2711 suggested.  Still experiencing the same error with the native apps reverting to on.  It's killing our shared data-plan (2GB).

  • How to insert date with timestamp into table values

    hi,
    I have a table
    create table abc1(dob date);
    insert into abc1 values (to_date(sysdate,'RRRR/MM/DD HH24:MI:SS'))
    but when i see in data base it shows as normal date without time stamp.
    Is it possible to insert into back end with timestamp.
    Thanks..

    First, SYSDATE is a DATE already, no need to convert it to a DATE using the TO_DATE() function.
    The date ALWAYS has a time component, whether or not it is displayed is up to your NLS settings. for example:
    SQL> CREATE TABLE ABC1(DOB DATE);
    Table created.
    SQL> ALTER SESSION SET NLS_DATE_FORMAT='MM/DD/YYYY';
    Session altered.
    SQL> INSERT INTO ABC1 VALUES(SYSDATE);
    1 row created.
    SQL> SELECT * FROM ABC1;
    DOB
    02/04/2010
    SQL> ALTER SESSION SET NLS_DATE_FORMAT='MM/DD/YYYY HH24:MI:SS';
    Session altered.
    SQL> SELECT * FROM ABC1;
    DOB
    02/04/2010 12:54:57
    SQL> DROP TABLE ABC1;
    Table dropped.

  • DPR_PROJECT table - Version number field

    Hi,
      On Cpro save, data gets updated into DPR_PROJECT table. But observed that no updates are happening in "Version number" column.
    Thru SPRO configuration, project versions are enabled for this project type.
    To update u201Cversion numberu201D, should we need to call and FM explicitly? Pls help.
    Regards,
    Beula

    Hi, Beula,
    Activating "Versions" on the project type is definitely needed.  It sounds like you covered this step.
    You will also need to navigate to this part of SPRO:
    Collaboration Projects -> Structure -> Define Permitted Version Numbers
    We have one set up like this:
    Input Template:     VERS+++  (for version)
    Text:      Project - Versions: Snapshots
    Vers. Type:      Snapshot
    Usage:      Global
    Archived:      Not checked
    BW:      Not checked
    We have found that using global snapshots and simulations means that the data can be extracted to BI.  Local ones were not the last time we tried (even if BI is checked).  That was the big difference for us.  We also just found out that if "Archived" is checked then you can not delete a snapshot or simulation without first archiving the snapshot or simulation.  We just unchecked this in our configuration so we can delete snapshots and simulations.
    Then you will want to navigate to the "Versions" part of cProjects.  You will want to make sure the dropdown for Version Type is "Snapshot."  Click the "Version Management" button.  Here you create versions that correspond to the input template you just created in the configuration.  You need to create a released snapshot version that can be used by the project to take the snapshot.  So click "Create" and fill out the fields making sure to check "Released" and make the "Valid to:" date as long as you need it.  I make all of mine valid to 12/31/9999 for now. Transfer and save this.
    When you go to your project now you will want to click on the "Project Versions" tab.  You'll then want to make sure you are on the snapshots tab.  You can create a snapshot using the version that you created in version management.
    Hope this helps!
    Wendy Miller

  • "Dependecies" tab doesn't show any information for a selected table version 4.0

    Hello,
    I work with SQL Developer 4.0.0.13. I can see 20 tables in the list. When I select one table, in the tabs on the right side I can see information for "columns" and "data" and "constraints" and "indexes"... but the tab "Dependencies" doesn't show any information about references between this table and other tables in the schema.
    Oracle database is v11.2
    Can you please tell me what do I need to do in order to see information on "Dependencies" tab for a table?
    Thank you,
    Milan

    Hi, here is my example of XML extension showing referencing tables:
    Save the following XML to a file.
    <items>
      <item type="editor" objectType="TABLE">
        <title><![CDATA[*Referencing Tables]]></title>
          <query>
            <sql><![CDATA[SELECT
      cfk.owner "OWNER",
      cfk.table_name "TABLE NAME",
      cols.column_name "COLUMN",
      cfk.constraint_name "CONSTRAINT NAME",
      cfk.delete_rule "DELETE RULE",
      'SQLDEV:LINK:' || cfk.owner || ':TABLE:' || cfk.table_name ||
      ':oracle.dbtools.raptor.controls.grid.DefaultDrillLink' "LINK"
    FROM
      sys.all_constraints cpk,
      sys.all_constraints cfk,
      sys.all_cons_columns cols
    WHERE
      cpk.owner = :OBJECT_OWNER AND
      cpk.table_name = :OBJECT_NAME AND
      SUBSTR(cpk.table_name, 1, 4) != 'BIN$' AND
      SUBSTR(cpk.table_name, 1, 3) != 'DR$' AND
      cpk.constraint_type in ('P', 'U') AND
      cfk.r_owner = cpk.owner AND
      cfk.r_constraint_name = cpk.constraint_name AND
      cfk.constraint_type = 'R' AND
      cols.owner = cfk.owner AND
      cols.constraint_name = cfk.constraint_name
    ORDER BY
      cfk.owner, cfk.table_name, cfk.constraint_name,
      cols.column_name]]>
          </sql>
        </query>
      </item>
    </items>
    In SQLDeveloper select Preferences -> Database -> User Defined Extensions and click <Add Row>.
    In the "Type" field enter "EDITOR" and in the "Location" field enter the path to the file with XML.
    After restarting SQLDeveloper You should see a new tab "*Referencing Tables" for tables.

  • Multi instance of timestamp field in single table?

    Is this statement true?
    "Database does not allow multiple instances of this type if field in a single table"
    To me this makes so sense and I would assume it would not matter how many you had.
    Thoughts?

    Where did you get the error message? What was being done?
    UT1 > set echo on
    UT1 > @t13
    UT1 > create table marktest2 (
      2   fld1 number, fld2 varchar2(10), fld3 timestamp, fld4 timestamp)
      3  /
    Table created.
    UT1 > desc marktest2
    Name                                      Null?    Type
    FLD1                                               NUMBER
    FLD2                                               VARCHAR2(10)
    FLD3                                               TIMESTAMP(6)
    FLD4                                               TIMESTAMP(6)Ran on 9.2.0.6 running on AIX 5.2L
    HTH -- Mark D Powell --

  • Error ORA-01446 when updating a versioned table with SQLDeveloper 1.5.4

    Hi,
    I have been trying out Oracle Workspace Manager to test how versioned tables might work to our advantage. My basic testing process is:
    1. Create a table
    2. Add some data rows
    3. Version enable the table
    4. Create a workspace
    5. Goto the created workspace
    6. Update a row
    7. Commit and I get the following error
    UPDATE "COMSERV"."A_OWM_TEST" SET DESCRIPTION = 'ABCDEFGHIJzzzz' WHERE ROWID = 'AAAThNAAIAAAgwqAAY'
    One error saving changes to table "COMSERV"."A_OWM_TEST":
    Row 10: ORA-01446: cannot select ROWID from view with DISTINCT, GROUP BY, etc.
    The same update works fine from SQLPlus so my question is Does SQL developer support table versioning or have I done something wrong is setting up my versioned tables?
    Any suggestions greatly appreciated.
    Thanks
    Richard Wilkinson

    hye...
    is that any view referring to that table...
    check the code on how u create that view...
    for e.g.
    CREATE OR REPLACE VIEW testview
    (id, name)
    AS
    select * from testing;
    this also will populate that ORA-01446 error.
    just a suggestion cause i also have a similar problem on ORA-01446 and i resolve it by alter the view..
    CREATE OR REPLACE VIEW testview
    (id, name)
    AS
    select id, name from testing;
    correct me if i'm worng...i'm just a newbie..
    thank you...

  • Dynamic script task to copy data from one server table to another server table excluding Timestamp column ?

    I have two server TestSource and TestDestination . In both the tables I have common table like below. I would like to copy the data from TestSource server src_Table to TestDestination server  table dest_table
    excluding the column timestamp. This process I would like to achieve dynamically. Since I have 50 tables where I need to copy from source server to destination server.
    Rule : This needs to achieve using script task. Please help me to find the solution as it is very urgent requirement.
    Above rule is because No option to choose export wizard dynamic query option for linked server.
     --Source
    Table
    CREATE TABLE src_table
    a int,
    b int,
    c timestamp
    --Dest Table
    CREATE TABLE dest_table
    a int,
    b int,
    c timestamp
    Thank you in advance.
    Hari

    I have two server TestSource and TestDestination . In both the tables I have common table like below. I would like to copy the data from TestSource server src_Table to TestDestination server  table dest_table
    excluding the column timestamp. This process I would like to achieve dynamically. Since I have 50 tables where I need to copy from source server to destination server.
    Rule : This needs to achieve using script task. Please help me to find the solution as it is very urgent requirement.
    Above rule is because No option to choose export wizard dynamic query option for linked server.
     --Source
    Table
    CREATE TABLE src_table
    a int,
    b int,
    c timestamp
    --Dest Table
    CREATE TABLE dest_table
    a int,
    b int,
    c timestamp
    Thank you in advance.
    Hari

  • Associative array two variable comparison :update table error

    Hi,
    i am using associative array to update the version number of table
    -i declare two associative array to compare the column from two table (temp,main tables)values in loop
    -if id's of both variable(for temp and main table) are equal and column of either of table not matching then it should update the version no of temp table
    -if id's not equal i.e record only exists temp table then update null version number annd increment it by 1
    -following is the structure and procedure --it shows the matching and non matching records but for the update statement it not giving expected output i.e it updates all records irrespective of the condition provided
    -i tried to put condition in update as well as in the  if statement but it updates all record
    ....suggestion and help highly appreciate. thankx in advance !!!
    /*--table structure and data--*/
    CREATE TABLE "TEMP_TABLE"
       ( "ID" NUMBER NOT NULL ENABLE,
      "COL1" VARCHAR2(20 BYTE),
      "COL2" VARCHAR2(20 BYTE),
      "VERSION" NUMBER
       INSERT INTO TEMP_TABLE VALUES (101,'A','B',NULL);
       INSERT INTO TEMP_TABLE VALUES (102,'x','y',NULL);
       INSERT INTO TEMP_TABLE VALUES (103,'r','t',NULL);
       CREATE TABLE "MAIN_TABLE"
       ( "ID" NUMBER NOT NULL ENABLE,
      "COL1" VARCHAR2(20 BYTE),
      "COL2" VARCHAR2(20 BYTE),
      "VERSION" NUMBER
       INSERT INTO MAIN_TABLE VALUES (101,'A','B',1);
    /*------update version procedure----------*/
    DECLARE
      TYPE T_tmp_table IS TABLE OF tmp_table %ROWTYPE INDEX BY PLS_INTEGER;
      TYPE T_main_table IS TABLE OF main_table%ROWTYPE INDEX BY PLS_INTEGER;
      l_tmp_table T_tmp_table;
      l_main_table T_main_table;
      BEGIN
        SELECT * BULK COLLECT INTO l_tmp_table FROM tmp_table;
        SELECT * BULK COLLECT INTO l_main_table FROM main_table;
        FOR i IN 1 .. l_tmp_table.count
        LOOP
          FOR j IN 1 .. l_main_table.count
         LOOP
      if(l_tmp_table(i).ID = l_main_table(j).ID AND l_tmp_table(i).VERSION IS NULL) then     
      ---this first if loop updates temp table version irrespective of l_tmp_table.ID=l_main_table.ID orl_tmp_table. ID<>l_main_table.ID  .it display proper matching and non-matching records.
       dbms_output.put_line('matching ids from tmp and main are :'||l_tmp_table(i).ID||'  '||l_main_table(j).ID);
       UPDATE tmp_table SET VERSION = l_tmp_table(i).version +1;
       --where l_tmp_table(i).ID = l_main_table(j).ID     --
       end if;
      if (l_tmp_table(i).ID <> l_main_table(j).ID) then
       dbms_output.put_line('non matching ids from tmp and main are :'||l_tmp_table(i).ID||'  '||l_main_table(j).ID);
       UPDATE tmp_table SET VERSION = l_tmp_table(i).version +1;
       --where l_tmp_table(i).ID <> l_main_table(j).ID    
        end if;
              END LOOP;
              END LOOP;
        EXCEPTION
        WHEN OTHERS THEN
        DBMS_OUTPUT.PUT_LINE('OTHER');
    END;

    Hello user8937641
    I think there is a problem with the logic of your SQL-Code.
    But maybe in this formatted structure you can see where your problem is. -> I can not say it because I do not know what is the requirement.
    I hope it helps...
    /*------update version procedure----------*/
    DECLARE
      TYPE T_tmp_table IS TABLE OF tmp_table %ROWTYPE INDEX BY PLS_INTEGER;
      TYPE T_main_table IS TABLE OF main_table%ROWTYPE INDEX BY PLS_INTEGER;
      l_tmp_table T_tmp_table;
      l_main_table T_main_table;
      BEGIN
        SELECT * BULK COLLECT INTO l_tmp_table FROM tmp_table;
        SELECT * BULK COLLECT INTO l_main_table FROM main_table;
        FOR i IN 1 .. l_tmp_table.count
        LOOP
          FOR j IN 1 .. l_main_table.count
          LOOP
            IF     l_tmp_table(i).ID = l_main_table(j).ID
               AND l_tmp_table(i).VERSION IS NULL
             THEN
                 ---this first if loop updates temp table version irrespective of l_tmp_table.ID=l_main_table.ID orl_tmp_table. ID<>l_main_table.ID  .it display proper matching and non-matching records.
                 dbms_output.put_line('matching ids from tmp and main are :'||l_tmp_table(i).ID||'  '||l_main_table(j).ID);
                 UPDATE tmp_table
                    SET version = l_tmp_table(i).version +1;
                  WHERE id = l_tmp_table(i).ID
            END IF;
            IF l_tmp_table(i).ID <> l_main_table(j).ID
             THEN
               dbms_output.put_line('non matching ids from tmp and main are :'||l_tmp_table(i).ID||'  '||l_main_table(j).ID);
               -- Maybe you do not need this update:
               UPDATE tmp_table
                  SET version = l_tmp_table(i).version +1;
                WHERE id =  l_tmp_table(i).ID
            END IF;
            COMMIT;
           END LOOP;
        END LOOP;
      EXCEPTION WHEN OTHERS THEN
        DBMS_OUTPUT.PUT_LINE('Error at Executing the PLSQL-Block - ' || SQLERRM);
    END;

  • Convert multiple rows in a table into one row based on the primary key

    I have 2 tables
    CREATE TABLE Files (FileID int, fileName varchar(20))
    insert into Files values (1,'F1')
    insert into Files values (2,'F2')
    insert into Files values (3,'F3')
    CREATE TABLE Versions (FileID int, VersionNum varchar(10))
    insert into Versions values (1, 'V1')
    insert into Versions values (1, 'V2')
    insert into Versions values (1, 'V3')
    insert into Versions values (2, 'V1')
    The two tables join using FileID.  I want a listing of the fileName and the all corresponding versions on one line.  There may not be a version for a file or there may be multiple versions for the file.  The output I want is
    F1, V1, v2, v3
    F2, V1
    F3
    Any help would be appreciated.
    lg

    gardner,
    If you want them as different columns, you can PIVOT. However, this requires to know the max numebr of versions that may be there (here I have done with 3). If you dont have that info, then you might have to resort to dynamic SQL..
    ;with cte
    as
    select f.fileid,f.fileName,ISNULL(v.VersionNum,'') as VersionNum,row_number() over(partition by f.fileid order by f.filename,v.versionnum) rownum from #files f
    left join #versions v
    on f.fileid=v.fileid
    select fileid,fileName,ISNULL([1],'') as [1],ISNULL([2],'') as [2],ISNULL([3],'') as [3]
    from
    select * from cte
    ) tab
    PIVOT
    Max(VersionNum) for rownum in ([1],[2],[3])
    ) pvt
    Thanks,
    Jay
    <If the post was helpful mark as 'Helpful' and if the post answered your query, mark as 'Answered'>

Maybe you are looking for

  • OID and MS Active directory integration in 9ias

    How to integrate OID with MS Active directory ? We have 9ias and Portal . How to use the username/password in MS AD for Portal authentication ? As far as I know 9ias is using OID , so the question comes down to how to replicate MS AD information to O

  • Nokia N8 failing to send SMS, saving to outbox

    Hey For the last week my N8 is not sending sms messages and is saving them in my outbox but not trying to resend them again. Does anyone know a fix for this apart from a Hard Reset?

  • RFC: Meaning of program-ID ?

    Hello everybody, what is the program-id? Does the name of the program-id has to meet special requirements? Background: I have to maintain a RFC destination (tcp/ip) for rfc-sender to XI. Regards Mario

  • Restore Previous Project Version

    Hello- I'm using Project Online and Project Professional w/ Office 365. Is there a way to restore a project to a previously checked-in version?  Or maybe even a way to just open a previous version so that I could check that in as the latest version?

  • Why my JSP can not recogonize the JSTL tag??

    My hello.jsp code is like follows: <%@ include file="/WEB-INF/jsp/include.jsp" %> <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %> <%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %> <html> <head> <title><fmt:message key="title"