PROBLEM WITH  FIELD WITH DATA TYP FLTP

HI  FRNDS
I AM HVNG A REQUIREMNT TO CALCULATE THE BREAKDOWN DURATION .
ACTUALY IN TRANSACTION IW32 WE CAN C THIS FIELD AS EAUSZT . BUT THIS IS COMIGN UP FROM THE STRUCTURE RIWO00 . SO IN TABLE QMIH I CAN C A FIELD AUSZT WHICH IS ALSO THE BREAK DOWN DURATION BUT I AM  SEEING THE VALUE TO BE IN A DIFFRNT FORMAT AS FLTP CAUZE THIS FIELD IS OF DATA TYPE FLTP . CAN ANY BODY TELL ME HOW CAN I RETRIEVE MY REQUIRED DATA FROM THIS FIELD . I MEAN IS THERE ANY FUNCTION MODULE TO EXTRACT MY DATA .
THANX
ROHIT

i think it  give  u value in sec.
var = var / 3600 
u get value in hr
ex--
data: var type AUSZT value '2.1600000000000000E+04'.
data: var1 type p.
var1 = var / 3600.
write:var1.
kishan negi

Similar Messages

  • Sql Devloper 4.0.0.13 - problems with displaying user data types

    Hi,
    I have installed new version of sqldeveloper and have discovered some problems with displaying user data types. The data that is described as VARCHAR2 are displayed with ‘???’.
    The problem persist in table view, script output and exported files.
    My type is described as follows:
    create or replace TYPE "DPTY_ADRESA" AS OBJECT
      ID_DPSF_OPCINE                                         NUMBER,
      ID_DPSF_MJESTA                                        NUMBER,
      OPCINA                                            VARCHAR2(100),
      MJESTO                                            VARCHAR2(100),
      ULICA                                 VARCHAR2(200),
      BROJ                                   VARCHAR2(20),
      SPRAT                VARCHAR2(20),
      OSTALO                             VARCHAR2(100),
      CONSTRUCTOR FUNCTION dpty_adresa RETURN SELF AS RESULT
    add MEMBER FUNCTION dajAdresu RETURN VARCHAR2 cascade;
    when make select column from table that contains this type I get next results:
    CASE 1:
    SQLDeveloper Version 3.2.20.09; Build MAIN-09.87; JDK 1.6.0_43; Windows 7 64 bit
    Select:
    select id, adresalokacija
    from dptr_saglasnosti
    where id = 1;
    Result:
            ID ADRESALOKACIJA
             1 COMP.DPTY_ADRESA(124,4913,'TRAIK','TURBE','BABANA','3452','0',NULL)
    END CASE 1;
    CASE 2:
    SQLDeveloper Version 4.0.0.13; Build MAIN-13.80; JDK 1.7.0_40; Windows 7 64 bit
    Select1:
    select id, adresalokacija
    from dptr_saglasnosti
    where id = 1;
    Result1:
    ID ADRESALOKACIJA
             1 COMP.DPTY_ADRESA(124,4913,'???','???','???','???','???',NULL)    
    But if I select one element it is displayed normal.
    Select2:
    select id, a.adresalokacija.opcina
    from dptr_saglasnosti a
    where id = 1;
    Result2:
    ID ADRESALOKACIJA.OPCINA
             1 TRAVNIK                  
    END CASE 2;
    I have tried this scenario on three different pc with same output.
    Pleas help me to get rid of the '???' in result.
    Best Regards,
    Omer

      I tried on SQLDeveloper Version 4.0.0.13; Build MAIN-13.80; JDK 1.7.0_45; Windows 7 64 bit; NLS setting is default
    all data can show,No ??? in result
    Test step as following:
    create or replace TYPE "DPTY_ADRESA" AS OBJECT
      ID_DPSF_OPCINE                                         NUMBER,
      ID_DPSF_MJESTA                                        NUMBER,
      OPCINA                                            VARCHAR2(100),
      MJESTO                                            VARCHAR2(100),
      ULICA                                 VARCHAR2(200),
      BROJ                                   VARCHAR2(20),
      SPRAT                VARCHAR2(20),
      OSTALO                             VARCHAR2(100),
      CONSTRUCTOR FUNCTION dpty_adresa RETURN SELF AS RESULT
    alter TYPE "DPTY_ADRESA" add MEMBER FUNCTION dajAdresu RETURN VARCHAR2 cascade;
    CREATE TABLE dptr_saglasnosti (
    adresalokacija        DPTY_ADRESA,
      id    number);
      INSERT INTO dptr_saglasnosti VALUES (
      DPTY_ADRESA (65,225,'Vrinda Mills', '1-800-555-4412','sss','aaaa','eeeee','attta'),1 );
    select id, adresalokacija from dptr_saglasnosti where id = 1;
    ID ADRESALOKACIJA
    1    HRCP.DPTY_ADRESA(65,225,'Vrinda Mills','1-800-555-4412','sss','aaaa','eeeee','attta')

  • Pl/sql Procedure is Not Creating With the CLOB data Type

    Hi,
    I am Using Oracle 10g Express Edition Release2.... My Doubt is While creating a table With CLOB Data Type the table is created successfully,but while Creating a Procedure With the CLOB Data type i am getting an Error Message
    2667/5 PL/SQL: Statement ignored
    2667/24 PLS-00382: expression is of wrong type
    then i tried With the Varchar2(30000) the Procedure is Created Successfully note i have not changed any thing in my code except the data type.
    I am Just Confused ......Why the Procedure is not Created with CLOB Data type?
    Please advice ...
    Thank U
    SHAN

    hi,
    Thanks for reply....Another Example
    CREATE TABLE USER_MAS (USER_ID     VARCHAR2 (20 Byte),MAIL_ID     VARCHAR2 (255 Byte));
    set serveroutput on
    declare
    atable varchar2(64) := 'USER_MAS';
    acolumn varchar2(64) := 'MAIL_ID';
    avalue varchar2(64) := 'NEWYORK' ;
    dyn_sql clob;
    begin
    dyn_sql := 'update '||atable||' set '||acolumn||' = '''||avalue|| '''' ;
    dbms_output.put_line(dyn_sql);
    execute immediate dyn_sql;
    end;
    commit ;
    Error at line 2
    ORA-06550: line 9, column 23:
    PLS-00382: expression is of wrong type
    ORA-06550: line 9, column 5:
    PL/SQL: Statement ignored
    When i Changed the Data type to varchar2(64)
    update USER_MAS set MAIL_ID = 'NEWYORK'
    PL/SQL procedure successfully completed.
    Commit complete.
    I like to Know the Reason Why the Procedure is Not Created in Oracle 10g XE DB
    Note :the Same Script i used in 11g DB the Procedure is Created Successfully....
    Why you need use CLOB or VARCHAR2 in your temp_num variable as you sending parameters as number?
    In the Procedure we are create some run time queries while executing the procedure. There are around 10 run time queries created.
    The size of each query is more than 4000 characters . We then add all the queries using union all after each query  to the clob variable as the normal varchar will not support.
    Please Advice
    Thank U
    SHAN

  • Building a table with a string data type

    I am using the Build Table function and I would like to be able to label my columns on the first iteration with a string data type, which doesn't seem to be an acceptable signal for the Build Table function. However, the express table is located under "text indicators" on the front panel, so it seems like there should be a way to do this..

    Ah, the "Build Table" Express VI. I hate Express VIs.
    That Express VI is nothing more than a really complicated way of creating a 2D array of strings. The Express VI has no inputs for the row and column headers, so you need to add them in yourself. The same would be true for a regular table control/indicator. Here's what you need to do:
    Right-click on the table indicator and select Visible Items -> Column Headers.
    Right-click on the table indicator and select Create -> Property Node -> Column Header Strings[]. LabVIEW will attach a property node to the cursor and switch to the block diagram. Plop down the property node on the block diagram.
    Right-click on the property node on the block diagram and select "Change All to Write".
    Right-click on the property node and select "Create -> Constant". This will give you an array of strings, and you can enter the column headers in each array element.
    Wire the array to the property node.
    Connect the property node to the Build Table Express VI using the error clusters.
    Message Edited by smercurio_fc on 07-02-2008 09:25 AM
    Attachments:
    Example_VI_BD6.png ‏3 KB

  • Whts the signifacnce of MANDT field wid data type CLNT in DB table  ??

    nybody pls explain in details?
    Whts the signifacnce of MANDT field wid data type CLNT in DB table  ??
    why fields ( ex- Kunnr - CUSOMER NO. ) is repeated in many tables, but not as a Primary Key , so whts d need to include dis field in many tables? we can fetch the sem field  from a single Table?/

    Hi sager
      MANDT is field for client , means it describes the parcular data is for perticular CLIENT.
      with this field you can contain data for multiple client is one table, that is the advantege.
    and read some basic tutorial .
    Thanks & Regards
    Prashant Gupta

  • How to Transfer Database Table Field to Data Type in XI

    Dear All,
    Dear All,
    I am working on scenario to transfer data(Database Table) from Non SAP System to SAP system through XI.
    While Defining "Data Type" in XI i want to create Data Type as of Database table in my(Oracle Database).There is any direct method to import Database Table field into "Data Type" in XI.
    thanks,
    RP

    Hi;
    Edit plus is a tool using which you can edit your file and make changes to it.
    You can download it from net ,just search for it on google.
    this will help you to get in the field names of the table by editing the file .
    Mudit

  • How to set a default date for a custom field of Date type in project server 2010.

    hi,
    can somebody help  me.
    How Can i set the default date for a custom field of date type in project server 2010 ?

    Dear Rohan,
    You can set default value to custom field thru Lookup table. Assign lookup table to custom field and set default value to some lookup value (Note: check the “Choose a value to use as a default when adding new item” checkbox).
    Regards,
    Avinash kumar | Blog:http://avigr8.wordpress.com | If you found this post helpful, please “Vote as Helpful”. If it answered your question, please “Mark as Answer”.

  • How to set focus on field having data type other than character(eg. NUMC)

    Hello all,
    I have developed one screen having table control inside. In table control suppose if numeric type field is blank(eg. Employee number of data type NUMC), system should throw error message and should put cursor focus on that perticular filed. In the same table control for fields of data type 'CHAR',  I have done this using 'SET CURSOR FIELD' .
    Please, suggest me how to set cursor focus on the fileds of data type other that character(eg. NUMC)

    Have you tried it?  SET CURSOR FIELD ... works fine for type 'N' fields in a table control.  The restriction is 'character-type' and 'flat'.  Type 'N' (or NUMC-like) fields are both.

  • Conversion Exit for data type FLTP

    Can someone suggest me a conversion Exit for data type FLTP?

    Hi,
    CHAR_FLTP_CONVERSION
    FLTP_CHAR_CONVERSION
    Have a look at the function module documentation.
    Regards,
    Reema.
    PS. pl. award points to useful answers.

  • Problem using SELECT-OPTIONS in an InfoSet with a field of data type UNIT.

    I have created a simple InfoSet that links MARA with MARM. In the 'Selections' section of the InfoSet I have a variable named 'ZMEINH' defined as
    Description: UOM
    Selection Text: UOM
    Format FOR: MARM-MEINH
               EXTRAS: DEFAULT 'PAC' OPTION EQ SIGN I.
    When I ran a query to allow selections on the MEINH field, instead of 'PAC' being the default, there was "***" showing in the UOM selection and if I attempted to execute the query it gave me a message that "Unit *** is not created in languague EN'.  If I overide the "***" and enter 'PAC', I get the list of records that I expect.
    I assume this is because MEINH has a data type of "UNIT".
    How can I do a conversion so I can define a default value 'PAC' for MARM-MEINH in the infoSet that will carry through to any queries I created.
    Thank you very much for any help.
    Richard Salisbury

    Thank you both for you help!
    In our T006 there actually is a PAC and not a PAK. The T006A had as DE-PAK though.
    I had this same type of language problem when trying to match an "order type". German is the "base" language in our system so maybe that means that raw data is stored with the German constant?
    Anyway, I changed it to PAK and it works. When under a time schedule, that is what counts.
    Thank you again for the quick response!
    Richard Salisbury

  • Problem in using a structure with a field of  data type 'RAW STRING'

    Friends
    I have written a ZBAPI that imports a structure which has 5 fields. I have defined this in the IMPORT tab of Tr.Code <SE37>.  One of the field of this structure is of data type 'RAW STRING'.
    When I try to activate this BAPI, I get an error message as follows:
    Function Module ZBAPI_ADD_CONFIG_DNA
    "ZDAMPER_CON_DNA" Must be a flat structure. You cannot use internal table
    strings, references, or structures as components.
    Where ZDAMPER_CON_DNA is the table name that I am using.
    FOR TESTING PURPOSE, WHEN I CHANGE THE DATA TYPE FROM 'RAW STRING' TO JUST A CHAR OF LENGHT 5, IT WORKS FINE.
    Here is the source code of the simple BAPI that i am trying to activate.
    FUNCTION ZBAPI_ADD_CONFIG_DNA.
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(CONFIG_DNA_DATA) TYPE  ZCONFIG_DNA_STRUCTURE
    *"  EXPORTING
    *"     VALUE(MESSAGE) TYPE  ZRETURNMESSAGE
    tables: ZDAMPER_CON_DNA.
        ZDAMPER_CON_DNA-CONFIG_ID       =     CONFIG_DNA_DATA-CONFIG_ID.
        ZDAMPER_CON_DNA-STRING_NAME     =     CONFIG_DNA_DATA-STRING_NAME.
        ZDAMPER_CON_DNA-STRING_FORMAT   =     CONFIG_DNA_DATA-STRING_FORMAT.
        ZDAMPER_CON_DNA-STRING_VALUE    =     CONFIG_DNA_DATA-STRING_VALUE.
        ZDAMPER_CON_DNA-OBJECT_NAME     =     CONFIG_DNA_DATA-OBJECT_NAME.
        INSERT ZDAMPER_CON_DNA.
        MESSAGE-SUBRC = sy-subrc.
        if sy-subrc = 0.
            MESSAGE-RETURNMESSAGE = 'SuccessfullyInserted'.
        else.
            MESSAGE-RETURNMESSAGE = 'Insert Failed'.
        endif.
    =============
    ANY KIND OF FEED BACK WILL BE HIGHLY APPRECIATED.
    THANKS
    RAM

    Hi ram,
    there is no data element exists with the name RAW STRING ,
    but check one of these names..
    Data element                   Short text
    C2S_RAWSTRING                  C2-Server: Data Element of Type Rawstring
    N2_RAWSTRING                   Byte String of Variable Length
    QISRDRAW_STRING                Data in Format RAW Character String
    RCF_RAWSTRING                  Rawstring
    RPAP_TEMPLATE_RAWSTRING        Blob of Template File
    RSRAWSTRING                    Raw String
    RSRD_RAWSTRING                 Binary Content in the Broadcasting Framework
    SWH_RAWSTRING                  Workflow: Data Type RAWSTRING
    WDR_RAWSTRING                  Byte Sequence of Variable Length
    <REMOVED BY MODERATOR>
    venkat.
    Edited by: Alvaro Tejada Galindo on Mar 7, 2008 5:15 PM

  • Problem with a query with a BLOB data type

    Hi i've a problem with this query in 11g. R1
    SELECT
          LOGTIMESTAMP,
          LOGTIMEMILLIS,
          MSGID,
          XMLTYPE(MESSAGEBODY, nls_charset_id('AL32UTF8')).getClobVal()  as LLamada
    FROM
        vordel.AUDIT_MESSAGE_PAYLOAD,
        vordel.AUDIT_LOG_POINTS
    WHERE
        AUDIT_LOG_POINTS.LOGPOINTSPK = AUDIT_MESSAGE_PAYLOAD.MP_LOGPOINTSPK AND
        LOGTIMESTAMP between TO_TIMESTAMP('03-12-2011 00:00','DD-MM-YYYY HH24:MI') and  TO_TIMESTAMP('03-12-2011 12:00','DD-MM-YYYY HH24:MI')
         and filtertype = 'LogMessagePayloadFilter'
      and filtername like 'Log Llamada%'MESSAGEBODY: data type of the Column is BLOB
    throw this error after execute the query
    Error:
    ORA-31011: XML parsing failed
    ORA-19202: Error occurred in XML processing
    LPX-00200: could not convert from encoding UTF-8 to UCS2
    Error at line 1
    ORA-06512: at "SYS.XMLTYPE", line 283
    ORA-06512: at line 1

    Could you check the BLOB really contains UTF-8 encoded XML?
    What's your database character set?The BLOB contains UTF-8 Encoded
    and the database where i am connectes have AL32UTF8 character set, but my internal instance have "AMERICAN_AMERICA.WE8ISO8859P1"
    that is a problem?
    How could I change the character set of the oracle local client to the character set of the remote oracle data base?

  • Help : Getting Problem with CLOBand BLOB data types

    Hi All
    could any one suggest me that i store maximum data in oracle data type for that which data type i have to use?
    Thanks
    Edited by: Ajay Patel on Oct 3, 2008 11:13 PM

    Hi,
    Don't go for BLOB as its suggested to take for Non text files for that data type.
    Try to use CLOB, which will be useful for your requirement.
    I don't have idea on PHP..
    But for you understand purpose....!! demo
    15:30:12 zug7_real>CREATE TABLE TBLSAVEDPROPOSAL
    15:30:12   2  (
    15:30:12   3  TEXTCONTENT CLOB
    15:30:12   4  );
    Table created.
    15:30:14 zug7_real>INSERT INTO TBLSAVEDPROPOSAL VALUES(3, '<HTML>France is in Eu
    rope.</HT');
    INSERT INTO TBLSAVEDPROPOSAL VALUES(3, '<HTML>France is in Europe.</HT')
    ERROR at line 1:
    ORA-00913: too many values
    15:30:37 zug7_real>INSERT INTO TBLSAVEDPROPOSAL VALUES('<HTML>France is in Europ
    e.</HT');
    1 row created.
    15:30:42 zug7_real>select * from TBLSAVEDPROPOSAL;
    TEXTCONTENT
    <HTML>France is in Europe.</HT
    15:30:51 zug7_real>desc TBLSAVEDPROPOSAL
    Name                                      Null?    Type
    TEXTCONTENT                                        CLOB- Pavan Kumar N

  • Transfer an internal table with non char data type to an application server

    Here is a part of my code. lv_string variable was type string initially but i got an error Not mutually convertible in a Unicode Program. I changed it to type ty_afko. Now the program works but the data it puts out has just a bunch of  #####. I cannot make all value in the internal table type char because then my select statement is giving errors..  Please help...
    Type: BEGIN OF ty_afko,
           rsnum LIKE afko-rsnum,          " Number of reservation
           aprio LIKE afko-aprio,          " Order Priority
           maufnr LIKE afko-maufnr,          " Number of superior order
           lead_aufnr LIKE afko-lead_aufnr,     " Leading order in current processing
         END OF ty_afko.
    data: gt_afko         TYPE STANDARD TABLE OF ty_afko INITIAL SIZE 0,
          wa_afko         TYPE ty_afko,
    select  rsnum aprio maufnr lead_aufnr
    from afko into table gt_afko.
    IF gv_error = 'X'.
      EXIT.
    ELSE.
    <b>DATA: Lv_string type ty_afko.</b>
      loop at gt_afko into wa_afko.
        clear lv_string.
    <b>  move wa_afko to lv_string.</b>
        perform f_transfer_dataset using gc_f_afko lv_string changing gv_error.
      endloop.
    endif.
    FORM f_transfer_dataset USING         p_file
                                          p_data
                            CHANGING      p_error TYPE c.
      Data: lv_file(25) type c.
      CONCATENATE gc_path p_file INTO lv_file.
      TRANSFER p_data TO lv_file.
    ENDFORM.                    "F_TRANSFER_DATASET

    The key is to create another empty structure with fields of type c.
    TYPES:       BEGIN OF ty_resb,
                bdter TYPE RESB-BDTER,     " This field is type d
                bdmng type resb-bdmng,  " This field is type p with 3 decimals - total 14
              END OF ty_resb,
              BEGIN OF ty_resbstr,     " This structure is the same as above but the field types will be char.
               bdter(10),            
               bdmng(14),                
              END OF ty_resbstr.
    DATA:     gt_resb         TYPE STANDARD TABLE OF ty_resb,
              wa_resb         TYPE ty_resb,
           structure type  ty_resbstr. " Empty fields with the same structure as the work area.
    SELECT   bdter bdmng  FROM resb INTO corresponding fields of TABLE gt_resb.
          open dataset pfile for output in text mode encoding default.
          loop at gt_resb into wa_resb.
              clear gv_string.
            move-corresponding wa_resb to gv_string.
             perform f_transfer_dataset using gc_f_resb gv_string.     
            endloop.
         FORM f_transfer_dataset USING p_file p_data.         
           TRANSFER p_data TO lv_file.     
         ENDFORM.

  • Discoverer 11g generates weird queries with fields of date dastatype

    Hi,
    We recently installed Discoverer 11g and found out that it always adds "+0" expression to all fields of date datatype in SQL in reports. For example:
    SELECT ( O100186.END_DATE+( ( 0 ) ) ), O100186.INSTITUTIONID, O100186.INSTITUTIONNAME
    FROM INSTITUTION_MV O100186
    WHERE ( ( O100186.END_DATE+( ( 0 ) ) ) >= SYSDATE-10 );It causes problems with outer join queries and also prevents optimizer from using indexes on date fields.
    Is there a way to remove these "+0" expressions from queries?
    Thanks in advance.
    Oracle BI Discoverer 11g (11.1.1.2.0)Oracle Business Intelligence Discoverer Plus 11g (11.1.1.2.0)
    Discoverer Model - 11.1.1.2.0
    Discoverer Server - 11.1.1.2.0
    End User Layer - 5.1.1.0.0.0
    End User Layer Library - 11.1.1.2.0
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production

    I'm skeptical th Application node will be helpful but here is as well:
    [HKEY_CURRENT_USER\Software\ORACLE\Discoverer 10\Application]
    "ToolBarStateIsSaved"=dword:00000001
    "SplashDelayMsecs"=dword:00000fa0
    "MaxVirtualHeapMem"=dword:01388000
    "MaxVirtualDiskMem"=dword:f4240000
    "CacheFlushPercentage"=dword:00000019
    "UseImageOCX"=dword:00000000
    "UseSoundOCX"=dword:00000000
    "UseVideoOCX"=dword:00000000
    "DefaultOpenPath"=""
    "MaxMRUFiles"=dword:00000004
    "ToolBarStateSaved"=dword:00000001
    "WindowZoom"=dword:00000000
    "WindowRect"=hex:15,00,00,00,8d,00,00,00,db,04,00,00,b6,03,00,00
    "ShowDialogBitmaps"=dword:00000001
    "ViewType"=dword:00000001
    "PageDetail"=dword:00000000
    "DialogSize1539"=hex:02,01,00,00,0d,01,00,00,0d,04,00,00,bb,02,00,00
    "OpenDBDocumentType"=dword:00000000
    "QueryBehavior"=dword:00000000
    "SQL Inspector Visible"=dword:00000000
    "DocumentOrigin"=dword:00000002
    "SwapDir"="C:\\orant\\DISCVR4"
    "PromptIfDifferentDB"=dword:00000001
    "OptionsPage"=dword:00000100
    "Data Format"=hex:00,fa,01,00,00,01,00,00,00,40,06,00,01,00,00,00,08,4a,06,00,\
    00,01,42,06,00,00,00,00,00,01,43,06,00,01,00,00,00,03,44,06,00,00,00,07,45,\
    06,00,00,07,46,06,00,00,07,47,06,00,00,07,48,06,00,00,02,49,06,00,8c,7c,78,\
    5a,07,4b,06,00,00,08,4d,06,00,01,31,08,4c,06,00,00,00,02,00,00,00,40,06,00,\
    00,01,00,00,00,d0,07,00,02,00,00,00,01,d2,07,00,f3,ff,ff,ff,01,d3,07,00,00,\
    00,00,00,01,d4,07,00,00,00,00,00,01,d5,07,00,00,00,00,00,01,d6,07,00,90,01,\
    00,00,05,d7,07,00,00,05,d8,07,00,00,05,d9,07,00,00,05,da,07,00,01,05,db,07,\
    00,04,05,dc,07,00,00,05,dd,07,00,01,05,de,07,00,02,08,df,07,00,05,41,72,69,\
    61,6c,02,e0,07,00,00,00,00,ff,02,e1,07,00,00,00,00,ff,01,e2,07,00,00,00,01,\
    00,01,e3,07,00,00,00,00,00,01,e4,07,00,00,00,00,00,01,e5,07,00,00,00,00,00,\
    01,e6,07,00,00,00,00,00,01,e7,07,00,01,00,00,00,02,e8,07,00,01,00,00,00,0a,\
    e9,07,00,00,00,00,00,00,00,00,00,00,00,00,00,0a,ea,07,00,00,00,00,00,00,00,\
    00,00,00,00,00,00,01,eb,07,00,ff,ff,00,00,08,ed,07,00,01,32,08,ec,07,00,00,\
    00,02,00,00,00,d0,07,00,00,fb,01,00
    "Heading Format"=hex:00,fa,01,00,00,01,00,00,00,40,06,00,01,00,00,00,08,4a,06,\
    00,00,01,42,06,00,00,00,00,00,01,43,06,00,01,00,00,00,03,44,06,00,00,00,07,\
    45,06,00,00,07,46,06,00,00,07,47,06,00,00,07,48,06,00,00,02,49,06,00,15,1c,\
    13,00,07,4b,06,00,00,08,4d,06,00,01,31,08,4c,06,00,00,00,02,00,00,00,40,06,\
    00,00,01,00,00,00,d0,07,00,02,00,00,00,01,d2,07,00,f3,ff,ff,ff,01,d3,07,00,\
    00,00,00,00,01,d4,07,00,00,00,00,00,01,d5,07,00,00,00,00,00,01,d6,07,00,90,\
    01,00,00,05,d7,07,00,00,05,d8,07,00,00,05,d9,07,00,00,05,da,07,00,01,05,db,\
    07,00,04,05,dc,07,00,00,05,dd,07,00,01,05,de,07,00,02,08,df,07,00,05,41,72,\
    69,61,6c,02,e0,07,00,00,00,00,ff,02,e1,07,00,00,00,00,ff,01,e2,07,00,01,00,\
    00,00,01,e3,07,00,00,00,00,00,01,e4,07,00,00,00,00,00,01,e5,07,00,00,00,00,\
    00,01,e6,07,00,00,00,00,00,01,e7,07,00,02,00,00,00,02,e8,07,00,01,00,00,00,\
    0a,e9,07,00,00,00,00,00,00,00,00,00,00,00,00,00,0a,ea,07,00,00,00,00,00,00,\
    00,00,00,00,00,00,00,01,eb,07,00,ff,ff,00,00,08,ed,07,00,01,32,08,ec,07,00,\
    00,00,02,00,00,00,d0,07,00,00,fb,01,00
    "Title Format"=hex:00,fa,01,00,00,01,00,00,00,40,06,00,01,00,00,00,08,4a,06,00,\
    00,01,42,06,00,00,00,00,00,01,43,06,00,01,00,00,00,03,44,06,00,00,00,07,45,\
    06,00,00,07,46,06,00,00,07,47,06,00,00,07,48,06,00,00,02,49,06,00,2a,cc,ff,\
    00,07,4b,06,00,00,08,4d,06,00,01,31,08,4c,06,00,00,00,02,00,00,00,40,06,00,\
    00,01,00,00,00,d0,07,00,02,00,00,00,01,d2,07,00,f3,ff,ff,ff,01,d3,07,00,00,\
    00,00,00,01,d4,07,00,00,00,00,00,01,d5,07,00,00,00,00,00,01,d6,07,00,bc,02,\
    00,00,05,d7,07,00,00,05,d8,07,00,00,05,d9,07,00,00,05,da,07,00,01,05,db,07,\
    00,04,05,dc,07,00,00,05,dd,07,00,01,05,de,07,00,02,08,df,07,00,05,41,72,69,\
    61,6c,02,e0,07,00,00,00,00,ff,02,e1,07,00,00,00,00,ff,01,e2,07,00,01,00,00,\
    00,01,e3,07,00,00,00,00,00,01,e4,07,00,00,00,00,00,01,e5,07,00,00,00,00,00,\
    01,e6,07,00,00,00,00,00,01,e7,07,00,04,00,00,00,02,e8,07,00,01,00,00,00,0a,\
    e9,07,00,00,00,00,00,00,00,00,00,00,00,00,00,0a,ea,07,00,00,00,00,00,00,00,\
    00,00,00,00,00,00,01,eb,07,00,ff,ff,00,00,08,ed,07,00,01,32,08,ec,07,00,00,\
    00,02,00,00,00,d0,07,00,00,fb,01,00
    "Totals Format"=hex:00,fa,01,00,00,01,00,00,00,40,06,00,01,00,00,00,08,4a,06,\
    00,00,01,42,06,00,00,00,00,00,01,43,06,00,01,00,00,00,03,44,06,00,00,00,07,\
    45,06,00,00,07,46,06,00,00,07,47,06,00,00,07,48,06,00,00,02,49,06,00,e9,f3,\
    81,00,07,4b,06,00,00,08,4d,06,00,01,31,08,4c,06,00,00,00,02,00,00,00,40,06,\
    00,00,01,00,00,00,d0,07,00,02,00,00,00,01,d2,07,00,f3,ff,ff,ff,01,d3,07,00,\
    00,00,00,00,01,d4,07,00,00,00,00,00,01,d5,07,00,00,00,00,00,01,d6,07,00,90,\
    01,00,00,05,d7,07,00,00,05,d8,07,00,00,05,d9,07,00,00,05,da,07,00,01,05,db,\
    07,00,04,05,dc,07,00,00,05,dd,07,00,01,05,de,07,00,02,08,df,07,00,05,41,72,\
    69,61,6c,02,e0,07,00,00,00,00,ff,02,e1,07,00,00,00,00,ff,01,e2,07,00,00,00,\
    01,00,01,e3,07,00,00,00,00,00,01,e4,07,00,00,00,00,00,01,e5,07,00,00,00,00,\
    00,01,e6,07,00,00,00,00,00,01,e7,07,00,08,00,00,00,02,e8,07,00,01,00,00,00,\
    0a,e9,07,00,00,00,00,00,00,00,00,00,00,00,00,00,0a,ea,07,00,00,00,00,00,00,\
    00,00,00,00,00,00,00,01,eb,07,00,ff,ff,00,00,08,ed,07,00,01,32,08,ec,07,00,\
    00,00,02,00,00,00,d0,07,00,00,fb,01,00
    "Exception Format"=hex:00,fa,01,00,00,01,00,00,00,40,06,00,01,00,00,00,08,4a,\
    06,00,00,01,42,06,00,00,00,00,00,01,43,06,00,01,00,00,00,03,44,06,00,00,00,\
    07,45,06,00,00,07,46,06,00,00,07,47,06,00,00,07,48,06,00,00,02,49,06,00,eb,\
    ff,a0,00,07,4b,06,00,00,08,4d,06,00,01,31,08,4c,06,00,00,00,02,00,00,00,40,\
    06,00,00,01,00,00,00,d0,07,00,02,00,00,00,01,d2,07,00,f3,ff,ff,ff,01,d3,07,\
    00,00,00,00,00,01,d4,07,00,00,00,00,00,01,d5,07,00,00,00,00,00,01,d6,07,00,\
    90,01,00,00,05,d7,07,00,00,05,d8,07,00,00,05,d9,07,00,00,05,da,07,00,01,05,\
    db,07,00,04,05,dc,07,00,00,05,dd,07,00,01,05,de,07,00,02,08,df,07,00,05,41,\
    72,69,61,6c,02,e0,07,00,00,00,00,ff,02,e1,07,00,ff,00,00,00,01,e2,07,00,00,\
    00,01,00,01,e3,07,00,00,00,00,00,01,e4,07,00,00,00,00,00,01,e5,07,00,00,00,\
    00,00,01,e6,07,00,00,00,00,00,01,e7,07,00,10,00,00,00,02,e8,07,00,01,00,00,\
    00,0a,e9,07,00,00,00,00,00,00,00,00,00,00,00,00,00,0a,ea,07,00,00,00,00,00,\
    00,00,00,00,00,00,00,00,01,eb,07,00,ff,ff,00,00,08,ed,07,00,01,32,08,ec,07,\
    00,00,00,02,00,00,00,d0,07,00,00,fb,01,00
    "DialogSize263"=hex:75,01,00,00,0f,01,00,00,90,03,00,00,d2,02,00,00
    "DialogSize265"=hex:af,01,00,00,fd,01,00,00,ca,03,00,00,4b,03,00,00
    "Business Area"="Video Store Tutorial"
    "DialogSize1671"=hex:c9,01,00,00,5b,01,00,00,36,03,00,00,87,02,00,00
    "DialogSize303"=hex:ac,01,00,00,33,01,00,00,58,03,00,00,ad,02,00,00
    "DialogSize281"=hex:87,01,00,00,43,01,00,00,7e,03,00,00,9e,02,00,00
    "DialogSize288"=hex:3c,01,00,00,9a,01,00,00,c6,03,00,00,66,03,00,00
    "DialogSize304"=hex:ac,01,00,00,44,01,00,00,58,03,00,00,9c,02,00,00
    "DialogSize305"=hex:b1,01,00,00,10,01,00,00,5d,03,00,00,8f,02,00,00
    "DrillWizardFlavor"=dword:00000001
    "UpDownDrillToNewSheet"=dword:00000000
    "UpDownDrillNewSheetType"=dword:00000000
    "UpDownDrillShowWizard"=dword:00000000
    "UpDownDrillReplaceItem"=dword:00000000
    "HyperDrillToNewSheet"=dword:00000001
    "HyperDrillNewSheetType"=dword:00000001
    "HyperDrillShowWizard"=dword:00000000
    "HyperDrillReplaceItem"=dword:00000000
    "RelatedDrillToNewSheet"=dword:00000000
    "RelatedDrillNewSheetType"=dword:00000000
    "RelatedDrillShowWizard"=dword:00000000
    "RelatedDrillReplaceItem"=dword:00000000
    "DialogSize1569"=hex:cb,00,00,00,bf,00,00,00,34,03,00,00,27,02,00,00
    "DialogSize1541"=hex:f4,00,00,00,c2,00,00,00,0b,03,00,00,24,02,00,00

Maybe you are looking for

  • Fiscal Year Time Dimension - Month Time Span

    I have a need to create a fiscal year time dimension and I created using Time Wizard in OWB. When I was developing BI Reports, I found some inconsistencies in Time dimension as it was showing figures in all the months of my first quarter of new finan

  • Result Set fetching data not sequentially?

    The result set I am using to fetch data from a table in MS-Access following the query "select * from fun",is fetching the recors but not sequentially from data base? How do I fix that? Thanx in adv Amit

  • Sales Order Enhancement

    Dear All,           I want to add new fields to Sales Order header and at the item level as well. could anybody please tell me any user-exit or BADI to add new fields? I have searched for userexits and BADI but i am not able to locate and screen enha

  • Is it possible to download IOS 8 without deleting everything on my phone?

    Is it possible to download iOS 8 without deleting everything on my phone?

  • Safari not opening certain websites

    When I try to open Facebook or Google I get the following error message: Invalid URL The requested URL "/", is invalid. In addition, websites that normally come up pretty quickly seem to be taking an extremely long time to load.  To be sure that this