0material alpha conversion in BEx query

Folks,
I want to ALPHA convert the material number during BEx query execution.  Once the query is executed, I should see the ALPHA converted number.  Please advise. 
Thanks.

Hi,
can you please give an example of what you want to achieve? 0MATERIAL has already MATN1 as conversion exit....
Achieving this in BEx during query runtime could be quite tricky...
Alternatives would be
- adding a nav attribute to 0MATERIAL like ZMAT_ALPHA and load it with the ALPHA conv exit
- virtual charateristic
- changing the displayed values in VisualBasic or in the WebTemplate
hope this helps....
Olivier.

Similar Messages

  • Currency Conversion in BeX Query

    Hello Experts
    I want to have corrency convetion option in Bex Query and have few questions regardig that.
    i am using key figure 0DEB_CRE_LC which has currency as    0LOC_CURRCY.
    1. how do i allow user to enter currecny, using some input variable for currency char.?
    2. do i need to associate some date for this conversion?
    3. what exchange rate will be used?
    Thanks in advance
    Regards
    Sudeep

    Hello Sudeep,
    1. how do i allow user to enter currecny, using some input variable for currency char.?
    Answer: Create a variable on 0Currency and select the conversion type which you have maintained in RSCUR tcode. Make this variable as input ready. This will give the user the flexibility to enter the Currency.
    2. do i need to associate some date for this conversion?
    Answer: Yes you need to associate the Currency conversion type to your conversion. Same can be maintained in RSCUR tcode.
    3. what exchange rate will be used?
    Answer: In RSA1, goto source system tab and right click on the Source system. Select "Transfer exchange rates". This will transfer the exchange rates which are maintained in your ECC side. The exchange rates are maintained in table TCURR. you can check the table in SE16.
    Regards,
    Satyam

  • Date format conversion in BEX query level

    Hi ,
          We had a date field in the numeric format like 735.020 in the cube level, but when we execute the query the values for thsi date field is changed in to date format like 31.05.2013.
    we are not having any conversion routines and the date fields are used directly in the query .

    Hi,
    Try the below class file or may be create a method in your controller. It will resolve your problem.
    package com.XXX.DateFormatForSAP;
    import java.util.Date;
    import java.text.SimpleDateFormat;
    public class FormatSAPDate {
    public static String changeDateFormat(Date sapDate) {
    String formattedDate = null;
    SimpleDateFormat dateFormat = new SimpleDateFormat("dd/MM/yyyy");
    formattedDate = dateFormat.format(sapDate);
    return formattedDate;
    Try this code and let me know.
    Regards
    Mukesh

  • UoM Conversion in Bex Query

    Hi All,
    I am using UOM (ZUOM) conversion variable in the keyfigures.
    If i execute my selection screen i have a Select UoM field (ZUOM) for selection. The Keyfigure values are created in Litres L. If i select Tonne (TO) and execute the report the KF1 and Kf2 value is L getting converted to TO but i have created a formula ( KF1 + KF2) in that case conversion is not working i am still getting the original values i.e L.
    for example
    KF1 KF2  (KF1+KF2)
    10L  20L  30L
    In selection screen i entered Tonne (TO) in UoM the below values are displayed
    KF1   KF2  (KF1+KF2)
    5TO  10TO  30          
    the ouput should be 15 not 30.
    Please help me out in resolving the same.
    Thanks in Advance.

    Create a RKF1 with conversion
    Create RKF2 with conversion
    Create CKF = RKF1 / RKF2 with conversion
    have u tried this way?
    Thanks,
    Krishnan

  • Alpha conversion for 0Material

    In 0Material, we had 'ALPHA'  conversion routine. When we run the queries all the leading zeros are truncated .
    We have a issue if a material no in R/3 is like <b>01123</b>. In the query this material is shown as 1123. Users want to see it as 01123.
    If we remove ALPHA conversion routine it shows all the leading Zeros and also in the selection we need to give all the leading Zeros(18 Char).
    Please do advise.
    Thank you,
    PVK

    Dear PVK,
    <b>I tried creating material with number "01123" but system truncates leading zero and gives only 1123 as material code.</b>
    And internally at sap R/3 side there is conversion routine which converts  "1123" into "000000000000001123".
    So i would say that you should keep on the alpha conversion routine at BW side.
    Regards
    Kapadia

  • Where to write IF THEN ELASE statements in BEX Query Designer

    Hi All,
    I need to write a formula in query designer...
    saying that to display the all Quantities in KGs.. Now articles are in Grams and KGs...
    So here i need to perform calculation like... if article is in KGs divide by 1, else if article is in Grams divide by 1000.
    where can i write this logic to perform calculation ...
    Thanks in advance..
    ravi.p

    hi chetan,
    No its not work.. why because i  need to convert the unit of measure in Masterdata Attribute values... that means ) ' 0grooss_wt'.  this is  attribute as a keyfigure of ' 0material' .. this ' 0gross_wt' values has to convert in KGs. at Present ' 0gross_wt' values are in KG and Grams...
    I can change these values in update rules by writting  Routine.. But I need to convert it in KGS at BEX Query Designer Level..
    I need calculate like this
    quantity sold * Gross Weight. 
    here Gross Weight is the formula variable which replacing the values of gross weight...
    i tried by creating conversion types in RSUOM t-code. but it works on keyfigures of infocube.. not on attribute values of master data...
    is there any solution to solve this Problem...

  • Display Leading Zeros in bex query

    Hi,
    I am new to BI and need to display leading zeros in bex report.
    There is an info-object billing number which is of type CHAR. The values, 00001 - 00010 has been given in the CSV file.
    when i generate the same in IP, the leading zeros are mentioned, but the same is not appearing in the bex query.
    I have tried ALPHA conversion but this has no affect on the output.
    How to achieve the same??
    thanks in advance for the answers

    Hi,
    To answer your question in detail, there is a  conversion routine at infoobject level( Tab- general ), that determines how the values are displayed in the front end. For ex, alpha conversion routine takes away the leading zeros when you display the value in query. ( 0001 displayed as 1 )
    Assuming this is custom infoobject, I would suggest you to remove the conversion routine from the infoobject. This will help you in displaying leading zeros in the report.
    However, you have to ensure that all the values loaded for this infoobject is properly alpha converted ( packed with leading zeros ) by adding a field routine in the transformation. This will avoid same values getting stored with different internal formats like 01,001 etc.
    Hope this explains.
    Thanks.

  • Date Filter in BEx Query not applied to Webi Document

    Hi
    I have a simple BEx Query on 0MATERIAL - with Article (0MATERIAL) and Created On Date (0CREATEDON) characteristics in the Rows and 1ROWCOUNT key figure in the columns.
    If I restrict the BEx Query on 0MATERIAL to a single value, only that particular record is returned when I run the query in WebI - which shows Article and Created On Date.
    However, if I restrict the BEx Query to a specific 0CREATEDON date, the WebI report ignores this restriction and returns ALL records in the InfoProvider 0MATERIAL.
    If I run the BEx Query in the web, only those records with the particular restricted date are returned, so why does the WebI report ignore the BEx Query date restriction?  Any ideas where I am going wrong?
    Thanks
    Anton

    Hi Victor
    Thanks for the reply.  It turns out even after refreshing the universe structure and exporting I had to shut down Webi and reopen it for the changes (date restriction) to take effect.
    But thanks for the headsup on that bug/SAP note anyway - it is helpful to know.
    Rgds
    Anton

  • Keyfigure has value in BEx query, but shows zero/0 in Webi

    Hi community,
    I have the following issue with a Bex query with 2 structures:
    in Bex, the budget column shows figures right. but in Webi, it shows zero for certain profit KPIs (calc. keyfigures, CKFs).
    only for these KPI cells, it is not a general issue with that budget column!
    in the Bex cell editor, I have created cell references for these profit KPI cells, but that should not be relevant.
    As SAP cannot connect to our BO Webi via OSS properly, I would like to address you.
    anyone had a similar situation or solution?
    every hint is appreciated! Many thanks and
    best,
    Phil

    Hi Ingo
    I am also currently meeting such a problem.
    I have Cubic Meter stored in my cube and my BEx query. Also, in my BEx query, I have a unit conversion to convert Cubic Meter to Cubic Feet.
    In WebI, when I pull out both Cubic Meter and Cubic Feet, Cubic meter returns me 0, while cubic feet returns me a figure.
    Below are the settings of the BW & BOBJ system:
    SAP BW SP6
    BOBJ SP2 FP2.3
    Hope to hear from you soon.
    Thanks!

  • ALPHA conversion error in Crystal and MDXTEST

    Hello Experts,
    I've a BW query which is running fine without errors But when a cross tab report is created in Crystal, we get the below error upon execution:
    "Characteristic value xxx of Characteristic ZXX is not ALPHA converted"
    The same error when run in MDXTEST.
    The InfoObject ZPRFTCTR and all its nav attribs has got ALPHA conversion enabled. Also, I am doing alpha conv in my expert routine of this infoobject.
    RSRV checks show no errors.
    No error while accessing data from cubes in BW.
    This error is only in Q and P not in D.
    I've re-activated Infoobject and transformation and transported to Q then reloaded the master data but still the same error.
    Have you guys faced this issue before? What could be causing this error. Please help.

    Hi,
    as this error also shows up in transaction MDXTEST it clearly indicates that the issue is already happening in the BW stack without the involvement from the SAP BusinessObjects tools.
    I would suggest you post your question into the SAP BW Forum.
    regards
    Ingo Hilgefort

  • Problem with a Bex Query Report with Web Intelligence

    Hello!
    I have a Bex query (with query Bex version 7.0) I'm connecting with Web Intelligence (4.0) but one of the attributes instead of displaying the description shows only the key, and it is strange because other cubes if given by the conversion.
    I wonder if there is a solution for this or if it is a problem of version 4.0 of Web Intelligence.
    I await your response,
    Greetings!

    Hi,
    Whereabouts in the application are you seing this problem?  (in the query panel conditions, in the prompt list of values, or in the table block? )
    also, what do you mean by "and it is strange because other cubes if given by the conversion" ?
    it's worth noting that the "key and text display properties" in the Bex Query Designer do not influence webi.  WebI consumes the global infoobject property from BW RSH1.
    Regards,
    H
    p.s. if you need to understand which features are or are not supported with BI 4.0 tools, please look here: http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d056e1bc-2794-2e10-959e-8779c5623cc5

  • Problem with bex query listing sales "this month" and "same month last year

    Hi,
    I've created a query in BW BEx, where I have a mandatory variable for 0calmonth, and I list 0material and sales (in volume, liter). And I have a restricted key figure giving me sales (volume in liter) restricted with 0calmonth = variable - 12, to give me the sale for the same month the user select, previous year.
    This seems to be working, the sum is correct, but when adding up the number for the sales in the month previous year, the numbers does not fit the sum in the end.
    I think the report only lists materials with sales the month selected in the variable, if a material has not been sold that month, but in the same month last year, it's not listed in the reports, but it's added in the sum in the end.
    Example.
    We have three records like this:
    material - calmonth - volume
    101 - 01.2010 - 5
    101 - 01.2011 - 8
    201 - 01.2010 - 7
    The report will give the following (calmonth variable = 01.2011)
    Material - volume this month - volume same month last year
    101 - 8 - 5
    Sum 8 - 12
    Any way to solve this issue? We noticed because we run BO - Webi on top of the BEx query, and BO sum's the values per material, and in webi the report would give us the sum 8 and 5.
    Any input is appreciated.
    Regards,
    Øystein

    Hi,
    thanks for your reply.
    The error is that the report only seems to list materials that has been sold "this month", and if the same material was sold the same month last year, it will also list the volume for this.
    But if the material is only sold in the same month last year, it's not listed in the report, but it's calculated into the sum at the end.
    The report is listing material, which is why the error presents itself, as you said
    Getting 8 minus 12 is correct unless you drill down by material. In that case, it should be 8 minus 5 and 0 minus 7.
    The row with 0 - 7 is not shown, and my guess is that the report will only list materials that has sales this month (which has been selected in the variable)
    Regards,
    Øystein
    Edited by: Oystein Gundersen on Mar 21, 2011 4:36 PM

  • Unit Conversion in BEx BI7.0

    Hello all,
    Im working with BI7.0 and I have been reading the posts about the quantity conversion and In order to use the unit conversion in BEX (not in transformation), I can apply the sugestion described in
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b7b2aa90-0201-0010-a480-a755eeb82b6f
    But what happens with the post in this forum about using transaction RSUOM ..i mean if i use the link solution isnot necessary to use transaction RSUOM? or with BI7 is the "new" solution to use RSUOM ¿?
    Can someone please explain a little bit
    Thanks in advance for your help.
    MV

    thanks gdmon for your help..
    I have already created the underlying DSO and  "connected" to the 0MAT_UNIT InfoObject using a transformation. In the transformation rule I have been conected:
    MATNR->0MATERIAL,
    MEINH->0UNIT,
    UMREZ->0UOMZ1D,
    UMREN->0UOMN1D
    but I still have 0BASE_UOM not assigned ..my question is if is possible not assign the infoObject 0BASE_UOM (initial) or if I have to assign to a R/3 field..but do you know which field can I assign?
    thanks in advance for your response...
    MV

  • Quantity Conversion in BEX using calculated KF

    Hello all
    Is it possible to apply a Quantity Conversion in BEX, using Restricted or Calculated Key Figure?
    Im trying to apply this solution but the "conversion" tab in the key figure is disabled.
    Thanks in advance for your response.

    Thanks for your response..
    Actually Im using BI7 and for some test, I was trying to create some calculated KF using +the same
    key figure+ but different fixed target unit.
    (I have already made the changes in 0material and activate the standard ODS for that)
    regards,
    mv

  • Alpha Conversion Issue

    Hi Experts,
    where we can place the ALPHA conversion of "Customer Operational Contract" instead of on InfoObject level ?
    Please suggest me the other way to put alpha conversion.....

    In 7.0 data source, In Convesion Routines column you can input ALPHA and in Format column, you will need to select external.
    This should run the alpha converion while loading data from that data source.
    But what think is that it would just convert the way data is stored in the system (same with using FM) but in the query, we will have to input the data with appropriate zeros for value selection for that characteristic.
    Regards,
    Gaurav

Maybe you are looking for

  • Moving files from external hard drive to library

    Hi, I have recently bought a mac and transfered my library from my old laptop to it. There are a number of songs missing from the library though. I have a number of them on an external hard drive and want to move them from this to the library on my m

  • Full text search in Filenet via SAP DMS

    Hello experts, Hopefully you can help me with the following. My customer has SAP DMS and uses FileNet (v4.0) as content repository. They use Verity as tool for full text search (SAP and non-SAP). Verity has it's own user interface / search screen. Qu

  • Need UEFI Bios for my MSI Video Card R9 290 4GD5

    Hello Need a UEFI Bios for my MSI Video Card  R9 290 4GD5 S/N:912-V803-844B1310000906-249 Thanks you.

  • Using Contract with SRM-MDM using several Web Service ID's

    Dear Experts, ALL of our Contracts were created and still being created by adopting products from CCM, meaning BBP_PDIGP-CATALOGID holds the Web Service ID and BBP_PDIGP-CATALOGITEM holds the Catalog Item GUID. When trying to create a Shopping Cart b

  • What camera should I use for filming?

    I didn't know where else to ask this question and since Canon is a popular camera provider for filmmakers, I thought I would try here.  I'm a very amatuer filmer but I enjoy filming a lot as a hobby. Someday I would like to purchase a better camera b