Concatenate two infoobject in BeX or Web

Hi All,
I have an new request, in which i have characters more than 60 character. Ex: Material which has 80 character.
So for this i divided them as two infoobject each holding 40 character. Now i would like to know how to concatenate these two chracters either in BeX or in Web report.
Pls advise.
Cheers!
Bhuvana.

dear Bhuvana,
please take a look this 'how to hide column' doc,
using table interface (abap class se24)
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f0aca990-0201-0010-0380-f3aac4127a57
and search with 'more than 60 char' with 'sdn forum' may lead to some thread discuss this
Concatinating text char
60 Character Limitation - Dirk Herzog please help
Bypassing 60 char limit in an InfoObject
How to show character length > 60 ,If we split and distribute..??
hope this helps.

Similar Messages

  • How to call Web URL's as values of an BW InfoObject via BEx Web

    Hi experts,
    I want to call Web URL´s as values of an BW InfoObject via BEx Web.
    Is there any option to convert the character into a direct URL link to call the Web adress directly?
    Example:
    no direct URL (e.g. http://help.sap.com) to call the Web address per left click...
    Any ideas?
    Thanks in advance and best regards,
    Michael

    Hi Michael,
    Have you ever tried using generic module properties of analysis item. There are implementations such as com.sap.ip.bi.rig.format, maybe you can ctach up something trying that. I didn't try it myself yet though there can be solution through using modules.
    Regards
    Yasemin...

  • How to concatenate two fields CSKS-KOSTL & CSKT-LTXT in BEx Query?

    Hi,
    I have a requirement to concatenate two fields CSKS-KOSTL (Cost Center) and CSKT-LTXT (Cost Center Text) and show them as one field in the BEx query.
    I do not know what to do, so please help me out.
    Thanks in advance.
    Regards
    Harman

    Hi Harman,
    If cost center is a masterdata, it can have its own text..i doubt why do u have 2 different fileds..
    Anyways if its a masterdata object maitaining its own text, then in the query properties under Display tab select Key&Text option this give you both key and text values in the output.
    If its two different fileds then its better to use concatenate in the transformation.
    Regards,
    Geetha

  • Compare two fields in bex

    Hi Experts,
    I want to compare two characteristics in bex. Is it possible to do in BEx ? If yes, how can i do it.
    If char A is equal to char B, display value of this key figure other wise display value of this key figure.

    Hi
    try this out:
    1) create 2 variables with Processing Type : Replacement Path and select the charc required.
    2) create 2 formula key figs. taking values from 2 diff. variables.
    3) include the variables into the formula key figs. created above respct. and the compare them.
    Hope it will resolve ur issue.
    Thanks,
    Jitender
    Edited by: Jitenderkumar Danduvia on Mar 13, 2010 7:49 AM

  • How to concatenate two linked lists?

    Can anyone help me with this? I'm stuck. I'm trying to concatenate two linked lists. I've created a method that adds a node to the beginning of a list and a second method to concatenate. My first method works, but not my second...
    First method:
    public static Node insertFirst(Node head, Node node){
              Node newNode = new Node();          // declare and initialize newNode.
              newNode = node;                    // store the new item in the new node.
              newNode.link = head;               // newNode.link points to the head.
              head = newNode;                    // update head to be newNode.
              return head;
         }Here is where I have my problem:
    public static Node mergeTwoLists(Node a, Node b){
              Node heada = a;
              Node headb = b;
              if(heada == null)
                   return headb;                    //if heada is null then returns list headb.
              else if(headb == null)
                   return heada;                    //if headb is null then returns list heada.
              else if(heada == null && headb == null)     //if both lists are null, returns null.
                   return null;
              else if(heada.link == null){     //only one element in heada.
                   headb = insertFirst(b, a);               // inserts the element in heada into headb.
                   return headb;
              }//end else if(heada.link == null).
              else if(headb.link == null){     //only one element in headb.
                   heada = insertFirst(a,b);               // inserts the element in headb into heada.
                   else {
                        mergeTwoLists(heada.link, headb);
                        return heada;
                   }//end else
              return heada;
              }//end mergeTwoLists method.I think in this method I'm only adding the nodes if there is only one node in one of the lists. But if there are more than one element in a list...I'm confused as to how to code the last else statement that contains the recursive call.
    Can someone help?
    Thanks
    aiki985

    Can't you just point the tail of A to the head of B?
    I don't think I'd do this recursivly at all. Use a
    while look to find the last node in A and then link
    it to whatever the first element in B is.
    while(A.next != null){
    A = A.next;
    A.next = B;
    Java that up a bit and check for nulls and it should
    work.o.k. thanks...let me try that. It does seem awkward recursively...
    aiki985

  • Concatenate two columns in Obiee 11g

    Hi,
    I am trying to concatenate two columns from same table in OBIEE 11G , i tried all below syntax
    cast("Period"."Year" as Varchar)|| cast ("Period"." Month Name" as Varchar)
    cast("Period"."Year" as char)|| cast ("Period"." Month Name" as char)
    contact(cast("Period"."Year" as char), cast ("Period"." Month Namer" as char))
    I am getting this error as - Invalid Alias Format : Table_name.Column_name require . Plz Help me Guys
    Thanks
    Edited by: Neha on Apr 16, 2012 3:41 PM

    Column forumal example based on vanilla usage tracking RPD:
    cast("Query Time"."Year" as varchar(4)) || "Query Time"."Month"BTW: "Month Name" implies a string already so I doubt you'll need to cast it as one...
    C.

  • Query output using BEX and web analyzer

    Hi all,
    I have an issue while designing a query in query designer.......I have a sales cube in which sales for every month is reflecting .....Now i have to design a query to show month wise sales....
    But for some months if there is no sale record in the sales cube for that particular month like Feb 2006, when i execute the query on this month using BEX or web analyzer , it simply says "No data Found"..............
    I want to show 0(zero) in sales quantity instead of this message.....Please guide me that how can i replace this message with zero value.
    regards
    Hina

    Dear Hina Zakir,
    <b>This is the BI 7 Query designer solution...........</b>
    if u want to disply even if the value is Zero then goto the query properties not the single key figures go to the entire quer property and then click the  Row/columns in that Suppres Zeros in that select Do Not Suppress  + Effect on Tab is there in the Select Row or column or both ................then u can ablet to c the values as Zeros..
    Regards
    venu

  • Concatenate Two Fields Using EQL

    I am trying to concatenate two fields my company has in Endeca and am not being able to accomplish this. I have a Call_Num field and a Task_Num field. I would like to combine these fields with a hyphen in between. In the SQL queries I have written, I've been able to do this by typing: Call_Num || '-' || Task_Num. I tried this in EQL and am told that it doesn't recognize the ||. I tried using the keyword Concat (like you do in Excel) - CONCAT(Call_Num, '-', Task_Num), and it didn't recognize that either. I spoke to someone else in my company who uses Endeca and they told me that I need to convert Call_Num and Task_Num to integers (both fields are currently formatted as text - which is what I want, because Task_Num usually starts with a 0), multiply them by 1000 and then add them together. That isn't what I'm looking for either.
    I feel like I'm banging my head against a brick wall. I've been working on this simple task for about an hour now and have not met with any success.
    Any assistance you can provide would be greatly appreciated.

    EQL is for run-time querying, whereas you want the index to contain this as a concatenated property. Either generate this property as a concatenated version in your data feed to Endeca, or add a Record Manipulator to your pipeline of:
    <EXPRESSION TYPE="VOID" NAME="CREATE">
    <EXPRNODE NAME="PROP_NAME" VALUE="_YourConcatenatedAttribute"/>
    <EXPRESSION TYPE="STRING" NAME="CONCAT">
    <EXPRESSION TYPE="PROPERTY" NAME="IDENTITY">
    <EXPRNODE NAME="PROP_NAME" VALUE="Call_Num"/>
    </EXPRESSION>
    <EXPRESSION TYPE="STRING" NAME="CONST">
    <EXPRNODE NAME="VALUE" VALUE="-"/>
    </EXPRESSION>
    <EXPRESSION TYPE="PROPERTY" NAME="IDENTITY">
    <EXPRNODE NAME="PROP_NAME" VALUE="Task_Num"/>
    </EXPRESSION>
    </EXPRESSION>
    </EXPRESSION>
    Define a property in your pipeline and then map "\_YourConcatenatedAttribute" to this (the "_" prefix just reminds you that the source attribute is programmatically generated rather than being the name of a property in your source data). You can then use this concatenated property for any sorting, filtering etc. you want to do.
    Michael

  • Concatenate two string in ADF pages

    Hi,
    I want to concatenate two strings and store it a variable and also I want to display the concatenate value... Can anyone help me out?
    <c:set var="One" value="{bindings.Check1.inputValue}"></c:set>
    <c:set var="Two" value="{bindings.Check2.inputValue}"></c:set>
    I want to concatenate the value of above 2...
    Thanks,
    Gomathi

    value="#{bindings.Check1.inputValue} #{bindings.Check2.inputValue}"John

  • Concatenate two lines?

    How to concatenate two different variables and display them in two different lines.
    eg: var1 = "Hello, How are you doing?"
    var2 = "I am fine, Thank You"
    If I do concat(var1,var2) the output I am getting is as follows:
    "Hello, How are you doing?I am fine, Thank You"
    But I want the output to be like this in two different lines:
    "Hello, How are you doing?
    I am fine, Thank You"
    Can anyone shed some light on this?
    Thanks in advance...
    This is a post from some one else in this forum, but I kind of need to know the answers to that problem. Thank you all!

    Hi
    Something very basic; i dont know if it would work in your case.
    I had a similar requirement. Instead of concatenating two variables, I entered variable1 followed by newline character followed by variable2 and it worked.
    Just give it a try.
    Regards
    Varun

  • Analysis Authorizations with two infoobjects in a infocube

    Dear Experts,
    I have a infoprovider which is
    having two infoobjects Z1 and Z2 both are auth relavant
    i have two queries Q1 and Q2, Q1 has Z1 only and Q2 has Z2 only.
    if i have two sets of users, one group have access to only query Q1 and second group
    has access to Q2.
    my doubts
    1. do i have to give both the group users authorization for two info objects Z1 and Z2 eventhough they both together
    are not in one query but only one at a time in a query.Becuase all the queries are on th same infocube.
    2 or else can i create one authorizatio and include both the info objects in it and then assign it two all the users irrespective of the group.
    Thanks and Regards
    Neel
    Edited by: Neel Kamal on Apr 12, 2009 1:34 PM

    Hi Neel,
    Answers to your questions in bold.
    1. do i have to give both the group users authorization for two info objects Z1 and Z2 eventhough they both together
    are not in one query but only one at a time in a query.Becuase all the queries are on th same infocube.
    Answer - Yes, I think you would need to give both user groups, authorization to both the infoobjects.
    You may need to check in RSSM, that both authorization objects are marked for authorization check for infoprovider. If both have been checked, then I guess you need to give authorization for both infoobjects. In RSSM, in infoprovider , give the infocube name on which the query is created and check the authorization objects checked for this infoprovider. Check the definition of the authorization objects in the same transaction.
    2 or else can i create one authorizatio and include both the info objects in it and then assign it two all the users irrespective of the group.
    Answer - Yes, you could do it this way as well. But this means that all the users in the two user groups will be authorized to see the same authorized dataset.
    Hope this helps,
    Best regards,
    Sunmit.

  • How to concatenate two AttributedString

    Hi Everyone
    The class java.text.AttributedString looks interesting, but I would like to create one not all at once.
    I would like for example to create the AttributedString and addAttributes to it, then append some text at the end and add some attributes to this new text and so on, as I'm reading through a file for example...
    I searched a lot and could not find a way to append a string to an already existing AttributedString or to concatenate two AttributedString.
    I looked at the source and found that there is a constructor AttributedString(AttributedCharacterIterator[] iterators), that would be perfect but the problem is that this constructor is not public (it's "package"). Anyone knows why this constructor is not public or how to do it another way.
    thanks
    Adam

    If I do this, I need to store all the attributes of my text when I read it and then apply them to the text. That's my plan B actually, because I don't want to store the attributes myself somewhere and then transfer them in the AttributedString. I would prefer to store them directly in the AttributedString as I read them.
    The other way would be to read the text twice, first to get the text, then to add the attributes, but then I would have to shift the indexes if I removed some tags in the original text.
    Anyway, I appreciate your remarks, it makes me think differently on the problem and see new alternatives...

  • How to concatenate two colums into one single column

    I need some ideas to concatenate two different columns into one single column using a set of distinct values.
    For Example,
    Customer Product Number
    xyz A 1
    xyz B 2
    xyz B 1
    AAA C 7
    AAA A 1
    The result should look like this,
    Customer Value
    xyz A1 B2 B1
    AAA C7 A1
    How would I group this into once value ?
    Thanks in advance ...

    Tom's discussion of writing your own aggregate routines
    http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:2196162600402
    starts off with a link to the 8i alternatives
    "see
    http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:229614022562
    for 8i methods (not aggregates)"
    Unforutnately, it's a lot more work in 8i.
    Justin

  • Trigger to concatenate two fields in a table

    Hi
    I am trying to concatenate two column in a table and add to the third column in the same table, all the columns are
    numbers, I want to write a trigger which is after insert to do that..does anyone know how its done...
    thanks a lot
    Jessica

    Hi, Jessica,
    Welcome to the forum!
    Do you really need to store this concatenation? The way you would get these results in a normalized database is to store the numbers separately, and comnbine them, when necessary, in queries and reports. You can use use a view to avoid repeating the same coiding over and over.
    If you really want to store the value, use a BEFORE INSERT OR UPDATE trigger, like this:
    CREATE OR REPLACE TRIGGER     table_x_biu
    BEFORE     INSERT OR UPDATE
    ON     table_x
    FOR EACH ROW
    BEGIN
         :NEW.column_3 := TO_CHAR (:NEW.column_1)
                    || '-'
                    || TO_CHAR (:NEW.column_2);
    END;I'm confused by your exact requirements. Concatentaion can only be done to strings.
    If column_1 and column_2 are NUMBERs, the trigger above will make string versions of those numbers, concatenate them together (with a hyphen between them), and put the results in the VARCHAR2 column column_3.
    So after this statement:
    INSERT INTO  table_x (column_1, column_2, column_3)
           VALUES          (1,     2,       '9-8');the new row will have column_3= '1-2'. (In this case, there is no point in explicitly setting column_3, because the trigger will always set the value based entirely on column_1 and column_2.)
    If you need more help, post CREATE TABLE , INSERT and UPDATE statements, and who what you want the table to contain after each INSERT or UPDATE.

  • Identify bex or web query

    Is there a system/global variable that identifies if a query has been initiated via bex or web ?
    As an example, in Program: WRITEQUERY_NEU there is a local(?) variable for URL that if populated can help identify if query is web initiated. By the time the query comes to execute FM : EXIT_SAPLRRS0_001 the url value is not available. I am sure there must be some variable that holds the URL value.
    Thanks
    SRao

    Used the following fm: 'BDS_GET_GUI_TYPE'
    SRao

Maybe you are looking for

  • JDeveloper, ADF, lack of support and bleak future

    Hi, I'm a seasoned Java and .NET developer, used to many environments and frameworks. A happy user of Oracle databases. For a very Oracle oriented client I started with a team of developer a project using JDeveloper (no choice). After 4 months of usi

  • PLEASE HELP Itunes wont load

    I have just recently got and ipod nano.....but have yet to hook it up to my computer...finally i today i decided to install the new 7.02 itunes on my computer straight from the aplle website.....the instaltion went fine but when i tried to start it u

  • How to upload a video clip to iCloud?

    Hi folks,   I have iCloud setup for all of my computers (mostl MacPro) for iCloud.  Everything wokrs fine but this issue:  iCloud is able to autmomatically sync my photos from my iPhoto and share them with other MacPros; however, it won't load and sy

  • Profile manager will not open in windows 7

    I am trying to create a new profile on a new ASUS netbook

  • Fetch problem

    We have two instance (SIDs) in our DB . We have a stored procedure , which fetchs cursor into variables. In first DB it works( fetchs data) and in another - it doesn't work ( the data are the same as they are in the first one). Server is NTServer,Ora