Can we Make a field as 500 character

Hi All,
I have requirement to Add one field for which we can add 500 character.
Is this is possible because i know the maximum length for string is 255 character.
Can you please suggest something on the same?
Thanks,
Malkit Singh

Hello Malkit,
You can use some data types like Note or Text which are on the UI not length restricted.
But if you want to persist the data use the Dependent Object TextCollection.
There's also a EC for reuse on the UI. (see the example in the docu)
HTH,
   Horst

Similar Messages

  • How can we make a field confirm control compulsory field

    how can we make a field 'confirm control' compulsory field while creating a vendor code
    this field is under tab default data material tab while creating vendor code in purchasing org .part of vendor

    Hello,
    This can be done using the configuration..
    Go to Logistics - General >Business Partner>Vendors>Control>Define Account Groups and Field Selection (Vendor)--> and select the vendor group for which you want this field to be mandatory.
    Press details --> in the block "field status", double click Purchasing Plant and again double click Plant level purchasing data, in the second page (down), you can see the confirmation control key, that you have to make as req entry.
    If you want the conf control key to be mandatory for all the vendors groups, then you can do this by purchasing organisation level..that config node is just below this settings.
    Regards,
    Sakthi

  • How can we make screen fields obligatory?

    hi, guru's
             how can we make screen fields obligatory while desiging a screen in screen painter (se51)?
    regards,
         satheesh.

    Hi,
    Go to attributes of the field in layout..
    go to program tab and check input field..
    and in drop downlist put required..
    Thats it..
    Reward points if it helps..
    Regards,
    Omkar.

  • How can i make reference field mandatory in MIRO?

    Hi Experts,
    How can i make reference field mandatory in MIRO screen.
    Reference field is not available in field status group.
    I have checkedthe reference number in RE document types in OBA7 .
    But still without entering anything in reference field in MIRO,the document is getting save.
    Any other solution??
    Regards,
    Sumeya offrin

    Hi
    Strange....what you did should work.
    Was an accounting document created for this MIRO? Was it RE type?
    Ofer

  • How can you make a field "key" in transformation rules - master data maping

    Hello ,
    We are in the process of creating some custom master data datasources for HR module. In this we are trying to extract fields from particular infotypes. In my situation we are pulling fields from only one table PA0032.  From this table I am making a view where in I am selecting all the key fields from that table and including 2 other fields (Buliding name and room number). Now I create an ATTR master datasource with this view and check in RSA3 I see the data very good. All this is time dependent data like for Employee he might be in buliding AB room 32 first and then get moved to Buliding CD room 34. So we need to keep a history of the records. Now I replicate the DS in BW system, and create custom infoobjects for building and room no. I create an infoobject called Zworkaddress and dates I use 0VALIDTO and 0VALIDFROm. I make both the dates, bulding and room as attributes of ZWORKADDRESS. Now I map all the fields from datasource to the infoobject but field ZWORKADDRESS is on,y coming up as KEy field not the dates and subtype. Thats why I am getting only the last record not all the records of the emplyee work address. 
    We are using BI 7.0, so my question is how can I make the other fields as key's so that I can have all records.
    Thanks in advance.

    Kiran,
       If you make any one time dependant system will create Dateto and date from internally. we don't need to add those.
    1. for Employee, add Company Address as attribute. make this as Time Dependant. keep Subtype as Compounding key to your employer. then you will get Employee, Sub Type and Dates as key fields. you can have complete history of Employee Address change.
    Hope this helps.
    Nagesh Ganisetti.

  • How can I make a field unfillable when a check box or radio box is selected?

    I'm looking to create a rule that makes selected fields un-fillable when one check box is selected, and fillable when another is selected. Is this possible in Adobe Acrobat?

    In that case they are mutually exclusive, or at least should be...
    You can use something like this as the custom MouseUp script for the check-boxes:
    if (event.target.value=="Yes") {
         this.getField("Field1").readonly = true;
         this.getField("Field2").readonly = true;
         this.getField("Field3").readonly = true;
         this.resetForm(["Field1", "Field2", "Field3"]); // this line will clear those fields as well
    } else if (event.target.value=="No") {
         this.getField("Field1").readonly = false;
         this.getField("Field2").readonly = false;
         this.getField("Field3").readonly = false;

  • Can we make some fields mandatory on CAT5 selection screen ???

    Hi Experts,
    Can we make some of the fields mandatory on CAT5 selection screen.
    I want to make posting period as an mandatory field.
    Thanks in advance.
    Regards,

    Use below link :
    http://help.sap.com/saphelpnw2004s/helpdata/en/7d/f63a22015111d396480000e82de14a/frameset.htm_
    Regards
    Ashish

  • How can i make a field mandatory in SO header .

    Dear expart
    How can i make Customer group  mandatory in SO header data.Under sales tab pricing and static.
    Plz give me spro or the direct transaction code if any.
    Yeasin

    Hi Yeasin,
    There are three ways.
    1) By using incompletion procedure by using OVA2 T.Code which is already discussed by Raja.After this assign this incompletion procudere to your document type in VOV8 and also check the box incompletion messages.
    2)By using SHD0 T.Code.
    Goto SHD0 T.Code.
    Enter the transaction code as "VA01".
    Select the transaction variant as "BUS2032".
    Two programs will appear .Select the last one(BUS2032_4480).Click on details.
    Search for the field "VBKD-KDGRP" using "CTRL+F".
    Against that field tick the mark Required.
    Save.
    3) By using SE51 T.Code.
    Enter the program name as "SAPMV45A" and screen number as "4301".
    Select Layout editor.
    Click on Change.
    The screen layout will be opened.
    Select the field "Customer group" and double clik on it.
    Attributes screen will be opened.
    Goto Program tab and for the Input field,tick this and for input select the option required from the dropdown.
    Save.
    Now If you then you can find it as mandatory.Among these three you can use any one.
    Regards,
    Krishna.

  • Can I make certain fields conditionally required?

    I am TOTALLY new to acrobat- just to put that out there first. I am wondering in acrobat (NOT formscentral or indesign) how to make certain fields required based off the answer of the previous required field.
    I.E  first required field- "is this a single application?" if so, do NOT make the next few fields required
    "is this a joint application?" if so, make the next rew fields required.
    Can I get some help with this?
    Thanks!

    What is commonly done is a button is used to initiate the email, using a "Submit a Form" action and specifying the email address of the recipient. The submit will fail if any fields that are marked as required are blank. In your case, you need to set the required property of certain fields conditionally, based on the sate of the form, and this will require a bit of scripting. It's not overly complicated though and you can get some help here.
    The Acrobat help document is a good place to start, though it won't help with JavaScript programming. A good resource is AcrobatUsers.com where there are a number of tutorials and other resources available about forms.
    Be aware that submitting form by email is often less reliable than expected, for many different reasons. A more reliable and secure approach is to set up the form to submit to a web server, but this involves even more expertise as it involves server-side programming and interacting with a PDF form. Emailing may seem sufficient for your needs, but be aware of the alternatives.

  • Can I make form fields highlighted by default?

    When the user opens the form, can the form fields be highlighted by default?
    Thanks.

    Normally you;d place the code in a  document-level JavaScript, outside of a function definition. To do  this, select: Advanced > Document Processing > Document  JavaScripts > Add
    - Yes, that's exactly what I did and pasted the code above into it, giving it a name.
    Delete the function skeleton that it provides by default and enter the code.
    - I didn't see any function skeleton, but a blank window.
    But  I want to make sure we're talking about the same thing. What I  suggested will highlight the active fields (e.g., not hidden and/or not  read-only) with a background color, which defaults to light blue. If  you're asking about a field border color, what you may be seeing are the  red borders of the fields that are marked as required, which is a  different matter. Can you clarify which you're asking about?
    - No, I don't see any red borders. Yes, I wanted to highlight the active fields with a background color. In the case of the code above, the color is "red" not blue so I expected to see a red background color. Won't the code above make the background color red? My forms open with a blue highlight by default (can't figure out why) so the only way I can check to see if it's working is to use a different color.

  • How can i make a field mandatory in MIRO transaction

    Hi,
    In transaction MIRO,
    in the details tab there is a field Cent.bank .......
    I want to make that mandatory for the specific comapny codes
    Please suggest me some exits or Badi's so that i can code in it .........

    Hi,
    pls try out the following way to find a BADI in the transaction...
    SE37->SXV_GET_CLIF_BY_NAME.
    DISPLAY MODE
    set up a breakpoint there. In new seesion open the tcode MIRO
    At that time, it will stop this function.
    Double click on the function field EXIT_NAME.
    This would provide you the BADI that in your transaction.
    thanks
    ravi

  • Can i make text field's not show up before other fields?

    text fields on an iDVD page show up before everything else - i.e. the slide show and movie fields sweep in later.
    anyone know how to change this so they all come in together? either all sweep in or all are there from the start?

    You can't it is fixed.

  • Can you make a field expand based on characters in a PLD

    Is there a way to have the City on a PLD expand based upon the characters so the State field is not so far away?
    On the checks when you have the address area, it has a huge gap between the two fields. We do not use the address field as the block area causes a space so we have separate fields for the address.
    Thanks

    PLD is a very basic tool.  The goal you try to achieve may not be available as I know of.
    Thanks,
    Gordon

  • How can I make duplicate fields (while designing a new form in formscentral) so that I can type a name once and have it show up on each page?

    http://www.pinterest.com/pin/create/extension/
    http://www.pinterest.com/pin/create/extension/

    Get DIVA GPS.   The Free version may be all you need.
    http://www.divahtml.com/products/divaGPS/current_menu_location.php
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • How to make a field as required in Page customization

    Hi,
    Please help me as how can i make a field on Master agreement as required Field in Page customizations.
    I am able to hide the same field, but, I am not able to make it as a required field.
    Regars

    Hello Janaki,
    Goto page customization under User Interface in System Setup. Once you are there click the Object Name in the page customization list.
    1) Click Edit -> Click add button and click pencil icon just in front of newly created entry. In the Field ID field give the Field ID value per the UI View from the RG (Resource Guide).
    2) Select Property from the drop down as "Required".
    3) Select Yes radio option under the Value. and click ok and then click save.
    Thats it. It should make your field as required field.
    I hope this helps.
    Regards,
    Jagjeet Singh

Maybe you are looking for

  • The session getattributes lost one row of data in the html input table

    Deal all, I have input three rows of data in a html table. But I found the last row will disappear and lost when it return the data to backend. I think that maybe caused there is an error checking which prompts an error and after that , I change the

  • Problem with JDBC and VARCHAR-Columns

    Hi, i have a problem handling VARCHAR-Columns via JDBC. I.e. by using the JDBC-components of <SunONE Community Edition Update 1> any attempt to store any other then numeric values (like "0", "01", "999" etc.) in a column of type VARCHAR results in an

  • Can i use an external dvd to rip music cds to ipad air?

    I have a new Ipad air and a Samsung external DVD writer. Can I rip my music CDs to the Ipad using the Samsung?

  • Using the SAX Parser

    As I reported in this thread: Carriage Returns in XSLT output I am trying to produce a text output file with each line terminating in cr-lf (using the output from ViewObject.writeXML() passed through the XSLProcessor.processXSL() method to apply a XS

  • Wrongly dispose of full asset instead of partial

    Hi Friends, Can you please give me suggestion, it is very urgent .. When I'm trying to Dispose the asset 60 by using ABAVN T.code,  I have to do only partial amount of 35000 instead of 40000. But I have posted 40000 Full amount. How to reverse this a