Possible to change output of searchhelp with  exit

I was wondering if it is possible that in the exit of a searchhelp or in an other way if you can change the color of the rows depending on certain values ?
so if a vendor is blocked for instance that the row wil be made red, and otherwise the default color
kind regards
arthur de smidt

I have tried a different method where I made a new datatype and a new domain which converts the output from an xfeld to an traffic light.
in the domain ZXFELD_ICON
I have input char 1 and output char 4
I made 2 conversion routines for the exit routine
CONVERSION_EXIT_ZXFEL_OUTPUT
and transformed the data in here
if input = ' '.
    select single id from  icon
                     into  output
                     where name = 'ICON_GREEN_LIGHT'.
else.
      select single id from  icon
                     into  output
                     where name = 'ICON_RED_LIGHT'.
endif.

Similar Messages

  • [JS] [CS5] Possible to change "Paragraph Spacing Limit" with a Script

    Hi,
    right now I'm writing a simple script which formats some text. For this formatting I need the vertical Justification "Justify" with a "Paragraph Spacing Limit" but I can't find something helpful.
    Does anyone know how to set the limit to a specific value?
    Thanks in advance, Statixx
    Here's my not yet finished Script
    Edit: script edited, had a few major mistakes
    #target InDesign
    var myDocument = app.activeDocument;
    var mySelection = myDocument.selection[0];
    var myParagraphLength = app.selection[0].paragraphs.length;
    var myParagraph = app.selection[0].paragraphs;
    var myTest
    mySelection.visibleBounds = [0,0,30,90];
    mySelection.textFramePreferences.insetSpacing = [3,3,1.5,3];
    mySelection.textFramePreferences.verticalJustification = VerticalJustification.JUSTIFY_ALIGN;
    if ( myParagraphLength == 3) {
           var myPara0 = myParagraph[0].contents;
           var myPara1 = myParagraph[1].contents;
           var myPara2 = myParagraph[2].contents;
            myParagraph[0].pointSize = "13pt";
            myParagraph[0].leading = "13pt";
            myParagraph[0]. fontStyle= "Bold";
            myParagraph[1].pointSize = "10pt";
            myParagraph[1].leading = "10pt";
            myParagraph[1].leftIndent= "10";
            myParagraph[2].pointSize = "10pt";
            myParagraph[2].leading = "10pt";
            myParagraph[2].fontStyle= "Bold";
            myParagraph[2].leftIndent= "10";

    Hi,
    That is a textFramePreferences property
    mySelection.textFramePreferences.verticalThreshold = Number (range 0- 8640)
    ID Object Reference says:
    "...The maximum amount of vertical space between two paragraphs. Note: Valid only when vertical justification is justified; the specified amount is applied in addition to the space before or space after values defined for the paragraph..."

  • Possible to change a 9900 from ENterprise to oem?

    Hello
    Is it possible to change a Bold 9900 with Enterprise Firmware to oem that i can connect to a Exchange Server?
    Or are there other ways to do it?
    Kind Regards

    You need a BlackBerry data plan (BIS) on your line. Once you do and the service books are pushed to the device, you will have the option to set up Internet email.
    If you are paying for BIS and don't have the option to set up Internet email, call your carrier customer support. Could be the carrier goofed on their side of the setup.
    - Ira

  • Issue with PO change output - Service line items

    Hi All,
    This is issue with PO change output. We have PO with line item 10, 20 and item 10 has 4 service line items. PO is approved and initial print out is taken.
    Some one goes and makes changes to 1st service line items of PO line item 10.
    A change output gets triggered. When this output is printed, it prints line item 10 details. This is standard functionality as this item is changed. But its printing all the service line items for this PO line item. Consider a case where there are 3000 service lines for a PO item. If I add 1 service item to this PO line item, the change form prints 3001 services for that line item. There were no changes done to first 3000 service line items.
    Currently PO change form takes care of changes at PO line item but it does not take care of changes at service line item level.
    Is there any setting that needs to be done for this so that it only considers the changes at Service line item level also.
    Regards,
    Shahu

    If you're using a standard form, send a message to SAP. Otherwise make a change in the form.

  • Is it possible to change the acct. ID my songs are associated with?

    We had an employee that purchased a boatload of music with company funds - he has been terminated and we have the account ID and password. Is there a way to change the ID acct name? It is an e-mail address with his name and we would like to not be continually reminded of his tenure with us.

    Is it possible to change the acct. ID my songs are associated with?.
    No.
    I'm not a lawyer but one suggestion is to sue him for the amount of the songs and he gets the songs.
    Otherwise, just delete them.

  • Possible to change the xml output of the Inbound Interface?

    Hi All,
    I hav a scenarion where a third party system receives the XML from XI. the output of the xml from XI looks as follows:
      <?xml version="1.0" encoding="UTF-8" ?>
    - <ns0:Messages xmllns:ns0="http://sap.com/xi/XI/SplitAndMerge">
    <ns0:Message1>
    - <ns1:WMSItalyItemReplication xmlns:ns1="http://cpe.com/cpe_ftp_wms/ItemReplication">
    - <item_dl dt_tm_created="2006-06-29 09:02:23">
    - <item action="" owner_id="CIB" itm_num="3143832ZZ99">
      <itm_desc>Ageflex ACM50 Test</itm_desc>
      <unt_dol_val>1</unt_dol_val>
      <lic_ctrl_flg>Y</lic_ctrl_flg>
      <lot_ctrl_flg>Y</lot_ctrl_flg>
      <shelf_life>999</shelf_life>
      <product_life>999</product_life>
      <incubate_prd>0</incubate_prd>
      <hold_ord_flg>N</hold_ord_flg>
      <kit_type>N</kit_type>
      <prelabel_flg>N</prelabel_flg>
      <rcv_only_flg>N</rcv_only_flg>
      <convey_flg>N</convey_flg>
      <front_flip_flg>N</front_flip_flg>
      <pick_shp_bp>N</pick_shp_bp>
      <side_flip_flg>N</side_flip_flg>
      <rotate_flg>N</rotate_flg>
      <itm_udef_a />
      <itm_udef_b />
      <itm_udef_c>Constant1</itm_udef_c>
      <itm_udef_d />
      <multi_conf_flg>N</multi_conf_flg>
      </item>
      </item_dl>
      </ns1:WMSItalyItemReplication>
      </ns0:Message1>
      </ns0:Messages>
    And the output that the third party expects is as follows:
    <?xml version="1.0" encoding="UTF-8" ?>
    <!DOCTYPE item_dl SYSTEM "http://localhost/dtd/item_dl.dtd">
    <item_dl><item><itm_desc>Ageflex ACM50 Test</itm_desc>
    <unt_dol_val>1</unt_dol_val>
    <lic_ctrl_flg>Y</lic_ctrl_flg>
    <lot_ctrl_flg>Y</lot_ctrl_flg>
    <shelf_life>999</shelf_life>
    <product_life>999</product_life>
    <incubate_prd>0</incubate_prd>
    <hold_ord_flg>N</hold_ord_flg>
    <kit_type>N</kit_type>
    <prelabel_flg>N</prelabel_flg>
    <rcv_only_flg>N</rcv_only_flg>
    <convey_flg>N</convey_flg>
    <front_flip_flg>N</front_flip_flg>
    <pick_shp_bp>N</pick_shp_bp>
    <side_flip_flg>N</side_flip_flg>
    <rotate_flg>N</rotate_flg>
    <itm_udef_a></itm_udef_a>
    <itm_udef_b></itm_udef_b>
    <itm_udef_c>Constant1</itm_udef_c>
    <itm_udef_d></itm_udef_d>
    <multi_conf_flg>N</multi_conf_flg>
    </item>
    </item_dl>
    Observe the first two lines of the second output.
    I tried to generate the second xml using a java mapping. and it is working fine when i test it in the Interface mapping's test tab. but it is not working when i test the scenario end to end. It is giving some runtime error.
    is it possible to change the namespace, etc in the output of the XML coming out of XI? if v change those namespace stuff, does XI recongnise the message and send it to the appropriate reciever?
    Please suggest me any solution.
    any help wud b greatly appreciated.

    The first XML is a Split msg XML..Where there are multiple messages within a single XML document..Thats why u have a <ns0:Messages xmllns:ns0="http://sap.com/xi/XI/SplitAndMerge">
    <ns0:Message1>
    Tags..
    Recheck what ur target system needs are & change ur mapping in XI.

  • I have a mid 2010 Macbook Pro running Snow Leopard and foolishly upgraded to Yosemite.  Is it possible to go back in time with Time Machine and reinstall Snow Leopard.  Then upgrade to Lion or Mavericks?  Any other ideas on how I can exit Yosemite?

    I have a mid 2010 Macbook Pro running Snow Leopard and foolishly upgraded to Yosemite. Now have numerous problems.  Is it possible to go back in time with Time Machine and reinstall Snow Leopard?  Then upgrade to Lion or Mavericks?  Any other ideas on how I can exit Yosemite?

    Once you get yourself back to Snow Leopard, if you still want to upgrade somewhat, I would suggest the following:
    1. Get an external hard drive that you can use for experiments with new OS versions. You could partition it into 2 or 3 partitions. You could then clone your existing Snow Leopard system to one partition using Carbon Copy Cloner (well worth $40) or SuperDuper ($25).
    2. Buy OS X Mountain Lion for $20, through the Apple online store (I don't think it's available through the App Store). Apple has decided to make it very difficult for anyone to get Mavericks unless they have already downloaded it.
    You will receive two e-mails from Apple, one containing a PDF with a redemption code, and one with the password you will need to unlock the PDF. Using the code, you will download Mountain Lion from the App Store, where it will appear among your Purchased items.
    After ML finishes downloading, its installer app will launch itself. When you see this launch screen, QUIT the install app immediately! Go to your applications folder, find the Install OS X Mountain Lion app, and copy it to a safe location outside of your Applications folder. Keeping one or more copies will allow you to reinstall without unnecessary aggravation if you later need or want to do that. At this point, you can re-launch the Installer in the Applications folder and let it run. You can install it on a clean partition on your external HD, or you can allow it to upgrade the Snow Leopard clone you created on your external drive, or you can do both. This should allow you to test how everything works for as long as you like.
    3. If you left yourself a free partition on your test drive, try a clean install of Yosemite and set everything up from scratch (do not migrate anything). This will allow you to see whether your problems with it were related to something in your Snow Leopard system.

  • Is it possible to change the settings in AR Properties Advanced tab with Adobe Acrobat XI?

    I noticed when I went to print a PDF double sided, that despite the following the guidelines from Adobe on this process, it still printed single sided.  I checked the properties of the PDF itself and on the Advanced tab, the DuplexMode was set to Simplex and was greyed out.
    Is it possible to change the settings in that tab with Adobe Acrobat XI?
    Regards
    Sharon

    Dear Sara
    Thank you for your reply.
    I have two printers, both support automatic duplexing.  Any PDF we receive
    or create we are unable to print double sided on our mac mini¹s.  I didn¹t
    make it clear in my question that we were fine on Windows XP, but, having
    recently changed to Mac have encountered this frustrating problem.
    I did a lot of research prior to recording the question and it appears I am
    not the only one who has come across this problem, and I have followed the
    guidelines that Adobe promote on their website to be able to print double
    sided, which doesn¹t work on the mac mini Osx Mavericks.
    Because the Properties, Advanced tab has ³Print Dialog Presets² that are set
    to simplex  and greyed out I took that to mean that no matter what printer
    settings I make, and I think I¹ve gone through all that I can, the pdf will
    not print double sided on Mac but will on XP.
    Sorry this isn¹t the reply you must have been hoping for and look forward to
    receiving further advice in regard to this matter.
    Regards
    Sharon

  • When a warranty replacement in hand, is it possible to change the 4s with 5 by extra fees?

    when a warranty replacement in hand, is it possible to change the 4s with 5 by extra fees?

    Sadly, life is sometimes unfair. Although, I'm not certain why you feel you would be entitled to any form of upgrade. It is neither stated nor implied in any Apple literature.

  • OSB: Is it possible to change throttling settings with WLST?

    Hi all,
    I am trying to find a solution to change the throttling settings of a business service with WLST, since it is not possible to set it in the customization file.
    I already know the parameter alsbImportPlan.setPreserveExistingOperationalValues(boolean) to preserve or change the operational values with the imported jar file, but I cannot find how to change the parameters separately for a business service (e.g. throttling state, max concurrency).
    Thanks for any help,
    Katja

    Hi Fabio,
    thanks for your approach. Could you give me some more ideas how to do that exactly? What do you mean with "write a code"? With WLST it does not work, I think. So you mean some code to extract the jar, change the xml, package the jar again and then deploy it? We need the changes at deployment time, because the settings have to be adjusted for the different environments.
    Best regards,
    Katja

  • Is it possible to change artwork associated with albums/tracks?

    Hi, Does anyone know if it's possible to delete and/or change the artwork associated with albums or tracks please?

    right-click (or ctrl-click) on one file in iTunes and get info. go to the artwork tab and click once on the existing artwork, then hit delete to remove it. paste new artwork into the box or click on add and navigate to the image on your hard drive. you can also drag artwork directly from your web browser into the box.
    highlight multiple files in iTunes, then right-click on the selection and get info. the artwork box for multiple items will be empty. put a check into the little box next to the artwork box and hit ok to delete existing artwork. or, paste the new artwork into the artwork box and hit ok to change the artwork. you can also drag artwork directly from your web browser into the box.

  • Change Color selectlist, is it possible to change it with say CSS?

    Hi,
    is it possible to change the color of the selectlists/pulldown? So, that it suits the colors of the webtemplate? Can this be done with CSS? If so, where?
    Pete
    Message was edited by:
    Pete

    In my example, I am coloring each select option with the color you specify in the tabular form. Add a few more rows to the form and you will see. It is not always red.
    Yes, it is hardcoded per option. Did you read that other link in the thread I pointed you to? Seems there are some inherent restrictions on styling select lists so I dont think it is possible to change the color of the "current" option on mouseover (it is hardcoded by the browser to blue)
    Thanks

  • Is it possible to change the genre of a song on an iPhone 5s  (with no laptop/desktop)?

    is it possible to change the genre of a song on an iPhone 5s  (without using iTunes on a laptop/desktop)?

    I could not find any way to do that. There is no way access the song information like you do through iTunes.

  • HT204370 Is it possible to change my purchase to the same cartoon, but with another spoken language?

    I bought the movie Cars for my kids on my apple tv. It was the english version, but I thought it was possible to change the spoken language to Danish. It wasn't. Now it seems I should have bought a different version of the film; the danish version. Is it possible to change my purchase?

    Is the Danosh version available in your country's store (what languages a film is in should be on its description page in the store) ? Purchases are considered, but you can try the 'report a problem' page to contact iTunes Support and see what they say (we are fellow users on here) : http://reportaproblem.apple.com
    If the 'report a problem' link doesn't work then you can try contacting iTunes support via this page : http://www.apple.com/support/itunes/contact/- click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • Change employee group via user exit ?

    Hello,
    I would like to know if it is possible to change the field
    PSPAR-PERSG in infotype "action" -0000
    via user exit ZXPADU01/2 ?
    When I get p0000-MASSN = 10 ,i need to move 0 to
    PSPAR-PERSG but via the user exits it is not possible.
    Only when I debug and put in PSPAR-PERSG  the value 0 it works.
    Please let me know if there is away ...
    Thank you,
    Boaz

    Hi,
    Customizing 0184 could not met our requirements.
    We need to keep the original settings (ELN...), and we'd like to change the inbounde delivery item category according to specific purchase order informaiton, so MV50AFZ1 is required.
    Kindly please advise again.
    With regards.

Maybe you are looking for

  • EBS Registration issue

    Hi All, We have done the sso registration successfully , but sso login functionality is not working as expected. Please provide some inputs to fix this issue. Environment We are on 11gR2 database for both OID and EBS 11.5.10.2. OID version 11g on web

  • To buy a Macbook? Help me decide, please.

    Hi Guys, My 12" PowerBook G4 is getting a little long in the tooth, so I'm in the market for an upgrade. My choices are either the 15" MBP or the high-end white Macbook. The deciding factor is the dedicated video card in the MBP. My question is about

  • WHY doesmountain lion's battery drains so fast ?!

    im really sad to see that my battery drains to fast compared to lion !

  • Won't recognize my scanner, printing works though

    I recently switched my printer to my MacBook Air running latest software (10.8.3) as my PC died. When installing, it found the right driver automatically for my Brother DCP 8060 CUPS. I am able to print just fine. However have spent several hours try

  • Authorisation check without variable.

    Hi, Is it possible to check authorization in the query designer without variable I have got an authorization object on 0Comp_code = TD If a user create a new query without variable on comp_code is it possible to give him access to the value 0Comp_cod