Infoobj is changed frm Char to NUMC

Hi Gurus,
I have an infoobject which is giving data to another infoobject.
We had a requirement to change the former info object from CHAR to NUMC and removing the ALPHA conversion routine.
Everything went on well in DEV system, I transported it to Q system.
There I faced a problem. The info object is not being activated in Q system. When i saw the problem the SID table CHAR and the info object was NUMC.
I tried to delete the master data which is already there in the info object it was not being deleted. I thought that if i delete the entries of this info object in the infoobject which is getting data from this infoobject, then i tried to delete the entries in the Info object again it is not getting deleted.
Can anyone please help in this situation what I need to do???
Thanks in advance,
Regards,
Rajni

Check if the IO is used in some other areas using 'Where Used List' button..
Delete Data from other location if already loaded..and remove the IO.
delete data from IO..

Similar Messages

  • Info Object: Change of Data Type (NUMC to CHAR)

    We have a scenario wherein one of the Info objects is defined currently as NUMC. Due to the change in the Source system, the info object is now defined with data type as CHAR. The info object in consideration is the "Cost element".
    As the current info object contains data, it will not be possible to change the data type from NUM to CHAR.
    Is there any pre-defined way of doing this data type change without loss of data (in the info object as well as the info cube(s) where the info object is used)?
    Regards
    Bala

    Hi Balakrishana,
       Try this:
    Insted of changing the definition of infoobject(NUMC to CHAR), why cant you change the data itself from CHAR to NUMC...?? If length is same.
       You can write a simple routine in transfer rules and you can convert.
    Hope it Helps
    Srini

  • [svn:bz-trunk] 20754: My latest EndpointPushNotifier change changed the style of the code quite a bit  (sorry for that, it was my IDE settings getting in the loop here) I only changed one char line 389.

    Revision: 20754
    Revision: 20754
    Author:   [email protected]
    Date:     2011-03-10 03:36:05 -0800 (Thu, 10 Mar 2011)
    Log Message:
    My latest EndpointPushNotifier change changed the style of the code quite a bit (sorry for that, it was my IDE settings getting in the loop here) I only changed one char line 389.
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/client/EndpointPushNotifier.java

    I seem to have fixed it by putting <div  class="clearfloat"></div> after the navigation bar?

  • Fact columns Datatype is changing from char to int in OBIEE 11g

    Hi ,
    I am taking measure columns - "product description","tot cost" against a dimension "project name" .
    I am generating this report in a planing form and OBIEE .
    in planing form :
    product description tot cost
    project name
    P1 A 1500
    p2 B 1700
    p3 C 1800
    in obiee report :
    product description
    project name
    P1 16 1500
    p2 17 1700
    p3 19 1800
    Somehow , measure's datatype are getting changed from char to number , in OBIEE report.
    By default , the data type for all fact's is Double .I tried changing that to varchar , but result is same .
    Do I need to change anything in physical layer / RPD .
    OBIEE version : 11.1.1.6
    Essbase version : 11.1.2

    Hi ,
    Thanks for your reply . To confirm , the data type of product description column is "double" in essbase .
    I found out ,thers's a RDBMS table , consisting of two columns - ID, text value . where product description's are in text value's with the corresponding ID's(integer values) .
    Now , when I am creating a form in planning , its fetching the text values of product description (there's some inbulit setting's available for this in plannng) .
    However , in obiee its fetching the ID values of product description .
    So ,
    1. Is there any similer setting I can do for OBIEE , so that it's fetches only text value's of product description .
    2. If not , then I have to join the essbase fact table with this RDBMS table . I am not sure how to do it .

  • Convert Char to Numc or Date

    I need to knw how to convert a char var to integer or numerical variable. If possible ,dats format.
    Reply imm

    hi
    if you take a numc data type then you can move the char value to the numc stright.
    if it is dats u can do a move char_variable to dats_variable.
    regards.
    Lakshmikanth.

  • Changing a char in array.

    Hello!
    I'm writing a program using Properties to read values from a file. But some of the keys have spaces in them, and then it will return null.
    So instead I converted the string it converts it to a char array, in which i want it to change all the blank spaces to underscores, and then reassemble the array as a string. Do anyone know how to do this, or know a simpler way than mine?
    Thanks in advance, TheJuice.

    Do you inspect the original string object, or the one returned from the replaceAll method?
    Remember that String is immutable.
    Consider this:
    public class TestReplace {
         public static void main(String[] args) {     
              String originalStringObject = "Text with\tWhiteSpaces";
              String replacedString = originalStringObject.replaceAll("\\s", "_");
              System.out.println(originalStringObject);
              System.out.println(replacedString);
    }- Roy

  • How to compare char and numc in select query

    Hi  Experts,
    I am using For all entries  to combine two tables.
    I want to fetch the data from these tables.
    The field in one table char, and in another the field is numc.
    1st Query from table BDCP2  and get the tabkey value is like (2000000000000000000086200000000000000000000)
    2nd query     For all entries found,
    query table ESTMJ with the following parameter.
         ESTMJ-RECN = BDCP2-TABKEY+3(20)
    1.TABKEY         CHAR     254
    2.RECN         NUMC     20     
    How to compare these two ?
    Regards,
    Bindhu Priya.

    for  two fields numc & char , please check out their Conversion routine in their respective Database table.
    1st in SE11-> enter table names in different sessions. and check out the data domain used by this fields
    In their respective domains of fields, click on tab 'DEFINITIONS', then check out the conversion routines in Output Characteristics of the Data Domain of field
    From my point of view, both the Conversion routines should be the same.
    If Conversion Routines are not there, then insert suitable Conversion routine for both the fields domain
    For help for for conversion routines:
    conversion routine
    http://help.sap.com/saphelp_46c/helpdata/en/cf/21ee19446011d189700000e8322d00/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/35/26b217afab52b9e10000009b38f974/content.htm
    http://abaplovers.blogspot.com/2008/03/conversion-routines-in-sap.html
    hope this solution could solve your issue..
    <begging removed by moderator>
    Gaur Mayank
    Edited by: Gaur Mayank on Nov 5, 2011 10:40 AM
    Edited by: Thomas Zloch on Nov 6, 2011 3:59 PM

  • Char type NUMC not storing 0 value

    Hi All,
    I am uploading data from a KF (in DSO) to a char of type NUMC in cube. I have some KF values 0 in DSO which are stored in cube char as # and not 0. I want the value to be stored as 0 in cube.
    Could anyone please let me know how to achieve this?
    Regards,
    Niraj

    Hi Niraj,
              Not sure, but you can try this.
             Create a routine for target Characteristics. Code as belw.
             DATA: Loc_Var Type NUMC.
            MOVE SOURCE_FIELDS-KF INTO LOC_VAR.
            RESULT = LOC_VAR.
    Regards,
    Harpal
    Edited by: Harpalsinh Gohil on Nov 20, 2009 9:47 AM

  • CHAR vs NUMC

    Hello,
    When do we use <b>NUMC</b> because when we define <b>CHAR</b> we can store Numerics also right in that case why we need another data type <b>NUMC</b>...
    Regards,
    Alex

    Hi,
    CHAR is character string but with NUMC you have character string with <b>only digits.</b>
    Hope this helps.
    PB

  • [solved] vim ftplugin vim-latexsuite doesn't load changes with chars

    Hello!
    I'd like to use some european characters and I found this thread.
    Unfortunately I still get "/mathbf{}" when I type the ã. (My problem is the ö but I think if I manage to have the ã it will work with ö...)
    The second problem is that I have to press escape twice to go to normal mode in a .tex file.
    (In the other files one press is enough.)
    All these troubles happen only on my x86_64 desktop.
    I have vim-latexsuit-svn 1106-1 on both laptop and desktop from the AUR.
    On my i686 laptop everything works fine with the 'default' .vimrc advised in the vim-latexsuite-manual.
    There is also a different mapleader for compiling by default. (Which is not as annoying as the ö problem.)
    I also get the ö-trouble when I log in from the laptop to my desktop.
    Why are there so much differences?
    I only remember having put some "set winaltkeys=no" in the wrong files on my laptop before I understood where is the right place.
    (Where everything works fine.)
    Here's my .vimrc
    1 set tabstop=2
    2 set number
    3
    4 syntax on
    5 filetype plugin on
    6 filetype indent on
    7 set grepprg=grep\ -nH\ $*
    8 let g:tex_flavor = "latex"
    9 set runtimepath=~/.vim,/usr/share/vim/vimfiles,/usr/share/vim/vim72,/usr/share/vim/vimfiles/after,~/.vim/after
    10 "To solve the propleme with vim-latexsuite has with ã and â
    11 imap <buffer> <silent> <M-C> <Plug>Tex_MathCal
    12 imap <buffer> <silent> <M-B> <Plug>Tex_MathBF
    13 imap <buffer> <leader>it <Plug>Tex_InsertItemOnThisLine
    14 imap <buffer> <silent> <M-A> <Plug>Tex_InsertItem
    15 "imap <buffer> <silent> <M-E> <Plug>Tex_InsertItem
    16 "imap <buffer> <silent> <M-e> <Plug>Tex_InsertItemOnThisLine
    17 imap <buffer> <silent> <Plug>Traditional <Plug>Traditional
    18 map <buffer> <silent> é é
    19 map <buffer> <silent> á á
    20 map <buffer> <silent> ã ã
    21 "imap ã <Plug>Tex_MathCal
    22 "imap é <Plug>Traditional
    ~/.vim/ftplugin/tex.vim
    1 set winaltkeys=no
    2
    3 let g:Tex_AdvancedMath = 0
    4 let g:Tex_SmartKeyQuote = 0
    5 let g:Tex_SmartKeyQuote = 0
    6
    7 imap <C-b> <Plug>Tex_MathBF
    8 imap <C-c> <Plug>Tex_MathCal
    9 imap <C-l> <Plug>Tex_LeftRight
    ~/.vim/after/ftplugin/tex.vim
    (The macros of call IMAP work well. When I type `ö I also get a \mathbf)
    1 call IMAP('`w', '\omega', 'tex')
    2 call IMAP('`j', '\cdot', 'tex')
    3 call IMAP('`A', '\forall', 'tex')
    4 call IMAP('`E', '\exists', 'tex')
    5 call IMAP('`ö', 'ö', 'tex')
    6
    7 let g:Tex_AdvancedMath = 0
    8 imap <C-b> <Plug>Tex_MathBF
    9 imap <C-c> <Plug>Tex_MathCal
    10 imap <C-l> <Plug>Tex_LeftRight
    runtimepath:
    runtimepath=~/.vim,/usr/share/vim/vimfiles,/usr/share/vim/vim72,/usr/share/vim/vimfiles/after,~/.vim/after
    Last edited by Maximalminimalist (2010-05-30 17:00:03)

    I just removed vim, vim-auctex (didn't remember there was this...) and vim-latexsuite and reinstalled vim and vim-latexsuite.
    I was obviously using a vim-auctex macro and I didn't know it... (This was a memorable lesson for removing packages you don't need. )
    I realized that the Esc-issue happens if a placeholder is still active. Is it possible to change this behaviour? (I won't really care about that. => [solved])
    Last edited by Maximalminimalist (2010-05-30 16:59:32)

  • Changing a char-string into decimal

    i have a problem:
    over my serial connection i just get strings in char but i need decimal numbers!
    can you help me!
    thx wiesi

    What do you mean "a normal number"? This is a number, 97, and it's inside an array. What do you expect this number to be? To extract it from the array you have various options, from using an index array function to using an auto indexed for loop.
    If your problem is with using the array, I suggest you read the LabVIEW user manual. Also, try searching this site and google for LabVIEW tutorials. Here is one you can start with. You can also contact your local NI office and join one of their courses.
    In addition, I suggest you read the LabVIEW style guide.
    Try to take over the world!

  • Check a convertion from CHAR TO NUMC

    Hi,
    I import a flatfile into a structure that contains only CHAR-fields. Then I make a TRY-CATCH construct for every field in P,I,F,N..-datatypes to check if the data is correct.
    P,I,F raise a CONVERT-Exception that i can handle.
    A move to N-field raise no exception but put a wrong values to the N-field.
    Example:
    Charfield contains ' 1  1 0000', N-field is '110000'.
    A compare in the program like
    IF C-Field <> N-Field raise a exception that can't be catched by TRY-Catch.
    How can i check if the field is correct?
    Anybody understand me and have an idea?
    Regards,
    Stefan

    Hi Christian and Rich,
    thank you for your fast reply.
    I've written one TRY method that has a import-parameter with TYPE ANY and a import-parameter for the target field.
    The target field can be everything like P,I,F,N,C,D.
    The method checks if the value can be converted into the target field and avoid a shortdump, when the flatfile contains bad data.
    So I have to get the type by
    cl_abap_typedescr=>describe_by_data
    and then make your suggested Conatins-only-check if it is a
    cl_abap_typedescr=>typekind_num
    Thanks,
    Stefan

  • Change from char(10) to vchar(10)....

    Hey people, i use oracle 10g, i have a big, big, big database. At the time, the database was defined as char (10). This means, that if the variable don't have the size 10 the rest will be completed with blank space. So, I have a solution to this million tables database. I just have to pass char to varchar our make a trim, to every query that is made. These are my two solutions.
    But I don't know, what are the advantages of one and another. And I don't know how to do to the tables that are already implemented as char. Because the time of processing it will be enourmos and if I just pass them from char to varchar, will this not give a big error?
    Thanks.

    so everytme someone makes a query if they don't put all 10 carachter it won't work. No you should use a variable of type char(10) and use that in your query.
    something like this
    select * from tableA where cars = :aHere :a is a bind variable. So when you use this query in a PL/SQL or any other client set the variable as char(10) and store the value. You will not have any issue.

  • How to change raw char string to 16-bit 2's complement integer?

    Hi,
    Please see the following raw char sting
    óèóóóóþþóèþóóóþóþóóèþóóóó​óóóóóþóóóóóèóóóóóþóóþþóóó​þóèóóþóèþóèóþóóþóóèþóóóþè​óóþóþóþóóóþóóóþóèóþþèþóþó
    How could I converter it to 16-bit short signed integer 2's complement?
    Thanks,
    Ott
    Solved!
    Go to Solution.

    What do you expect for the output?  Something like this?
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines
    Attachments:
    To I16 Array.png ‏20 KB

  • Change a char to upper Case

    How can I use this "toUpperCase"
    e.g.
    char a = 'b';
    a=toUpperCase(a);
    I can't compile it.
    Please help me to solve this problem..thank you...

    use this:
    char a = 'b';
    a=Character.toUpperCase(a);
    best regards

Maybe you are looking for

  • Assigning multiple values from a List of Values at detail (table) level

    Hi, I have a master detail entry screen. I want to assign multiple values when end user selects an item from the list. The field is at detail level (Table type). I can do it using the "Select one choice" type component (ADF Faces Core) but it doesnt

  • Firefox does not sync

    Hi, I've set up my own sync server and runs very well. I am able to sync between the desktop versions of Firefox without any issues. When I try to login to an existing sync account from my Android device (Relase and the beta version), after entering

  • Where to find coding best practices for j2se 5 specific features?

    The Coding conventions page seems to be out of date (http://java.sun.com/docs/codeconv/) since it was last updated in 1999. Where can I find the new dos and don'ts for the new J2se 5 features,

  • Header and Trailer record handling in ODI

    Hi All, I have a delimited file which I am trying to load into Oracle DB using Oracle Data Integrator. We are using SQLLDR LKM for this. Since we have header, trailer have different format than the data records, so we have another interface which loa

  • E4200 firmware 1.0.03 download bandwith issue

    Greetings, since i've upgraded to the latest firmware, i've seen my download speed drop to 70-75 mbps instead of the usual 95-98 mbps. I currently have a cable connection (100 mb up/ 5 mb down), using a Motorola 6120 modem. Same thing is happening wi