How to give level value 'unknown'

Hi there,
When creating a dimension with OWB, we get for every level also a row with empty values voor de levels underneath.
E.g.: Dimension customer: Level Total, level customer group, level customer.
I get:
=====================================
Level_total customer_group customer
Total NULL NULL
Total Group1 NULL
Total Group2 NULL
=====================================
This is generated by OWB automatically.
Anybody any idea how to fill in 'Unknown' instead having it blank? I've looked if i can fill somewhere a property, but could not find.
Any help is appreciated.
Thanks
Sandra

hii vishal,
this selct option i already taking from database.
only i want to give constant value to this field ..
u mean to write selection-screen  select-option in coding part of query/infoset?
for this field?
n give const value in this code/.?

Similar Messages

  • Can we give where condition while db polling, if yes how to give the value

    Hi,
    We are polling a db table, can we give where condition in polling query. If we can give this then where to pass the value for the condition.
    eg:
    select * from xxtable wherexxname=#xxname;
    If above is the db polling query then how to pass #xxname value to db adapter.
    After polling we are deleting the row in the table.
    Thanks,
    Ra

    You can add where condition , but the value should be passed while configuring DB Adapter itself. You can't pass dynamic values to it as it is polling and gets activated once the process is deployed.
    Thanks,
    Satish
    http://soadiscovery.blogspot.com

  • How to give two values of same field in read Statment

    Hi,
    Please Tell me how to give the two values of same field in read statements Condition.
    i.e
      Read table it_tab with key matnr = '1' or matnr = '2'.
    With Regards
    Kesavaperumal

    Hi Kesavaperumal,
    <li>You can not use OR operator with READ TABLE statement.
    <li>You have to use different fields of the internal table in where condition.
    <li>If you want to compare with two values, you need to use LOOP statement.
    LOOP AT it_mara WHERE matnr = '1' or matnr = '2'.
    "Write code
    ENDLOOP.
    Thanks
    Venkat.O

  • How to give a value an Hyper link attribute

    Hi,
    I am pulling some data from the database and displaying on a report. One of the feilds in that report is the DATA. How can I give Hyperlink to that data value and then when I click on that DATA one of the SQL or PL/SQL script needs to be triggered and then an Summery sheet needs to displayed.
    My question is
    1) how to create an hper link on that perticuler column value DATA and how to make it action according to my requirement mentioned above when user clicked on that value.
    Cheers,
    Krishna.

    Hi Rene,
    The following is a comment that I posted into the wrong thread but hopefully explains how this works:
    You can specify the value from any column for use in the link by using #columnname#.
    In the example, linked to above, the column link text is: Show employees for #ENAME#
    I have a hidden item on the page called P39_MGR. The link branches back to the same page (in this case, page 39) and sets the value of P39_MGR to #MGR# (the column that contains the manager's ID).
    The second report then has a filter:
    SELECT fieldnames
    FROM EMP
    WHERE MGR = :P39_MGR
    Regards
    Andy

  • WAD: how to give selection values all together then execute report

    Hi,
    I have to made web report in BI 7. I am using 4 drop down box for Plant, Dist_chann, Year, Period.
    When I change any single value of any drop down box, query gets refreshed.
    But I want to give all selection values all together then if can provide a button "Go", so that query will be refreshed for those set of values. This will save time in execution.
    I tried with selection screen. Here I can give any set of values before execution.
    But Selection screen comes as a seperate screen. can I provide same selection screen in the same page of dash board, somewhere Top of dash board.
    Useful answers will definitely get full marks !!!
    Regards,
    Saurabh

    See the following document - https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d0cb1cf2-6e84-2a10-c189-aafa2f04ac81
    This is an integrated planning document but it explains a way how query can be called only after values in dropdowns have been selected.

  • How to set levels values in adjustment layer via script?

    I try to make a script which generates a non destructive adjustment layer for levels which already sets values for shadow levels and highlight levels. I tried the scripting listener in order to record it. Unfortunately the scripting listener only records the creation of adjustment layers but not their settings like shadow or highlight levels.
    The first question here: Why can't the scripting listener do this?
    So I tried to do it on my own and came up with the following script which won't work. My second question therefore is, can you help me to make a script which achieves my goal? Thanks a lot. I use Photoshop CC 2014.
    var desc780 = new ActionDescriptor();
    desc780.putInteger( charIDToTypeID( "ShdL" ), 60 );
    desc780.putInteger( charIDToTypeID( "HghL" ), 190 );
    var list126 = new ActionList();
    list126.putObject( charIDToTypeID( "LvlA" ), desc780 );
    var desc779 = new ActionDescriptor();
    desc779.putList( charIDToTypeID( "Adjs" ), list126 );
    executeAction( charIDToTypeID( "Lvls" ), desc779, DialogModes.NO );
    Here is the script which has been recorded by the scripting listener. As you can see there is no setting of the adjustment layer.
    var idMk = charIDToTypeID( "Mk  " );
    var desc188 = new ActionDescriptor();
    var idnull = charIDToTypeID( "null" );
    var ref135 = new ActionReference();
    var idAdjL = charIDToTypeID( "AdjL" );
    ref135.putClass( idAdjL );
    desc188.putReference( idnull, ref135 );
    var idUsng = charIDToTypeID( "Usng" );
    var desc189 = new ActionDescriptor();
    var idType = charIDToTypeID( "Type" );
    var desc190 = new ActionDescriptor();
    var idpresetKind = stringIDToTypeID( "presetKind" );
    var idpresetKindType = stringIDToTypeID( "presetKindType" );
    var idpresetKindDefault = stringIDToTypeID( "presetKindDefault" );
    desc190.putEnumerated( idpresetKind, idpresetKindType, idpresetKindDefault );
    var idLvls = charIDToTypeID( "Lvls" );
    desc189.putObject( idType, idLvls, desc190 );
    var idAdjL = charIDToTypeID( "AdjL" );
    desc188.putObject( idUsng, idAdjL, desc189 );
    executeAction( idMk, desc188, DialogModes.NO );

    Photoshop Scripting

  • How to give a value range in export parameter (global class)

    hi all,
    I have created a class-method called get_po_date. In this i had export parameter as qmfe-qmnum. If i give qmfe-qmnum in import parameter in class, i am able to give only one value at one time, but i need a range of values at a time. Instead of qmfe-qmnum in associated type, i have given 'LXHME_RANGE_C12' ( a range table for char 12 ). the thing is i wanted to select this range in select-options. but still iam getting <b>not type compatible syntax error</b>. can any body solve my problem,
    feel free to ask if any confusion with my question.
    Best Regards,
    abhilash.

    Hello Abhilash
    Instead of using a specific range (where field LOW and HIGH are of type QMNUM) you can use a <b>generic </b>select option (of type <b>RSDSSELOPT</b>). Have a look at the following sample report <b>ZUS_SDN_SELOPTIONS</b>.
    *& Report  ZUS_SDN_SELOPTIONS
    REPORT  zus_sdn_seloptions.
    TABLES: qmfe.
    DATA:
      gt_data          TYPE STANDARD TABLE OF qmfe,
      gt_data_x        TYPE STANDARD TABLE OF qmfe,
      gt_selopt        TYPE rseloption,  " generic table type for selopts
      gs_selopt        TYPE rsdsselopt.
    START-OF-SELECTION.
      SELECT        * FROM  qmfe INTO TABLE gt_data
             WHERE ( qmnum BETWEEN '000000000001' AND '000000000500' ).
      gs_selopt-sign   = 'I'.
      gs_selopt-option = 'BT'.
      gs_selopt-low    = '000000000001'.
      gs_selopt-high   = '000000000500'.
      APPEND gs_selopt TO gt_selopt.
      SELECT * FROM qmfe INTO TABLE gt_data_x
        WHERE ( qmnum IN gt_selopt ).
      IF ( gt_data = gt_data_x ).
        WRITE: 'Selected data are equal.'.
      ELSE.
        WRITE: 'Selected data are NOT equal.'.
      ENDIF.
    END-OF-SELECTION.
    Since RSDSSELOPT and RSELOPTION are global DDIC objects they can be used in <i>public </i>methods.
    Regards
      Uwe

  • How to give a value in Token when Conc prog method registered as pl/sql typ

    Hi
    We have a report which will generate invoices for a given Operating Unit at one time.i.e Conc Prog1
    We have a customised pl/sql package which submits the above report conc prog for all Operating Units with the required parameters for the report.i.e Conc Prog2
    When i saw the conc prog2 somehow values has been entered TOKEN field eventhough the conc prog method is pl/sql.this was done earlier than me who developed this intially.
    Now i need to include one parameter to this concprog2.when i try to include a parameter to it the TOKEN filed is grayed out(not updatable/eneterable a value).
    So could anyone please tell me how i can add a parameter with token value for pl/sql type method conc progs.
    Thanks,
    Malla

    Hi parag,
    You mean to say i have to write like this :--
    if (pageContext.getParameter("apply")!=null)
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    OAViewObject accountsViewObject =
    (OAViewObject)am.findViewObject("ArBusPurAllVO");
    if (accountsViewObject!=null)
    OARow row = (OARow) accountsViewObject.getCurrentRow();
    if (row.getAttribute("GlIdRev") == null || row.getAttribute("GlIdRev").equals(""))
    //call your function here and say row.setaatribbute= revenue_acct_id from your function.
    if(s8.equalsIgnoreCase("BILL_TO")) {
    try {
    Connection conn = pageContext.getApplicationModule(webBean).getOADBTransaction().getJdbcConnection();
    String Query = "select SDS_CUST_BILL_INFO(:1,2) from dual";
    PreparedStatement stmt = conn.prepareStatement(Query);
    stmt.setInt(1, orgid);
    ResultSet resultset = stmt.executeQuery();
    if(resultset.next()) {
    String revenuenum = resultset.getString(1);
    row.setaatribbute(revenuenum) ;
    } catch(SQLException se) {
    se.printStackTrace();
    throw new OAException("Error in Staffing Query"+se, OAException.ERROR);
    if (row.getAttribute("GlIdRec") == null || row.getAttribute("GlIdRec").equals(""))
    //call your function here and say row.setaatribbute=rec_acct_id from your function.
    if(s8.equalsIgnoreCase("BILL_TO")) {
    try {
    Connection conn = pageContext.getApplicationModule(webBean).getOADBTransaction().getJdbcConnection();
    String Query = "select SDS_CUST_BILL_INFO(:1,2) from dual";
    PreparedStatement stmt = conn.prepareStatement(Query);
    stmt.setInt(1, orgid);
    ResultSet resultset = stmt.executeQuery();
    if(resultset.next()) {
    String receivablenum = resultset.getString(1);
    row.setaatribbute(receivablenum) ;
    } catch(SQLException se) {
    se.printStackTrace();
    throw new OAException("Error in Staffing Query"+se, OAException.ERROR);
    super.processFormRequest(pageContext, webBean);
    Am I, correct parag please tell me, if this works i will send u mail again that it is working fine .
    my mail id is [email protected]

  • How to give range value and different value in headerof alv report

    Hi All,
    If User is giving range value 10 to 20 and also wants 25 28 30 and these all values should be displayed in Alv header.How is it possible.I have tried by using if variable-option eq 'BT'
                          elseif variable-option eq 'EQ'.then individually it is running fine but if user is giving both the option then differnt code is to be executed.
    Can you please suggest me how it can be possible.
    in header it should display as
    Values: 10-20,25,28,30.
    Edited by: RahulP5 on Dec 27, 2011 2:57 PM

    Hi Rahul,
    define the ALV grid for the maximum possible columns. Populate internal table as per selection requirements. Before displaying, set all empty columns to TECHNICAL = 'X'.
    You may use this routine to do it as fast as possible:
    *&      Form alv_fcat_tech_initial
    *       mark initial columns as tech
    FORM alv_fcat_tech_initial
      USING    pt_list                        TYPE table
      CHANGING pt_fieldcat                    TYPE slis_t_fieldcat_alv.
      FIELD-SYMBOLS:
        <rec>                                 TYPE ANY,
        <fld>                                 TYPE ANY,
        <fcat>                                TYPE LINE OF slis_t_fieldcat_alv,
        <name>                                TYPE fieldname.
      DATA:
        lt_fieldname                          TYPE SORTED TABLE OF fieldname
          WITH UNIQUE KEY table_line.
    * get fields
      LOOP AT pt_fieldcat ASSIGNING <fcat>.
        INSERT <fcat>-fieldname INTO TABLE lt_fieldname.
      ENDLOOP." at pt_fieldcat assigning <fcat>.
    * scan table
      LOOP AT pt_list ASSIGNING <rec>.
        LOOP AT lt_fieldname ASSIGNING <name>.
          ASSIGN COMPONENT <name> OF STRUCTURE <rec> TO <fld>.
          CHECK NOT <fld> IS INITIAL.
          DELETE lt_fieldname.
        ENDLOOP." at lt_fieldname assigning <name>.
      ENDLOOP." at pt_list assigning <rec>.
      LOOP AT pt_fieldcat ASSIGNING <fcat>.
        READ TABLE lt_fieldname TRANSPORTING NO FIELDS
          WITH TABLE KEY table_line           = <fcat>-fieldname.
        CHECK sy-subrc                        = 0.
        <fcat>-tech                           = gc_true.
      ENDLOOP." at pt_fieldcat assigning <fcat>.
    ENDFORM.                    "alv_fcat_tech_initial
    Regards,
    Clemens

  • Urgent!!! How to give a value to a BEx variable in the planning fuction?

    Hi all,
    does anybody know how can set variable's value in the palnning fuction (type exit) in IP?
    The two function modules in BPS which make this job don't work in the IP.
    thanks very much for any proposal.
    hongwei

    Hi,
    Reg the first part of the question, can you please explain how do you want to capture the variable for the custom planning function? Because, when I look at standard functions delivered by SAP, in the FROM CHANGE and TO CHANGE(for example copy function), we can select the BI variables or create new variables also.
    To pass the values to this variable from BEx Analyzer, we need to use the command range in BEx Analyzer and capture the values.
    I have used this approach to capture the BEx variable values into a FOX function using VARV function, but Im not pretty sure how to pass it to a custom planning function.
    Regarding the second part of the question can you pls look at FM :   RSPLSSE_PLSEQ_EXECUTE. I think you need to embedd your planning function into a sequence and call it with the above FM.
    You can also have a look at the ABAP program that is used to trigger a planning sequence by placing a breakpoint in any of the planning functions : "RSPLS_PLSEQ_EXECUTE" wherein you can pass the sequence name in the variant.
    Rgds
    Shyam

  • How to give different value to a static variable???

    Hi all:
    Is there any solution to set different values to a static variable???I had try two ways but all have errors!
    1.Way_1
    protected String tmp=null;
    protected void initSituation(int sayorpress)
    if (sayorpress==0)
    tmp = "string1";
    else if (sayorpress==1)
    tmp = "string2";
    protected static String RESOURCE_STRING = tmp; <---error
    Error:non-static variable tmp cannot be referenced from a static context
    2.Way_2
    protected void initSituation(int sayorpress)
    if (sayorpress==0)
    protected static String RESOURCE_STRING = "string1"; <---error
    else if (sayorpress==1)
    protected static String RESOURCE_STRING = "string2"; <---error
    Error:illegal start of expression at
    not an expression statement at
    Thank you very mich!!!

    Try this:
    protected static String RESOURCE_STRING = null;
    protected void initSituation(int sayorpress)
    if (sayorpress==0)
    yourClass.RESOURCE_STRING = "string1";
    else if (sayorpress==1)
    yourClass.RESOURCE_STRING = "string2";
    You cannot declare a static variable inside a method. But you can access a static variable thorugh your class.

  • How to give  Value set for model attribute?

    Hi all,
           How to give value set for model attribute?
           plz explain me with some sample code.
    Regards,
    Srinu

    Hi Srinivasulu,
    An attribute (of basic data types like integer , string etc) holds a single values.
    Please clarify by what you mean value set ?
    Also, share the structure of context.
    Regards,
    Kartikaye

  • In Scom,How to add CAC value in given MP (management pack)? Please give me in detail procedure with example if possible.

    In Scom,How to add CAC value in given MP (management pack)? Please give me in detail procedure with example if possible.

    Hi 
    CAC is System.ConsolidatorCondition condition detection module used to consolidate the monitoring i.e. you can generate an alert on multiple occurrence of issues instituted of generating single alert for issue.
    refer below link for more information
    http://msdn.microsoft.com/en-us/library/ee809324.aspx
    http://social.technet.microsoft.com/wiki/contents/articles/20301.how-to-add-consolidation-for-url-monitoring-in-scom-20072012.aspx
    Regards
    sridhar v

  • How to get the domain level values in web ui pick list

    Hi Gurus,
                I was added one field through EEWB transaction and i was maintained the values in domain level.now my requirement is i was added this field in web ui.but i don't know how to get the values which are we maitained in domain level. pls send me the solution it is very needful for me..
    Regards,
    Bixamaiah.B

    Hi Bussa,
    Refer to the documentation on drop-down Boxes in UI here:
    CRM Web Client UI Framework [original link is broken]
    This should help you, but do get back if you face any issues in implementing the same.
    Regards,
    Padma Guda

  • I can't sync my iPad to the iTunes it's give me an unknown error  message 0xe8000012 I don't know how to fix it and where is the problem could be need format or the problem is in the charging port please can any one help me

    I can't sync my iPad to the iTunes it's give me an unknown error  message 0xe8000012 I don't know how to fix it and where is the problem could be need format or the problem is in the charging port please can any one help me

    Unknown Error containing "0xE" when restoring
    To resolve this issue, follow the steps in iPhone, iPad, iPod touch: Unknown error containing '0xE' when connecting. If you have a Windows computer with an Intel® 5 series/3400 series chipset, you may need updates for your chipset drivers. See iTunes for Windows: Issues syncing iOS devices with P55 and related Intel Chipsets for more information.
    From Here  >  http://support.apple.com/kb/TS3694

Maybe you are looking for

  • Custom HTML importer/exporter, how to preserve HTML id, class, style

    I need to implement a custom XHTML importer/exporter and CSSFormatResolver. If I for example have a p-element: <p id="p1" class="xyz" style="margin:0.7em; color:#3300FF">lorem ipsum</p> How do I map the HTML attributes: id, class and style in order t

  • How Badly Do You Abuse Reserved Words in Column Names

    I have a challenge for all you DBA's out there.  Most of us agree that reserved words as column names is a bad practice but how clean is your database and some people are quit outspoken about it.  Run the following query on some of your custom, non-C

  • Location of found text

    Hello, I am trying to find text in a file and add a signature form directly above it with VBA. I have the code to create the signature box and find the text, but I can not figure out how to determine the location of found text. For example, I need to

  • Premiere Pro CC 2014 won't play anything.

    Today I launched up a brand new install of Premiere Pro CC 2014 (it's a trial) on a brand new iMac (3.5 GHz intel Core i7, 32 GB RAM, NVIDIA GeForce GTX 780M 4096 MB) and my project that was working fine yesterday on my MacBook Air will not play anyt

  • Why isn't my Google translator the same on my IPad as on my IMac pc?

    Why Isn't my Google Translator the same on my IPad, 32 gig, with IOS7, as on my IMac, 1 terabyte?