Customer Ext Variable is NOT working correctly in the Restricted Key Figure

Hi all,
   I have created a variable ZVCBLMTH (Period from 01/1996 to Last Month) with reference to
    0CALMONTH  and it will be populated through  Customer Exit and it works fine.
    In the selection for 0CALMONTH, I gave the range as '05/2008' to '08/2008' and this new
    variable  passed the value of  range as '01/1996' to '04/2008' in RSRT.
    The properties of the variable are:
          Type of Variable -  Characteristic, Processing by - Customer Exit, Variable Represents - Interval
          and Variable is - Optional.
          No change in the result after changing the 'Variable is' from Optional to 'Mandatory'.
  This variable is used in Restricted Key Figure to calculate the number of matching records between
   01/1996 & 04/2008 and somehow it is not recognizing this variable and NOT passing the results correctly.
   But, there are records with 0CALMONTH between 01/1996 & 04/2008.   
   How could I test that which value is passed into the Restricted Key Figure for this variable, PLEASE ?
   Thanks in advance.
Regards,
Venkat.

Hi Clemens Li
I agreed on your point. When we define the Internal table the type for element EQUNR & QUMNR , we are referring the SAP data element for EQUNR, QMNUM field.
Our doubt is even though we refer the standard data element, in the ALV display, it shows with leading zeros and also it creates problems in the filtering and in the filter window all values instead of unique nos.
Hi Abhii
I have given below the fieldcat coding.
Friends, can you kindly clarify the above said problems. Since we use SAP ECC 6.0 any notes or patches apply is required. ( this is the basic functionality in ALV, that is my doubt).
    wls_fieldcat-col_pos   = wpv_pos.
    wls_fieldcat-fieldname = wpv_champ.
    wls_fieldcat-tabname   = wlc_tabname.
  wls_fieldcat-seltext_s = wls_fieldcat-seltext_m
    wls_fieldcat-seltext_l = wpv_libelle.
    wls_fieldcat-ddictxt   = 'L'.
    wls_fieldcat-no_out    = wv_no_out.
    APPEND wls_fieldcat TO gt_fieldcat.
Kind regards,
Jegathees P.

Similar Messages

  • My pc has a virus I just downloaded song from pc to kids ipods now both ipods are not working correctly could the virus be in the ipods,  if not why are both not working doing the same thing right after unplugging from pc.

    Can an ipod get a virus from a pc that has a virus.  After connecting two different ipods to my pc to download music they both are not working correctly, could the virus have transferred to the ipod,  if not why would both ipods not work and be doing the same thing?  When trying to click on a game it just stays on the main screen.

    - I have not heard of a virus that can cause problem with an iDvice that has not been jailbroken.
    - Try resetting the iPods. nothing will be lost.
    Reset iPod touch:  Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Do you hve problems with one game? The same game on both iPods?
    Other apps?

  • Iphoto 9.2.1 leopard scrapbook theme not working correctly. THe opening slide has 2 pictures; the bottom one can barely be seen and probably shouldn't be there. It works fine in LION "only 1 image" on opening slide.

    Hi.
    iphoto 9.2.1 on iMac Leopard "scrapbook theme" not working correctly.
    The opening slide has 2 pictures; the bottom one can barely be seen and probably shouldn't be there.
    It works fine in LION "only 1 image" on opening slide.
    All updated. Any suggestions
    Thanks in Advance

    Hi.
    iphoto 9.2.1 on iMac Leopard "scrapbook theme" not working correctly.
    The opening slide has 2 pictures; the bottom one can barely be seen and probably shouldn't be there.
    It works fine in LION "only 1 image" on opening slide.
    All updated. Any suggestions
    Thanks in Advance

  • Since updating my Iphone to ios 8, my hands free in the car (Radiosat) is not working correctly.  The phone pairs ok with car, and my phone is recognised but then it cuts off the radio and says that I'm in a call, I can't cancel the call or do anyth

    Since updating my Iphone to ios 8, my hands free in the car (Radiosat) is not working correctly.  The phone pairs ok with car, and my phone is recognised but then it cuts off the radio and says that I'm in a call, I can't cancel the call or do anything.  I have taken my car to my local dealer but they say the Radiosat is working ok?

    Hello there stidhambr15,
    I was researching the issue you are having and recommend a couple of things. First it might be a good idea to reset the device following iPhone, iPad, iPod touch: Turning off and on (restarting) and resetting found here http://support.apple.com/kb/ht1430
    Resetting your device
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
    If that doesn't quite get the device going again, I recommend restoring the device.
    iTunes: Restoring iOS software
    http://support.apple.com/kb/ht1414
    Might even be a good idea to turn off the phone, reseat the SIM card, and turn it back on.
    iPhone and iPad: How to remove the SIM card
    http://support.apple.com/kb/ht5163
    iPhone 4 (GSM model)
    iPhone 4S
    Cheers,
    Sterling

  • HT6114 my audio midi setup is not working correctly since the install of maverick os

    my audio midi setup is not working correctly since the install of maverick os

    The upgrade may have reset to default settings ..
    Check System Preferences > Sounds > Output
    Make sure the correct device is selected and the Mute box is not checked.

  • Security filter with variable does not work correctly

    Helo,
    I have one table with this columns (called BI_USERS):
    USERBI | REGIONS
    XXXX 10,5 -> In this case the user XXX can access the region 10 and 5
    AAA 9,7
    I use this table to apply the security filters. Fisrt I did a initialization block with the select: SELECT USERBI, REGIONS FROM BI_USERS WHERE USER = :USER
    This select populate two variables: variable USER (system variable) and UserRegion (Non-system variable)
    After I use the UserRegion variable in the securty filter of the one group of users. For exemple:
    Name | Status | Business Model Filter
    "Claro"."Historico Saldo Pre-Pago" Enabled "Claro"."Historico Saldo Pre-Pago"."DW_UN_NEG" In(VALUEOF(NQ_SESSION.*UserRegional)* )
    But the issue is that the query is not working, because the query created for BIServer no use the IN operator. Seems the IN operator is changed for equal (=).
    And the query returs error because the value 10,5 (for example) is not a numeric value.
    Anybody could help me, please? I am using the version 10.1.3
    Mauricio

    |||\/||| wrote:
    Helo,
    I have one table with this columns (called BI_USERS):
    USERBI | REGIONS
    XXXX 10,5 -> In this case the user XXX can access the region 10 and 5
    AAA 9,7
    I use this table to apply the security filters. Fisrt I did a initialization block with the select: SELECT USERBI, REGIONS FROM BI_USERS WHERE USER = :USER
    This select populate two variables: variable USER (system variable) and UserRegion (Non-system variable)
    After I use the UserRegion variable in the securty filter of the one group of users. For exemple:
    Name | Status | Business Model Filter
    "Claro"."Historico Saldo Pre-Pago" Enabled "Claro"."Historico Saldo Pre-Pago"."DW_UN_NEG" In(VALUEOF(NQ_SESSION.*UserRegional)* )
    But the issue is that the query is not working, because the query created for BIServer no use the IN operator. Seems the IN operator is changed for equal (=).
    And the query returs error because the value 10,5 (for example) is not a numeric value.
    Anybody could help me, please? I am using the version 10.1.3
    MauricioHi Mauricio,
    First of all you have some syntax errors with your init block:
    select USERBI, REGIONS from BI_USERS WHERE upper(USER)=upper(':USER');
    Couple things to consider here:
    1) Why are you selecting Userbi column from the table? Is USER system session variable not getting populated through other souces like LDAP or default security?
    Ans: If your user session variable is getting populated from a different init block, then you dont need to select that column. Then your init block would look something like this:
    select 'USERREGIONAL', REGIONS from BI_USERS WHERE upper(USER)=upper(':USER'); - Data Source
    Row Wise Initialization - Data Target
    Initblock that is populating the user session variable as the order of precedence.
    2) If you dont have USER session variable populating from any other source, then your init block would look something like below:
    select 'USER', USERBI, "USERREGIONAL', REGIONS from BI_USERS; - Data source
    Row Wise Initialization - Data target
    After following one of the above two steps, you need to apply the filters on the table.
    "Claro"."Historico Saldo Pre-Pago"."DW_UN_NEG" IN(VALUEOF(NQ_SESSION.USERREGIONAL))
    Note: Make sure you understand that variables are case sensitive.
    Please award points as this is correct answer.
    Thanks,
    -Amith.
    Edited by: Amith on May 10, 2011 3:18 PM

  • Variable Substitution not working correctly?!

    Hello all,
    perhaps some of you faced the same problem. It depends on the variable substitution in XI (PI).
    We have got an IDOC - FILE szenario. As far everything is working fine. The XML is created correctly.
    Now we want to get two fields from the payload to use both in our receiver file adapter as filename.
    The IDOC is a standard ORDRSP.ORDERS05.
    (1) The first field is the "job number" and located in the IDOC element: E1EDK01
    (2) The second field ist the "purchase order number" and located in the IDOC element: E1EDK02
    The fields are both named BELNR (and here seems to be a problem).
    To use the variable substitution we did as it is described in help.sap.com and used the following path to get the variables from the payload:
    (1) variable name: aufnr  ;  reference: payload:ORDERS05,1,IDOC,1,E1EDK01,1,BELNR,1
    (2) variable name: bstnr  ;  reference: payload:ORDERS05,1,IDOC,1,E1EDK02,1,BELNR,1
    these two variables "aufnr" and "bstnr" we want to use in our filenameschema. So we wrote the following for the schema:
    Ordrsp_%aufnr%_%bstnr%.xml
    The effect is that both variables always contain the same value, the value of "bstnr".
    Strange is that, if we delete one substitution i.e. (2) "aufnr" contains the correct payload value. It seems he overwrites the value of "aufnr" with the value of "bstnr" because of the same name in the IDOC structure (BELNR).
    Has anyone any idea what to do?
    Many thanks and kind regards,
    Steven
    PS: Of course points will be rewarded for helpfull answers. :o)

    Thank you for your answers!
    But there are several Problems using a dummy field in an IDOC structure. We have got a naming convension so that we can't create an IDOC-like structure named ORDRSP.ORDERS05.
    But perhaps I am thinking to complex and there is an easier way to add a dummy field to an IDOC structure.
    Could you perhaps also suggest a solution for that dummy field problem?
    Many thanks and kind regards,
    Steven

  • Flex Time with variable tempo not working correctly.

    Hey,
    Has anyone else noticed that Flex Time doesn't work as intended if you have variable tempo?
    To clarify, I recorded a band playing their song and then figured out their various natural tempo changes and adjusted the Global Tempo Track accordingly.
    Then, the drummer recorded his part to a click on that track, obviously keeping with the natural tempo changes that the band played to.
    Quantization of MIDI works just fine, as in, it matches the increases and decreases in tempo.
    However, attempting to quantize an audio track using Flex Time does not work properly.
    I was just wondering if there is something that I'm doing wrong or if this is a known bug.
    Thanks,
    William

    Thank you for your answers!
    But there are several Problems using a dummy field in an IDOC structure. We have got a naming convension so that we can't create an IDOC-like structure named ORDRSP.ORDERS05.
    But perhaps I am thinking to complex and there is an easier way to add a dummy field to an IDOC structure.
    Could you perhaps also suggest a solution for that dummy field problem?
    Many thanks and kind regards,
    Steven

  • Slideshow not working correctly on my site. cannot figure out why.

    I cannot seem to figure out why this slideshow is not working Its working in Muse and the assetts are fine as well. This started after I edited some content in the BC CMS. Does anyone know why this is happening?

    Hello
    Can you provide the URL to the page that contains the slideshow?
    Cheers
    Parikshit

  • Javascript is not working correctly in the jsp

    Hello experts,
    i have problem with javascript. Actually i am written a javascript function isInteger(s) for checking wether
    the entered string is numberic or not. But its not wroking(can't display alert message). Means it not calling the function. If i try this javascript in different html page its work but in jsp pages its not calling the javascript function.
    This jsp page require some settings or anything, then help me.
    Edited by: andy_surya on May 4, 2009 11:04 AM

    <%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %>
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Untitled Document</title>
    <script language="javascript">
    function isInteger(s)
        var i;
         s = s.toString();
         var o;
         o=s.length;
             for (i = 0; i < o; i++)
                  var c = s.charAt(i);
                     if (isNaN(c))
                        alert("Given value is not a number.\n Remove It. \nAnd Try Again.");
                        return false;
             return true;
    </script>
    </head>
    <body>
    <input type="text" name="txtbx1" size="25" onkeyup="isInteger(this.value)" />
    </body>
    </html>

  • Scaling not work correctly in the internet explorer

    Hello every body, I very need your help. I make composition in Edge Animate with resolution 2300*1914 adjust the responsive scaling to both, after saving I look the composition in browsers. In the Chrome and Opera displaying is correct, but in IE and Firefox displays not correct, I fill the stage in red color, so when I open the composition, the filled stage take proportions 100% - width and height, but resolution 2300*1914 applies like transparent layer, and I have overflow horizontal and vertical.
    P.S. I need scaling in persentage because the composition is designed for all resolution

    Are you sure that Firefox isn't using the integrated PDF viewer (pdfjs)?
    Current Firefox versions have enabled a new build-in PDF Viewer and that viewer doesn't have all the features that the Adobe Reader has.
    You can change the action for Portable Document Format (PDF) from Preview in Firefox to use the Adobe Reader or set to Always Ask in "Firefox > Options > Applications".
    You can set the pdfjs.disabled pref to true on the <b>about:config</b> page to disable the build-in PDF viewer and use the Adobe Reader instead.
    See also:
    *https://support.mozilla.org/kb/view-pdf-files-firefox-without-downloading-them

  • Sound does not work correctly all the time, on youtube.

    So I have been having this issue for a while now, and I have tried everything to fix it on my own.
    My issue is sometimes you-tube videos will play about 1-2 sec of sound then stop, the video will buff all the way out and I can watch it but no sound will come from it. Once it happens if I try to watch another video they will all have no sound, but if i start up itunes it will still play music, so it's not my PC.
    Once I close Firefox and reopen it 80% of the time it will play sound on the same video, the other 20% of times it will play 1-2secoinds of sound again and quit playing sound, if I restart fire fox again it will play just fine. Also I do not seem to get this issue with internet explore.
    Stuff I have done.
    Check for updates for my video/sound cards.
    Uninstalled/installed flash 3 times even downloads the Adobe Flash player uninstaller, then reinstalled flash again.
    Unchecked enable hardware acceleration, in the Adobe Flash setting.
    My setup
    Firefox 3.6.13
    Windows 7 64bit
    ATI HD radeon HD 4350 video card.
    I have my PC connected to my TV, sound/video is carried with a HDMI cable from my video card.

    Did you check the settings for Firefox in the Volume Mixer?
    See also:
    * [[No sound in Firefox]]
    * [[Video or audio does not play]]
    * http://kb.mozillazine.org/Video_or_audio_does_not_play
    You can also try to clear the Flash cookies and settings.
    Flash Website Storage Settings panel:
    * http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html
    See also Flash Local storage settings:
    * http://www.macromedia.com/support/documentation/en/flashplayer/help/help02.html

  • Zoom function not working correctly in the playback options window.

    When selecting the start and stop timepoints for creating a text file in signal express I can't zoom in on selected areas. When I use the zoom function the trace just dissapears. 
    Could anyone help me with this?
    Cheers.

    Is this a LabVIEW or a signal express question?
    (You post in the LabVIEW forum but only mention signal express. There is a dedicated signalexpress forum. If this is a LabVIEW question, please explain in more detail.)
    LabVIEW Champion . Do more with less code and in less time .

  • Between dowloading issues and Java not working correctly, when the next version coming out? I'm a breath away from switching to IE

    I cannot use the Java pull down menus on USAA.com, and downloads cancel when I close Firefox and cannot be resumed. What happened to the old downloader? I have to use IE in order to use USAA.com (primary banking). I tried updating Java, I tried a reinstall on firefox, clearing my cache, everything. No dice. If a new version doesn't come out soon I'm switching to IE... I've been loyal for 10 years.

    To get the old downloader back follow the directions below.
    # In the [[Location bar autocomplete|Location bar]], type '''about:config''' and press '''Enter'''. The about:config "''This might void your warranty!''" warning page may appear.
    # Click '''I'll be careful, I promise!''', to continue to the about:config page.
    # Filter '''browser.download.useToolkitIT'''.
    # Double click and '''make sure it says true.'''
    # You now have the classic downloader back! Yay!
    Any issues or confused?
    * http://kb.mozillazine.org/About:config

  • Spry menu formatting not working correctly in DW CS6

    Hello,
    I've installed  a spry menu but the formatting is not working correctly.
    The hover colour works correctly but the selected menu item  colour does not change. Only the home menu tab remains coloured.
    Please can anyone suggest what might be wrong?
    Thank you.
    Robbieg

    Ah. OK. I've found the problem. On the every page  I've got a class=current attribute to the <a> tag for the  home menu item.
    Now, since this menu code is in a template as part of the top part of every page, it means that this is also included on all the other pages of the site. How do I get this attribute  to be different on each page that uses the template?
    Thank you.
    Robbieg

Maybe you are looking for

  • Office 2013 64Bit on WIN 8.1 64bit MAIL control panel

    Hey guys I found out that after installing Office 2013 home and business (64bit office only) on a windows 8.1 pro 64bit the mail options in the control panel will not open or come up to create new profiles. This seems to only happen with the 64bit ve

  • How can I enter an event for the first Monday of every month?

    I used to have a Custom choice that allowed me to select day or date for repeat. Where is it?

  • How do you mark mail as "not junk'?

    The "not junk mail" icon is not working---I highlight the mis-identified message, and the icon should change to a "thumbs-up" so I can say "not junk mail" but it doesn't change.  I have not been able to figure out how to mark things as "not junk."  A

  • Passcode help!

    My Ipod was locked for 22 million minutes and I just got it to where it will let me enter the passcode again but I don't remember it. Itues won't let me reset or restore the ipod without the passcode and that's my problem. What do I do?

  • Can I remove Page setup Dialog CRViewer?

    When I click print button on CRViewer, if the report was set custom paper  then Page setup Dialog has shown. Can I remove it? I use Java Swing and CR 2008