AET char type feild max len allowed 60;how to define length above that

hi experts,
We have created some z feilds using AET.But certain feilds of character type ,needs the length to be more than 60.But in AET we are allowed to only specify the  length upto 60.
please let me know how do I define feilds of character type ;having length more than 60.

Hello Anu,
While you are creating a field using AET, be sure to click on Enable Expert Mode. Then on the field creation screen, you'll see an input field for entering data element. There you can enter the data element you created as per your requirement and hence use it in AET.
Please let me know if you have more questions.
Thanks
Vishal
Edited by: Vishal Kesar on Jul 20, 2010 11:17 PM

Similar Messages

  • How to define Length of char. and KF

    During infoobject creation, how to define the length of char. and KF, is it related to master data text length ? Should we take other things into account? When we see one field in table, the length of the field was defined with 2, but its master data text length was more than 2, what's the reason for this things?
    Edited by: hi ni on Apr 18, 2008 12:12 PM

    hi,
    how to define the length of char. and KF, is it related to master data text length ?
    ther business will have defined  length and type for any characteristics. ex - Materail number may have lenth of max 15 and is Char type.
    but for text max size is by default 40 chars.
    Should we take other things into account?
    get spec from client, that could be better and also consider the field used to map ur char/KF from source system.
    Ramesh

  • I need to restrict printing but keep the Content Type and Page Extraction allowed. How do I keep both the content type and page extraction displaying allowed?

    When I change the settings to allow for the content type and page extraction and save it, it shows allowed.  When I close the pdf, reopen it, review the security properties, it shows the content type as allowed and the page extraction as disallowed. I need both to stay at allowed, how do make this happen?

    The moment that you select not to allow any kind of change done to the file then pages extraction is automatically not allowed as well. There's no way around that.

  • Measuring Point during IK01 not allowing characteristics with CHAR type

    Hi Experts,
    Measuring Point during IK01 not allowing characteristics with CHAR type Only allows NUM,
    could you anyone suggest on this.
    Regards
    Nitin

    May i know the reason of such implementation?
    You can use group code and valuation code for assigning predefined values to measuring documents.
    Moreover text field can be used for assigning short text to it.

  • Unicode Program : # is appearing for data types declared as char type

    Hi friends,
    I have copied one program on unicode system to unicode system. As only char type data types are allowed, i converted structure EP to char type only. Now during execution it is giving dump because it is showing value as '#' for 2 fields whos original data type was P and currency. How shall i convert them? Any suggession will helpful.
    Abhijit

    Hi Sandeep,
    This is my piece of code : Initially structure EP was used in read dataset which is of different datatypes. so i created similar structure ep_c with data type as char. As u suggested, i  tried to declare field BETRG as type currency. Then also it gave dump. (Runtime errors: UC_OBJECTS_NOT_CHARLIKE). For 2 fields BETRG and POHRS which is of currency and dec type originally, i am getting values as '#' causing in dump. In non unicode program both fields have values as '0.00' If i put these values in debugging then after execution, program comes to selection screen! Kindly advise.
    Data : komok(2) type c,
           betrg(18) TYPE c,
             betrg type betrg,
             pohrs(10) type c.
    open dataset seq-in for input in text mode encoding default ignoring conversion errors.
          if sy-subrc = 0.
            do.
              read dataset seq-in into ep_c.
              case sy-subrc.
                when 0.
                  move :ep_c-id to ep-id,
                        ep_c-text to ep-text,
                        ep_c-abkrs to ep-abkrs,

  • How can I use jbo:InputSelect for a char type filed?

    How can I use <jbo:InputSelect for a char type filed?
    I have two tables. One is room (primary key is room(type is char)), another table is responsibility (foreign ker is room(type is char)). Both tables have same length for room column.
    There is a problem:
    If I use (in the "DataEditComponent.jsp" file)
    <jbo:InputSelect multiple="false" datasource="dsEdit" displaydatasource="roomData" displaydataitem="ROOM" displayvaluedataitem="ROOM" ></jbo:InputSelect>
    to get the room input for responsibility from combobox(Datasource roomData is from room table). In the form the room field cannot bind the data in combobox, alway select the first item. And if I select one item and click the update button.There is an error message:
    Error Message: JBO-27010: Attribute set with value H409 for Room in Responsibility has invalid precision/scale
    I found If I changed the field type from char to varchar2 in database also change the entity objects, it works well. I wonder if there are any diffrence using <jbo:InputSelect tag in char and varchar2 type. How can I use <jbo:InputSelect for a char type filed as i don't want to change my datatype in database at this stage.
    I try this in JDeveloper 9.03, 9.034, 9.04. The result is the same.

    If I were in your shoes, here's how I would do it:
    <%-- Assuming you have dsRoom and dsResponsibility --%>
    <%-- Select is an HTML tag --%>
    <select name="ROOM" size="1">
    <% char roomID =""; // Init your character var
    // Open a rowsetIterator to get the records and add them to the LOV
    <jbo:RowsetIterate datasource="dsResponsibility" changecurrentrow="true" >
    <% roomID = (char)dsResponsibility.getRowSet().getCurrentRow().getAttribute("ROOM"); // Grab the char value
    // add the value to the LOV
    %>
    <option value="<%=roomID%>"><%=roomID%></option>
    </jbo:RowsetIterate>
    </select>
    If you are using this as part of an edit page you may want to utilize the "selected" option of the <option> tag. In one instance I am doing this on an edit page because the use may open an existing record. If I don't account for it, then it will change the DB to contain the first value from the list! You can do a simple check like:
    //Set the current record's char
    char curRecord = (char)rowEdit.getAttribute("ROOM");
    // inside the iterate:
    if (curRecord == roomID) {
    <option value="<%=roomID%>" selected><%=roomID%></option>
    } else {
    <option value="<%=roomID%>" ><%=roomID%></option>
    Hope that helps!

  • REP-56055: Exceed max connections allowed: 20

    I have a application server and a db server.I run several reports,then the error message comes up.So I reboot the app server but the problem isn't fixed.
    How to solve the problem?

    When you have a problem like this it is useful to search the forum for the error message.
    See: REP-56055: Exceed max connections allowed: 20
    A quick goggle search found:
    http://www.rittman.net/archives/000514.html

  • Error Addition to stock of material A in storage type 002 is not allowed

    Dear all,
    I am doing GR for PO in WM. During TO creation I am getting this error Addition to stock of material  A in storage type 002 is not allowed. Hence  no storage bins can be entered. May I know under what scenarios this type error props up?
    Thanks  in advance,
    Prashanth

    Please find the explanation in SAP online help:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/c6/f8449d4afa11d182b90000e829fbfe/frameset.htm
    SPRO > LE > WM > Master Data > Define Storage Type
    Check
    - putaway strategy --> V_T3010-STEIN
    - addition to existing stock indicastor ---> V_T3010-ZULAG
    As you can read in the help, other factoers such as capacity may influence this.
    Regards,
    Csaba
    Edited by: Csaba Szommer on Feb 19, 2010 7:55 AM

  • When i try to download an update the dropdown automatically inserts my apple id which is wrong. It's in gray and will not allow me to type in a correct id. How do I stop / delete the automatic insertion of the id?

    When i try to download an update from the appstore the dropdown  menju automatically inserts my apple id (which is wrong). It's in gray and will not allow me to type in the correct id. How do i stop the auto insert so that i can enter the correct id?

    the original apple id was entered incorrectly. Apple says it must be a email address.  My email address is correct but the letter ( t ) somehow got added to the (.com) so that when i try to enter my id it is automaticly loaded with the email address the ends ( .comt ) . According to Apple this is not a "legal" email id.  But it appears on my dropdown in gray and i cannot alter it or delete it, thus preventing me from downloading software updates.

  • I have a mac computer.  I am trying to install flash player but get the message "install adobe flash player wants to make changes.  Type your password to allow this." I do not use a password to open the computer.

    I have a mac computer that uses no password.  When installing flash player I get the message "Install adobe flash player wants to make changes  Type your password to allow this.  I can't get past this message.

    Hi,
    To change your password you will need to open System Preferences, then open Users & Groups, click on Change Password.  Change your password to a temporary one, then when you have finished you do the same procedure to change it back, by typing in the temp password then leaving the new password blank.  Hope this helps.

  • ABAP Dictionary type FLTP is not allowed for screen element

    Hi Experts
    I tried to open VBFA in se16 and i got the message in the status bar like this , what does it mean. please explain.
    "ABAP Dictionary type FLTP is not allowed for screen element"

    Hi,
        This is from help
    ABAP Dictionary type FLTP is not allowed for screen element
    Message no. 37048
    <b>Diagnosis</b>
    The format of the ABAP Dictionary field is only for use within the ABAP
    program and cannot be used in the Screen Painter.
    <b>Procedure</b>
    The field cannot be used in screens. If you want to output the
    information in the field or assign a value to the field from the screen,
    you must use an intermediate field with an appropriate format.
    <b>Reward points</b>
    Regards

  • Trying to install Adobe Photodeluxe (elements 13)   I have box and cd sleeve with serial number,   But registration won't let me type letters only numbers allowed.  Help please.

    Trying to install Adobe Photodeluxe (elements 13)   I have box and cd sleeve with serial number,   But registration won't let me type letters only numbers allowed.  Help please.

    You possibly have a redemption code which has to be converted into a serial number.
    https://helpx.adobe.com/x-productkb/global/find-serial-number.html

  • When trying to delete files, I get the following message, 'Finder Wants to make changes. Type your password to allow this.'

    I'm running Mac OS X Version 10.7.4 on my iMac and am suddenly unable to simply move files to the trash.
    Instead, I get the following message: 'Finder wants to make changes. Type your password to allow this.'
    When I do enter my password, the file does not enter the Trash but seems to disappear.
    I tried to find ways to revert to previous settings that allowed me to move files to the trash, but had trouble doing so.
    How can I get my iMac to run normally?
    Cheers!

  • "Type your password to allow Adobe Acrobat Pro to make changes" appears whenever launching

    The message "Type your password to allow Adobe Acrobat Pro to make changes" now appears whenever I launch Adobe Acrobat Pro 9.4.2 on Mac OS 10.6.5. I am forced to enter my Mac password before every time I want to use Acrobat -- very frustrating. The problem did not used to happen. I think I recently installed an Acrobat update which might have caused this problem to happen. I am logged in as an admin user.
    Here's what I tried. None of these things resolved the problem for me.
    Repair disk permissions.
    Restart the Mac.
    Deleted the key called selfhealingfilename in SHinit.xml.
    How do I resolve this?

    Please try following steps:
    1. Repair your current Acrobat installation
    a. Launch Acrobat
    b. Go to Help->Repair Acrobat Installation
    c. Check all the components and press Continue
    Missing components will be repaired
    2. Now, update your Acrobat.
    Go to Help->Check for updates
    Update your Acrobat to latest version i.e. 942
    3. Again , Launch Acrobat. Acrobat would ask credentials for the first time.
    4. Quit Acrobat and launch Acorbat again. Acrobat should not ask for credentials now and for all subsequent launches . Please reply if you see a different behavior.

  • How to Change Date-Type to Char-Type with Format?, When it.....

    I'd like to Change format Data from Date-Type Column to char-type
    especially, as 'YYYYMMDD' Format, But There are some Error Message.
    I already know, to_char(sysdate, 'yyyymmdd') from dual,
    But When it Applied my Table (has Date Type Column )....
    That SQL was Error...
    Table Description
    ===================
    GUBUN     NOT NULL     NUMBER(7)
    POLCD     NOT NULL     NUMBER(7)
    TITLE          VARCHAR2(200)
    VALUE          NUMBER(7)
    SIDATE          VARCHAR2(20)
    SQL
    ================================
    SELECT TO_CHAR(SIDATE,'YYYYMMDD') as V_SIDATE , -- <== Error
    TO_CHAR(SYSDATE,'YYYYMMDD') as V_TODAY -- <== Ok
    FROM T_POLL
    Error Msg
    ================================
    ORA-01722: invalid number
    .....I don't know Why... plz. help me, it's Urgent...-_-;
    ICQ : 40751557
    MSN : [email protected]
    Finally, sorry for my poor English...

    The reason for the error is you are applying a TO_CHAR function to a character datatype. SIDATE is a character. That field should be a date field. If for some reason, you need it to stay as a character field then you will need to change it to a date then change it back to a character.
    TO_CHAR(TO_DATE(SIDATE,'put format here'),'YYYYMMDD')

Maybe you are looking for

  • HP C4380 software fails to install on Win 7 64 bit

    My HP C4380 printer scanner stopped working, so I added another printer with working scanner to my wireless network, but then I could not get my HP C4380 to run even though it was default, so I uninstalled the other printer because I prefer my HP.  A

  • Regular expressions in String.replaceAll()

    Hi, I'm trying to implement automatic contextual links on a site. What I want is to parse a text (containing HTML tags) and replace every occurence of a word by a link. e.g., the text: "This is a test text for replacement". would be replaced by "This

  • Error when loading wsdl"No global key defined"

    Hi Experts,   I am working on a IDOC -Web Service scenario.The wsdl provided from the destination has been uploaded as a External definition.When I add it to the mapping part, I get an error saying that "No global key defined". Please suggest on this

  • Scroll text in ALV column using OO ALV grid

    Hi All, I have displayed ALV grid on the screen which has four columns. One of the columns is a text field with text255 domain. This Column is also editable. I have following problem and need help; The column for some reason displays only 130 chars.

  • Let me know

    What are the imp. tables frequently we use in ABAP prog. from MM and SD modules. If possible plz give me the fields details also.