Customer exit other than RSR00001?

Hi experts,
in my BI-Query/Report on the selection screen I have several parameters. I need to react at certain combination of them. If I don't make it wrong, the customer exit RSR00001 has only influence on individual field, right? What should I do?
Example:
I need to know the data from 2004 to 2006. But in the year of 2005, the customer number from 500 to 1000 should NOT be calculated and displayed.
Must I create a virtual InfoCube or there is some customer exits/BaDIs that can affect the select-clauses in BI. With selection screen one can only input very simple criteria, so how can I make the restriction more complicated and accuracy?
Thanx.
Nuno

Hi,
<i>I need to know the data from 2004 to 2006. But in the year of 2005, the customer number from 500 to 1000 should NOT be calculated and displayed.</i>
Assume your KF is Net value here. So create 2 restriction Kfs.
In first Restriction Kf, Take 0CALMONTH = 2004 and 2006 and KF = Net value
In the second KF , take 0CALMONTH = 2005,0CUSTOMER <> [500.1000]  and KF = Net value.
Now take a Calculated KF which is equal to sum of above 2 RKFs.
With rgds,
Anil Kumar Sharma .P

Similar Messages

  • My hard disk crashed and I cannot find out how to "contact customer service" other than this forum.  The website seems to just take me in a circle. I need to de-activate a license but cannot access the software due to a crashed hard drive.  Please help.

    My hard disk crashed and I cannot find out how to "contact customer service" other than this forum.  The website seems to just take me in a circle. I need to de-activate a license but cannot access the software due to a crashed hard drive.  Please help.

    Hi Anthony ,
    Here is the link to connect with Adobe Chat Support.
    https://helpx.adobe.com/adobe-connect/kb/connect-chat-support.html
    Hope your query gets resolved .
    Regards
    Sukrit Dhingra

  • How do I create a Calendar custom repeat or custom alert other than the choices given?

    I would like to create a custom repeat for my calendar such as every 6 weeks or, every other month or whatever choice - - the only choices are "Every Day, Every week, every 2 weeks, every month, every year"?    I would also like to create a custom alert for 2 weeks before or 10 days, etc and there is no "custom" option???

    Whenever you find out let me know. I wanted to assign a text tone to someone and now in iOS 7 i can't. Or I haven't figured this out yet.

  • Desire firefox kiosk mode where full screen allows an exit (other than ALT + F4) only one URL required for company timesheet entry. No optons. No navigation.

    using win 7 x86 SP1, firefox 18 with kiosk add-in r_kiosk-0.9.0-fx.xpi . Full screen kiosk mode uses one URL to company time entry sheet. Firefox is not company standard and needs to be provided for this purpose only. We're adept at virtualized delivery via AppV and have a solution BUT.... Really like the lack of toolbars providing no option to the user. No right click, no navigation. Perfect except there's no close or exit option except keyboard stroke such as ALT+F4. I'm not talented enough to modify the XPI file to provide a full screen kiosk BUT with a close option simple enough for 3500 end users. Advice appreciated.

    Thank You David. The add-on you are suggesting is exactly the kiosk add-on specified in the question. That is the one that does not have a close button. Thank You again for researching this.

  • Please help!!! don't find any way to contact customer support other than t

    My Zen Microphoto doesn't work, I turned it on, but it freezes on the main screen where it says Creative labs, but doesn't do anything at all, actually it doesn't even turn off. Even when I conected to my computer, it does not detect it. I'm still within warranty I think... but no way to contact for an RMA.
    please provide as much info as you can, i already removed the battery for an hour and put it back again, and recharged but it doesn't work

    sltalavera,
    Have you try running Cleanup/Format option in the player Rescue mode yet? Gi've it a try first if you have not. If you're still having problem with the product, you can contact Customer Support in your region for further assistance.
    http://www.creative.com/language.asp...upport/contact
    Jason

  • Error when trying to change Customer Exit Enhancement RSR00001

    Hi Gurus,
    I am getting the following error when I am trying to change the Customer Exit Enhancement RSR00001: "Source Text of Exit Func. not changeable."
    Please help.
    Thanks,
    Ashmith Roy

    Hi ,
    Not sure why u would like to change the text but can u try this way:
    1) go to smod and key in the enhancement
    2) click on change button and reneter the new text after accepting the language option as logon language
    3)save under a transport
    4)go to cmod and recheck the text must be changed.
    kindly award points for the same.
    tx,
    Madhu

  • How do I find customer exits quickly using SE80,SE81 or other transactions?

    Hello all,
    Is there a way of using SE80 or SE81 or any other transaction for that matter, to quickly find customer or user exists being used within a given program rather than doing a global search for CALL CUSTOMER within the program? Example, transaction EG31 (Installation Full) which runs the program SAPLE30D.
    In SE80 there seem to be no reference to user or customer exits. As for SE81 I was unable to relate SAPLE30D with an application component, or at least I don't know how to do it.
    In the Repository Info System (SE81 also) there is a reference to customer exits, but, you MUST know which project is tied to your program, otherwise you'll be chasing your tail!
    I guess you can say the easiest way would be to do a global search in the program using the CALL CUSTOMER key words.
    Well, I tried that too. The first set of results pointed to INCLUDES which turned out to be empty exits! That is, no code. So, by pure chance and unknowingly, I stumbled upon a customer exit which was the source of my errors. How I did it, I cannot remember. But the problem is that this exit was hidden in a program which was called by SAPLE30D at a later stage.
    So, all this searching took a long time and more importantly, it was a lucky find. Not a methodic approach.
    So the question is: How do I find customer exits quickly using SE80, SE81 or any other transaction for that matter?
    Your help is greatly appreciated.

    edited
    Edited by: abhinay chelamcherla on Feb 24, 2008 9:49 AM

  • Fill BEx Variable with more than one value via Custom Exit

    Dear SDN comunity,
    I want to fill a BEx Variable via a custom exit. My problem is, I don't know how to fill this variable with more than one value.
    I try to give you some background info based on an exaple:
    <u><b>Variable-Details</b></u>
    <b>Type of Variable:</b> Characteristic Value
    <b>Variable Name:</b> ZCCD
    <b>Description:</b> Company Code Selection
    <b>Processing by:</b> Custom Exit
    <b>Characteristic:</b> Company Code
    <b>Variable Represents:</b> Multiple Single Values
    <u><b>This is the used ABAP code:</b></u>
    WHEN 'ZCCD'.
    CLEAR l_s_range.
    l_s_range-low = '2002;2004'.
    l_s_range-sign = 'I'.
    l_s_range-sign = 'EQ'.
    APPEND l_s_range TO e_t_range.
    <u><b>The system returns this message:</b></u>
    Value "2002;2004" is too long for variable ZCCD
    appreciate your help!
    //michael

    Eugene, Marcus
    it works now, thx a lot!
    Please find attached the final code:
    CLEAR l_s_range.
    l_s_range-low = '2002'.
    l_s_range-sign = 'I'.
    l_s_range-<b>opt</b> = 'EQ'.
    APPEND l_s_range TO e_t_range.
    CLEAR l_s_range.
    l_s_range-low = '2004'.
    l_s_range-sign = 'I'.
    l_s_range-<b>opt</b> = 'EQ'.
    APPEND l_s_range TO e_t_range.
    (Delta to Marcus's code is bold)

  • Whenever you try to save a PDF file to a location other than the default location ('My Documents'), Firefox freezes & you have to go to the 'Task Manager' to exit Firefox and stop the error, so you can load Firefox again.

    Whenever you try to save a PDF file to a location other than the default location ('My Documents'), Firefox freezes & you have to go to the 'Task Manager' to exit Firefox and stop the error. I have Windows XP (Media Center Edition) and all updates (Firefox, Adobe PDF, Microsoft, virus protection, etc) are installed. This has only been a problem since Firefox 4, and isn't a problem in Internet Explorer.

    Hi David,
    Thank you for your detailed question. It sounds like the real issue is pdf files. Are there any antivirus/firewalls that might be blocking this specific file type? or are there any preferences in your control panel that might be blocking this?
    Do you have any stored preferences for PDF files in Firefox?
    *[[Applications panel - Set how Firefox handles different types of files]]

  • Sub-ledger other than vendor/customer/assets

    Hi
    Our client is having requirement to have sub-ledger (other than vendor/customer/assets) for outstandings and required a report with opening balances, debits, credits and closing balance sub-ledger wise.

    Hi,
    As per your requirement from what i have understood please correct me if I am wrong.
    You want to book your expense with reference to an Outstanding GL.
    Then pay off using the Outstanding GL.
    And you don't want to show the expense gl but should reflect in your Outstanding GL.
    If this is your requirement then please clarify that you don't want to show the expense in TB and also you want to show the amount in Outstanding GL which is a Balance Sheet account.
    At the time of payment what GL will you use and also if you are not showing the expense in the TB then where you want this expense to reflect.
    Edited by: lolu jo on Feb 14, 2012 12:34 PM

  • Customer line items ledger view in ECC 6.0 other than FBL5N

    HI
    Is there any other T code for customer line items ledger view in ECC 6.0 other than FBL5N
    thanks

    Hi Jagadeesh,
    There are some bunch of reports avaialble in SAP for customer Lines item display,
    S_ALR_87012168 - Due Date Analysis for Open Items
    S_ALR_87012197 - List of Customer Line Items
    S_ALR_87012173 - List of Customer Open Items for Printing
    S_ALR_87012174 - List of Customer Open Items
    S_ALR_87012175 - Open Items - Customer Due Date Forecast
    S_ALR_87012176 - Customer Evaluation with OI Sorted List
    S_ALR_87012177 - Customer Payment History
    S_ALR_87012178 - Customer Open Item Analysis by Balance of Overdue Items
    S_ALR_87012198 - List of Cleared Customer Items for Printing
    S_ALR_87012199 - List Of Down Payments Open On Key Date - Customers
    Please check the above mentioned reports
    Hope its useful to you
    Regards
    Saravanan.A

  • On and iPad how to Allow User To Enter Custom Text  (Dropdown only) Enables users to enter a value other than the ones in the list.

    On an iPad, how do I :
    Allow User To Enter Custom Text
    (Dropdown only) Enables users to enter a value other than the ones in the list.'?

    Are you using the built-in Currency option under the Format tab? If so,
    what you're describing should not happen.

  • FM to create support message for custom process type other than 'SLFN'

    Hi All
    Is there any function module or BAPI which will create support message for the custom process type other than SLFN.
    BAPI_NOTIFICATION_CREATE is posting only for the process type 'SLFN'
    Thanks in advance
    Regards
    Ravi

    Any ideas?

  • Implementation Focus other than "SAP Cloud for Customer"?

    Hi all!
    Am just wondering if there had ever been other options other than "SAP Cloud for Customer" in Step 2 of the First Implementation project - where there other options in the past?
    Thanks!
    Jeffrey

    Yes, this started in Business ByDesign. 

  • Customer Exit with offset as input to other Customer Exit variable?

    Hi Experts
    I have a query which uses a Customer Exit variable "A" with an offset. My problem is then that I would like to use the outcome of "A"+offset as input for another Customer Exit variable "B" in the same query.
    Is this possible somehow?
    Summing up by example:
    Lets say that A return 001 and the offset is 3, then we got the value 4.
    Can I somehow get this value (4) and use it in another Customer Exit variable in the same query?
    Kind regards,
    Torben

    Sure
    I have 12 rows in a query. One for each month.
    Each row is restricted on cust exit A and cust exit B.
    A has an offset - the offset is the number of the month, which means 1 for January, 2 for february and so on. Cust exit A returns 001. So the value for Januar is 002, February is 003 and so on.
    In cust exit B I need to get the result of cust exit A+offset. 002 for January, 003 for February and so on.
    So, how do I get the A+offset for each row?
    Kind regards,
    Torben

Maybe you are looking for

  • Ordering Prints via Iphoto

    I am absolutely loving my new Imac. I have saved for over a year to get it and just now getting used to Iphoto. I noticed that it gives you the option to create photo books and to order prints of photos. I see how to select photos to order prints of

  • Choosing current date in GL RapidMart for Oracle

    Hello, While implementing SAP BOBJ GL RapidMart for Oracle EBS , we didn't find any specific column in table which contain or can be used for current date (sysdate). Even in the Time_dim table doesnu2019t contain any column for that. we have created

  • Printer port #???

    I have a wireless laptop and I am not able to print from it. After 4-5 hours online with microsoft , we found that when mcafee was disabled i was able to print from my wireless laptop. So, they advised me to contact mcafee to "reconfigure"  to allow

  • When I'm on my iPhone home screen

    IF I swipe my home screen to the right & back an icon will disappear. If I repeat the process it turns to normal or another one will disappear.

  • RAM is not showing up on Riser B?

    Mac Pro ... Early 2008 ... I don't know when it happened but I started having trouble with photoshop and I thought about changing the memory requirements ... which led to in asking 'About this Mac' memory and although I did have 2GB DIMMs in each slo