How to replace a rowman letter a filed with space

Hi All,
please let me know. how can i repalce a rowman letter in a field.
In one of the HR field  ( for job descriptiuon ) i have to replace the rowman letter with space.
example:  Sr Develoiper I.   i have to replace I with  space.
Regards,
kishan

Try with this,
*-reverse string
    CALL FUNCTION 'STRING_REVERSE'
      EXPORTING
        string  = maktx
        lang    = 'E'
      IMPORTING
        rstring = temp_str.
But I have a doubt, for Roman char, which are anywhere in String, this will work.
If you have limited Numbers - like may be I, II, III or may be upto X.
Write REPLACE statement no. of times.  (Generally not suggested, but for Roman letter fetch I don't find other option)
REPLACE ALL OCCURRENCES OF 'I' IN maktx WITH ' '
             REPLACEMENT COUNT cnt .
  IF cnt > 0.

Similar Messages

  • How to replace a character in a string with blank space.

    Hi,
    How to replace a character in a string with blank space.
    Note:
    I have to change string  CL_DS_1===========CM01 to CL_DS_1               CM01.
    i.e) I have to replace '=' with ' '.
    I have already tried with <b>REPLACE ALL OCCURRENCES OF '=' IN temp_fill_string WITH ' '</b>
    Its not working.

    Hi,
    Try with this..
    call method textedit- >replace_all
      exporting
        case_sensitive_mode = case_sensitive_mode
        replace_string = replace_string
        search_string = search_string
        whole_word_mode = whole_word_mode
      changing
        counter = counter
      exceptions
        error_cntl_call_method = 1
        invalid_parameter = 2.
    <b>Parameters</b>      <b> Description</b>    <b> Possible values</b>
    case_sensitive_mode    Upper-/lowercase       false Do not observe (default value)
                                                                       true  Observe
    replace_string                Text to replace the 
                                         occurrences of
                                         SEARCH_STRING
    search_string                 Text to be replaced
    whole_word_mode          Only replace whole words   false Find whole words and                                                                               
    parts of words (default                                                                               
    value)
                                                                               true  Only find whole words
    counter                         Return value specifying how
                                        many times the search string
                                        was replaced
    Regards,
      Jayaram...

  • HT3275 does anyone have step by step instructions for how to replace .sparsebundle to make time capsule with time machine work again.   i accidently deleted it  thank you

    does anyone have step by step instructions for how to replace .sparsebundle to make time capsule with time machine work again.   i accidently deleted it  thank you

    Error message Pop-up reads:
    Time Machine could not complete the backup
    The backup disk image "/Volumes/Data-1/myname.sparsebundle" could not be accessed (error - 1)

  • How to replace audio on a music video with final cut pro x

    How do I replace low quality audio on a music video to a higher better quality audio with final cut pro x?
    I have the new audio on cd which I can rip and replace the original audio.
    Some audio and music videos are not of same length, In cases like this how do I sync video to the newly replaced audio?
    Is there any tutorial, link or where to look for this in the manual?
    Any help will be very much appreciated.
    Thank you in advance.

    Providing you don't need the video synced or cut to a beat, all you need to do is place your music in the primary storyline
    Connect your video above.
    While your video is connected, hit CMD+R on your keyboard and stretch the video to the length of the music
    If you were to cut the video to a beat, simply add markers on your music track, then connect and trim clips to your markers.

  • How to replace blank values in DATE field with 00000000

    Hi
    I have a DSO with Date field in which there are blank values. I want to replace the blank values in the DSO for date field with 00000000. Because of this blank values in the DSO the report is giving an ORA error.
    How do we replace the blank values in the DSO for historical data and also the new loads?
    Please advise.
    Thank you.
    Regards,
    Pavan.

    Hi Suman,
    I'm trying to run a query built on a DSO. The DSO has a field 'Start Date'. This Start Date InfoObject has a reference Char as 0DATE.
    This Start Field has blank values due to which I'm getting the ORA-01722 error. I came across many threads with same topic of discussion. As mentioned in one of the Threads I have written a program to update 'Start Date' with 00000000. The code wriiten is "UPDATE /BIC/AZ_MONINV00 SET /BIC/ZSTR_DTE = '00000000' where /BIC/ZSTR_DTE = ' '.
    Now when I see the data in the active data table of DSO the blank value is replaced with '00000000'.
    But If I right click on the DSO click on display data the 'Start Date' field is blank. And now the Query also gets executed without any error. But in the output of the query the 'Start Date' Field has "#" values.
    Can anyone suggest on how to remove these "#" values in the report?

  • How to replace adobe photoshop 7 without disc with similar on 2nd computor

    I am not  very good with technology so pleease treat me as a total beginner. I have used adobe photoshop 7 on my old desktop pc for many years. I am now changing to a new laptop and have become aware I cannot have adobe 7 anymore.  What is the closest replacement that I can get for free as a licensed adobe user?  I dont have the disc anymore.  I dont want to have to re learn lots of stuff. I dont do anything too complicated anymore but know my way around my lovely old adobe 7  and use it a lot..  CS2 was suggested by the advisor from Adobe but I dont want to download it if is vastly different from what I know.

    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • How to replace a VI's default menu with a custom menu?

    After making some changes to my application, my custom Run-Time Menu for some VI have been replaced with the Default Run-Time Menu. I still have the *.rtm files.

    The path the custom menu is saved in the VI relative to itself. If you move the VI, saving to an .llb or building an executable moves it since the path changes, the VI can no longer find its menu.
    You can dynamically build a path the menu by getting the current VI�s path and checking to see if it has an .llb or .exe in it. If it does, start stripping the path until you get to a folder, then add the menu filename so you have the correct, absolute path to the menu file. Then drop a property node set to the �VI� server class and set the property to �Run-Time Menu Path�. Connect the path you built to this and the VI will always be able to find its menu.
    If this isn�t the problem, the menu file must have been corrupted and will need to be rebuilt.
    Ed
    Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
    Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.

  • How to replace the string of column value with other column value in same table

      
    I have a temp table  which contains 
    Id  Name CTC   Address                      Content
    1    Ross  $200   6th block                  Dear #Name your  CTC  is #CTC and your address is  #address
    2   Jhon   $300   1oth cross                 Dear #Name your  CTC  is #CTC and your address is  #address
    Now i want to  select content    so that it should get  replace with  the respective  columns  and final output should come like this 
     Dear Ross your  CTC  is 200 and your address is    6th block  
      Dear Jhon your  CTC  is 300 and your address is   10th cross  
    Kindly suggest

    I think RSingh suggestion is ok ... what do you mean by another way? ...maybe something more generic?
    maybe build a table whith the list of col you need to "replace" and dinamically build the replace query ...
    declare @colList table(colName varchar(100))
    insert into @colList
    select 'name'
    union all select 'ctc'
    union all select 'address'
    declare @cmd varchar(2000)
    select @cmd='select '+ (select 'replace(' from @colList for xml path('') +' content '+
    (select ',''#'+ colName +''', '+ colName +')' from @colList for xml path(''))
    +' from YOURTABLENAME '
    exec (@cmd)
    or your request was different ?

  • [SOLVED] How to replace the source in a pkgbuild with a git repo?

    I am trying to build csound (present in AUR: https://aur.archlinux.org/packages.php?ID=779), but compilation  fails, as noted in the comments. One of the commenters says that he has successfully built the package by pulling the sources from the git repo.
    How can I do that? I know how to use git. What I don't know is
    (1) how to use git from within  a PKGBUILD file,
    or
    (2) how to instruct the PKGBUILD file to use the locally pulled git repo
    Cheers,
    Stefano
    Last edited by stefano (2012-10-06 15:11:14)

    Try csound-git https://aur.archlinux.org/packages.php?ID=48830 but see the comments - problems again.
    You can see how to deal with git in the PKGBUILD.
    Another way is to instal binary package from an unofficial user repository. archaudio-preview has csound 5.14.2-1.
    https://wiki.archlinux.org/index.php/Un … positories
    [archaudio-preview]
    # unverified PKGBUILDs AND/OR untested packages
    Server = http://repos.archaudio.org/$repo/$arch
    Last edited by karol (2012-10-06 14:48:29)

  • How to replace forms runtime mdi window icon with my own icon

    hi,
    I have an application developed with oracle 9i forms but my problem is that I want to replace the forms runtime mdi window icon with my own icon.
    please any help will be highly appreciated.
    thanks.

    If using seperateFrame=TRUE then you can do
    if WEBUTIL_SEPARATEFRAME.IsSeparateFrame then
    WEBUTIL_SEPARATEFRAME.SetIcon('my_logo.gif');
    end if;
    Regards,
    Werner

  • Need help on how to replace existing Status Profile on IO with a new one

    Hi there, I have created a new status profile SV00001 assigned it to my order types and everything is OK for newly created internal orders. But I would also like the old internal orders which currently have status profile 0000002 to be assgned to this new status profile. Any idea on the best way to achieve this? Thanks!

    Hi,
    It is not possible to change the profile once any status value has been activated. Changing the profile could introduce inconsistent status settings as the new profile would not necessarly contain the status values of the older profile. There would then be a mismatch between active/deactivated status values and what status values were defined in the new profile.
    It is just not possible to allow change for that reason.
    -Paul

  • Module to replace binay 0 (00 in hex) with space ?

    Hello everybody,
    I have a scenario JMS-MQS -> XI -> RFC
    In the sender, the message coming from MQS (plaintext) is transfrom to an XML message by the module     localejbs/AF_Modules/MessageTransformBean . There is no problem at this level but the following mapping doesn't work always because sometimes we receive some binary 0 (hex 00) in the MQS message .
    Can somebody tell me if there is a module in  which can replace all these binary 0 (hex 00) by space?
    Thank in advance for your collaboration ?
    Kind Regards.
    E. Koralewski

    I made a module which replace that Hex '00' by hex '20' and that solved my problem.
    Best Regards.
    E. Koralewski

  • How to replace double quotes with a single quote in a string ?

    Hi All:
    Can some one tell me how to replace double Quote (") in a string with a single quote (') ? I tried to use REPLACE function, but I couldn;t get it worked.
    My example is SELECT REPLACE('STN. "A"', '"', ''') FROM Dual --This one throws an error
    Thanks,
    Dima.

    Whether it is maybe not the more comfortable way, I like the quoting capabitlity from 10g :
    SQL> SELECT REPLACE('STN. "A"', '"', q'(')') FROM Dual;
    REPLACE(
    STN. 'A'{code}
    Nicoals.                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How to replace apostrophe with space

    Hi Experts,
    I need to replace the Apostrophe in Material description with space. I am getting a error as the text literal .....longer than 255.
    highly appreciated for immediate response.
    REPLACE ALL OCCURRENCES OF ''' IN WA_MAKTX WITH ''.
    thanks,
    RRR

    Hi Rammi,
    Hi have tried with the below code and I am getting the proper output as well.
    DATA wa_maktx(10) TYPE c.
    wa_maktx = 'as"dfg'.
    REPLACE ALL OCCURRENCES OF '"' IN WA_MAKTX WITH SPACE.
    write:/2 wa_maktx.
    output:
      asdfg
    Regards,
    Md Ziauddin.

  • Replace Quotes of ocrd's code by space for query execution

    Can anybody explain how to Replace Quotes of ocrd's code by space for query execution

    Hi Joseph......
    You can not modify OCRd Codes one it comes under trasnaction.
    But if it is still any transaction less then you can manually replace its code one by one....
    Else it is programatically possible......
    Regards,
    Rahul

Maybe you are looking for

  • Getting query results from a PL/SQL procedure

    Hi! So, I'm a little stumped and I can't seem to find the answer to what I believe is probably a simple question- So, here goes- I have a big ol' union query that I use to create a report on a page, it's about 25k – not over the 32k limit, but fails

  • BPC Mass User Management Tool in BPC 10.0 NW-Version Component Error

    Hi, We have a problem when importing request K900024.RBP and R900024.RBP. We changed the UJ_STRING in "DATA: lv_value TYPE uj_value" in the source code as recommended at BPC Mass User Management Tool in BPC 10.0 NW Unfortunately, when we try to impor

  • Migration from SQL Server 2005 to Oracle 10g

    Dear buddies, I need to migrate my tables with data from SQL Server 2005 to Oracle 10g. How can I do it in the best possible way? Please guide me. Nith

  • Why was my podcast rejected?

    So I recently submitted a podcast for myself. It was a DJ podcast and was accepted just fine. The other day I submitted one for my partner in my DJ business. I got an e-mail today saying his was rejected and I am not sure why. Mine is EDM and his is

  • Recently purchased iPhone 5.  Tried to register and sync with iTines

    I recently purchased iPhone 5.  I have had iTunes for years and have many iPods and iPads connected to this iTunes account.  I attempted to register and sync the iPhone 5 and though is shows I am logged  into iTunes ALL my music, etc is GONE and it s