UCCHECK error:  TRANSLATE... CODEPAGE/NUMBER FORMAT is not allowed

Hi ,
I am getting error " TRANSLATE... CODEPAGE/NUMBER FORMAT is not allowed" while doing UCCHECK activity.
Existing code is
  DATA: BEGIN OF BIN_TAB OCCURS 500,  
        SATZ(1500)  TYPE C,
      END OF BIN_TAB.
   translate bin_tab from code page '1100'.
I am getting this error for above statement.
Class  CL_ABAP_CONV_IN_CE should be used but not sure about the syntax.
Please suggest how to resolve it ?
Thanks:
Anugrah

Please refer to below link:
http://wiki.scn.sap.com/wiki/display/ABAP/CL_ABAP_CONV_IN_CE
Thanks,
Sunny

Similar Messages

  • When opening a msword file wit .doc extension i get an error message: import error. The file format is not valid

    when opening a msword file with .doc extension i get an error message: import error. The file format is not valid

    Looks like. I tried in the TextEdit format tab to set all the combinations while opening the file, like plain text, rtf and html without success. Always I get the same signs.

  • Oracle driver error [-87] incorrect number format

    Hi my friends
    In my web application with ora10g r2 this message error occur after a read statement in cds001c table
    I/O function: F, mode: 0, on file/table: CDS001C index: 1 =
    ORACLE Driver Error [-87]: Incorrect number format.
    ORACLE Driver Error [-59]: Preprocessing input data failed.
    ORACLE Driver Error [-35]: Fetch driver function failed.
    what the cause of this error?

    Your web application is what application (including version) running on what operating system using what application server?
    The message you have posted has nothing to do with the Oracle database.

  • I receive the error "The Selected Color Format is not supported" when I try to scan from my HP Office Jet Pro 8610.

    I receive the error "The Selected Color Format is not supported" when I try to scan from my HP Office Jet Pro 8610 using Adobe Acrobat Pro 11. I recently purchased the printer. I believe I ame using all of the defaults. How can I correct the problem?

    Hi,
    Both printer and computer seem to be on same network.
    Please download and run the following utility to troubleshoot on the issue.
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c03275041&cc=us&dlc=en&jumpid=reg_r1002_usen_c-0...
    Also download and install the firmware update from the link below.
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=mp-89897-4&cc=us&dlc=en&lc=en&...
    Although I am an HP employee, I am speaking for myself and not for HP.
    --Say "Thanks" by clicking the Kudos Star in the post that helped you.
    --Please mark the post that solves your problem as "Accepted Solution"

  • TS3899 When I send an email I get an error message that the receiver does not allow "relaying" it doesn't matter who the recipient si

    When I send/forward an email I get an error message that the recipient does not allow "relaying". It doesn't matter who the recipient is.

    Go into Settings>Mail, Contacts, Calendars>your account>Outgoing mail Server>SMTP>Primary Server then turn Server ON and fill in both User Name & Password>under Outgoing Mail Server.

  • Error AA168 Ord.dep.start date not allowed in dep.area 60 (Please correct)

    Hi experts,
    We upgraded to ECC6 from 4.7 version last month.
    For some assets we have start deprecation date filled for area 60 with deprecation key LINV.
    We would like to modify deprecation key to 0000 but we have error "AA168 Ord.dep.start date not allowed in dep.area 60 (Please correct)"
    Have you any idea to resolve this issue.
    Thank you in advance
    Kind Regards.

    Dear Shankar
    here is what i have in transaction
    001     01/01/02/02          01     01     02     02
    002     01/01/01/01          01     01     01     01
    003     01/06/02/02          01     06     02     02
    004     06/06/02/02          06     06     02     02
    i do not anderstand any thing in this transaction
    Can you help me resolving this issue?
    Thanks in advance.
    Kind regards

  • [Fatal Error] jstl::1:1: Content is not allowed in prolog.

    I use Tomcat 5.5, Eclipse 3.0, JSTL 1.1 and the following jsp doesnt work on my system, it comes the error:
    [Fatal Error] jstl::1:1: Content is not allowed in prolog.
    farben.jsp:
    <%@ page language="java" contentType="text/html" %>
    <%@ taglib prefix="c" uri="/WEB-INF/tld/c.tld" %>
    <%@ taglib prefix="x" uri="/WEB-INF/tld/x.tld" %>
    <%@ taglib uri="/WEB-INF/tld/struts-html.tld" prefix="html" %>
    <%@ taglib uri="/WEB-INF/tld/struts-bean.tld" prefix="bean" %>
    <%
         System.out.println("farben 0");
         try { String seite = request.getAttribute("seite").toString();
         //String seite = session.getAttribute("seite");
    %>     
    <% if(seite.length() > 0) { %>
         <c:set var="hnr"><%=seite.substring(0,3)%></c:set>
         <% System.out.println("farben 1"); %>
         <c:set var="mnr"><%=seite.substring(3,6)%></c:set>
    <% System.out.println("farben 2"); %>
         <c:set var="snr"><%=seite.substring(6,9)%></c:set>
    <% System.out.println("farben 3"); %>
         <c:set var="stufe"><%=session.getAttribute("stufeID")%></c:set>
         <% System.out.println("farben 4"); %>
         <c:set var="rolle"><%=session.getAttribute("rolleID")%></c:set>
         <% System.out.println("farben 5"); %>
         <c:import url="/xml/Menue.xml" var="xmlmenue">
         </c:import>
         <% System.out.println("farben 6"); %>
         <x:parse varDom="farben" doc="$(xmlmenue)" />
         <% System.out.println("farben 7"); %>
         <c:set var="name"><x:out select="$farben//hauptmenue[@hnr=$hnr]/@hnr"/></c:set>
         <c:set var="farbe1"><x:out select="$farben//hauptmenue[@hnr=$hnr]/farbe[@nummer='f1']"/></c:set>
         <c:set var="farbe2"><x:out select="$farben//hauptmenue[@hnr=$hnr]/farbe[@nummer='f2']"/></c:set>
         <c:set var="farbe3"><x:out select="$farben//hauptmenue[@hnr=$hnr]/farbe[@nummer='f3']"/></c:set>
    #menue , #${name} {
         background-color: ${farbe1};
         color: #ffffff;
    .aktiv1 , #untermenue {
         background-color: ${farbe2};
    .aktiv2 , #menue a:hover{
         color: #000000;
         background-color: ${farbe3};
         <x:forEach select="$farben//hauptmenue[contains(@stufe,$stufe)and contains(@rolle,$rolle)]">
              .hmenue #<x:out select="@hnr"/>:hover { background-color: <x:out select="farbe[@nummer='f1']"/> }
         </x:forEach>
    <%           }
              } catch (Exception ex) {%>
    #menue {
         background-color: #ffffff;
    <% } %>
    if i change <x:parse varDom="farben" doc="$(xmlmenue)" /> in <x:parse varDom="farben" doc="<test>test</test>" /> it works without error, what can i do ?

    It may be that your source includes some XML that is escaped during parsing. Try this (it worked for me)
    <x:parse varDom="farben" ><c:out value="$(xmlmenue)" escapeXml="false"/></x:parse>c:out is from java.sun.com/jstl/core

  • SP Online Auth Error: Direct login to WLID is not allowed for this federated namespace

    I receive the error "Direct login to WLID is not allowed for this federated namespace" when authenticating for Sharepoint online over https using code from: code.msdn.microsoft.com/windowsapps/Office-365-Create-Windows-5a88ccfc/view/SourceCode#content
    Is there any setting on Sharepoint Online that is preventing successful authentication. The credentials passed are valid.
    Thanks.

    No. SharePoint uses claims authentication for login by default. Since SharePoint doesn't recognize the source of connection you are trying to connect. Try using secure store from SharePoint online to add credentials of your windows app and then try
    working it. Even if that doesn't work then try modifying the C sharp connection to SharePoint code.
    If you find this information useful then please propose this as answer and vote.
    Thanks.
    Ujjwal Patel
     |
    SharePoint Online Support Engineer, MCPD, MCTS, MCAD.

  • How do I resolve an error message 150:30 that will not allow me to open photoshop?

    How do I resolve an error message 150:30 that will not allow me to open photoshop?

    http://helpx.adobe.com/x-productkb/global/error-licensing-stopped-mac-os.html

  • Error "Copying statuses in modifuication mode not allowed, see F1 help"

    Hi,
    I am copying the status EXT_ALV_GRID_NEW of program to a Z status for the same program saplkaep
    I am facing the error Copying statuses in modifuication mode not allowed, see F1 help
    Could any one explain how to solve the problem.
    Please

    Hi,
    Try to switch of modification assistant using following path.
    Edit->modification operations->Switch off modification assistant.
    KR Jaideep,

  • Error: Imported bank file format does not correspond to selected format

    Hi All,
    I am trying to execute FF.5 transaction - Import Electronic Bank Statement - for brazilian bank (Banco do Brasil) but I got an error message no. 8B795 (Imported bank file format does not correspond to selected format), I tried format B (Cobrança/pagar itau) and 1 (Cobrança/pagar bradesco).
    The file that I am trying to upload has 400 positions.
    Does anyone know which format I should to use?
    Regards,
    Daniel

    Hello,
    In my case our bank was sending us a file using the version 085, while we were waiting for one of those: 030, 040, 050, 084 or 087.
    Now they will send these files using the version 087.
    Thank you!
    Caio.

  • Error message destination number format incorrect

    i have sony xperia z3 and when i send a message i get text stating destination number format  incorrect HELP

    Do you have the correct APN settings? how old is your SIM card? are you using the preloaded Messaging app or a third party app?
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • Error in NWDS Creating activity is not allowed

    Hi all,
    I received this error and can't use the NWDI fully...
    the error message is:
    FAILED: Creating activity is not allowed because workspace is not modifiable
    all properties in .dtc, .metadata, NWDS folder, and project folders are not set to read only..
    where i need to change to work that??
    Thanks in advanced!

    Hi Bruno Ricciardi,
    While creating the project from DTR, did you create the project from Inactive DC's?
    You should not create a project from Active Dc's.
    Regards,
    Jaya.

  • KKAX - error 'Manual WIP/results analysis is not allowed for order

    We are running KKAX on some process orders.  A few of them get the error 'there are values for cost element 999999 that are not assigned to any line ID'; however, we do have a line id set up for the cost element, etc; when we drill down further on the message, what we end up with is 'manual wip/results analysis is not allowed'.  The business transaction for this is KABM.  I can see on the order that KABM is not a permitted business transaction. 
    We only have this problem on a few of the orders.  How is the KABM being invoked?  Is it caused by an order status?  How can I fix this?
    Thank you

    Hi Christian
    i have come up with the new business requirement
    I want to change some of the material in one of the plant into discreete.For that, I tried to delete the production version and then tried to uncheck repetitive manufacturing indictor in MRP4 view.
    But it is giving the following error
    Either you are attempting to delete production version 1000 or
    you haveattempted to deselect the repetitive manufacturing indicator for the production version.
    It is not possible to delete the production version or to
    deselect the repetitive manufacturing indicator for the following reasons:
    o Cutoff period for WIP calculation has not yet been
    established. For the period in which a goods receipt was last entered with reference to this production version.
    o The cutoff period for variance calculation has not been
    defined for the full life of the production version.
    Can you please help me out how to resolve this issue

  • HT1688 The number code would not allow me to input a 1 2 or 3 for my 4 digit code.  After numerous tries, it now says iphone disabled connect to itunes.  When i connected to itunes, it asked for the code, but I could not enter it.  How do I fix this probl

    The number pad would not let me type in a 1 2 3 for my 4 digit code.  After numerous tries, the phone now says iphone disabled connect to itunes.  When I connected to itunes, it asked for the code which I was unable to enter.  Help!

    Open iTunes on computer, connect iPhone to computer with USB cable. Hold both Home and Power buttons on iPhone until iTunes recognizes iPhone in Recovery Mode. This usually takes about 20 seconds of holding both buttons. Restore the iPhone Firmware.

Maybe you are looking for

  • Browse and Open  an Image from a phone,  save too

    can anyone tell me how to browse and open an image from the phone and then save that image with different name?

  • How can I iMessage an Irish phone number (iPhone user) from an iPod touch if I only have their phone number?

    Hi there! I would like to iMessage a friend's iPhone from my iPod. I only have their phone number, which is an Irish phone number, though my Apple ID is registered in Canada. I have been unable to find the correct number format i.e. country code, are

  • Room frequency response measurements

    Does anyone know of a Shareware program available that use your PC's sound card to play pink noise while recording from the microphone, and then display the room's frequency response? I have a high-end stereo system and am looking for something that

  • Problem with Server Java Proxy

    I have got an error: Delivery of the message to the application using connection JPR failed, due to: RecoverableException. Could you help me what is wrong with JPR? RWB monitoring doesn't show errors defaultTrace.trc - no errors Messafing System moni

  • My iphone 4 repeats the same song.

    My iphone 4 repeats the same song over and over again. No matter how I seleceted (either playlist or album or artist...) Also there is no scrollbar (timeline) and no button for repeat and shuffle as there used to be in the music player. Whats wrong -