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.

Similar Messages

  • How to replace MobileMe with ICloud on my Imac?

    how to replace MobileMe with ICloud on my Imac? pleae help.  Other devices (Ipad and Iphone) are Iclouded but I can't change MobileMe in my system preferences on IMac (10.6.8)
    Sylwia

    You need to upgrade the computer's OS. Open the Mac App Store and try downloading Mavericks. If you get told it's incompatible, choose About this Mac from the Apple menu, check if the computer has at least a Xeon or Core 2 Duo(not Core Duo) CPU and 2GB of RAM, and if it does, click here and order a download code for Lion 10.7.
    Back up your data before upgrading. Mac OS X 10.7 and newer don't support PowerPC programs such as versions of Microsoft Office prior to 2008.
    (103507)

  • Preventing Discoverer Admin replacing underscores with spaces on refresh

    Hello,
    On refreshing a Business Area, Discoverer Administrator will automatically replace underscores with spaces for any new items/folders to be incorporated. I would prefer this not to happen i.e. the names should retain the underscores. I haven't found any way to do this from within Discoverer Admin - are there some registry settings that I can tweak or is it just not possible,
    Thanks in anticipation,
    Kevin.

    Hi,
    Well, you could try using a eul_trigger$refresh_new_column trigger. I must admit I have never tried this, but the details are in the documentation (http://download.oracle.com/docs/html/B13916_04/appendix_b.htm#sthref2417).
    Rod West

  • Hi, Im using apple 5s with gold color , I want  to replace it with space grey  color .Is it possible in apple store?

    Hi, Im using apple 5s with gold color , I want to replace it with space grey color .Is it possible in apple store?

    If you are within the return period policy of the retail where you purchased the
    iPhone, return it and buy a new one. If outside the return period, sell the current
    iPhone privately and use the money received toward a new iPhone. Or buy a
    case in your preferred color for your current iPhone.
    If purchased from Apple US, return period is 14 days. I believe it is the same elsewhere,
    but check with your local Apple store. Be advised, that even if you are within the return
    period, returns are accepted only in the country of original purchase (EU is one country
    for this purpose).

  • Replacing comma with space

    Hi,
    Note : I am using SAP 4.6
    Task      : Replace Comma with space
    Problem : Not able to replace comma with space
    I have task where I have to write result file to application server, when I am writing string to application server it is separating by comma, for example if you take below statement it is dividing by space that means in first column PO and then ITEM etcu2026.
    MOVE  'PO ITEM is not there in table EKPO' TO W_RECORD_OUT-ERROR_MSG.
    so to resolve this situation I have used below code for now, I know I can use
    REPLACE ... ALL ENTRIES but this statement is not working in SAP 4.6
    REPLACE ',' WITH ' ' INTO W_RECORD_OUT-ERROR_MSG.
      CONDENSE W_RECORD_OUT-ERROR_MSG.
      REPLACE ',' WITH ' ' INTO W_RECORD_OUT-ERROR_MSG.
      CONDENSE W_RECORD_OUT-ERROR_MSG.
      REPLACE ',' WITH ' ' INTO W_RECORD_OUT-ERROR_MSG.
      CONDENSE W_RECORD_OUT-ERROR_MSG.
      REPLACE ',' WITH ' ' INTO W_RECORD_OUT-ERROR_MSG.
      CONDENSE W_RECORD_OUT-ERROR_MSG.
      REPLACE ',' WITH ' ' INTO W_RECORD_OUT-ERROR_MSG.
      CONDENSE W_RECORD_OUT-ERROR_MSG.
      REPLACE ',' WITH ' ' INTO W_RECORD_OUT-ERROR_MSG.
      CONDENSE W_RECORD_OUT-ERROR_MSG.
      REPLACE ',' WITH ' ' INTO W_RECORD_OUT-ERROR_MSG.
      CONDENSE W_RECORD_OUT-ERROR_MSG.
      REPLACE ',' WITH ' ' INTO W_RECORD_OUT-ERROR_MSG.
      CONDENSE W_RECORD_OUT-ERROR_MSG.
      REPLACE ',' WITH ' ' INTO W_RECORD_OUT-ERROR_MSG.
      CONDENSE W_RECORD_OUT-ERROR_MSG.
      REPLACE ',' WITH ' ' INTO W_RECORD_OUT-ERROR_MSG.
      CONDENSE W_RECORD_OUT-ERROR_MSG.
      REPLACE ',' WITH ' ' INTO W_RECORD_OUT-ERROR_MSG.
      CONDENSE W_RECORD_OUT-ERROR_MSG.
    appreciate if somebody can help me.
    Thanks
    sarath

    Hi,
    Please check the below code.
    REPORT  YSAT_TEST.
    Data: Var1(40) type c value 'Test1,Test2,Test3,Test4'.
    break-point.
    REPLACE ',' WITH space INTO Var1.                   " It will replace only first occurrence
    replace all occurrences of ',' in var1 with '   '.
    CONDENSE Var1 no-gaps.
    write: var1.

  • How to replace sapdba with brtools after upgrade database to 10.2

    All,
        I have update our database to oracle 10.2,my brtools version is 7.0 now ,
    but can't run analyze table and dbcheck in db13,
    seems to still use SQLDBA when run analyze table and dbcheck.
    please refer to the below informations.
    Detail log:                    0810080300.aly
    *****                 SAPDBA - SAP Database Administration for ORACLE     *****
    SAPDBA V6.10    Analyze tables
    SAPDBA release: 6.10
    Patch level   : 1
    Patch date    : 2001-05-25
    ORACLE_SID    : PRD
    ORACLE_HOME   : /oracle/PRD/102_64
    ORACLE VERSION: 10.2.0.2.0
    Database state: 'open'
    SAPPRD       : 46C
    SAPDBA DB USER:  (-u option)
    OS login user : prdadm
    OS eff.  user : prdadm
    SYSDBA   priv.: not checked
    SYSOPER  priv.: not checked
    Command line  : sapdba -u / -analyze DBSTATCO
    HOST NAME     : sapprd1
    OS SYSTEM     : HP-UX
    OS RELEASE    : B.11.31
    OS VERSION    : U
    MACHINE       : ia64
    Log file      : '/oracle/PRD/sapcheck/0810080300.aly'
    Log start date: '2008-10-08'
    Log start time: '03.00.09'
    ----- Start of deferred log ---
    SAPDBA: Can't find the executable for SQLDBA/SVRMGR. Please, install one of
            them or enter one of them in the SAPDBA profile (parameter
            sqldba_path).
            (2008-10-08 03.00.06)
    SAPDBA: Error - running temporary sql script
            '/oracle/PRD/sapreorg/dbacmd.sql' with contents:
    CONNECT /******** AS SYSDBA
    SAPDBA: Couldn't check SYSDBA privilege.
    SAPDBA: Can't find the executable for SQLDBA/SVRMGR. Please, install one of
            them or enter one of them in the SAPDBA profile (parameter
            sqldba_path).
            (2008-10-08 03.00.06)
    SAPDBA: Error - running temporary sql script
            '/oracle/PRD/sapreorg/dbacmd.sql' with contents:
    CONNECT /******** AS SYSOPER
    SAPDBA: Couldn't check SYSOPER privilege.
    ----- End of deferred log ---
    Analyze parameters:
    Object: All tables in table DBSTATC ( for DB optimization run )
    Method: E ( Default )
    Option: P10 ( Default )
    Time frame: 100 hours
    Refresh   : All objects
    Option: DBSTATCO ( for the DB optimizer: Tables with Flag DBSTATC-TOBDO = 'X' )
    ** Refresh Statistics according control table DBSTATC **
    Total Number of Tables in DBSTATC to be analyzed:                           170
    Number of Tables with forced statistics update (ACTIV = 'U'):                 0
    SAPDBA: SELECT USER# FROM SYS.USER$ WHERE NAME='SAPPRD'
    ORA-00942: table or view does not exist
               (2008-10-08 03.00.09)
    SAPDBA: Error - getting size of segment 'SAPPRD.D010INC'
    SAPDBA: Error - during table analysis - table name: ->D010INC
    SAPDBA: No tables analyzed ( No entries in DBSTATC with TOBDO = X or errors ).
    SAPDBA: 0 table(s) out of 170 was (were) analyzed
            Difference may be due to:
               - Statistics not allowed ( see DBSTATC in CCMS )
               - Tables do not exist on database and were skipped
    Detailed summary of Step 1:
    Number of Tables that needed new statistics according to DBSTATC:             1
    Number of Tables marked in DBSTATC, but non-existent on the Database:         0
    Number of Tables where the statistics flag was resetted:                      0
    ******* Creating statistics for all tables without optimizer statistics *******
    SAPDBA: Using control table DBSTATC
            for taking optimizer settings into account
    SAPDBA: 0 table(s) without statistics were found.
    SAPDBA: 0 table(s) ( out of 0 ) was (were) analyzed/refreshed.
            0 table(s) was (were) explicitely excluded or pool/cluster table(s).
    SAPDBA: 0 index(es) without statistics was (were) found.
    SAPDBA: 0 index(es) ( out of 0 ) was (were) analyzed/refreshed.
            0 index(es) was (were) explicitely excluded or pool/cluster indexe(s).
    SAPDBA: 157 table statistics from 157 tables were dropped.
            They are either explicitely excluded in DBSTATC,
            or R/3 Pool- or Cluster- tables
            that must not have CBO Statistics
    SAPDBA: The whole operation took 10 sec
    SAPDBA: Step 1 was finished unsuccessfully
    SAPDBA: Step 2 was finished successfully
    Date:   2008-10-08
    Time:   03.00.19
    *********************** End of SAPDBA statistics report ****************
    How to replace sapdba by brtools?please give me support,thanks.
    Best Regards,
    Mr.chen

    >     I have update our database to oracle 10.2,my brtools version is 7.0 now ,
    > but can't run analyze table and dbcheck in db13,
    > seems to still use SQLDBA when run analyze table and dbcheck.
    Yes, it does so, because somebody forgot to upgrade the BASIS SP as well...
    What BASIS SP are you using?
    regards
    Lars

  • How to replace numbers with text in tax return pdf using Adobe Acrobat X Pro

    How do I replace numbers with text in tax return pdf using Adobe Acrobat X Pro? The tax return was created using CCH software. Thanks for your review.

    Thanks Bill for your quick reply. CCH software is one of the major
    suppliers of tax return software. I found an internal source that helped me
    make the changes from numbers to text i.e. "$123,456" to "See Schedule O".
    I am not sure if I am working in form or final text. Thanks again! Kelly

  • How to replace number with flexible length

    Hi..
    Could somebody help me, how to replace any number start with more than 2 digits of "0" become 2 digits "0" only. As example:-
    Sample Result
    123456789 => 123456789
    0123456789 => 0123456789
    00123456789 => 00123456789
    000123456789 => 00123456789
    0000123456789 => 00123456789
    00000123456789 => 00123456789
    Thank you,
    Baharin

    Or - to handle the situation when '00' is also in between the word:
    SQL> with t as (
    select '12300456789' str from dual union
    select '0123456789' from dual union 
    select '00123456789' from dual union
    select '000123456789' from dual union
    select '0000123456789' from dual union
    select '00000123456789' from dual
    select str,
            decode(substr(str,1,2),'00', '00' || ltrim(str,'0'),str) new_str
    from   t
    STR            NEW_STR        
    00000123456789 00123456789    
    0000123456789  00123456789    
    000123456789   00123456789    
    00123456789    00123456789    
    0123456789     0123456789     
    12300456789    12300456789    
    6 rows selected.

  • How to accept arguments with space with a java console?

    hi, i'd like to know if its possible to accept parameters with space in betwen?
    such as on my command prompt..
    java 'i love my keyboard'
    where args[0] = i love my keyboard
    instead of
    args[0] = i
    args[1] = love
    args[2] = my
    args[3] = keyboard
    thanks~

    thanks, i just realised it wasnt the problem with the command line intepreter..
    the space seems to have created some problems when passing it as a URL over to the server.
    such as, for java [name] [phone] ;
    java "Albert Stephen" +60369123
    on the server, it accepts as Albert null
    perhaps i should use the URL Encoder

  • How To Replace LOVs With Buttons

    Hi all,
    can someone please advise if it is possible to replace LOVs with Buttons? Customer has a requirement to replace the LOVs with buttons in Compensation Manager to approve/reject the paysheet. This is for R12.1.3.
    Many thanks
    Amanda

    Hi,
    1) First create a new region of LOV type.
    2) Then under flowlayout region, add lov action button. On its 'External LOV' property, give the path of lov region created in step1.
    3) Right click on 'lov action button' to add 'lovActionMappings'.
    --Sushant                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to replace #MISSING with 0 in Hyperion Financial Report

    I am developing report in Hyperion Financial Reporting Studio. The report shows #MISSING for no data and does not look nice. I want to replace #MISSING with 0 (Like I did in SmartVIEW). However, I could not find a way to do that in Financial Reporting Studio.
    Thank you for any help in advance.

    To replace no data (#MISSING) in cells, type a value in the No Data text box.
    Refer: Page 191 of http://download.oracle.com/docs/cd/E12825_01/epm.111/fr_user.pdf
    HTH-
    Jasmine.

  • My ipad has been burnout today while charging it...Today it has been totally burnt and its screen got cracked from middle and charger got so tempered as hot burning rod. kindly suggest how to replace it with new as my ipad is in warranty period..? Rajiv.

    How to replace my burnt ipad while charging it ?????
    plz. HELP ????
    its warranty is till august 18, 2014.

    This is a user-to-user forum here.  You need to talk to Apple Support directly.
    http://www.apple.com/support/contact/

  • How to replace text with vector image in 3d space

    Hello,
    I want to replace the text in this template http://vimeo.com/15026094 with a vector image logo.
    Any ideas would be helpful. Btw, I have CS4.
    Thanks,
    td

    I finally took a look at your Vimeo example and I'd guess that the animation of the text was created with Text Animators and range selectors. As Mylenium said, and as I said
    Reveal all of the animated properties that you want to transfer to your new layer. Usually pressing the U key will suffice.
    Note: Text animations and shape animators will be ignored unless the new layer is a text or shape layer.
    You need read up on Text Animators so you can understand them.
    Type a question in the search field at the top right corner of After Effects.
    And you'll find all of these resources. (providing you have the Adobe Help preferences set to search the web)
    Animation presets will save all animated properties applied to a layer, but they will only apply the keyframes to properties that exist on the layer. Text Animators only exist in text layers so you'll have to animate your logo by hand or grab yourself a font creation tool and recreate your logo as a font.

  • How to replace "." with "," and "," with "." in a quantity field

    HI All,
    I wanna display the field mard-labst in the alv report. Based on the user default settings  2,454.500 is displayed as 2.454,500. Without changing the user default settings how can i display the decimal position correctly..Any help would be highly appreciated.
    Best regards,
    Subhakar Ramineni

    Hi...Subhakar..
    i got ur prob...this is the solution...just paste it and go through it...
    Report  YH642_TEST.
    TABLES:
      mard.
      DATA : W_mard_labst type p decimals 3,
              w_dt1(18).
    data:
      W_N TYPE I.
    SELECT SINGLE * FROM MARD INTO MARD WHERE  LABST = '10000.00'.
      WRITE: mard-labst .
      W_mard_labst = mard-labst.
      WRITE:/ W_mard_labst .
      w_dt1 = w_mard_labst .
      write W_mard_labst to w_dt1.
    W_N = STRLEN( W_DT1 ).
    W_N = W_N - 4.
    REPLACE ALL OCCURRENCES OF ',' IN W_DT1 WITH '.' .
    REPLACE ALL OCCURRENCES OF '.'
    IN SECTION OFFSET W_N LENGTH 4 OF W_DT1 WITH ','.
    WRITE: / W_DT1.

  • How to replace IMessage with Ichat

    I have recently updates to os x mountain Lion, and Ichat has been replaced. I hate IMessage how do i get back Ichat.

    HI,
    The iChat App is specific to each Update within an OS X version run.
    Messages is the version on Mountain Lion.
    At OS X 10.8.2 it became version 7.0.1
    That is to say that version 7.0 lasted for OS X 10.8 and 10.8.1
    You can get Messages to look somewhat iChat like.
    Lets say you have AIM (or AIM valid) Names and some Jabber IDs (including GoogleTalk or Facebook)
    Either Add them in Messages the same way you would have in iChat (Use the Plus icon in Preferences > Accounts) or by activating the choice for Messages in System Preferences > Mail, Contacts and Calendars for any ID/Name you use in Mail or elsewhere.
    This will give you a list of Accounts in the Messages Menu > Preferences > Accounts including the iMessages one and the Bonjour one.
    If all are Enabled then the Window menu will now show Buddies (CMD + 1) in addition to the Messages (CMD +0)
    If you use this you will see a combined Buddy List.
    The can be unlinked by going to Messages > Preferences > General Section and Unticking the line that talks about "gather all accounts in to one list"  (actually it is only Buddy lists Account and does not include the iMessages account)
    The Window Menu will now list as many Buddy lists as you have Accounts (Less the iMessage one and any that are not logged in.)
    Each will have it's own keystrokes listed.
    The title of the Buddy list and the Name in the Window Menu is dependant on the Description Field in the accounts pane.
    Example Pic of the Accounts Prefs pane with Buddy lists
    The iMessages account does not have to be active.
    The main draw back is the Messages window itself with it's dual purpose Tabbed Chat window and interface to start Chats without using the Buddy lists.
    Double clicking a chat will open it in it's own window.
    9:39 PM      Thursday; January 24, 2013
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

Maybe you are looking for

  • Yosemite screwed up my iMac

    So I decided to upgrade to Yosemite straight from Lion (Pls don't ask me irrelevant questions like why I didn't go through maverick, etc etc, I didn't feel the need to) Now with 4GB of RAM, I have probably the slowest, the most frustrating computer o

  • Opening an exisiting file or site on another machine

    I have macs, a desktop and portable. I would love to edit my site from both machines. I use the idisk to transfer file and keep both system update. I can see the site and it's files on my idisk, but iWeb will not import or open the files. I know ther

  • How do i turn off the on-board graphics?

    I'm trying to install a saphire hd 7850 2gb OC edition but when i turn on my computer the fans spin once and the computer doesnt turn on ive been told i have to turn off the on-board graphics but dont know how, any help would be appreciated thanks.

  • Media library index memory limit?

    i have about 6.5 gigs of music loaded onto my card. ALL my music is precisely IDv3 tagged, even w/album covers. i've went through, song by song and made sure the artist, album, song title, and track # shows correctly. i use mass storage (and USB-drag

  • Fi substitution in miro

    can  create a FI SUBSTITUTION in such a way that i can pass any table as a parameter to it.if yes then how..please be elaborative...in this regaard