Hi Experts.. How to make scripts & SmartFrom Unicode enable

Hi Experts..
How to make Scripts & Smart From Unicode enable? i know for scripts we need to check with driver program & 
For smart from we need to check the generated function module. Correct me if am wrong. 
I wanna to know how to make layouts & from Unicode conversion....or enable??
Thanks In Advance
Santosh.S
Points for sure ...

Hi Donghai,
Have you tried using the command
CHAIN ENDCHAIN.
Try displaying the message for te field you wish to within CHAIN and ENDCHAIN which will allow you to enter the data in the field even after the error message is displayed.
Caution: Mention all the field names in CHAIN and ENDCHAIN which you want to be open for enterin the values into it.
Thanks and Regards,
Kunjal Patel

Similar Messages

  • How to make Solaris 8 UNICODE supported

    My Solaris 8 doesn't support UNICODE. That's why, I can't write � in a file.
    I think UNICODE support will remove this problem
    How to make Solaris 8 UNICODE supported.

    In the initial "dtlogin" screen, select a "UTF-8" locale when you login.
    You may have to install additional locale files for UTF-8 support from the Solaris "Languages" CD.

  • How to Make the fields Delta enabled or Change pointer enabled in R/3

    Hi ,
    I have a scenario, in which we are using the DS 0CUSTOMER_ATTR to load the master data.There are some fields added to this data source but this fields are not delta enabled i.e. when these fields change in R3 it does not write to Change Pointers ( and hence no delta ). For this reason every week we have to do a full load which takes very long.
    Can any one suggest how to make this fileds delta enabled or how to know weather these fields are writing the Change pointers or not in R/3 when they change?
    Regards,
    Vishnu

    Hi Vishnu,
    In your case you need to build the logic for your custom fields as you have enhanced the Business Content DS..
    The way you can build the logic would be using the CDHDR and CDPOS tables if the changes are recorded in those tables.
    The above tables contain any changes done to any documents..
    Let me know if it helps..
    Best Regards
    Avinash

  • How to make script faster

    Hi,
    I have a table with huge volume of data. I am doing following activity using SQL script
    1). alter table my_tab add new_col NUMBER(10);
    2). update my_tab set new_col= 50;
    3). alter table my_TAB modify new_col NOT NULL;
    4). Create index on my_tab(new_col);
    Above scrip is taking around 10 hours to excecute.
    Could any one please suggest how to make it fast.
    Thanks.

    amit_hum wrote:
    Hi,
    I have a table with huge volume of data. I am doing following activity using SQL script
    1). alter table my_tab add new_col NUMBER(10);
    2). update my_tab set new_col= 50;
    3). alter table my_TAB modify new_col NOT NULL;
    4). Create index on my_tab(new_col);
    Above scrip is taking around 10 hours to excecute.
    Could any one please suggest how to make it fast.
    Thanks.You haven't told us your database version.
    You haven't shown us the details of your table structure or an example of the data, or even how many rows is a "huge volume of data".
    Without proper information we would just be guessing and that doesn't help anybody.

  • How to make the custom field enable/disable in ME21n/ME22n/ME23n trans

    Hi Experts,
    I need help.
    I have created one custom field in the transaction ME21n/ME22n/ME23n under customer data 2 tab. But my problem is the field is always in enable (means editable only)  even in Display mode. How to make the field is non editable in display mode and editable in change mode.
    I have tried by putting some logic to make that field to change alternatively according to change/display button. And it is working fine but if we click any othe button , this field is becoming editable even in display mode.
    How to make this field to behave as standard fields?
    Please reply me <removed by moderator>
    Thank you in advance.
    Best Regards,
    Divakar.
    Edited by: Thomas Zloch on Mar 2, 2012

    If you have BADI implimented for custom tabs then you can do this in method ME_PROCESS_PO_CUST~FIELDSELECTION_ITEM
    lv_changeable = im_header->is_changeable( ).
      LOOP AT ch_fieldselection ASSIGNING <fs>
        IF lv_changeable IS INITIAL.
          <fs>-fieldstatus = '*'. " Display
        ELSE.
          <fs>-fieldstatus = '+'. " Change
        ENDIF.
    endloop.

  • Can we make ABAP programs Unicode enable after  SAP sys is converted to uni

    Hello Experts,
    Can we convert the Non Unicode ABAP programs to Unicode after upgrading non unicode SAP system to Unicode?
    Is there any serious problem?
    If Non Unicode SAP is upgraded to Unicode without converting all non unicode ABAP programs to Unicode.
    Thanks in advance.
    Hari

    Hi
    There is no need of correcting the programs from Non unicode to Unicode
    After migrating the system from non Unicode to Unicode you have to run certain Notes (which will be done by Basis) to take care of this.
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • How to make exit class unicode complaint

    Hi Experts,
    I am trying to make class of category 'Exit class' unicode complaint as it shows me error message as "The program "ZCL_EX_DEF_STP_GATEWAY========CP" is not     
         Unicode-compatible, according to its program attributes."
    But in properties section whenever I try to check unicode flag it shows message as
    "Exit classes/interfaces can only be edited using the BADI Builder".It do not allow.
    Is there any way to make it unicode complaint?

    hi Yogesh,
    Try to use SE18 and see if there is any option for this.
    Regards,
    Vivek

  • How to make script depended on specific network???

    I hope that someone can help me with this. I do not yet have much experience with scripting, but I made a script which connects my macbook to a folder on my NAS. However, if my local network is not available the script will hang itself waiting until it can mount. Also limiting the repeat loop does not help since it will still hang within the loop. I was just wondering if I can start the script with a command which says that the script should only be executed if connected to a certain ip adress or Network-name. This is my script sofar:
    tell application "Finder"
    repeat
    if not (exists folder "Backup" of desktop) then
    try
    mount volume "afp://user:[email protected]/Backup"
    end try
    end if
    if (exists folder "Backup" of desktop) then exit repeat
    end repeat
    end tell
    Thanks for any help in advance!

    Thanks, that's helpful! Reason of the repeat is that the real script contains three folders to which the computer has to connect. Sometimes the computer/NAS is still busy doing something else so it needs an extra attempt before connection is made.
    By the way, for those who are interested, I seem to have managed to make a script to check for the network first:
    set myIP to (do shell script "system_profiler SPAirPortDataType|grep -e 'Current Wireless Network:'")
    if myIP does not contain ("Current Wireless Network: xxx") or myIP contains ("turned off") then error number -128

  • How to make a window disable/enable in run time in webdynpro application

    Hi all,
    1) my requirement is in run time i want to make the content of a window in disable mode?
    2)  and again it should display in enable mode when we perform some action?
    thanks & regards
    naveen
    Moderator Message: This has been covered numerous times in this forum. Also, the forum is not a free consulting service here to do your job for you.
    Thread locked
    Edited by: Neil Gardiner on Nov 22, 2010 9:27 PM

    Hi,
    You will not be able to do this with a standard radio button, as each one will be in a separate instance of the row.
    The easiest way is to use a checkbox (as you can script this on/off) and then make it look like a radio button.
    Example here:
    https://acrobat.com/#d=sasUNmniOUgs3MwY-p4H8Q
    Hope that helps,
    Niall

  • How to make function module remote enabled?

    I am trying to make the RSCRMBW_GET_CELL_DATA_BAPI function remote-enabled by choosing remote-enabled in the attributes tab in the function builder. When I try to activate the function, I get an error telling me that Reference parameters are not allowed with RFC. In order to get around this, I set each of the import parameters to pass value. This time, I get an error for Generic types not allowed in RFC. I change the I_NO_TEXTS type from C to CHAR50. Finally, I get an error for Type RSCRM_BAPI6111CD_LARGE_T is unknown. I am able to see this type in both the RSCRM type pool (to which the 'unknown' type belongs) and CL_RSCRMBW_BAPI>GET_CELL_DATA_V2 method (which calls the function). However the function builder still tells me that the Type RSCRM_BAPI6111CD_LARGE_T is unknown.

    Hi,
    You need do this in a work around way. My suggestion is you need to create wrapper function module (RFC enabled) with same paramters of fm RSCRMBW_GET_CELL_DATA_BAPI and inside this function module pass these parameters and call  fm RSCRMBW_GET_CELL_DATA_BAPI, then there is no need to change fm RSCRMBW_GET_CELL_DATA_BAPI

  • How to make original N80 voip enabled?

    Since the voip is available for the N80ie(internet edition),I wonder if nokia will make the voip available for the original N80,since both the the N80 have same features.Wouldnt it be great to include voip in the next firmware update for nokia N80?

    Though note that the N80 to N80ie upgrade is not yet available for all networks - at least, it wasn't available for Voda UK when I checked on Monday or Tuesday.
    Re the original question, a very quick search would have come up with the following:
    For the voip , try
    http://www.fring.com
    and/or
    http://www.gizmoproject.com/
    http://gizmovoip.com/learn/Message Edited by patc on 08-Mar-2007
    09:44 AM

  • UIX:train - how to make all links available/enabled

    Is there a way that I can default all of the links in a uix:train to be enabled, rather than just the next link after the selected Index? (selectedIndex+1)
    I tried using the disabled attribute and setting each link to disabled="false", but that doesn't work.
    <uix:train value="1" formName="PersonalInfoForm" formSubmitted="true" id="piTrain" >
    <uix:contents>
    <uix:link text="Account Search" />
    <uix:link text="Basic Account Detail" disabled="<%=disabledFlag%>" />
    <uix:link text="Distribution Detail" disabled="<%=disabledFlag%>" />
    <uix:link text="Data Permissions" disabled="<%=disabledFlag%>" />
    <uix:link text="Report Permissions" disabled="<%=disabledFlag%>" />
    </uix:contents>
    </uix:train>
    Thanks!
    -Teri Kemple

    No, a train is meant to handle sequential processes. To handle things in parallel, you can use a tabBar or a subTabLayout.

  • How to make powershell script.

    How to make script that copy content from notepad to other notepad and reverse the text?

    If you mean a .txt file then there's three aspects to your question.
    Open a file and read the text
    Reverse the text
    Save the text into a new file
    For point one, this technet article is good:
    http://technet.microsoft.com/en-us/library/ee692806.aspx
    For point two you could turn the text into one or more strings, then convert those into arrays, loop through them and then re-assemble them. This article shows you most of that:
    http://technet.microsoft.com/en-us/library/ee692804.aspx
    And finally you need to save that text as a file, there's lots of ways but the Out-File cmdlet is the simplest.
    This might also be of use:
    http://www.ehow.com/how_7174023_write-basic-powershell-script.html

  • How to make AE script folder?

    Hi, i want to ask something about script in after effect CS6. I have many script in my AE and I think its quite difficult to find the script i want. So, how to make script folder in AE or maybe group of script? So if I want to use the script i can find it easier....
    Thank you and sorry for my bad english...

    // create a new FolderItem in project, with name “comps”
    var compFolder = app.project. items.addFolder(“comps”);
    AE CS3 Scripting guide, page 78

  • How to make a restart of the workflow in a process controlled workflow?

    Hi Experts,
    How to make a restart of the workflow in case of process controlled workflow? Scenario is like this:
    The user has created a shopping cart with 1000 USD. The process schema has three process level with the first level being approval with completion.
    The first level being executed by the responsible purchaser. Here, the purchaser adds the source of supply and changes the price of the shopping cart 2000 USD and approve the shopping cart.
    Now, I want the approval task to start from beginning so that the requestor can know the changes and accept/reject the changes.
    Thanks and regards,
    Ranjan

    Hi,
    Restarting workflow goes to 1st level approval step. It is not requester.
    I think you need to set condition for "Acceptance by Contact Person" in Define Process Level.
    Regards,
    Masa

Maybe you are looking for

  • Convert Document with Photos to Adobe and the images go fuzzy???

    Hi, I am at a loss and hope someone can help me. I'm in charge of making a club newsletter in PowerPoint, and all that goes fine. I'm putting really good quality photo's in it and thats all ok too. But when I convert the document to a PDF with Primo

  • How to place the Excel fine in the UNIX Directory

    Hi Gurus, We are having requirement where in the data extracted from Bex Query has to ve placed in UNIX directory in CSV formate.   It is very urgent. Thanx in Advance.

  • Text kerning squeezed and uneditable for multiple fonts in 10.8.2

    Just updated to 10.8 (10.8.2).  Upon update many of my user added fonts are not kerning correctly.  In fact the letters appear on top of one another.  As a workaround, I tried to adjust the character spacing in the Inspector, but this does nothing. 

  • Current update to iMac issues

    On 05/10/13 I received a update notice for the Mac , I selected to down load and install, my Mac is less then 6 mths old,  it then stated to "restart the Mac" I selected ok, the Mac shut down and then restarted but with out sound, doesn't prompt when

  • Qualified table issue

    My excel sheet has 3 coloumns  taxcategory  taxclassification  taxclassificationdesc my main table come with fields countrycode  classification and others i need to model this in my repository I have metioned taxclassification as my lookup qualified