How to remove fire action to image field depending on condition

Hi,
I have one field as Image and having fireaction event in table and all remaining fields are Mesagestyled text
Requirement is need to remove fire action for action some rows depending on condition.
Pls help, how to do this?..
Thanks in advance,
Hanimi..

Hanimi,
You need to make use of switcher Region, for achieving your requirement. Refer Developer Guide for more details on Switcher Region.
Regards,
Gyan

Similar Messages

  • How to remove target node if source field value is empty SAP PI Mapping

    Hello,
    how to remove target node if source field value is empty in graphical Mapping.
    Like if
    MIddle name in source filed is empty, I would like to eliminate target field from out put XML.
    Thank you
    John

    Hi Jhon,
    If you want to remove all empty tags and you dont to complicate your message mapping, you can use a XSL, after the message mapping,  to remove all the empty tags:
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
        <xsl:template match="node()|@*">
            <xsl:copy>
                <xsl:apply-templates select="node()|@*"/>
            </xsl:copy>
        </xsl:template>
        <xsl:template match="*[not(@*|*|comment()|processing-instruction())
         and normalize-space()='' ]"/>
    </xsl:stylesheet>
    Regards

  • How  to remove the check from ShpmntCostsRel. (field VTTK-    FRKRL)

    Hi Experts,
    Can you please tell me to how  to remove the check from ShpmntCostsRel. (field VTTK-    FRKRL) when saving of the shipment document.

    shipment cost calculation only on the Leg level and not on header level. Currently a lot of confusion happened after creating the shipment cost document and found that the status is u201CBu201D.
    now we intend to define detailed specifications to how to create this new user exit to update the shipment cost relevancy at shipment header.
    The main functionality of the user exit  to be created is to remove the check from ShpmntCostsRel. (field VTTK-    FRKRL).can u pls tell how to do this.

  • How to remove antialiasing of vector images?

    Hello. Currently, I am editing bitmap images that are not antialiased, and I made lots of vector shape layers.
    And what I want to do is remove antialiasing of all vector layers  because if they are antialiased, they can not  fit into forementioned non-antialiased bitmap  images.
    I found an option to display aliasing vector images, I mean "Layer image quality" option in time line panel, and I set it  "draft", but if I render my sequence, AE won't allow  me to render the draft, aliasing vector image. They are antialiased. AE ignores the draft setting and renders vector layers as best quality, antialiased image.
    So I want to ask how to remove  antialiasing of vector image completely.
    Please help me. Thank you.

    I found the option.Thank you.
    And I want to ask one more question.
    I guess If I set render settings as Draft quality, AE renders all layers including "Best Quality" layers as Draft quality.If so,there is a problem.
    If I want to render "A" bitmap layer(this layer has effects like Fast blur, Hue/Saturation) as Best quality and "B" vector layer(No effect) as Draft quality, and  If I render A and B layers as Draft quality, it means I can't render "A" layer as Best quality? If so, it will be a problem. I read a manual and it says some effects won't work correctly on Draft quality layers. Is it alright to render them all  as Draft quality?

  • How to remove the automatically generated text fields from the InfoSet

    I followed the procedure by SAP help.
    Automatically generated text fields are marked with a 'T' on the icon in the InfoSet. You can remove the automatically generated text fields from the InfoSet in the initial screen of the InfoSet maintenance under Further Functions -> Delete Text Fields. Cancel the DataSource creation on the next screen and delete the text fields in the InfoSet maintenance transaction.
    I know that there is an option "No automatic text recognition" when I create a new InfoSet, however, I couldn't find out how to change an existed InfoSet. I checked menu Goto->Global Properties, but that option is disabled. Is there a way to remove text fields from an existed InfoSet?

    Hi,
    In the initial screen (when you enter transaction code SQ02) type your infoset name and goto menu: Infoset -> More functions -> Delete text fields. this will delete all text fields.
    I hope this helps to resolve the issue.
    Ram

  • How to Remove 'Powered by Oracle' Image for specific  Dashboard

    Hi,
    How to remove 'Powered by Oracle' from dashboard, if so is itpossible to hide for specific dashboard.
    Thanks,
    Malli.

    Hi,
    The below code can be used to hide the Powered by Oracle logo in a specific dashboard.
    <script language="javascript">
    window.onload=hideImg;
    function hideImg(){
    var all = document.getElementsByTagName("img");
    for (var i=0, max=all.length; i < max; i++) {
         var imgName = all.getAttribute("src");
         if(imgName.substring(imgName.lastIndexOf("/")+1) == "siebelbug.gif"){
              all[i].style.visibility='hidden';
    </script>
    Open the dashboard, place a text object on it, open properties and copy/paste the above code as is. Check the option 'Contains HTML Markup'. Basically the above code searches for the image 'siebelbug.gif' (Powered by Oracle logo) and hides it as soon as the page is loaded. I have tested this in 10.1.3.4 version.
    Hope it helps!!
    Thanks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to reduce the pdf version & how to remove all the pre-delivered field from a pdf file.

    Hi Team,
    1) Please help me to reduce the version of a pdf file which is v1.7 as my BI Publisher support only pdf version  upto Version1.5.
    2)This pdf file 1.7 contains some pre-delivered fields, i want to remove all the pre-delivered fields. Please suggest.
    PFA link:-
    http://www.uscis.gov/files/form/i-539.pdf
    Please guide to remove the pre-delivered fields from this pdf & how to reduce the version.

    A lot depends on what you want to do with the file. The encryption has limited most options on the form. If you are wanting to simply post a view of the form, then you might try a screen capture. Of course there is always the question of what you want to do with the form and any legal aspects related to that use. Other than answering potential legal questions of your use, we might be able to help more if we were aware of the desired use. At the moment, the screen capture is my only suggestion. There may be other work arounds, but probably not appropriate for discussion on this forum.
    If you are wanting the form for publication as an example in some document, I would strongly suggest you contact the gov't agency and discuss your intent and try to get a version you can use with their approval. Overall, that is the cleanest way to do whatever you are after for a legit purpose. Even a graphic version should have the permission of the government agency.

  • How to set fire action event for particular rows in a table

    HI All,
    I have a requirement in which I want to set fire action event for particular rows in a table based on some condition.
    The table has columns like fullname,employee id etc.
    So i want to set fire action event for particulars rows only which will saisfy some condition.

    Atanu,
    Your approach(setting fire action for few rows) seems not possible. Better to go ahead with workaround.
    Do you want this functionality in processRequest(while page loading) or processFromRequest(on some event) method ? Give more explanation regd. your requirement ?
    In either case loop through the rows and when your condition is met write the action to be performed in controller.
    Regards,
    Anand

  • How Can I Password Protect An Image Field

    Is there a trick that you know of to password protect an image field?
    I have an image field, Only few directors allowed to use it.I want to restrict others from using it.

    I put a button beside the image field that teh user can click to activate it. On the Initialize event of the Image field set the access to "readOnly" (ImageField1.access = "readOnly". Then on the click event of the button use code like this:
    var pswd = app.response("This image is protected by a password. \n Please enter a valid password.");
    if  (pswd == "password"){   ImageField1.access
    = "";} else
    {     app.alert("You entered an invalid password!")
    Paul

  • Use WebDynpro : How to Assign a Action to Image

    Hi
    i am trying to create a ICON kind of stuff using webdynpro
    all i need is i have image , is there any way i can assign a action to the Image.
    For Example
    if you look over the
    http://<sever name>:<port no>/index.html  ---> SAP NetWeaver Administrator --- Here we find a icon as Administrator
    iam  trying to do sth similar to this.
    can any one help me on this .. its Urgent
    Thanks
    Ramesh

    Fine
    how abt using LinktoAction UI , and assign a Image to its sourcetype,
    i tried this , its working,
    But the problem is , while assinging a Action to this Link , the action will be displayed below the image. during runtime...
    is there any way to remove or make it invisible so that we see only the Image.
    Thanks
    Ramesh

  • How to remove alternative text for images in my pdf.

    hi everyone,
    i was wondering how i can remove the alternative text in my pdf file, that appers when the mouse cursor is on the image?
    i installed adobe acrobat pro 9. write all the text in microsoft office word 2007, add the images, create pdf and everythings ok, but this alternative text on the image (the alternative text is file's name, for ex. photo.jpg)
    such a carking care.
    thank you in advance!!
    d.

    help me...please. :/

  • How to remove leading Zeroes in all fields in Payload

    Hi,
    How can I remove the leading Zeroes in every Filed I have in whole Payload Structure.there are around 10000 fields that have to be removed the leading Zeroes.any good idea please.
       <POSNR>000010</POSNR>
      <MATNR>000002465640</MATNR>
      <ARKTX>000012 KG D107</ARKTX>
      <MATKL>00030010000</MATKL>
      <WERKS>0000ORGC</WERKS>
      <LGORT>0000GC55</LGORT>
      <CHARG>000TEST</CHARG>
    like this mutliple segments and multiple Fields.so  I can take as whole payload with multiple fields should not have leading Zeroes.I can handle if they are 10 0r 20 fileds,but not like whole pay load/1000 fields right.
    thank you,
    Prem

    Hi
      You can have an additional XSLT mapping, to your existing one..
    use copy-of & apply-templates to copy the whole tree & make changes recursively.
    below is a sample code , the marked line is where you need to try your logic of trimming Zeros. (this code does upper case)
    add this below code in your interface mapping object, as XSLT mapping, which does the job (only try putting your logic)
    <xsl:stylesheet
                      xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                      version="2.0">
                <xsl:output  method="xml"
                            indent="yes"
                            omit-xml-declaration="yes"/>
                <xsl:template  match="*">
                      <xsl:copy>
                            <xsl:copy-of  select="@*"/>
                            <xsl:apply-templates/>
                      </xsl:copy>
                </xsl:template>
                <xsl:template  match="text()">
                      <xsl:value-of  select="upper-case(.)"/>
                </xsl:template>
          </xsl:stylesheet>
    hope this fixes your issue
    Regards
    Vishnu

  • How to remove leading 'S' in target field

    hi
    i have to remove the leading 'S' in the target field, can some on help me with this reqmnt.
    regards
    manoj

    Hi Manoj,
    Check out : http://help.sap.com/saphelp_nw04/helpdata/en/d9/3033f96c79674f90e3ab8d101a595b/frameset.htm
    Activities
           1.      To create a new user-defined function, choose Create New Function (This graphic is explained in the accompanying text) in the data-flow editor at the bottom of the screen, on the left-hand side.
           2.      Specify the attributes of the new function in the subsequent window:
    Name:
    Technical name of the function. The name is displayed in the function chooser and on the data-flow object.
    Description:
    Description of how the function is used.
    Cache:
    Function type (see above).
    Arguments:
    In this table, you specify the number of input values the function can process, and name them. All functions are of type String.
           3.      In the subsequent window, you can create Java source code:
                                a.      You can import Java packages to your methods from the Imports input field, by specifying them separated by a comma or semi-colon:
    You do not need to import the packages java.lang.*, java.util.*, java.io.*, and java.lang.reflect.* since all message mappings require these packages and therefore import them. You should be able to access standard JDK and J2EE packages of the SAP Web Application Server by simply specifying the package under Import. In other words, you do not have to import it as an archive into the Integration Repository. You can also access classes of the SAP XML Toolkit, the SAP Java Connector, and the SAP Logging Service (see also: Runtime Environment (Java-Mappings)).
    In addition to the standard packages, you can also specify Java packages that you have imported as archives and that are located in the same, or in an underlying software component version as the message mapping.
                                b.      Create your Java source text in the editor window or copy source text from another editor.
           4.      Confirm with Save and Close.
           5.      User-defined functions are limited to the message mapping in which you created the function. To save the new function, save the message mapping.
           6.      To test the function, use the test environment.
    The new function is now visible in the User-Defined function category. When you select this category, a corresponding button is displayed in the function chooser pushbutton bar. To edit, delete, or add the function to the data-flow editor, choose the arrow next to the button and select from the list box displayed.
    Thanks,
    Pooja

  • How to remove banding from exported images (png, tiff) from illustrator layout with gradient

    is there any way to remove or reduce banding that I am getting in a layout I've done that contains a gradient? I am exporting raster images (png or tiff) and there is a noticeable stepping of tonalities, rather than a smooth shift
    thanks

    In an 8bit format like PNG you only have 1024 unique levels...
    1024 is 10 bits. 8 bits is 256.
    But PNG is an RGB 8-bit per channel format. That yields 256^3 (i.e.; 24-bit or 16.7 million) potential "levels" (colors).
    ...banding that I am getting in a layout...
    Banding that you are getting where?
    What are the specific color values involved?
    What is the final use?
    What will be the distance across the gradient in its final use?
    You have to consider whether the banding is actually in the raster image, or if it is merely an artifact of where/how the image is being viewed.
    Banding is not a simple matter of image color depth. Banding is a device-dependent phenomena. The banding you see on your monitor is not the same banding that will be seen on your grayscale laser printer; is not the same banding that will be seen on your CMYK inkjet printer; is not the same banding that will be seen on press. Banding in print is generally more a function of levels of gray (per separation) of the imaging device, and can vary depending on the halftone ruling (assuming conventional AM screening).
    Depending on the answers to the questions above, you may very well be fretting over nothing.
    JET

  • How to remove commas from xvbap-kwmeng field

    Hi All,
    Can you guys/gals help me ??
    I am having a issue with comma in xvbap-kwmeng field, I have value 1,662.000,
    How can I get rid of comma.
    and also please be aware that, I may have 1,662,123.000 situtation as well.
    How can I remove all comma's from by xvbap-kemeng field.
    Thanks
    Anitha.

    Hi,
    Check whether TRANSLATE statement works for you
    TRANSLATE xvbap-kwmeng USING ', '.
    In single quote use comma followed by a space after that use  CONDENSE  xvbap-kwmeng NO-GAPS.
    Regards,
    Selva

Maybe you are looking for

  • Port 993 error message, now can't set up MacMail for GMail account.

    I've been using MacMail for years without a problem. Recently a little exclamation point came up with an error message indicating that the server couldn't connect with the 993 port for my Gmail account. After trying to update my software, restart the

  • I cant upload

    i have the linksys wrt54g router. i cant seem to upload files through email or thru aol instant messages. is there something i need to configure in the router to send out files? i have the windows firewall and i already tried to disable it and that d

  • JDeveloper10g - JSP and Database connectivity sample please

    Please someone send me a sample JSP page develped in JDeveloper10g.<br> It should create a connection (like <database:dbOpen connId="conn1" user="scott" password="tiger" dataSourcee=??> )<br> Is dataSource="jdbc:oracle:thin:@121.100.110.7:1521:ORCL"

  • XCM _ CLIENT:minVersion ) failed

    Hi All, I am encountering this issue when trying to connect to DTR.  I seen the past posts and yes i created a new user and were able to change the password, however I do not want to assign the user i created admin or developer, i want to create a ne

  • Dreamweaver CS6-updating template doesn't update pages, update screen hangs

    I'm working with a dwt file provided with shopping cart software which I purchased from a third party developer. I've made changes on the main.dwt provided to personalize it for my business. To begin with, everything seemed to be going smoothly, but