Need a character which can nullify a tab while printing a variable

My variable has data as  vinod,,reddy,,g
When, I am passing to script it should print as it is, but it is printing as vinod                     reddy                           g
This is causing error to read the text as lot of space is coming inbetween...
I know ,, will act as tab in Script. But need some character which can be placed inbetween the data of ,, so that it gets nullified in sap script while printing and data prints as vinod,,reddy,,g

declare variable like data: lv_space type char10 value '          '
pass vinod &lv_space& reddy &lv_space& g.

Similar Messages

  • I need a app which can record incoming and outgoing calls automatically without internet

    i need a app which can record incoming and outgoing calls automatically without internet.
    Can some help me on this ?

    As far as I know there is no app to record phonecalls because US regulations, but I am not using iphone in US so we definately need call recorder. HTC or Samsung has call recorder so why we dont?

  • Hi there, I am setting up an online furniture company and need a software which can take a cut ou

    Hi there, I am setting up an online furniture company and need a software which can take a cut out of my product (e.g. a sofa which was photographed on its own in real life) and overlay the fabric swatch onto it so the customer can see the sofa/ product they have selected in any of the colours/ fabrics I offer. 
    Is there a product which can do this?
    Any help much appreciated!
    Regards,
    Sarah

    Lightroom isn't really suited to this type of work. Try Photoshop or Photoshop Elements. You can find more information on both at http://www.adobe.com/products/photoshopfamily.html?promoid=KAUCA

  • NEED A FUNCTION WHICH CAN DECODE THE URL

    Hi all,
    I am trying to decode the URL which appears in the address link.
    Please read the following for more clarification:
    On some search engine, I type the search item.
    Say Google is the search engine
    The search criteria that i gave is
    Case 1
    "Human Resources"
    Resulting URL
    "http://www.google.com/search?biw=1003&hl=en&q=Human+Resources"
    Expected result after decoding the URL is
    Human Resource
    Case 2
    Seaechitem http:// oracle
    Result
    http://www.google.com/search?hl=en&lr=&biw=1003&q=http%3A+%2F%2F+oracle
    Expected Result after decoding the URL:
    http:// oracle
    Can anybody suggest me how to achieve this goal using Oracle?
    Is there any function/procedure or any utility available to do it?
    Thanks in advance.
    Himanshu

    Hi,
    You lucky guy... I did something really close to what you need. I modified the code a bit (there might be some glitches) to match your requirements:DECLARE
         ref1 VARCHAR2(1000 CHAR) := 'http://www.google.fr/search?hl=fr\&biw=1280\&q=http%3A+%2F%2F+oracle\&btnG=Rechercher\&meta=';
         ref2 VARCHAR2(1000 CHAR) := 'http://www.google.fr/search?hl=fr\&biw=1280\&q=Human+Resources\&btnG=Rechercher\&meta=';
         FUNCTION hextodec( h IN VARCHAR ) RETURN NUMBER
         AS
              h2 VARCHAR2( 10 );
              i NUMBER( 10 );
              j NUMBER( 2 );
              d NUMBER;
         BEGIN
              h2 := LTRIM( h, '0' );
              d := 0;
              FOR i IN 1 .. LENGTH( h2 )
              LOOP
                   SELECT DECODE( SUBSTR( h2, i, 1 )
                        , '0', 0, '1', 1, '2', 2, '3', 3, '4', 4, '5', 5
                        , '6', 6, '7', 7, '8', 8, '9', 9, 'A', 10
                        , 'B', 11, 'C', 12, 'D', 13, 'E', 14, 'F', 15 )
                        INTO j
                        FROM DUAL;
                   d := 16 * d + j;
              END LOOP;
              RETURN d;
         END hextodec;
         FUNCTION strip(samplevalue IN VARCHAR2) RETURN VARCHAR2
         AS
              finalvalue VARCHAR2(1000 CHAR) := samplevalue;
              decimalvalue NUMBER(2);
              pospct NUMBER;
              extract VARCHAR2(2 CHAR);
         BEGIN
              finalvalue := SUBSTR(finalvalue ,INSTR(finalvalue ,'\&q='));
              finalvalue := SUBSTR(finalvalue ,4);
              finalvalue := SUBSTR(finalvalue ,1,INSTR(finalvalue ,'\&')-1);
              finalvalue := REPLACE(finalvalue ,'+',' ');
              LOOP
                   pospct := INSTR(finalvalue ,'%');
                   EXIT WHEN pospct = 0;
                   extract := SUBSTR(finalvalue ,pospct+1,2);
                   finalvalue  := SUBSTR(finalvalue ,1,pospct-1) || chr(hextodec(extract)) || SUBSTR(finalvalue ,pospct+3);
              END LOOP;
              RETURN finalvalue;
         END;
    BEGIN
         DBMS_OUTPUT.PUT_LINE(strip(ref1));
         DBMS_OUTPUT.PUT_LINE(strip(ref2));
    END;
    /Warning: ESCAPE must be ON in order to do that under SQL*Plus (because of the '&').
    Regards,
    Yoann.

  • Need an app which can remember icon positions

    buy any Mac
    use if for awhile
    sooner or later your desktop icons will get reorganized - typically by connecting large external monitors and then disconnecting
    this can make a mess of your desktop icons, and if you have many, like I do, its a real PIA to have to reorg these every other time you connect to that large monitor
    does anyone know of an app which remembers where the icons are and can snap them back into place, ala the OS9 days ?

    https://itunes.apple.com/us/app/adobe-photoshop-express/id331975235?mt=8
    https://itunes.apple.com/us/app/adobe-photoshop-touch/id495716481?mt=8

  • Need RTF Editor which can be brought up from HTML page

    My application needs to be able to bring up a RTF editor in a html page and save the resulting RTF to the database in a BLOB. It appears that the email product in Oracle Collaboration suite does this. Does anyone know of software I can use to do this or any contacts in the Collaboration Suite group that I can talk to?

    I'm not extremely experienced as a JSP/Java programmer but here are my thoughts:
    It sounds like your basic requirements are fairly simple, but you are taking the long way around to get there. If it is a dictionary-style app and the administrator is of limited experience then you need to keep things simple.
    Why create pages to upload when you can create a template with JSP and insert the text data and the images from a form? Text and link info can be stored in a database and the actual image can be uploaded to a directory or put in the db if you know how. Java Server Pages (O'Reilly) has the image upload code you need.
    Am I on track here?
    Brad

  • Need Format masks which can be added to oracle form fields

    Hi All,
    I needed a list of all the format masks present for Oracle Forms fields. The problrm that i face currently that when I apply masking (999g999g999d99) the values in the text item field on the form side are no more left justified but shift towards the center of the field. PLease help me out.
    Thanks,
    Gaurav

    Hi Gaurav,
    You are on the wrong forum. Post your question on the Forms forum.
    Regards,
    Andrei

  • Need to know when CAN communication is off while using NI XNET 9862

    Hi,
    I am using NI cDAQ 9178 with one of the modules being NI XNET 9862 for CAN. In my application, I need to know exactly when CAN stopped sending frames/signals after the 'wake up' and 12 volts supply to the module were turned off. On the front panel of the VI, the indicators for CAN data freeze as soon as CAN is off. But when I log all the data acquired to a CSV file with timestamps, there is no way to tell. When the communication if off, the last value acquired for all the signals get 'latched' and that's what is logged in the file. Is there a way to get some sort of flag for this?
    I have attached images of my CAN related VIs to give an idea about the application.
    Any help is greatly appreciated.
    Attachments:
    Main VI.png ‏20 KB
    Create XNET Session VI.png ‏28 KB
    CAN Write VI.png ‏15 KB

    I don't see any error handing in the Main.VI. Are you performing any error handling that might be able to provide information about communications or update failures?
    Jeff L
    National Instruments

  • Is there a tool which can check the version of latest version available?

    I need a tool which can check the version of latest firmware available for UCS servers. The point is avoid running old firmwares.
    If the tool can download the firmware that's like cherry on the cake.

    Hi Marsbar,
    =COUNTIF(range,"done") will return the number of cells in the specified range containing only the string "done"
    If the range is a single column, (eg. column E):
    =COUNTIF(E,"done")
    The formula is in cell A1 of the table, but may be placed anywhere (except in column E, unless it is in a Header row or Footer row).
    Regards,
    Barry

  • Tabbed panel with adjustable/variable height based on content

    Is there anyway that you can create a tabbed panel with adjustable/variable height based on content in each tab?

    Abhishek,
    Thanks for your reply, however, it is not working with Muse. I added the Javascript to the head section and adjusted iframe and it displays as a small square in the upper left hand corner, unable to view the whole page.
    Inserted into head section --
    <script type="text/javascript">
       function resizeIframe(obj)
      obj.style.height = 0;
      obj.style.height = obj.contentWindow.document.body.scrollHeight + 'px';
       </script>
    inserted as an html object --
    <iframe name="MycoSmooth" src="http://www.mycosmooth.com" frameborder="0" scrolling="no" id="iframe" onload='javascript:resizeIframe(this);' />
    Below is the result:
    The purpose is to have an independent website run the blogging capabilities, since muse doesn't directly support blogging as of yet.
    Since the site is on a different domain, I am running into cross domain issues and it won't get the height of the page. The methods that apparently work use php and I am unsure how that would work in muse, if at all.

  • Help please I can not openening because: Error opening the document,  Acrobat can not open the file while printing another document

    Help, I ca not opening the file, beacause the mac says Error opening the document, Acrobat can not open the while printing another document

    Thank you very much for your replies Taggert_77 & swmtgoet_x :D
    Taggert77_: I have never used NetBeans. I only installed it in the bundle as I had read on another post that somehow installing the bundle magically helped another user with the same problem (he didn't know why it worked after that either).
    Before XP SP3 I was able to execute .jar file through cmd prompt. Now I am not.
    This file is executable, grab it and you will see. Here is a screen shot (program in front is FlashFXP, behind is the cmd prompt and what should happen):http://www.freeimagehosting.net/uploads/53273b4ddf.jpg
    swmtgoetx_: I only did the other cmd's to try to make it spit out something, anything lol :D
    The proper cmd is simply: java -jar soht-client-0.6.2.jar
    I did give your cmd a try, and it produced nothing :( (just like the other correct cmds)
    java -client -jar soht-client-0.6.2.jar soht.properties
    Thank you again...the mystery remains
    PS. If you do a search for this you'll find an amazing amount of XP SP3 users with the same problem and no solution posted that I could find except one chap that did the unistall install order that I did above).

  • I recently downloaded is x mountain lion and while it finished it erased all my data, some of which I need. When using disk utility I found my old data but it says corrupted. I can't repair and while restoring the error code 32 Broken Pipe appears. Help?

    My data I need is on my computer but it needs to be repaired but can't and when I try to restore it/back it up it ends abruptly with error code 32 broken pipe.
    It was damaged while installing os x mountain lion and I found my data on disk repair (utility)

    Sounds like your hard drive is badly corrupted, likely due to problems that were already there when you started trying to install Mountain Lion. The problem is, if you don't have any backups already, you may not be able to recover all your data from this state. Do you have backups of that data already?
    If not, I assume when you say that "it needs to be repaired but can't," you mean that Disk Utility tells you there is a problem with the disk, but that it is unable to repair it? If so, you can try repairing the drive using DiskWarrior, which can repair problems that Disk Utility cannot. That may give you access to your data again, but may not.
    Also, it's important to understand that if your data is not backed up, everything you do with the computer runs the risk of overwriting or corrupting that data. You may want to go straight to trying to recover your data. See Recovering deleted files.
    Regarding the error code, if you're trying to back up the drive using Disk Utility's Restore tab, note that that is often not successful when the drive you're trying to back up is corrupt.
    Once the situation is resolved - either because you have backups, are able to recover your data files or are forced to accept that they are gone permanently - you will need to erase the hard drive and reinstall the system and all your apps from scratch.

  • Why teststand can not display the ASCII character which number up to 128?

    Hello All,
            I have encountered a problem on an application for ASCII character,why teststand can not display the ASCII character which number up to 128?
           For example:an expression  Local.xx=Chr(164),
           xx-->string,I can not get the correct string.
           Have any idea for this?
    OS:WinXP,Teststand2012 SP1.
           Thanks a lot.
    Solved!
    Go to Solution.

    dug9000 wrote:
    [...]On Windows 7 at least, the code page setting for the operating system is located in the "Region and Language" control panel in the "Administrative" tab where it says "Language for non-Unicode programs".
    Hope this helps,
    -Doug
    Ah, that explains why i see "European Set"....
    One question, Doug: Obviously, you can select only the localization there. Is this PostScript Characters for all languages? Or is it possible to switch to something like true types, e.g. "Wingdings"? (I know, bad example, but i hope you get the point)
    thanks,
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • On my iCloud account I can see an alternate email ID which can be used to login to my account, this email ID does not belong to me so I need to delete it. Please advice the best possible way as it does. It show any option to delete that ID

    On my iCloud account I can see an alternate email ID which can be used to login to my account, this email ID does not belong to me so I need to delete it. Please advice the best possible way as it does. It show any option to delete that ID

    Do the alternate e-mail address ends with me.com or icloud.com?

  • Have Windows XP and Adobe 9 Reader and need to send a series of large documents to clients as a matter of urgency     When I convert 10 pages a MS-Word file to Pdf this results in file of 6.7 MB which can't be emailed.     Do I combine them and then copy

    I have Windows XP and Adobe 9 Reader and need to send a series of large documents to clients as a matter of urgency When I convert 10 pages a MS-Word file to Pdf this results in file of 6.7 MB which can't be emailed.  Do I combine them and then copy to JPEG 2000 or do I have to save each page separately which is very time consuming Please advise me how to reduce the size and send 10 pages plus quickly by Adobe without the huge hassles I am enduring

    What kind of software do you use for the conversion to pdf? Adobe Reader can't create pdf files.

Maybe you are looking for

  • Fonts not appearing correctly

    Hi. My fonts are defaulting to Arial Bold Italics in Safari and Arial Italics in Mail. Even typing this message they have turned to Arial Bold Italics. A little help will be appreciated Thanks

  • How to activate Front Panel Wait in LV7.1?

    Dear list,      I am a new comer here. Thank you for your help.     I have a question: when I try to use the "Wait for Front Panel Activity", the time sequence looks just skipping this without doing anything. Can someone help me to take a look at the

  • Page not fully loading unless refreshed

    I am experiencing a bit of difficulty with one of my websites and I am hoping that some fresh eyes may help. What is happening is, the index page is not fully loading on arrival. It only loads if the page is refreshed. Can someone take a look and see

  • 10.4.11 Update and... no new Safari ?!

    I've just applied the 10.4.11 update on top of 10.4.10, but there is no new Safari... What's with that? I've moved the older versions of Safari into a subfolder. [ I've got a lot of apps and Apple's installers are almost unique in not letting people

  • My iPhone 4 will not sync with iTunes!!

    I cannot get my iPhone 4 to sync with iTunes.  It has been stuck on Step 3 of 7 for HOURS.....I left it overnight and it didn't help.....Still on Step 3 of 7.  Please help!!!