While I am applying Rank Manually in variable for Sales revenue

=Rank([Sales revenue]) I am using this condition

HI Dinesh,
Right Click On Rank Variable column and go to format number--> number  then select the required format
Regards,
Mahi

Similar Messages

  • Manual Pricing Condition for sales order!!

    Hi,
    I have an issue, My requirement is I have to add a manual pricing condition in sales order header level. I have define the pricing condition for Freight Charges and that I have added to the pricing procedure that we have used for the transaction.
    The problem is when Iam creating the order in the condition tab manully want to choose the condition type, but what I created condition type (Freight Charges) is not appearing in the view. Only exesting condition types only appearing in tha selection view. I am on CRM Stand alone
    Pls anyone can advise where I miss the setting, I am new in CRM PRICING
    Regards
    VJ

    Hello VJ,
    You must consider that there is a setting "manual" in the pricing procedure customizing, indicating that the condition must be manually entered, and also a setting in condition type  customizing regarding changes that can be made. In condition type customizing you should NOT have option D "Not possible to process manually". Have you checked condition type customizing?
    Additionally please execute function module from note 867428 ( IPC_DET_CLEAR_CUST_BUFFER ).                
    This will ensure that all the customizing changes are immediately available  ( otherwise you would need to wait until the automatic buffer refresh occurs, by default once per day 
    Best Regards
    Luis Rivera

  • Creation Exit variable for Sales office Characteristic

    Hi Experts,  can anybody suggest me,
    My requirement is like i have to create Exit Variable on Sales Office Characteristic, by using Exit, in this exit it i should get the values of Sales office 2201 To 2299 only.
    plese give the sample code tobe written in the Function Module.
    Thanks in Advance.

    Hi,
    You can check with code below in function module:-
    Parameters of function module:
    Import : I_area type UPC_Y_Area.
                ITO_CHA type UPC_YTO_CHA.
    Changing : XS_CHA type any.
    Source code
    Field symbol: <salesoffice> type any.
    assign component of 'Technical name of sales office ' of structure xs_cha to <salesoffice>.
    If <salesoffice> <= 2201 and <salesoffice> >= 2299.
    Message e001(message class).
    endif.
    Hope it may be helpful.

  • Getting error whils trying to apply leave " hrtim00rec077 "

    Hi All,
    Getting error message no:hrtim00rec077 while trying to apply leave. There is no quota mapped to this absence type but getting the message "Absence quota 01 not found for grouping 1/41 on 20100401"
    Kindly let me know what might be the reason for this error.
    Regards,
    Srikanth

    Hello,
    Do you want quotas for this leave?
    First, check T554S if you have screen = 2001 and HR Deduction flag activated. This will enable the quota deduction.
    Then, you will have to configure T556A for the quotas
    Finally integrate all this with T556C - deduction rules and put more details on the selection rules on T559L.
    V_T554S_WEB just maps it to the frontend. I believe the big question here is if you have enabled the quotas and quota deduction for this absence type. That is why it's giving the issue.
    Regards,
    Bentow.

  • Issue BPS manual input variable allowing  multiple entry

    Dear experts,
    I would like to fulfil a requirement in BPS excel layout of manual input.
    A user can input the values(multi-selection) for a characteristic and this charccteristic could be displayed in the row, as we can do in a query designer.
    How should I define the variable for this characteristic and how should I define the characteristic in the Layout?
    Thanks in advance.

    Hello,
    Go to your planning area and create a variable of type Characteristic and then set the properties of that variable as below:
    1. Add your characteristic in Characteristics tab in right side in that variable
    2. Select Characteristic Value in Text Replacement
    3. Select Fixed Value in Replacement Type
    4. Activate checkbox Restriction of Values required by User
    5. Specify the selection conditions for your variable. You can specify single values or range here.
    Then go to your planning level on which you'll create your manual layout and then restrict the characteristic with the variable you have created under Selections tab.
    Go to your planning layout and select radio-button in Lead Column for your characteristic in teh first screen of teh layout builder.
    Then expand the node Additional Settings in the same screen and select radio-button All Possible Characteristic Combinations.
    Regards,
    Deepti

  • How do I apply a brush or variable width profile to various length strokes without them scrunching?

    I am trying to achieve a hand drawn line effect with an illustration I am doing. I have built my art with the pen tool and have tried to apply both a custom variable width profile and a brush that I found online. They both look fine on the longer path segments, but they scrunch up on the shorter paths. Is there a way I can apply the brush or profile to all the paths and have the brush apply itself uniformly along the path for its length and then just stop rather than trying to fit the whole profile on the path no matter what length it is? I am using Illustrator cs6 on a mac with mavericks.
    Thanks for your help!

    Apply a default stroke. Delete the wdith profile and the brush
    Apply the effect "outline stroke"
    Apply the effect "Roughen" with small values.
    In the appearance panel "Roughen" needs to be below "Outline stroke"

  • Hi every one. Speed grade crashed while i was applying a mask

    Hi every one. Speed grade crashed while i was applying a mask and since then crashes straight after lounging it. What can I do ? Or is it a bug?

    Hi I reinstalled it with preferences unticked and it worked again.
    Model Name:    iMac
      Model Identifier:    iMac11,3
      Processor Name:    Intel Core i3
      Processor Speed:    3.2 GHz
      Number Of Processors:    1
      Total Number Of Cores:    2
      L2 Cache (per core):    256 KB
      L3 Cache:    4 MB
      Memory:    4 GB
      Processor Interconnect Speed:    5.86 GT/s
      Boot ROM Version:    IM112.0057.B00
      SMC Version (system):    1.59f2
      Serial Number (system):    W80296DJDB6
      Hardware UUID:    5095972F-34B0-5E84-8BD0-701245D32C2A

  • Error while opening Workbook:variables for characteristic cannot be process

    Hi all,
    When I try to open the workbook for a particular query, I am getting the following error. Kindly suggest me in rectifying this information message.
    "Variables for characteristic [ZDVCODE]Dealer code cannot be processed"
    Regards,
    Steve

    I am encountering a very similar warning, so this may shed some light on the matter.  I have a Web Application that runs just fine when it is filtered only by Calendar Day.  However, when I filter the Web Application by Calendar Day and Material Group both, then I get a warning at the top of the output that says "Variables for characteristic [0CALDAY]Calendar Day cannot be processed".
    So, at least in my case, the variable isn't deleted, and it actually works just fine buy will spit out this warning under these circumstances.
    -Owen

  • Using a variable for two different characteristic

    Hello
    I've to following situation:
    1) While execuring a query in BEx Analyzer, the user should manually enter a specific key date KEY_DATE
    2) Then, two InfoObjects should be restricted by using that KEY_DATE as follows
         a) InfoObject BEG_DATE <= KEY_DATE
         b) InfoObject END_DATE > KEY_DATE
    So, in Query Designer I've created a variable KEY_DATE and added it to each of the above InfoObjects. Now, while executing the query I get an error: "Variable KEY_DATE is used for two different characteristics".
    Is there another possibility to realize my requirements?

    Hi Dear,
             create variable for that date and restrict the char. info object by that date.
    -->create a variable of date char.
    -->in General tab, select processing by Replacement path
    -->in replacement path , offset 0 and lenght 0
    -->ok
    when u restrict, select value ranges and select greater than for one and less than equal for another
    try and let me know if any probm...
    Regards
    Obaid

  • Using variables for function arguments AS2

      Hello,
    I am trying to create a function in AS2.
    After creating the function, I want to use values stored in variables for the function arguments rather than manually typing static values for carrying out the function calculation. Also, I want to use the function to assign a new value to the existing variable.
    I have asked a similar question 2 days ago here and got the answer (thank you), but now I got one more question - How can I create the function to assign a value to the variable while that variable itself is also a function argument?
    For example, I have 6 numeric variables:
    var CoinA:Number = 10;
    var CoinB:Number = 20;
    var CoinC:Number;
    var CoinD:Number = 30;
    var CoinE:Number = 40;
    var CoinF:Number;
    Then I tried to create a function to assign values to variables CoinC and CoinF:
    function CalculationA(FirstCoin, SecondCoin, ThirdCoin):Void {
         FirstCoin = SecondCoin + ThirdCoin;
    CalculationA(CoinC, CoinA, CoinB);
    CalculationA(CoinF, CoinE, CoinF);
    The above code didn't really assign the values 30 and 70 to the variables CoinC and CoinF but instead, values of CoinC and CoinF are undefined.
    Please give me the correct code if there's a correct way of doing this.
    Thank you,

    Here is one way of doing it, by passing a string value of the variable name instead of the actual variable name....
    var CoinA:Number = 10;
    var CoinB:Number = 20;
    var CoinC:Number;
    var CoinD:Number = 30;
    var CoinE:Number = 40;
    var CoinF:Number;
    function CalculationA(FirstCoin, SecondCoin, ThirdCoin):Void {
         this[FirstCoin] = SecondCoin + ThirdCoin;
    CalculationA("CoinC", CoinA, CoinB);
    CalculationA("CoinF", CoinD, CoinE);
    (Note that in your second function call I changed the coins since CoinF (ThirdCoin) is undefined at that point.)

  • Daresbury purchase price will be variable for a given material from one sal

    HI
    This is the Issue came from my client
    Daresbury purchase price will be variable for a given material from one sales order to another. System currently allows manual enter prices on purchase req in relation to selling price. Price in Pur Info Req has price of 0.01, Purchase order takes price of

    I probably have at least over 2000 songs in my iTunes, plus a couple of videos. Though since I can always still use my desktop for anything else, maybe it is better I take the 256 over the 128. I had read a lot of other topics on this with a lot of people saying it is better to go with the 8GB memory and I would buy that also if I could, but I can't and of course I want this laptop to last me a while.
    Thanks for your help I think I'll go for the 256 + 4 instead, and I presume I can always get other external drives to store anything if I really need to down the road.

  • Variable for variant

    HI
    we are facing some error in creating the process chain.
    when creating a varian for "Start process" an informatio window is opening with message variant &00000000853 in not available.
    we are trying to create a new even then we are facing the same error.
    can any body tell me in which table the variable for the variant is stored.

    hi Reddy ,
    check the Documentation of SHD0.Its nothing but modifications of Screen fields.
    Regards
    Prabhu
    Transaction Variants and Screen Variants
    Transaction variants can simplify transaction runs as they allow you to:
    Preassign values to fields
    Hide and change the 'ready for input' status of fields
    Hide and change table control column attributes
    Hide menu functions
    Hide entire screens
    In particular, hiding fields in connection with screen compression, and hiding screens, can result in greater clarity and simplicity.
    Transaction variants are made up of a sequence of screen variants. The field values and field attributes for the individual screens found in transaction variants are stored in screen variants. Each of these variants is assigned to a specific transaction, can, however, also contain values for screens in other transactions if this is required by transaction flow. The transaction that the variant is assigned to serves as initial transaction when the variant is called.
    There are both client-specific and cross-client transaction variants. All screen variants are cross-client, but may be assigned to a client-specific transaction variant.
    A namespace exists for cross-client transaction variants and screen variants and both are automatically attached to the Transport Organizer. Client-specific transaction variants must be transported manually.
    In principle, transaction and screen variants can be created for all dialog and reporting transactions. There are, however, certain Restrictions that apply to certain transactions, depending on their internal structure.
    No transaction variants are possible with transactions already containing preset parameters (parameter transactions and variant transactions).
    Regards
    Prabhu
    PS : Customer is First Points next

  • Variables for 0calday

    Hi Gurus,
    I restricted 0CALDAY  by two variables.
    One variable is user entry. User will enter a date.
    Other one will be restricted customer exit variable(variable represents interval) and the interval will be calculated based on user entry
    in customer exit, using I_STEP = 2.
    Do you think the above process will work or not ? Please advice.
    Thanks
    Liza

    Hi Liza,
      To solve your problem you can follow 2 ways;
    1.) Do the mapping of 0CALDAY to 0CALMONTH, so u will get months in your ODS. Now you can use
         0CALMONTH as manual entry variable and apply offset to get the values for 12 months.
    2.) If you dont want to follow the above process write the code.Take 0CALDAY as manual entry variable and
         restrict the required object with customer exit type variable use 0CALDAY in the exit as input derive
         month from the user entered calday.
    Hope it is helpful to you.
    Regards
    Prasad

  • How to create Presentation variable for columns and to use it in Narrative?

    Hi All,
    Anybody know how to create presentation variable for a column (i.e., i need to create it in edit formula section itself). And then, I should use it in Narrative section to display that column value. Is it possible? Or do i need to use any other variable for this requirement? If so please let me know, how to create it? This is very urgent requirement.
    Thanks in Advance
    Thenmozhi

    Hi Satya,
    I just want to create a table that should horizontally display the values like below:
         SUID Tag # :123456               Year Mfg: 2007                                                                                     
         Description: computer corporation FA ID#: 4576
         Model Number: 4569 hESC: #ert
         Serial Number: 78945 Flags: c
    Department: Hematology
    User: thenmozhi
    Database: OLAP
    I think we can create this type of report using either Narrative or Static Text. But I am not sure whether it is possible or not? And also another thing is that sectioning is applied for SUID Tag # column. So, depending on the dashboard prompt if the SUID Tag # retrieves two or more values.
    Then the first value for example 123456     and the values for the other columns related to this SUID Tag # value should display in the first page (i.e., page 1). And if the next value of the SUID Tag # for example say 678901 then the values should move to second page that is like this:
         SUID Tag # :678901               Year Mfg: 2008                                                                                     
         Description: Computer Manufacturing FA ID#: 4577
         Model Number: 4570 hESC: #eth
         Serial Number: 78946 Flags: G
    Department: Hematology
    User: Rehman
    Database: OLAP
    Thanks
    Thenmozhi

  • Manual override option for Unit selling price in Order line level.

    In OM R-12
    Our client wants manual override option for Unit selling price in Order line level.
    But there is no solution available to fulfill this requirment. To be able to manually override the price on a Sales Order line you
    must have defined a manual modifier that qualifies for the Sales Order line in question. Without a suitable manual modifier the price cannot be changed.
    This is current standard functionality.
    Anybody can give some suggestion/workaround to override selling price in Order header level without using the modifiers.
    regards,

    Hi Kashif,
    I'm finding it little difficult to buy Oracle Support's feedback with regards to R12 functionality for direct List Price update without using any modifier (manual or whatever). After all it is Oracle's product and they should know better. But test results in Solution Beacon's Vision 12.0.6 instance (http://www.solutionbeacon.com/tools_r12vision.htm) and documentation updates in R12 (R12.0.4) OM user guide & implementation manuals potray a different picture.
    After your last post, I did a test in Solution Beacon's Vision 12.0.6 instance with following details:
    OM: List Price Override Privilege = "Unlimited Access" at user level
    OM: Discounting Privileges = "None" at user level
    No manual modifiers defined and Order status = "Entered"
    I could display the "List Price" field from folder under Line Items >> Main tab, override the list price to a new value and save. The unit selling price showed the new value based on updated List Price as soon as I tabbed out of the list price field after overriding. After saving it showed the new selling price. _Please note that under Line Items >> Pricing tab there is another "List Price" field and that is not editable_. For such overrides "View Adjustments" (from Line >> Actions) will not show any adjustment details as it is a direct update of list price.
    Also please note that, if "Enforce List Price" checkbox is selected for the order type, the list price cannot be overridden even if the profile option is set to "Unlimited Access".
    Document References:
    Oracle® Order Management User's Guide
    Release 12, Part No. B28099-03, September 2007 >> R12.0.4
    Page No. 10-74
    +Note: Note: If any order line for an order has the Calculate Price Flag value equal to Partial Price or Freeze Price new order level adjustments will not be applied or allowed to be overridden. _The profile option OM: List Price Override  Privilege controls your ability to override the unit list price. If you have this profile set to Unlimited, you may modify the unit list price by editing the current value displayed_. The original list price is saved in a hidden folder field, so you can display it if necessary+.
    Page No. 10-94
    User Procedures
    _A new profile option, OM: List Price Override Privilege controls whether or not you can update the List Price_. It is enabled and updated at the application, responsibility and user level. It is not user visible and updatable. The values include+:
    - View Only: This is the default value. If set to this value, the current behavior is retained, which means unit list price field is protected.
    - Unlimited Privilege: If set to this value, you can override the unit list price field from the main tab and immediately see selling price adjusted accordingly.
    To use Override List Price:
    +1. Navigate to the Sales Orders/Quick Sales Orders window.+
    +2. Enter the header and line information, including the ordered item and quantity, then tab to the next field. The Selling Price and List Price display+.
    +3. If the profile is set to Unlimited Privilege, you can enter a new list price in the List Price field. You can either proceed to the next line or save your work+.
    +4. You can see the new, entered list price, and if there are automatic discounts applied, they will be based on the new list price+.
    +5. If the folder has been modified to show the Original List Price, the original list price displays+.
    +6. To change the List Price again, go to the list price field and enter a new value, replacing a previously entered value. If Audit Trail is enabled for List Price and a reason is required, a window appears to enter a reason and optional comments+.
    Note: Subsequent overrides of the List Price, after the order line is saved, can be captured by Audit Trail, depending on the setup of Audit Trail (entered or booked state) and any processing constraints that have been set up.
    In the OM Implementation Manual also there are notes related to this.
    OM Implementation Manual
    Release 12, Part No. B25975-03, September 2007 >> R12.0.4
    You can refer to page no. 2-59, C-4 etc.
    Thanks
    Supro

Maybe you are looking for

  • When I send a newsletter as a pdf the photos are blurry.

    When I send my newsletter made with Pages as a pdf the photos all look very blurry. I tried larger size files and same problem. I sent the original template with the Apple default photos and they are blurry as well. I've only looked at them on our tw

  • How can you tell what type of server configuration is installed? is it j2ee or not?

    Before I run an updater, how can I tell if the server is a j2ee server configuration or a "regular" server configuration? Its on on Linux os...

  • Not able to export all the rows into excel

    Hi All, I'm not able to export all the records in discoverer report to excel sheet. There are actually 27000 records in discoverer report, when i export them to excel sheet i can see only 16000 records. I'm using discoverer plus. Any suggestions...pl

  • Migrating iPhoto Library results in just one iPhoto Event...?

    Full story as quickly as possible: I upgraded to Mountain Lion, but that didn't go well. Two trips to the Apple Genius bar and we decided that we had to reinstall the operating system which would render the computer effectively brand new. I was also

  • Unable to deploy an EJB session Bean

    I run with JDeveloper 3.1, Oracle8.1.6 on windows NT. All steps to deploy the Business Logic Tier work fine except the last one when to deploy using the deployment profile; I' ve got the following error in the debug window: (last lines of the debug)