Using commands for the web template in WAD

Hi Experts,
        I have designed a web template for a scenario. As it contains lots of data, I have to give some filters such as drop-down etc to avoid the scrolling. In this case, while executing first time, the drop-down select the 'Show All Values' option.
       So , i try to use some commands, so that I can select the default values.
PROCEDURE USED TO SELECT THE DEFAULT VALUES :
-> In the drop-down, I used the command called " Set Filter Value for a characteristic[SET_SELECTION_STATE_SIMPLE].
->In the selection type, I choose the member name option so that I can able to select the values that are present in the characteristic.
      But while executing the template, the filter is taking the different value(single value only) irrespective to the given value in the command.
        So pls give me the solution for the problem. Also Give me a reply if there is any other possibility to restrict the data.
With Regards,
Yokesh Kumar.

hi all,
sorry to update you so late, because I can't log on SDN from time to time.
the weird thing is that my peer can upload the picture successfully while I still can't see it in the list.
I am handful, I'll do a research and update you guys later.
thanks.
Jennifer

Similar Messages

  • How stop PS6 from removing the DPI value from an image when using "save for the web"?

    How stop PS6 from removing the DPI-value from an image when using "save for the web"?
    Example:
    - Open a tif image, that contains a dpi value (resolution).
    - Use the splice tool in PS6.
    - Export the slices with "Save for web", as gif-files.
    Then the dpi value is removed, the gif files has no dpi value (it's empty).
    How can we stop PS6 from removing the dpi value when using "save for web"?
    OR:
    When using the slice tool, how can we save the sliced pieces without PS removing the dpi value?

    you can make your art go a little bit over the bounds. or you can make sure your artboart and art edges align to pixels

  • How to set specific URL for broadcasting web templates from WAD

    Hi experts,
    I have created a sample web template in WAD by using SAP BI standerd  query.When I am executing the web template,it is redirecting me to some unintended web portal.I know the correct portal URL.Can anybody tell me where the redirecting portal URL settings are maintained in BI/BEx/WAD??
    Regards,
    Mandar.

    Hi Suman,
    Thanks a lot for your valuable reply.
    By the navigation you mentioned,I was able to identify where exactly I have to change the URL prefix.However,when I am saving the changes I made to URL prefix,system is redirecting me to "Varient Attributes" screen.I don't know what exactly this screen is about.Please help..
    Regards,
    Mandar.

  • Saving JPG to PNG using Save for the Web

    Morning
    I came across Paul Riggott's script for saving PSD to PNG which I changed to JPG to PSD.
    The only problem with this is that the file size in most cases is larger than the original.
    Is there a way to do a save as for the web as well?
    Here is the  original code:
    #target photoshop
    var imageFolder = Folder.selectDialog("Select top folder to process");
    var folderList=[];
    if (imageFolder != null)  {
    processFolder(imageFolder);
    folderList.unshift(imageFolder);
    createPNGfromJPG(folderList);
    function createPNGfromJPG(folderList){
    for(var a in folderList){
      var fileList = folderList[a].getFiles ("*.jpg");
       for (var z in fileList){
        var file = fileList[z];
        open(file);
        var Name = fileList[z].name.replace(/\.[^\.]+$/, '');
        var saveFile = File(decodeURI(fileList[z].path+"/"+Name+".png"));
        SavePNG(saveFile);
        app.activeDocument.close(SaveOptions.DONOTSAVECHANGES);
    function processFolder(folder) {
        var fileList = folder.getFiles()
         for (var i = 0; i < fileList.length; i++) {
            var file = fileList[i];
    if (file instanceof Folder) {
      folderList.push(file); 
           processFolder(file);
    function SavePNG(saveFile){
        pngSaveOptions = new PNGSaveOptions();
        pngSaveOptions.embedColorProfile = true;
        pngSaveOptions.formatOptions = FormatOptions.STANDARDBASELINE;
        pngSaveOptions.matte = MatteType.NONE;
        pngSaveOptions.quality = 1;
    pngSaveOptions.PNG8 = false;
        pngSaveOptions.transparency = true;
    activeDocument.saveAs(saveFile, pngSaveOptions, true, Extension.LOWERCASE);
    Any help or support to head me in the right direction would be appreciated.
    Iain

    This uses "Fitimage"....
    #target photoshop
    var imageFolder = Folder.selectDialog("Select top folder to process");
    var folderList=[];
    if (imageFolder != null)  {
    processFolder(imageFolder);
    folderList.unshift(imageFolder);
    createPNGfromJPG(folderList);
    function createPNGfromJPG(folderList){
    for(var a in folderList){
      var fileList = folderList[a].getFiles ("*.jpg");
       for (var z in fileList){
        var file = fileList[z];
        open(file);
        var Name = fileList[z].name.replace(/\.[^\.]+$/, '');
        var saveFile = File(decodeURI(fileList[z].path+"/"+Name+".png"));
        FitImage(640,640); //Resizes  to the longest size
        //FitImage(128,128);
        savePNG8SFW(saveFile);
        app.activeDocument.close(SaveOptions.DONOTSAVECHANGES);
    function processFolder(folder) {
        var fileList = folder.getFiles()
         for (var i = 0; i < fileList.length; i++) {
            var file = fileList[i];
    if (file instanceof Folder) {
      folderList.push(file); 
           processFolder(file);
    function savePNG8SFW(saveFile) {
        var desc8 = new ActionDescriptor();
            var desc9 = new ActionDescriptor();
            desc9.putEnumerated( charIDToTypeID('Op  '), charIDToTypeID('SWOp'), charIDToTypeID('OpSa') );
            desc9.putEnumerated( charIDToTypeID('Fmt '), charIDToTypeID('IRFm'), charIDToTypeID('PNG8') );
            desc9.putBoolean( charIDToTypeID('Intr'), false );
            desc9.putEnumerated( charIDToTypeID('RedA'), charIDToTypeID('IRRd'), charIDToTypeID('Sltv') );
            desc9.putBoolean( charIDToTypeID('RChT'), false );
            desc9.putBoolean( charIDToTypeID('RChV'), false );
            desc9.putBoolean( charIDToTypeID('AuRd'), false );
            desc9.putInteger( charIDToTypeID('NCol'), 256 ); //Number of colours.
            desc9.putEnumerated( charIDToTypeID('Dthr'), charIDToTypeID('IRDt'), charIDToTypeID('Dfsn') );
            desc9.putInteger( charIDToTypeID('DthA'), 100 );
            desc9.putInteger( charIDToTypeID('DChS'), 0 );
            desc9.putInteger( charIDToTypeID('DCUI'), 0 );
            desc9.putBoolean( charIDToTypeID('DChT'), false );
            desc9.putBoolean( charIDToTypeID('DChV'), false );
            desc9.putInteger( charIDToTypeID('WebS'), 0 );
            desc9.putEnumerated( charIDToTypeID('TDth'), charIDToTypeID('IRDt'), charIDToTypeID('None') );
            desc9.putInteger( charIDToTypeID('TDtA'), 100 );
            desc9.putBoolean( charIDToTypeID('Trns'), true );
            desc9.putBoolean( charIDToTypeID('Mtt '), false );
            desc9.putInteger( charIDToTypeID('MttR'), 255 );
            desc9.putInteger( charIDToTypeID('MttG'), 255 );
            desc9.putInteger( charIDToTypeID('MttB'), 255 );
            desc9.putBoolean( charIDToTypeID('SHTM'), false );
            desc9.putBoolean( charIDToTypeID('SImg'), true );
            desc9.putBoolean( charIDToTypeID('SSSO'), false );
                var list3 = new ActionList();
            desc9.putList( charIDToTypeID('SSLt'), list3 );
            desc9.putBoolean( charIDToTypeID('DIDr'), false );
            desc9.putPath( charIDToTypeID('In  '),File( saveFile) );
        desc8.putObject( charIDToTypeID('Usng'), stringIDToTypeID('SaveForWeb'), desc9 );
        executeAction( charIDToTypeID('Expr'), desc8, DialogModes.NO );
    function FitImage( inWidth, inHeight ) {
    if ( inWidth == undefined || inHeight == undefined ) {
      alert( "FitImage requires both Width & Height!");
      return;
    var desc = new ActionDescriptor();
    var unitPixels = charIDToTypeID( '#Pxl' );
    desc.putUnitDouble( charIDToTypeID( 'Wdth' ), unitPixels, inWidth );
    desc.putUnitDouble( charIDToTypeID( 'Hght' ), unitPixels, inHeight );
    var runtimeEventID = stringIDToTypeID( "3caa3434-cb67-11d1-bc43-0060b0a13dc4" );
    executeAction( runtimeEventID, desc, DialogModes.NO );

  • CS3 crashes when using Save For The Web

    I recently installed CS4, but because of the slow performance problems with it, I've gone back to using CS3. I'm finding that every time I use CS3's Save For The Web function, CS3 crashes. I tried re-installing CS3 but the problem persists. Save For The Web on CS4 is OK.
    Anyone got any suggestions?

    Try resetting the SFW preferences.
    LenHewitt, "How to delete/reset Photoshop preferences" #1, 23 Jun 2004 12:05 am

  • Using java for the web at large

    Hello,
    i have built a interface for my client that requires the Java2 browser
    plugin to work. Its not the front page or anything...but non the less
    it is a page that my client payed good money for. My question is this..
    due to the lack of support from MS in regardes to a current
    java plugin for IE, did I as a devolper fail my client?
    I feel somewhat guilty, I can code perl just fine ,And in
    this situation perl whould have worked.
    Thanks for the help,
    jd

    I'd have to agree with JElliot, generally the benefits of running web-enabled applications server-side outway the use of client-side applets. There are several factors to consider, but most notably...
    * Code Security
    It is not difficult to decompile Java bytecode back into something which closely resembles the original source. There are a host of decompilers out there, some even include deobfuscation algorithms to make short work of any obfuscation. If your client-side applets contain valuable intellectual property which is worth an investment in trying to reverse-engineer, which they probably do considering your comments, then you can pretty much kiss your market edge good bye.
    Running apps server-side through something like a web interface are inherently more secure you are providing the applications services, but not the app itself (barring any attempts to hack your server or physically break in and steal its HD :)
    * Ease of maintanence
    Due to the centralised nature of a server-side app, installation and maintanence of your app is alot easier. (Im currently designing a web-based app that is going to service some pretty large engineering firms, the thought of attempting to install and upgrade every app on every computer within such firms is a little scary).
    * Ease of access
    If designed to support exsisting browser technology, there is no need for installation of propietry software. This is a big selling point for companies who really dont want to spend thousands of dollars and many hours installing software onto hundreds of machines. It also means that the software can be accessed over LANs, WAN, VPN, or the Internet. (Like roaming profiles, only it works). One client asked us about a particular peice of software "Is it web-based". When we answered yes the response was a definate "we'll take it".
    Mind you there is a couple of downsides to server-side stuff, namely the complexity jumps up a few notches due to the need of multiple tiers within the app just to have some sort of abstraction and workability in it all. Your often limited in interfaces as well, but in most cases people just want something that works, not something neccessarily pretty. One of the hardest concepts I've found is the idea of application state. Bassicly with web-based stuff you don't have any, and youve got to build it yourself. You can often strike a middle line, with all sorts of business logic performed server side, and only rudimentry GUI stuff in applets.
    I wouldn't feel too guilty about it all. Like all things, there is a learning curve, and just getting your head around this conceptual stuff is half the battle. Once you've worked that out, then the easy stuff is coding it. The most annoying thing is when you look back in six months time and kick yourself for not realising half the stuff you know then now.

  • How to insert a picture in the web template, in WAD 3.5?

    Hi Gurus,
    I'm in a hurry to insert one picture into a template, and I noticed there must be some library to add the picture to the list first, then should we inert from the list.
    Could anyone give a hint how to add the picture into the list first?

    hi all,
    sorry to update you so late, because I can't log on SDN from time to time.
    the weird thing is that my peer can upload the picture successfully while I still can't see it in the list.
    I am handful, I'll do a research and update you guys later.
    thanks.
    Jennifer

  • Best way to draw a triangle for the web

    I want to draw a triangle using Java for the web and was wondering what would be the best and simplest way to do this. Any guidance and links would be much appreciated.

    The drawLine method of the Graphics class.Or the drawPolygon() method.

  • Save for the web colors

    I was having trouble with image colors when I used 'save for the web' and I found a couple of solutions in tech notes regarding embedded color profiles but there is some thing I just don't understand.
    It says:
    "To ensure that colors are consistent in Photoshop, ImageReady and the Save for the Web dialog box, use an embedded color profile for display in each, or preview the image in Photoshop using the monitors RGB color space. Note that if you use an embedded color profile for display, colors may appear incorrectly if you view the image in an application that cannot read color profiles."
    Can somebody give me the lowdown on what exactly a color profile is (what it does, when you should embed one etc) and some examples of the kind of application that can't read them i.e. if I send the photos via e-mail can the profile be read? put them on a web page?
    Thanks for any illumination!
    j.

    A profile is a file that decribes to applications that can read them the color and tonal characteristics of a particular device. A profile can also be a mathematical description of a particular RGB or CMYK Lab color space. You've probably seen RGB working spaces in Photoshop referred to in terms like sRGB, Adobe RGB, ProPhoto RGB, etc. Any application that is color managed and can read and use profiles needs a minimum of two profile to to the job - a source profile and a destination profile. When you're looking at images on your computer monitor, the source is your RGB working space and the destination is your specific monitor. Photoshop uses both the working space profile and the monitor profile to display your image correctly. Most other applications in Windows do not read profile and have to assume either "Monitor RGB" or sRGB as the source for the file. If your file is not one of those, then false asumptioins are made and the image does not appear correctly. Some web browsers like Firefox 3 and Apple Safari do read profiles but not necessarily by default. You have to turn the option in FF. Some email readers are color managed, others not.
    Profiles can be and usually are embedded in the document when you save it. Unless you have a good reason for not embedding a profile, it's almost always a good idea. It adds 4K to the file size and will let someone down the line who is using a color managed application see the file how you intended it. You have no control over the others, but that's life online. Currentlyl the best strategy is convert files destined for the web to sRGB and embed the profiles. That might change in the future, but it's a good place to be right now.

  • Save for the web jagged fonts nightmare

    Hi
    Can't export anti-aliased smooth fonts using save for the web. The fonts are jagged.
    How can save for the web the same smooth quality that I see on the screen?
    Using Illustrator CS6 on Mac OS X 10.8.3
    Thanks.

    What is the size of the art and are you enlargening it in the browser using CSS or manually adjusting the size?
    In both cases I am using save for web. In the first instance I am exporting at 100% size, 200% size in the next instance. If you are resizing in CSS/manually, export from Illy at the desired size.
    Mike

  • Good C++ Delelopers for the web forum

    Any one know of a good forum for people who use C++ for the web?

    Might want to try
    http://www.codeguru.com/
    I've always found answers there. Never tried it for web related C++ though. Good luck.
    Olivier

  • URGENT:  Not seeing the variable Pop-up for Button , on web template in WAD

    Hi gurus,
    In IP I have a standard plan function for 'Copy', which has a few variables defined on the funciton itself (as to be changed):
    Version from:
    Version to:
    Order from:
    Order To:
    Fiscal year from:
    Fiscal year to:
    All of the above variable are created with the following parameters:
    Variable input: Optional (have also tried madantory)
    Ready for input: is flagged.
    Variable represents: Single value.
    No default entry.
    No personalized data.
    Now in WAD, I create a button group for this function by selecting the Command, 'Executing Planning Function (simple)', manually entering my plan function technical name next to 'Command specific parameters', and selecting the dataprovider created for the filter I created in IP, and finally flagging the 'Display variable' button.
    The problem is, on the web template the variable screen does not appear when I click on the function button. It executes the function in the background without giving me the pop-up for variable selection. And obviously since the variables have no default values, nothing is processesed.
    I've tried this with planning sequence instead, and still wont give me the variable pop-up screen..
    I've actually explicitlet entered the variables on the 'Parameters for Command screen', the same screen where you enter the filter for databinding and well as the function.
    It still wont work (no variable pop-up screen).
    Is this issue related to the support pack. We're on SP12 right now?
    If not, do any of you gurus have any ideas? Big points will be rewarded for this.
    Thanks

    In the parameterization of the command, there is an option 'show variable screen'. I am not sure if you have mentioned this clearly, but have you checked this option?

  • Parameter REPORT for the Report Web item in the Web template is empty or mi

    Hello,
    I tried to create a Web-Template (WAD). By executing the report, I get the selection screnn, but by confirming the selection I get the following message:
    Web Item Report Error
    Web template error in specifications for the Web item report
    Parameter REPORT for the Report Web item in the Web template is empty or missing
    Use the BEx Web Application Designer to add parameter REPORT to the report Web item in the Web template, and assign a report name to the parameter
    Contact your system administrator. This error was recorded
    What can I do to solve this error?
    Thanks!
    XmchX

    As DP_1 Type Query_view_Data_provider, I have assinged a Query Designer Query wich works fine, if I execute it as QDR.
    The entry Query_view_Data_provider makes sense for me, but what do I need to maintain for the type "Filter"?
    Thanks!
    XmchX

  • Transaction for checking rights of objects in the web template

    Hello,
    I have the problem with some objects when I open the web template in the browser. I see yellow triangles and description "You haven't right for access to object MyObject". And so on. I don't know where can I check which rights I need for the template (like su53)?

    Ok. I had added rights for transactions SU53 and RSRT for debugging. Then go to RSRT and open your report. If you haven't got some grantes you can see it on a result screen and SU53. No other ways are exists (OSS 1070694). I hope it'll be useful for you.
    Good luck.
    Aleksandr.

  • Save for the web keyboard command no longer works

    I have Photoshop CC on Mac OS 10.9.2.
    For some reason I can't figure out, Shift-Option-Command-S no longer opens "save for the web" dialog.  It does nothing at all.
    I can open the dialog from the menu itself, no problem; it's just the shortcut that has failed.
    The shortcut is still visible in the menu as the appropriate command, but it does not work.
    Any thoughts?

    I've found that once you start using custom shortcuts it can get you into trouble with some of the standard shortcuts.  My experience was using the Arrange Documents shortcuts from the Michael Ninness Power Shortcuts workshop, which overwrote Free Transform step & repeat.  Even though I had my custom shortcuts saved in my dual monitor workspace, it was overwriting the Essentuals workspace.
    If I reset Preferences I'd be OK again, but as soon as I switched to my dual monitor workspace, it would overwrite Essentuals again.  The fix was to reset Preferences again, and save a new version of Essentuals I called 'Essentuals 2' with keyboard shortcuts and menus checked.  That lets me use the dual monitor workspace for the most part, and switch to the Essentuals 2 workspace if I need to use FT Step & Repeat.

Maybe you are looking for

  • Update Contract Schedule lines using BAPI_CUSTOMERCONTRACT_CHANGE

    Dear All, I want to change the schedule line of a Sales Contract using the BAPI, BAPI_CUSTOMERCONTRACT_CHANGE however i do not find any table parameter to do the same as is available in the Quotation & Sales Order change BAPIs.. I checked OSS but did

  • Infoset Query Selection Screen Issue

    Dearf Experts, I am a SAP-PM functional area. (Do know very little about technical sideof SAP) I am working on SQ03/SQ02/SQ01 for the first time to create an Infoset query. The output screen is incontrol and showing all the fields as per my specifica

  • Regarding Narrative View

    Hi All, We are unable to see the check box "Contains HTML Markup" in Narrative View. Can anyone tell why it is not showing up? Thanks and Regards, -Vency

  • Batch renaming with droplets

    I'm trying to create a Photoshop droplet that will: (1) resize a set of images (2) append a suffix to their document names and save them as a .jpg in a specific folder (3) repeat actions (1) and (2) so that I end up with several different-sized copie

  • Problem extracting LIS data

    Hi, We are having problem extracting LIS data. I have cheked the delta queue (RSA7), and 2LIS_13_VDITM has total 0. I have also checked transaction LBWQ, and can see that the MCEX13 has got 150028 entries and MCEX11 has got 12811 entries in the queue