Define Fixed Values for Texts

Hello,
Using customizing for text schema, it is possible to define fixed values for texts from SRM document.
Nevertheless, when you define fixed values for a transaction type, field "Fixed Value for a Text" is a CHAR30 data type.
Is there a way to add a customer field in order to use it in the drop-down list instead of the standard one ?
Our aim is to have at header PO level a specific document text and to transmit it to R/3, but those texts can go to CHAR80.
Previously, i tried to add my specific document text (using a specific search-help) into the text area (in this case, i don't have any fixed values) which is CONTAINER_LONGTEXT.
But this field is an implementation class, and i don't know how to populate this area.
Any suggestions are welcome.
Regards.
Laurent.

Hi,
I tried to update PO for its longtext (with standard function module) using obtained value with my search-help, but i did not succeed yet.
Any ideas ?
Regards.
Laurent Burtaire

Similar Messages

  • How to define a Value for an Attribute of an Class

    Hi,
    How to define a Value for an Attribute of a Class ...
    ( I need to change the value of an Attribute of a class in standard program ....
    Ex...
       cl_hrce_masterswitches=>infotype_framework_is_active
    Here infotype_framework_is_active is the attribute .. its value in standard program is 'X'... Now i need to change it as '  '.
    How to define it and set value as ' '.

    Hello Surendar
    The static attribute INFOTYPE_FRAMEWORK_IS_ACTIVE is read-only and there is not SETTER method to manipulate its value.
    However, the attribute is filled in the CLASS_CONSTRUCTOR:
    METHOD class_constructor.
        IF ce_is_active                 = true OR
           global_payroll_is_active     = true OR
           mngmt_global_empls_is_active = true.
          infotype_framework_is_active = true.
          perid_infotype_is_active     = true.
        ELSE.
          infotype_framework_is_active = false.
          perid_infotype_is_active     = false.
        ENDIF.
    ENDMETHOD.
    Thus, you need to analyze how attribute CE_IS_ACTIVE, GLOBAL_PAYROLL_IS_ACTIVE and MNGMT_GLOBAL_EMPLS_IS_ACTIVE are filled in the CLASS_CONSTRUCTOR.
    For sure you will find customizing settings that are responsible for this.
    Regards
      Uwe

  • Fixed Values for Aggregates

    Hi, I'd like to know if anyone knows a way to have a range of fixed values for an aggregate?  I'd like to have the aggregate based on 0FISCYEAR 2003-2004.
    Any ideas, suggestions, workarounds?
    Thanks!

    Hi Kenneth,
    as it is not possible to have aggregates as you want, you can go with the following workaraound.
    Use Partinioning and use January 2003 to December 2004 as the partinioning parameters and use just 1 partition. With these settings you get 3 partitions for the cube. One for all data older than jan/03, one for all data younger than dec/04 and one for all data within your periods. For setting up the partitions the cube must be empty. Hope this helps
    regards
    Siggi

  • PriceSlider content item always having a fixed value for 'sliderMax' and 'sliderMax'

    Hi,
    I am using ATG-10.2
    I am trying to create the navigation with invoke assembler call (to contentCollection '/content/Shared/Guided Navigation') Everything goes well, except the price slider.
    sliderMin and sliderMax values are always having fixed values, even though there are products with higher prices than this range.
    Ex: This is how my content item looks like
    {enabled=true, @type=PriceSlider, name=Price, filterCrumb=com.endeca.infront.cartridge.model.RangeFilterBreadcrumb@d45e275, sliderMax=1500, sliderMin=0, priceProperty=sku.activePrice}
    But in this search result, there are product which have prices even beyond 10,000
    I hope that the properties I am accessing are correct (contentItem.sliderMin and contentItem.sliderMax).
    Does anyone has seen this before??
    Any solution to overcome this issue. ??
    NOTE: See the attached images here.
    https://qa.endecacommunity.com/questions/2429/priceslider-content-item-always-having-a-fixed-value-for-slidermax-and-sli…

    If you want to get better help post a [Short, Self Contained, Compilable and Executable, Example Program (SSCCE)|http://homepage1.nifty.com/algafield/sscce.html].
    Most of the code you posted is not relevant to your question/problem.
    Also you shouldn't name a JTextArea object jDescrLabel ?
    That's confusing for someone else reading your code.
    Why not use jDescrTextArea ?

  • Hide domain fixed values for future use

    We have  a custom domain with 7 fixed values.These Fix values will display if we click on f4 help in the screen.I dont want 4th value and 5th value in the f4 search help button.whether it is possible to hide those values for future use. if we delete the fix values from the domain fixed value list..then it is effecting the past data.Please help me on this.

    Hi Prashanth,
    Use FM : DDIF_DOMA_GET  to get the fixed values for that domain in an internal table, then you can process that internal table according to your requirement and display only those values, in AT SELECTION_SCREEN ON VALUE_REQUEST event in the report.
    I hope it resolves your problem.
    Thanks,
    Avinash

  • Define Default Values for Value Categories-reg

    Hi Experts,
    What will be the effect in cost tab in MO,if I dont maintain the Define Default Values for Value Categoriesin SPRO.Because by just maintaining Value categories and its cost element assignment,Iam getting the planned and actual cost in cost tab of order.
    Pl clarify.
    regards
    KRISHNAN

    hi..
    Yes,u r right..without assigning default values also u can get the P/A cost in PM order.But,Suppose u have created 4 different value categories,ex-
    Mech Spares
    Elect Spares
    Civil Spares
    Maint Services
    and u are assigning all these as default value categories,if ur maint order has only cost against mech spares it will show the cost incurred against that and cost against other value categories will be shown 0 in cost overview..
    u can try it!!!

  • Define Default Values for Doc type..

    Hi All.
    I set a default value of "ME21N" TO "S21" at Define Default Values for Document Type.
    But, default document type is not "S21" but "NB" in ME21N
    ( system ver. 710)
    Let me know how to correct it..
    Thank you in advance.
    regards..
    nam

    Hi,
    Could u please confirm whether have u created the document type
    in
    IMG...>MM.....>Purchasing.....>Purchase order...>Define Document Types.
    if not please do it.
    and then create the pO.
    I think it will work
    Regards
    Aasif

  • Finding short text description of Fixed values for value range for domain

    Hi,
    When I got to Dictionary: Dispaly Domain and click on tab value range; I get the template showing Fix. Val and its associated short text.
    I want to fetch the short text for a particular fix. val for a domain.
    How can I do that ? What table can I use it ? Or do I need to use some function module ?
    Lets say I want to fetch the short text for a given Fix val. for domain VBELN.
    Please help me out.

    Hi,
    You can use Function Module 'FM_DOMAINVALUE_CHECK' to get the fixed values of any domain.
    Regards,
    Atanu

  • How to hide RTPs and Specify Fix value for them

    Hi All,
    I created a business in which i am using one variable of String type with RTP enabled.
    Now i don't want my user to enter this value while executing business rule, instead i want to provide a fix/constant value for that variable. How can i do that.
    Basically my intention is to put that business rule inside a rule twice with 2 diff values

    Have you tried setting the variable as a member type, applying it against a dimension and then giving it a default value.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How and where to define Char Value for Industry code for the customer

    Hi All,
    How to define and where to derfine Characteristic value for Industry code (KNA1-BRAN1) field
    for a Customer.
    As while PGI I am getting error message that Characteristic value for Industry code 00008
    does not exist.
    Rishi

    Solved

  • Colour values for text keep changing, how can I stop this?

    Hi, I am using a bright blue/turquoise text against a dark purple background. For some reason with some of the text "clips" the values keep changing to something else after I click OK? Why is this and how do I stop it from doing it? It seems not to happen with other ones I have done, with same values on same sequence.

    Sorry Tom, it's the most basic options; the "Text" video generator from the "Text" drop down menu in Effects, and then the "Colour Solid" video generator under "Matte" in Effects. I'm using DV-PAL at 25fps. To set the background solid colour, I originally colour picked from a logo supplied by client, and then noted down the values from the HSB sliders. I practically did the same with the text colour except I picked the colour from the colour wheel first and played with the sliders until it looked right on the background. I am using these colours for both "black screen" with text and for bottom corner third (style, not generator) name boxes. The difference between the two is that the name boxes have an opacity of 82% whereas the "black screen" versions have an opacity of 100%. Although there has been some change to the values of the background colour for the "black screen" versions (which I actually prefer), I am able to get these to stay uniformly now, the text however is at the original values for the original clips and then changes with the later ones I've done even though background values are ok. Whereas the values for the name boxes have changed with both the background and text on the last two. Sorry, hope that is enough detail but not too much : )

  • Aggregate with fixed value for 0SOLD_TO__0REGION wonu00B4t work

    Hi,
    We want to have a aggregate for a specific region. I have problem getting the aggregate to work. When testing it for aggregates in tc rsrt, it states that it will not use the aggregate because of Characteristic/Attribute 0SOLD_TO__0REGION does not have aggregation level */%.
    This in spite of the fact that 0SOLD_TO__0REGION is filtred to only include the same region and country in the aggregate and in the query.
    Maybe the message with the * in the end of it means that the aggregate needs to have all regions (value * in aggregate instead of F), but if that is the case, why?
    BR,
    Niclas
    Edited by: Niclas Erlandsson on Jul 22, 2009 10:30 PM

    Hi
    1.Create separate aggragates for each Attribute, using fixed values and create a multiprovider over this cube and take the report.
    Multiprovider perform parallel search on aggregates hence you query retrival time will be quick.
    2.Create Hierarchy variable and hierarchy node variable in the properties of IO
    in this case also you won't see entirer hierarchy. if you won't provide data for other nodes... it won't display.
    set authorization on hierarchy node also helps
    Hope this helps
    Regards
    CSM Reddy

  • Defining default value for financial reports display in the workspace (9.3)

    Hi
    I need to change the default value for financial reports workspace preview mode, for every workspace user. It is actually set on html, and I would like to have pdf instead.
    This option can be changed when logged on the workspace, in file->preferences->financial reporting->default preview mode. However I want every user to start with the right settings, so they dont have to change anything manually.
    I have tried to do it with Shared Services : under projects, BI+, assign preferences. From there I can change the default folder and the start page (the general preferences), however I cannot find the options for financial reporting.
    Is there a way to change these values with hyperion tools ?
    If not, is it possible to change it directly in the repository DB ?Thanks and best regards

    We looked at this about 2 years ago - from memory, you can only set preferences when the users are first setup in Shared Services, under the manage preferences section of the wizard.
    I can't remember if there is a settings file you can edit for the default users - i think there is, but again this must be set before users are set up.
    We looked at changing users preferences, but gave up on the idea as all users had been provisioned already :-(
    Cheers, Iain

  • Dynamic Values for text

    I apologize in advance.  Not much of a web designer or code guy here, but I just need to create a simple animation to be dropped into a MUSE creation and I think Edge Animate is the right way to do it.  For the life of me I cannot figure out how.
    Basically, I want to create a simple animation to explain the dimensions of a product.  A line with arrows on both ends would grow to the length of a line drawing symbolizing its height for example.
    Accompanying that would be a text box that I would like to simply count up from 0.0" to 3.5" for instance.
    The question is how do I dynamically update the text from 0.0 to 3.5 across a 2 second animation in Edge Animate?
    Is this even available or is this why people are still using Flash.
    Thanks in advance and apologies for the naivety!
    Karl

    Hi Karl,
    No naive at all : a very interesting exercise.
    We use three elements
    • a rectangular shape ;
    • a diamond cursor that moves along the shape (2 s tweening) ;
    • a text value element.
    1) The first solution leverages the update event that is fired by the timeline.
    First define constants that you can modify to your needs.
    Stage > creationComplete event handler :
    endValue = 35;
    duration = 2000; // 2000 ms
    Timeline.update event handler (accessed via the top left bullet+curly braces icon : circled on the screen capture) :
    var newValue = Math.floor( sym.getPosition()/duration *endValue);
    sym.$('value').text(newValue);
    sym.getPosition() gives the current position of the playhead in ms. We divide it by the total duration of the animation and multiply by the end value to display. Math.floor rounds to an integer value.
    2) The second solution leverages the JavaScript setInterval function, which calls a function at regular interval. For that, we define a new variable frequency : you can tweak its value until you get the correct frequency for the update.
    Stage > creationComplete event handler
    endValue = 35;
    duration = 2000; // 2000 ms
    frequency = 100;
    setInterval(function()
        var newValue = Math.floor( sym.getPosition()/duration *endValue);
        sym.$('value').text(newValue);
      }, frequency);
    Download the two versions here : https://app.box.com/s/gi7hownshaz6rti8kggu
    Gil

  • Substituting a Value for text entered in a cell

    I'm currently working on a Spreadsheet for a friend who is a teacher. She wants to track all the children in her school as they achieve various grades in their classes. I made the following sheet that allows her to add each child and then just put a 1 in the appropriate cell when they achieve each grade. I'm using conditional formatting to fill in the boxes when a 1 is entered.
    Image: !http://random.third-perspective.co.uk/pics/grades.png!
    She was very happy with what I had made but she then told me she would like to be able to enter the date the child achieved the grade so she could track the time period of their progress. As you can see above the formulae all rely on the cells containing a 1. So how do I make numbers return a value of 1 for any content put in the cell? Is there a way of doing this using an if statement?
    PS) The last three columns of the first table are normally hidden from view for neatness.
    Message was edited by: imagecircus

    Image,
    Instead of entering a 1 for the grade, why not enter the date. Then instead of adding 1's to get the level, use COUNT(E1:I1). Condition your cell fill to "not equal to 0" and leave the text option unchecked. That way the date will show through the background.
    pw

Maybe you are looking for

  • QT pro (7.1.5) BUG - BWF problem

    After beating my head against a wall trying to open BWF audio files in FCP 5.1.4, I found that the BWFImporter.compnent (HD/library/quicktime/BWFImporter.component) will not play BWF files that are NOT recorded with timecode. Several professional fie

  • Change application name in itunes connect

    Sir How can i change application name in itunes connect without using add version option. Regards, M.Muthukumar

  • My Photoshop won't allow me to save .png files

    I have a menu I created, and I used the sl ice tool to slice it, so when I do "Save for web..." I select png and clik save, but it only saves one of the menus as .png, the rest of them are jpg, why is this happening? this morning was working fine. An

  • Creative Cloud updating Apps Failure?

    I have tried to update my apps through Creative Cloud and they fail.  I have logged out and retried numerous times.  The applications will not update and I am getting nothing but "update failed."  There is no error code or anything to refer to. Pleas

  • Calendar sync problems iPhone 4s/Outlook 2007

    Today - my Win7 PC had some automatic upgrade - my contacts birthdays pop up on wrong days in my Shared Calendar. And not on ONE day only, but on 2. I also have problems in getting iCloud to sync appointments on the familys 2 iPhones. God I hate this