Not assigned and # in BEX 7.0 WAD

Hi all,
In the report I have a characteristic time Z object.
In the portal, For the value 00:00:00 (midnight) it displays '#' instead of 00:00:00. Is there a way around this?
Also in Javascript is it posible to change 'Not Assigned' to some other verbiage?

Hi Raj,
Not too sure how to fix your midnight issue but I have some javascript code that toggles the # or Not Assigned values and hides them by turning their text to the colour of the background.  I have this attached as a context menu item of the column headings, but could be applied to any element with a bit of playing around.
See below :-
function showHideNullItems()
  var mytab = document.getElementById("GR1Table");
//  var myrow = mytab.getElementsByTagName("TR");
//  for (j=0;j<myrow.length;++j) {
  var mycells = mytab.getElementsByTagName("TD");
for (l = 0; l < mycells.length; ++l) {
    if (document.all) {
       var textToCompare = mycells[l].innerText.replace(/^\s+|\s+$/g, "");
       var compStyle = mycells[l].currentStyle['backgroundColor'];
     } else {
       var textToCompare = mycells[l].textContent.replace(/^\s+|\s+$/g, "");
       var compStyle = getComputedStyle(mycells[l], null).backgroundColor;
    if (mycells[l].firstChild.style) {
       if ((mycells[l].firstChild.style.color != compStyle) && (textToCompare == "#" || textToCompare == "Not assigned" )) {
         mycells[l].firstChild.style.color = compStyle;
       } else {
         mycells[l].firstChild.style.color = "";
    } else {
       if ((mycells[l].style.color != compStyle) && (textToCompare == "#" || textToCompare == "Not assigned" )) {
         mycells[l].style.color = compStyle;
       } else {
         mycells[l].style.color = "";
Hope this is useful.
Cheers
Craig

Similar Messages

  • How to get rid of a "not assigned" line in Bex

    Hello Experts,
    I feed a Cube with two ODS-Objects, one fpr orders and one for items.
    ODS1 provides the number of orders and
    ODS2 provides the number of items and the charachteristic item_type for the dimension item.
    Because the charachteristic item_type is not provided by ODS1 there is a "not assigned" line at the bottom of the table in Bex!
    How can I get rid of this line? I want to avoid usong seperate Cubes for Orders and Items!
    thanx
    hiza

    Hi Hiza.
    In the query designer restrict item_type to # -> right click on # -> exclude from selection.
    Hope it helps.
    BR
    Stefan

  • Product hierarchy is showing 'Not assigned Materials' in Bex Report

    Dear Gurus,
    I have loaded product hierarchy to 0material from 0PROD_HIER_LPRH_HIER successfully. In Bex report if i use product hierarchy nothing showing to me and it is showing message in one row like 'Not assigned Materials.
    If i remove the Hierarchy i am able to see all materials in the report.
    I have searched in sdn but i didnt get any help.Please help me in this issue.
    Thanks & Regards,
    chandu

    Hi Ravi,
    I have run the Hierarchy change run for 0material.but again it is showing same message 'not assigned materials'.
    Regards,
    chandu

  • Not assigned value in Bex report

    Hello experts,
    One of the value in the BEx report is appearing as not assigned. What could be the reason?
    Thanks
    SP

    Hi all,
    In the back end system 0sales_office is attribute of 0customer,
    Then I have activated the 0customer master data and done attribute change, I have such display at BEx reporting
    customer        sales office(key)       sales office(text)                      Sales      
    9876554               0010                         Michigan                         USD   4567
                                    #                            Not Assigned                  USD   2563
    although I expect to see
    customer        sales office(key)       sales office(text)                      Sales      
    9876554               0010                         Michigan                         USD   7130
    Is there anything I do miss?

  • Iphoto keywords are not assigned and do not appear in the info.

    Until recently I was able to very easily apply my own keywords to my photos.  Now, when I go thru the same/similar proces of selecting multiple photos and start assigning keywords, the keywords list is found and finds the words as I type, when I hit enter, it flashes and does not assign a keyword to the photo.
    I am using iphoto 11 9.3
    Help please

    Try using the Keyword pane to assign keywords to single or multiple photos.  Select the photos, bring up the keyword pane open (Command+K) and click on the keywords you want to assign:
    Assigned keywords to those photos will display blue.
    This may only be a workaround but, IMO, it's a more efficient way to assign keywords.
    OT

  • Field "Not Assigned" in the Bex Query

    Hi All,
    I've build a query which target is a multi-provider ( 1 Cube + 1 ODS ).
    My 2 InfoProvider are joined by 0material.
    In my Query fields(from the ODS) are "Not Assigned" when displaying the result ?
    Someone has an idea, plz ?
    Thanks a lot,
    Erwan.

    Hello ErWaN,
    How r u ?
    Check this thread.... seems to be the same issue....
    # and Unassigned - in BW Report
    Best Regards....
    Sankar Kumar

  • Show blank texts instead of key or 'not assigned' in query-result

    Hi,
    is there a way / workaround to
    1. suppress # / 'not assigned' in query results?
    or
    2. show blank texts (if maintained) instead of the key
        (when showing texts for a characteristic in a query all characteristics with blank texts - none or ' ' -
         will show the key instead of the blan text) ?
    Thanks,
    Christoph

    Hi Christoph,
    there have been several posts concerning this topic. As Saad told there is no direct way within SAP standard to reach this aim.
    Depending on the Front-End Tools you are using these posts may help:
    Not assigned and # in BEX 7.0 WAD
    how to set field to blank if the data is # or unassigned
    Brgds,
    Marcel

  • Showing as not assigned

    Hi All,
    In the bex analyzer report, I am seeing values as NOT ASSIGNED and #  in text and key columns when there is no data.
    I want to see them as blank instead of them,
    Can anyone tell where can I make that setting or change.
    Thanks In advance!

    Hi Pallavi,
    I think you can find some VB macro code posted here that will help you to do this...there is no option set in the query designer to blank out the records.
    Hope this helps...

  • Web template :Error Valid Data provider not assigned

    Hello Friends we have the web template that was working before , we did the upgrade to SP13 from SP11.
    It gives the error Valid Data provider not assigned and
    Bad integer Parameter value of Parameter BLOCK_COLUMNS_SIZE of Object item:ANALYSIS_ITEM:ANALYSIS;
    Please help where do i need to assign the Data provider beacuse the Values are same for Dataprovider as before
         Portal Runtime Error
    An exception occurred while processing your request
    Exception id:
    See the details for the exception ID in the log file.
    Thanks
    Soniya
    Message was edited by:
            soniya kapoor

    Open the template in WAD and do a validation against the server and make sure the template is well formed.
    Also make sure you apply BI JAVA Patch 1 for SPS 13.

  • BW "Not Assigned" Query

    Hi All,
    While generating a report from InfoProvider 0BWTC_C02 to get a list of active queries, I get one particular record that has its query name as "Not Assigned" and with no technical name. This query has a very high run frequency on a monthly basis. I'm suspecting this could be system related queries that are run automatically?
    Can someone advise? Thanks.
    Regards,
    KM

    Koon,
    are you able to find the query in BeX ?
    Arun

  • Expression is not assignable

    I have an object (a custom UIView) in which I have this property in the public API:
    @property (nonatomic) CGPoint theOrigin;
    then, in the implementation file I have:
    @synthesize theOrigin = _theOrigin;
    also in the implementation file I have the method:
    -(void)setDefaultOrigin {
        _theOrigin.x = self.bounds.origin.x + self.bounds.size.width/2;
        _theOrigin.y = self.bounds.origin.y + self.bounds.size.height/2;
    which doesn't generate any compiler complaints but if I try to code the above method
    like this:
    -(void)setDefaultOrigin {
        self.theOrigin.x = self.bounds.origin.x + self.bounds.size.width/2;
        self.theOrigin.y = self.bounds.origin.y + self.bounds.size.height/2;
    I get a complaint on both lines of the method stating that the "Expression is not assignable"
    and it won't allow me to build. I am not understanding why I can't code it the second way.

    self.theOrigin.x assumes x is a property of theOrigin, which it is not.  It's a field of a structure.  _theOrigin.x references the supporting ivar directly and correctly sets the x field of the structure.

  • Crash in rv60afzz, xvbrp not assigned

    Hallo Experts,
    I've used the userexit RV60AFZZ to make some adjustments to vbrp and xvbrp. Works great. But I get trouble as soon as I try to run an account determination analysis of the revenue account of  an invoice. The program crashes when the first statement regarding xvbrp should be processed. Runtime error "getwa_not_assigned".
    When I use se38 to change the userexit, "xvbrp" behaves like a structure or an internal table. All fieldsymbol related statements are not allowed by the syntax checker. But when I actually run the program, as said above, it seems to behave like a field symbol which was not assigned and throws a runtime error.
    I haven't found a way to get a correct syntax and check if the "xvbrp" is assigned properly so that the following statements may be run without creating a runtime error.
    Maybe someone has an idea? Thanks in advance for any ideas.
    Chris

    Hallo Prabhu,
    here's the coding. Thanks in advance.
    Chris
    FORM userexit_account_prep_kompcv.
    * Falls die VBAK nicht im Zugriff ist (z.B. bei der
    * nachträglichen Rechnungsfreigabe), muss sie hier in Zugriff gebracht
    * werden, sonst funktionieren die Prüfungen unten nicht richtig.
      IF vbak IS INITIAL.
        SELECT SINGLE * FROM vbak WHERE vbeln = vbrp-aubel.
      ENDIF.
    * Nur für Lastschriftanforderungen CS prüfen
      IF vbak-auart = 'L2CS' OR
         vbak-auart = 'G2CS'.
    * Entfernt die Auftragsnummer, damit Einzel CO-PA Belege erzeugt
    * werden und nicht auf den CS Auftrag abgerechnet wird
            vbrp-aufnr = space.
    CHECK xvbrp is not INITIAL. <==== This is where it crashes
            xvbrp-aufnr = space.

  • Variable value is not getting set in BEx / WAD

    Hi,
    We have a WAD report where we have selection on Comp Code which is restricted to a variable Var1. In the same WAD, a button group is used to execute a Planning Sequence, it has a filter for Comp Code which is restricted to a mandatory variable Var2.
    Idea is unless the user selects a value for Comp Code in WAD selection screen(Var1), the button group to execute the Planning Sequence will not be visible. When this button group is visible and user clicks to execute the Planning Sequence, the value for Var2 is supposed to get the same value as Var1 since in the underlying BEx query of WAD, we have restricted Comp Code InfoObject with Var1 in Default Values region.
    This was working absolutely fine in BW 7.3. But recently we upgraded to BW 7.4 and now the value for Var2 is not getting set if user selects the value for Var1.
    Appreciate any help on this.
    Note: The issue will resolve if we use the same variable in BEx query as well as the Planning Sequence, but this is not feasible in our case.
    Thanks and Regards,
    Shravan Marathe

    Hi Suman,
    As the issue came up with the latest BW 7.4 upgrade, we are looking for a work around may be implementation of Notes instead of going for an alternative.
    Thanks and Regards,
    Shravan Marathe

  • Error while trying to run Bex Query -------- Field symbol is not assigned.

    Hello Every body,
    I am facing the following error after giving some value in Selection screen and trying to run the Bex Query
    ERROR : Field symbol is not assigned.
    Thanks in advance,
    Praveen

    can u plz give details of variables, what it is build on and the value u r inputing,
    also is thr any dump.
    double click on the error message it shows u. it will give u the detailed error message. post that too

  • Urgent Help plzzzzzzzzz Hierarchy in Bex displaying like Not Assigned Mater

    Hi Experts,
    plz solve my problem like displaying Hierarchy in Bex ,
    I loaded hierarchy from R/3 system into Bw 0Mterial.
    In Bex 0material Properties I Selected heirachy on Material , this heirarchy having 8 levels,
    but in the out put it showing only one level displayng
    like Not Assigned Material.
    i did all the bex setting well, but i dnot know why i am getting this ...
    plz any one help..
    Thanks in advance
    Anil

    Hi Anil,
    Your query is built on an infoprovider, right? The way the hierarchy is displayed depends on TRANSACTION DATA IN INFOPROVIDER. To display the hierarchy normally you need to have in the provider not blank values of the characteristics you used in the query and not blank material code. Unassigned node means that this requirement doesn't met.
    If would be much more useful if you describe what you have in the query and what - in the provider.
    Best regards,
    Eugene

Maybe you are looking for

  • How to make the fields dynamic read only in live cycle designer

    hi folks I have created a form in Adove livecycle es. Some fields should be read only from the start. So i have set the property .access 'open'. In versions of Adobe 8 this works, but in the latest version  it won't so i think it should be done via a

  • Run time error (short dump) executing program SCAN_BW_REFERENCES in SE80

    Hi experts, I am not an ABAPer, or Basis person, rather a hybrid functional/technical Key User for our Business Warehouse system (BW 3.5, Netweaver 2004).  We have a user who cannot save BW reports to his favorites and he is getting a number of error

  • Why won't FP 11.4 work on my Mac?

    I've downloaded and installed FP 11.4 several times.  It is always "successful" and appears in the Internet Plug-Ins file... but I contiue to see the message "Blocked Plug-In" wherever I try to see a Flash Player image. What am I missing? Thanks! Lee

  • Access XML from FTP location

    Hi, I want to access an XML file located on a FTP location. can some body suggest how?.. thank you chan

  • Print Layout Copy

    Hi All, In our company we want to copy the Print layout of Item Type Invoice As the Service Type Invoice layout. Because Same details are in both Item type invoice & Service type Invoice. Regarding other document Layout [Delivery,GRN] the requirement