Smartform (Bid) with # characters only ?

Hi guys,
For some reason, the smartform for the bid displays "#" characters only =( 
Is this a bug ?
Regards,
Diego

Hi Diego,
the main objective of this forum is the capitalization of SRM knowledge. A kind of solution database.
So anybody can try to find responses to his/her issues.
I would accept that new comers would not find the right thread immediatly.
But you are not a new comer, and this question was already posted by.... YOU !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
PO without Data ?   (Output with -> ########)
This would avoid other users loosing their time.
Rgds
Christophe

Similar Messages

  • Out of 132 characters 84 characters only displayed

    HI,
    I have created text element (TEXT SYMBOL) with 132 max.. characters , but out of this 84 characters only displayed on the selection screen......
    I have used in the program below code,
    SELECTION-SCREEN BEGIN OF BLOCK  A WITH FRAME TITLE TEXT-001. "
    SELECTION-SCREEN END OF BLOCK A.
    Here text symbol text is " Selection Screen sample with Radio Buttons and select the below radio buttons we have given names like the  ALV or LIST or None, see"
    But in this case only  " Selection Screen sample with Radio Buttons and select the below radio buttons we ha" tetx is displaying......on selection screen block area
    Please let me know the reason......
    Thanks,
    Madhu.
    Moderator message: please consult ABAP documentation before asking.
    locked by: Thomas Zloch on Sep 2, 2010 10:53 AM

    Hi,
    Since Release 6.20, a standard width of 120 columns has been defined for the outer frame for text-symbol,but  the width was previously 83 columns before its release.
    The below code shows the text symbol where text-004 = abcdefghijklmnop..... of 132 characters.
    But it will display only 84 characters.
    SELECTION-SCREEN BEGIN OF BLOCK b4 WITH FRAME TITLE text-004.
    SELECTION-SCREEN END OF BLOCK b4.
    so if u want to display entire text it can be viewed on your list ,
    write: text-004.
    This would be helpful.

  • Regular Expression Numeric characters only

    Hi All,
    I'm trying to select just the numeric characters only. However, this regexpression returns data that also has a - in it or alpha characters, such as 58-69-30-008 NWSE. I don't want this.
    I just want rows with ONLY numeric data.
    WHERE servloc like '%[0-9]%'Thanks for your help,
    John

    LPS wrote:
    try this
    where regexp_like(servloc,'[0-9]');The above will return any servloc that has at least one digit. OP asked for "just the numeric characters only". Correct regexp_like would be:
    where regexp_like(servloc,'^[0-9]+$');Or:
    where regexp_like(servloc,'^\d+$');SY.

  • Please explain me, how to remove an usb stick or memory chip? With experiences only in pc:s, I do not find on my first apple e.g. MacBook Air a solution. Until now I have succeeded to destroy one chip full of photos and - there's no life more in the port.

    Please explain me, how to remove an usb stick or memory chip? With experiences only in pc:s, I do not find on my first apple e.g. MacBook Air a solution. Until now I have succeeded to destroy one chip full of photos and - there's no life more in the port...
    Someone told me just to remove the chip in clicking it to the trash can and voilá - it would be done. But as I did so, on the screen appeared a text which let me know, that that way had been the wrong one...
    I should have clicked Finder plus something.... which I do not now remember but which was then not found behind the Finder.
    So please would someone be so kind and tell me, where I can find explanations for the most simple functions. The manual I got does not include a clue.
    Thank you!

    First make sure that no application is using or has open any files on the disk. Then:
    Click and drag the disk icon on the desktop to the trash. Wait for the system to recognize the action, and the icon should disappear from the desktop. It is then safe to remove the device.
    Alternatively, you can secondary click on the disk icon, and then primary click "Eject (name of disk)". Wait for the icon to disappear off the desktop, and then it is safe to remove the drive.
    Here is a detailed help document on the subject.
    http://docs.info.apple.com/article.html?path=Mac/10.7/en/mchlp1056.html

  • How to resolve bug RC4 encrypt-decrypt on iPAD with AIR15 only

    Hi everybody,
    I have some trouble with AIR15 only, In the past, I created a small game on iPad It could send or receive messge from server. I used lib as3crypto.swc encrypt or decrypt message (RC4). But when I upgrade to AIR15 encrypt-decrypt cannot work ( Another thing about this crash is that it only happens with a release (adhoc or appstore) build but NOT with a debug build). I check so many time but i don't know what is problem here.
    Please help me, thanks so much any advice.
    P/S: My game have many swf files (code and resource). I must combine multiple SWF files into one.
    Class RC4.as
    import com.hurlant.crypto.prng.ARC4;
    import com.hurlant.util.Base64;
    import com.hurlant.util.Hex;
    import flash.utils.ByteArray;
    public class RC4
      private static const key:String = "keytest";
      private static var byteKeys:ByteArray = Hex.toArray(Hex.fromString(key));
      private static var rc4:ARC4 = new ARC4();
      public static function encrypt(clearText:String):String
      var byteText:ByteArray = Hex.toArray(Hex.fromString(clearText));
      rc4.init(byteKeys);
      rc4.encrypt(byteText);
      return Base64.encodeByteArray(byteText);
    public static function decrypt(encryptedText:String):String
      var byteText:ByteArray = Base64.decodeToByteArray(encryptedText);
      rc4.init(byteKeys);
      rc4.decrypt(byteText);
      return Hex.toString(Hex.fromArray(byteText));

    Sorry, exact message is "this movie could not be played".
    There are hundreds of posts about this message but no one states a clear solution to the problem.
    Your help will be much appreciated.
    Thank you.

  • I updated my IPhone 3GS to the new 5.1 operating system and have since had a range of problems with not only my phone but also my IPad.

    I updated my IPhone 3GS to the new 5.1 operating system and have since had a range of problems with not only my phone but also my IPad.
    Programs (Safari, mail, messages) keep crashing, mail will not delete properly (some will keep popping into my inbox again for no reason!!!), slow, settings lock up etc. etc.
    This only seemed to become an issue once I updated to ios 5.1 and funnily also affected my Ipad even though i hadn't updated the software yet. I have since updated the software on my ipad thinking it might help too but that only made things worse!! So I am not sure if it's an ICloud issue, but when i try to disable ICloud my devices lock up as well.
    The battery life is also shocking!!
    I have hard reset both devices, restored both devices, reset the setting and tried a whole host of other suggestions (like closing background programs) on this forum buit nothing works and i am tearing my hair out.
    I looked in the phone and ipad log and there do seem to be low memory reports though i don't know why these are occuring now when they never have before??
    I don't know if I can restore the old operating system (If I can please let me know how). The phone or ipad are not jailbroken.

    but you should have a backup in itunes.
    Every time you sync your iOS device iTunes creates a backup. go check if its there, iTunes Preferences >Devices. and there you should see if you have a backup, and in case from which date the backup is.
    And ofcourse you can get your icloud data back by just logging in with your Appleid under icloud in settings on the iphone.
    But anyway, if the iPhone works when you restor it as new: try adding your backup, and see if the issue comes back. And experiment with your backup and try to work out what is causing the issue, my guess is that its some app!   Good Luck!

  • User with read only access on a schema - How?

    Hi all,
    I want to create a user with ready only access to a particular schema. The user should have only 'SELECT' option on all objects of the schema.
    Thanks !

    Ven wrote:
    Hi all,
    I want to create a user with ready only access to a particular schema. The user should have only 'SELECT' option on all objects of the schema.
    Thanks !There is no single command. You have to grant object privelges by object.
    Use sql to write sql
    connect <schema_owner>
    spool doit.sql
    select 'grant select on ' || table_name || 'to <selected_user>;'
    spool off;Probably best if <selected_use> is a role instead of a specific user, then grant the role to whoever.

  • How to create a user with read only access for ESB / BPEL Console

    I need to create a user with read only access to ESB Console & BPEL Console. I have created a user
    (esbreadonly) and assigned ascontrol_monitor role but user is still able to
    delete services from ESB systems (such as DefaultSystem). Is there any way to
    create a user that has strickly read only access to ESB Console & BPEL
    Console
    Thanks
    Dinesh Patel

    Check out this post.. I'm in the process of testing.
    http://chintanblog.blogspot.com/2007/12/i-saw-numerous-people-asking-about-bpel_290.html

  • Brand new Ipod touch G4 with sound only in one earbud

    I have a brand new Ipod touch G4 with sound only in one earbud.  I have tried different types of headphones, but get the same result.  If I jiggle the connector pin, I can get sound on both earbuds, but only on one side when the connector pin is push all the way in.
    I have an older Ipod g4 without this problem
    any suggestions?

    Try on your ipod going to Settings-General-Accessibility. Scroll down into Hearing and see that Mono Audio is off. Maybe that's the problem.

  • Language:  Filename with characters for arabic turns question mark

    Language: Filename with characters for arabic turns question mark
    OS: Solaris 9
    Machine: Sun-Fire 25K
    There is an adobe distiller software that is configured and a java apps. There are postscript files that are being converted to .pdf format using the adobe distiller. Using the GUI (using the Exceed; for remote access), when they use GUI to convert the postscripts to pdf files, the long filenames have the corresponding characters for arabic reading purpose. This is OK.
    When we use the windows RUN to telnet the server and convert the postscripts to pdf, it gives a question marks characters in the filenames ( this; is a sample; filename; ?? ??? ??; right.pdf )
    We are not sure now if we have to add a package of arabic or a patch to resolve this problem.
    Message was edited by:
    yurioira32
    Message was edited by:
    yurioira32

    Solution found, I'll post the work around to those who might encounter the same problem.
    Somewhere in the layers of technology (webwork or weblogic I'd guess), the servlet response is encoded into UTF-8 regardless. The encoding in the database was ISO-8859-1. Sending ISO encoded bytes by UTF-8 caused the conflicting character codes (anything above 127) to show up as undefined.
    The fix is to decode the input byte array into ISO-8859 string, then encode that string into UTF-8, which can be send by Weblogic.
    isoConvert = new String(buf, "ISO-8859-1");
    out.write(isoConvert.getBytes("UTF-8"), 0, isoConvert.getBytes("UTF-8").length);

  • Final Cut Pro X 10.0.5 Create Storyline with Audio-Only Clips in order to add crossfade transition.

    Final Cut Pro X version 10.0.5 – How to Create Storyline with audio-only clips. I'm following exercises in Diana Weynand's Pro Training Series, and this function is greyed out. Trying to create crossfade transition. New Compound Clip can be activated however.

    Chapter 7. Page 269. Exploring Audio Transitions. Selecting two audio clips, then control-clicking the clips. The dropdown menu to Create Storyline or (Command G) is greyed out. The function no longer seems to be available. I've found other functions that no longer apply with the latest version in relation to the book, and I assume that this is another one. But I'm trying to follow the book the best I can. I know there's a workaround. I can simply select an edit point and add the cross dissolve (Command T), but I wonder if this accomplishes the requested exercise from the book.

  • Text to speech not working with characters such as quotes? Any ideas

    text to speech not working with characters such as quotes? Any ideas

    Hi linz-kirby
    I posted this (link) https://discussions.apple.com/message/27015600?ac_cid=op123456#27015600

  • I have an IPad Air with wifi only. What do I have to do when traveling in Europe to receive wifi?

    I have an IPad Air with wifi only. What do I have to do when traveling in Europe to receive wifi?

    You have to locate acessible WiFi networks. Most major hotels now have WiFi.

  • Issue with characters like u0151 in maintaining text

    Hi,
    When characters are entered as per HU language, we face trouble with characters like ő Ő into text fields like in sales order. As soon as this letter is entered, it is changed to 'O' as in EN language.
    changing -> Options-> Character set -> Central European, makes the display  ő as  ő .
    1. Is this the permanent solution for this problem ? or do we have any better idea ? 
    2. Does this character set do any command in printing (SAP Scripts/ Smart Forms / PDF) ?
    Please let me know your thoughts.
    Thanks
    Seema

    Please post ASP.NET related questions in the ASP.NET forums:
    http://forums.asp.net

  • Problems with characters like "Á", "É"

    Hi, I'm having trouble when reading data with characters "&Aacute;", "&Eacute;", "&Ntilde;" from a database. If I use this:
    stmt = this.conexion.createStatement ();it works fine, but of course cannot access the records in the ResultSet but with method next ().
    As I wanted to use absolute (), first (), etc. I wrote that:
    stmt = this.conexion.createStatement (ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_READ_ONLY);but when I try to read for example the word "P&Eacute;REZ", I get the word "0x50C38952455A".
    Can anyone help? Thanks in advance.

    This is my connection code:
          Class.forName("oracle.jdbc.driver.OracleDriver");
          conn = DriverManager.getConnection(url, login, password);The code that works:
    (1)
        stmt = conn.createStatement ();The code that doesn't:
    (2)
        stmt = conn.createStatement (ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_READ_ONLY);Then, the same code to execute the query:
        rs = stmt.executeQuery ("SELECT MY_VARCHAR_FIELD FROM MY_TABLE");And to retrieve the value:
        String myValue = rs.getString ("MY_VARCHAR_FIELD");The odd thing is that before using a scrollable ResultSet (code snippet (1)), this worked perfectly. But, since I changed to code snippet (2), it doesn't for those characters.

Maybe you are looking for

  • How can i transfer apps from one account to another.?

    now i had bought apps with my old account. but when i sync them into my phone i cant update them using my account, i need the old itunes i had. How can i transfer all bought apps onto my new account?

  • Backing up Macbook using Time Machine and external HD

    I am trying to backup my Macbook using an external HD connected via USB and Time Machine.  When I choose "select backup disk" there are no drives recognized and it's blank.  I was wondering if someone could tell me how to get this to work properly? T

  • Acrobat Form Discount

    Hey ladies and germs. I need help.  I created a purchase form for magazine advertising. It shows rates based on montly group purchases. Size 1 m 3m 6m 9m 12m total full page 100 95 85 75 65 total1 1/2 page 90 80 70 60 50 total2 1/4 page 80 70 60 50 4

  • User Defined Type - Array bind Query very slow

    Hi. I have following Problem. I try to use Oracle Instant Client 11 and ODP.NET to pass Arrays in SELECT statements as Bind Parameters. I did it, but it runs very-very slow. Example: - Inittial Query: SELECT tbl1.field1, tbl1.field2, tbl2.field1, tbl

  • What application(s) would you suggest?

    Hi! I am totally new to dynamic web pages. I see that many applications exist but I am unable to find which one could help me achieve what I want for my web site. Here is my situation. I have a list of local farmers and food producers and I want my w