Showing special character in Dos Mode while doing Alt+255 in ALV for spaces

Hi,
I have used alt+255 in my code to show space at the end of alv's one of the column.
I had used alt+255 because the space ' ' was not displayed in the alv.
When i copy the text of the alv to a notepad file i was able to display the space at the end.
But when i opened that notepad file in ms-dos instead of dispalying space at the end it displayed  a`.
Can u please tell me how can i stop dispaying a`.
Please help . Rewards points will definetely be given.
Thanks in advance

Hi,
I have got no answer therefore i m closing this thread.
Jonu

Similar Messages

  • Running 10.6.8. Trying to open and view contents of a CD (of an MRI) and getting message 'This program cannot be run in DOS mode' Is there a way? Thanks for the help.

    Running 10.6.8. Trying to open and view contents of a CD (of an MRI) and getting message 'This program cannot be run in DOS mode' Is there a way? Thanks for the help.

    Go to the support site for the provider of the MRI software.
    Sounds like it windows/PC. I have ran across that for the CDs that veterinarians provide for digital x-rays.
    I would try on a PC or on yuur Mac with Windows via BootCamp or a virtual machine like VirtualBox

  • Special character occuring in email while sending mail

    this is part of my code for sending email:
    utl_smtp.open_data(l_conn);
    utl_smtp.write_data(l_conn, l_header);
    l_encoded_subject := REPLACE(utl_raw.cast_to_varchar2(utl_encode.quoted_printable_encode(utl_raw.cast_to_raw(l_subject))),'=' || CHR(13) || CHR(10), '');
    utl_smtp.write_data(l_conn, 'Subject: =?UTF-8?Q?' || l_encoded_subject ||'?=' || utl_tcp.crlf);
    utl_smtp.write_data(l_conn, 'MIME-version: 1.0' || utl_tcp.crlf);
    utl_smtp.write_data(l_conn, 'Content-Type: text/html; charset=utf-8' || utl_tcp.crlf);
    utl_smtp.write_data(l_conn, 'Content-Transfer-Encoding: 8bit' || utl_tcp.crlf);
    utl_smtp.write_raw_data(l_conn, utl_raw.cast_to_raw(utl_tcp.crlf || l_email_body || utl_tcp.crlf));
    its working fine BUT....
    email_body contains '&lang' .....
    and when email is sent to lotus notes, it gets converted to some special character whereas its coming fine when i send to gmail..
    please help me fix this...

    sounds like Lotus parsing the html differently, can you try the solution mentioned in here:
    http://bytes.com/topic/javascript/answers/91323-opera-turning-my-lang-into

  • Error while doing PGR (post goods issue for sales order return)

    Hello Gurus,
    I'm trying to do PGR for a sales order return. But system shows the following message: "Shortfall below the specified stock level or quantity amounting to 100 UN". (Message number : M7021)
    I've made some searches in SD forum but I didn't fnd appropriate answers.
    What does it mean ? How can I fix it ?
    Thank you,
    Bahia.

    Hi
    "Special Stock E not supported (check your entry)".
    This means your sales order (in your case the returns order ) is created with an item category which is marked with special stock indicator E  in VOV7 and the system is checking for that special stocks and it is not finding that
    When you mark any item category  with special stock indicator it can be E or Q or W ( it can be anything ) system will check for that particular stock category and not the general unrestricted stocks
    For you mistake can be two things
    1. Right now REN or RENN is wrongly marked with special stock indicator E  in VOV7
    If so remove that and try a fresh cycle
    2.The process you are right now doing is returns
    The original sale would have happened with special stock indicator E marked in its item category
    That means it is special stock
    That stock you might be trying to take it into general stocks now
    In that case right now you need to mark REN or RENN with special stock indicator E
    Note whenever you put your hand in VOV7 create a fresh order cycle and test and dont test it with already created order
    Note touching requirement classes are all big things to do in a project and not advisable lot many mistakes we can correct itself if we know order type ,item category and schedule line category
    Regards
    Raja

  • Short dump while doing subtotal in the ALV report

    Hi All,
    I am getting run time error while doing the sub total and total in the ALV .
    error is "MESSAGE_TYPE_X" and
    discription is  "The current application program detected a situation which really
    should not occur. Therefore, a termination with a short dump was
    triggered on purpose by the key word MESSAGE (type X)."
    Can anyone help me regarding this.
    My alv field catog is like below
      DATA: ls_fieldcat TYPE slis_fieldcat_alv,
            ls_sort     TYPE SLIS_SORTINFO_ALV.
      CLEAR:ls_fieldcat,
            ls_sort.
      REFRESH ot_fieldcat.
      ls_fieldcat-FIELDNAME   = 'LEASE_NUMBER'.
      ls_fieldcat-SELTEXT_M   = 'Lease Number'(001).
      ls_fieldcat-COL_POS     = 0.
      ls_fieldcat-OUTPUTLEN   = 10.
      ls_fieldcat-DO_SUM      = 'X'.
      ls_fieldcat-KEY         = 'X'.
      APPEND ls_fieldcat TO ot_fieldcat.
      CLEAR  ls_fieldcat.
      ls_fieldcat-FIELDNAME   = 'LEASE_TYPE'.
      ls_fieldcat-SELTEXT_M   = 'Lease Type'(002).
      ls_fieldcat-COL_POS     = 1.
      ls_fieldcat-OUTPUTLEN   = 5.
      APPEND ls_fieldcat TO ot_fieldcat.
      CLEAR  ls_fieldcat.
      ls_fieldcat-FIELDNAME   = 'LEGACY_NUM'.
      ls_fieldcat-SELTEXT_M   = 'Legacy Contract No'(003).
      ls_fieldcat-COL_POS     = 2.
      ls_fieldcat-OUTPUTLEN   = 10.
      APPEND ls_fieldcat TO ot_fieldcat.
      CLEAR  ls_fieldcat.
      ls_fieldcat-FIELDNAME   = 'CUSTOMER'.
      ls_fieldcat-SELTEXT_M   = 'Customer'(004).
      ls_fieldcat-COL_POS     = 3.
      APPEND ls_fieldcat TO ot_fieldcat.
      CLEAR  ls_fieldcat.
      ls_fieldcat-FIELDNAME   = 'STATUS'.
      ls_fieldcat-SELTEXT_M   = 'Status'(017).
      ls_fieldcat-COL_POS     = 16.
      ls_fieldcat-OUTPUTLEN   = 10.
      APPEND ls_fieldcat TO ot_fieldcat.
      CLEAR  ls_fieldcat.
      ls_fieldcat-FIELDNAME   = 'GATEIN_DT'.
      ls_fieldcat-SELTEXT_M   = 'Gate In Date'(018).
      ls_fieldcat-COL_POS     = 17.
      ls_fieldcat-OUTPUTLEN   = 10.
      APPEND ls_fieldcat TO ot_fieldcat.
      CLEAR  ls_fieldcat.
      ls_fieldcat-FIELDNAME   = 'SVALUE'.
      ls_fieldcat-COL_POS     = 18.
      ls_fieldcat-DO_SUM      = 'X'.
      ls_fieldcat-OUTPUTLEN   = 12.
      APPEND ls_fieldcat TO ot_fieldcat.
      CLEAR  ls_fieldcat.
    DATA SORTING AND SUBTOTAL
      CLEAR ls_sort.
      ls_sort-FIELDNAME = 'LEASE_NUMBER'.
      ls_sort-SPOS      = 0.
      ls_sort-UP        = 'X'.
      ls_sort-SUBTOT    = 'X'.
      APPEND ls_sort TO GT_SORT.
    If i coment the code relate dto 'SVALUE' i am getting output without sub total and total.
    if i uncomment the same then I am getting short dump.

    Hi,
    Try this coding,
    TYPE-POOLS: SLIS.                      " ALV GLOBAL TYPES
    *      FORM  F_READ_DATA
    FORM F_READ_DATA.
      SELECT * INTO CORRESPONDING FIELDS OF TABLE GT_VBAK
               FROM VBAK
                 UP TO P_MAX ROWS
              WHERE KUNNR IN S_KUNNR
                AND VBELN IN S_VBELN
                AND VKORG IN S_VKORG.
    ENDFORM.                               " F_READ_DATA
    *      FORM  F_DISPLAY_DATA
    FORM F_DISPLAY_DATA.
      DEFINE M_FIELDCAT.
        ADD 1 TO LS_FIELDCAT-COL_POS.
        LS_FIELDCAT-FIELDNAME   = &1.
        LS_FIELDCAT-REF_TABNAME = 'VBAK'.
        LS_FIELDCAT-DO_SUM      = &2.
        LS_FIELDCAT-CFIELDNAME  = &3.
        APPEND LS_FIELDCAT TO LT_FIELDCAT.
      END-OF-DEFINITION.
      DEFINE M_SORT.
        ADD 1 TO LS_SORT-SPOS.
        LS_SORT-FIELDNAME = &1.
        LS_SORT-UP        = 'X'.
        LS_SORT-SUBTOT    = &2.
        APPEND LS_SORT TO LT_SORT.
      END-OF-DEFINITION.
      DATA:
        LS_FIELDCAT TYPE SLIS_FIELDCAT_ALV,
        LT_FIELDCAT TYPE SLIS_T_FIELDCAT_ALV,
        LT_SORT     TYPE SLIS_T_SORTINFO_ALV,
        LS_SORT     TYPE SLIS_SORTINFO_ALV,
        LS_LAYOUT   TYPE SLIS_LAYOUT_ALV.
      M_FIELDCAT 'VKORG' ''  ''.
      M_FIELDCAT 'KUNNR' ''  ''.
      M_FIELDCAT 'VBELN' ''  ''.
      M_FIELDCAT 'NETWR' 'X' 'WAERK'.
      M_FIELDCAT 'WAERK' ''  ''.
      M_SORT 'VKORG' 'X'.                  " SORT BY VKORG AND SUBTOTAL
      M_SORT 'KUNNR' 'X'.                  " SORT BY KUNNR AND SUBTOTAL
      M_SORT 'VBELN' ''.                   " SORT BY VBELN
      LS_LAYOUT-CELL_MERGE = 'X'.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
           EXPORTING
                IS_LAYOUT   = LS_LAYOUT
                IT_FIELDCAT = LT_FIELDCAT
                IT_SORT     = LT_SORT
           TABLES
                T_OUTTAB    = GT_VBAK.
    ENDFORM.                               " F_DISPLAY_DATA
    Regards,
    Nikhil.

  • Why does Acrobat allocate more width for spaces than for alphanumeric characters?

    When I convert a text file to PDF using Acrobat X Pro, I select a fixed-width font.  However, it appears that Acrobat allocates a greater width for space characters in the text file, than it does for alphanumeric characters in the text file.  How do I instruct Acrobat to use exactly the same width for all the characters, both spaces and visible characters?
    This question is actually a re-write of my previous post titled, ‘Bulk Convert Text to PDF with Acrobat’.  I know what the problem is now but do not how to fix it.
    Here's a mock example of the content of a text file.  In the resulting PDF, the H no longer lies directly under the G.  I chose Courier New 8 pt for the font.
        ABCDEFG    ABCDEFG    ABCDEFG    ABCDEFG    ABCDEFG    ABCDEFG
              H          H          H          H          H          H
    Any suggestion will be appreciated.  Thank you.

    If you are comfortable with the settings in the printing, then go back to the PDF Maker settings (create PDF preferences in WORD) and adjust the preferences for similar performance, at least in the job settings and such. The rest deals with how much you want the bookmarks and such.
    I am assuming that those PDF Maker preferences set in WORD are retained when you run the conversion from Acrobat that I have the impression you are doing. Other than that, check the conversion settings in Acrobat itself. They are in the preferences. If you the printer preferences are used when converting from Text (you will have to try to see what happens), it would use the default preferences of the printer, not those set in the print menu of an application. The latter only last as long as that application is open and only for that application. For your need, you may need to change them in either the printer (Start>Printers.. in windows) or Distiller, or both. The printer overrides the Distiller settings usually (another setting on this).

  • Error Enter a vendor special stock " O"   sales delivery while doing pgi

    hi
    I am using job work scenario that time total stock provide by the customer. After completion the production process i am going for the delivery that time the massage come " Enter a vendor for special stock "O". But the total scrap is showing in the storage location but not picking in at the time delivery..
    pl give me helpful answer ?
    Thanks & Regards
    Edited by: sachin  hadke on Dec 26, 2008 12:57 PM

    Dear Sachin
    May be in partner determination, special stock partner would have been made as mandatory. Try in delivery screen itself, click from top menu bar click on "goto -- header -- partners". There select "Special Stock partner", maintain the vendor code and try to do PGI
    thanks
    G. Lakshmipathi

  • My iphone is stuck in recovery mode while doing an automatic upgrade last night. I can't do anything with the phone and now it won't even restore! Help!

    Last night my iphone did an automatic upgrade and when I got up this morning all that was there was the picture of the usb cord and itunes.  When I plugged my phone into my computer and open itunes I got this message: iTunes has detected an iPhone in recovery mode. You must restore this iPhone before it can be used with iTunes.
    I spent literally all day trying to figure out what to do and finally sucked it up and pushed the restore button in itunes.  I'm not getting this message: The iPhone could not be restored. The device isn't eligible for the requested build.
    What the heck do I need to do in order to have a functioning phone again?!

    Errors 3000-3999 (3004, 3013, 3018, 3164, 3194, and so on): Error codes in the 3000 range generally mean that iTunes cannot contact the update server (gs.apple.com) on ports 80 or 443.
    Update to the latest version of iTunes.
    Verify the computer's date and time are accurate.
    Check that your security or firewall software is not interfering with ports 80 or 443, or with the server gs.apple.com.
    Follow Troubleshooting security software. Often, uninstalling third-party security software will resolve these errors.
    An entry in your hosts file may be redirecting requests to gs.apple.com (see "Unable to contact the iOS software update server gs.apple.com" above).
    Internet proxy settings can cause this issue. If you are using a proxy, try without using one.
    Test restoring while connected to a known-good network.

  • No Suitable Items found for PO (error M8035) while doing MIRO against service PO for the 1st time in the Company Code

    Hi
    I am encountering the error M8035 (" No Suitable Items found for PO ") while I am doing MIRO for the 1st time against service POs (item cat - D) in a company code.
    in OMSY the period opened for the company code is : Current 06 2014 previous 05 2014
    This was done because Go Live date for the new company code is 01.06.2014.
    I am doing test in the test client now.
    I have created a vendor on today's date
    I have created a service PO on today's date (GR, GR Bsd IV, IR, Serv Bsd IV - these indicators are marked in the PO)
    I have created service entry sheet on today's date (acc assignment - K, G/L a/c was determined from the Material Group maintained in the PO)
    I have accepted the service entry sheet on 04.05.2014 (FI doc posted against the matl doc - KBS to WRX on 04.05.2014)
    I am trying to do the MIRO in the same company code on 04.05.2014.
    While I am putting the PO and its line item in MIRO item and pressing enter system shows the above info msg and nothings is appearing in MIRO item.
    I have tried to do MIRO against service entry sheet also - same things happened.
    I have tried selecting Goods Service Item+planned del cost in MIRO - nothing changed.
    I have tried posting MIRO against a non service PO (acc assgnment K, Item cat - BLANK) after doing MIGO in the same company code in the same date- PO is appearing in that case.
    FI people are able to post FB60 manually for the vendor I am using in the PO - so there is no problem in the vendor also.
    I have gone through the scn post related with the topic, unfortunately none of them solved my problem.
    Please help
    Thanks
    Sanjib...

    Can you post a screen shot for PO history ?
    Regards
    Dev

  • Error while doing confirmation as no data for lot found

    Dear QM Gurus,
    We are testing for activating notification type for inspection type.
    We have assigned notification type to inspection type '04'. Thereafter we have removed and made settings as previous.
    But now while confirmation of order, it is throwing error no inspection lot data found in memory.
    please suggest.
    thanks in advance
    thakkar K.

    Is it haapening to the same Inspection lot-prod order combination??.
    If yes then in QM 02 check whether the inspection lot number is exists.if not then put it & close the notification ( status NOCO)

  • HT4623 While doing the update and restoring for IOS 6 on Iphone 4s an error appear it says- The iphone cannot be restored. An unknown error occurred ''3002''. I need help !!

    I need help what could i do to solve this error -problem?

    Hi EddyM96,
    Welcome to Apple Support Communities.
    You may find the steps in this article helpful for troubleshooting your iPhone:
    iOS: Unable to update or restore
    http://support.apple.com/kb/ht1808
    Best,
    Jeremy

  • Special character issue with Resource Object in OIM 11g

    Hello
    While creating Resource Object with special character '/' in OIM 11g, it's not allowing me.
    For ex: Peoplesoft Finance/Reporting
    Do we have any other workaround without changing the Resource Object name??
    Thanks for your help.

    Nothing is there in system configuration related to special character.

  • Domain User profile displays special character "?" in command prompt.

    HI All,
    In our organization, there is one domain user in his profile it shows special character "?". which is stoping JAVA application to Run.
    When you see it in windows explorer, c:\users\username. I am not able to see any special character.
    But when i am login to command prompt and check it shows c:\users\username?> Here at the end of the user name i am seeing "?". Which is giving problem to run JAVA application. I checked user profile ( Firstname, lastname , givenname)
    and there i couldnot able to see any space or special character. The only thing i can see in adsiedit user properties in "TextEncodedORAddress" attribute it shows 
    C=US;A= ;P=abc;O=Exchange;S=User?;G=xyz;I=M; 
    When i check this properties i can see the same in exchange user properties in X400 address. 
    I try to edit and remove the  ? but again it is creating new address with removing ? but reply as it shows with the user name with special character. As i dont know from where it is getting the special character.
    Any help for this will be appreciated... 
    Thanks & Regards,

    check out this link, it might help:
    Moving and Renaming User Accounts
     https://technet.microsoft.com/en-us/library/ee198798.aspx
    example from link above:
    Listing 7.19 Renaming a User Account Within the Same OU
    1
    2
    3
    4
    Set objOU = GetObject("LDAP://ou=Sales,dc=NA,dc=fabrikam,dc=com")
    objOU.MoveHere _
    "LDAP://cn=BarrAdam,ou=Sales,dc=NA,dc=fabrikam,dc=com", "cn=LewJudy"
    Every second counts..make use of it. Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.
    IT Stuff Quick Bytes

  • Can I add special character "$" in the function module parameter name??

    Hi Friends
    Can I add special character "$" in the function module parameter name??
    awaiting for your reply,
    Regards
    Praveen

    >
    prashanth kishan wrote:
    > Thomas,
    > ... What if Praveen passes the $ parameter in that unknown FM and suddenly theres smoke coming from the rear of the CPU? Who's answerable to that??
    >
    > pk
    Blame Canada!

  • Reg. Special Character at end of each line

    Hello Experts,
    I have an internal table of type string which has to be uploaded into the directories
    Each line has to be ended with a comma and for which I concatenated the work area and ',' before appending to the internal table.  This is fine till this point.
    After downloading the file from the directory, when opened with a notepad, i could see a special character (LINE FEED rectangular box) at the end of each line. 
    I couldn't understand why this character got appended at the end of each record.  Pl suggest me on how i can overcome this special character.
    Thanks
    RK

    Hi,
    I am developing one HRMS report for sending salaries to bank. Bank has given one format, there should be 24 spaces at the end of each line in the report. But I am not getting any spaces in the report at the end of line. I have tried soo many ways to get that, but I unable to get spaces. If I put any character it is coming, but if I put space that is not coming. For the line that is set the height of the Repeating Frame long enough to have the blank space. Vertical Elasticity should be expand.
    Also you can try by setting the property *"Vert. Space between frames"* for the Repeating frame.
    Hope this helps.
    Best Regards
    Arif Khadas

Maybe you are looking for

  • Internet Streams in Playlists do not show up on Apple TV

    I use the following setup: - Apple TV MD199LL/A (Software 6.0.1) just updated to the latest - iTunes 11.1.3 for Windows (from a Windows 7 x64) - iTunes 11.1.3 for MAC (from a Apple MacBook Pro x64, Maverix) Homesharing is turned on both computers Fro

  • Safari 5.0.2 crashes when I login to Facebook

    Each time I get on Facebook, Safari crashes. I've read previous discussions and someone said to go to Macintosh HD and then click the Firstaid tab...but I do not have a Firstaid tab. This is the message that pops up: Process: Safari [367] Path: /User

  • Video Tab locked in the ipod

    I converted the dvd files to .mp4 files (Using cusoft). The files were loaded in the itune (by using add files to library). I can play the dvd in the itune on my pc but cannot transfer the dvd files to the ipod because: The dvd tab in the ipod is loc

  • Help please about Clent Export Saga

    I am still experiencing problem in getting a client to export correctly. We have a Sandbox machine that is not of TMS and would like to export a client to DEV. Following the example of someone from this forum, I use another drive with huge amount of

  • SPLIT for line break on ##

    Hi everybody I tried to create a message for an internal abap ticket system. The message is entered by an user on a bsp site. The Function module i have to use only takes the message as a table of char200 lines. So i have to put every 200 chars in an