Maximum limit of total length of all the characters for a custom OM infotyp

Hi,
Can anyone let me know whats the maximum limit of total character length for a OM infotype.
I need to create an OM infotype using PPCI Tcode.
When I am defining the HRI Structure....when total length of all the field is exceeding 900 I am unable to create infotype....I want to confirm whether it is some configuration problem or whether max limit set by SAP is 900 ?

Hi,
The max length of infoobject is 60
for more info
Re: Creating OM infotype
/people/sap.user72/blog/2006/05/27/long-texts-in-sap-bw-modeling
Thanks!
Edited by: M Prasanth on Jan 19, 2009 1:01 PM

Similar Messages

  • Report to find total absences of all the employees for 2006

    we have to find the total absences of all the employees for the year 2006. is there any good report to do this job

    If u wnt absence data then u can create query in SQ01.
    or
    Hope thts wht u wanted ,pls change the code accordingly as per ur need,just refer it as demo code -
    REPORT  ZGILL_ABSDATA                           .
    tables: pa2001.
    data: begin of itab occurs 0,
          Pernr like pa2001-pernr,
          Subty like pa2001-subty,
          begda like pa2001-begda,
          endda like pa2001-endda,
          ABWTG like pa2001-ABWTG,
          KALTG like pa2001-KALTG,
          end of itab.
    start-of-selection.
    select pernr subty begda endda abwtg kaltg  from pa2001 into table itab
    where begda ge '20060101' and
    endda le '20061231'.
    if sy-subrc eq 0.
    write:/2 'Emp No',
           12 'Abs Type',
           18 'Start Date',
           28 'End Date',
           40 'Abs Days',
           50 'Calen Days'.
    loop at itab.
    write:/2 itab-pernr,
           12 itab-subty,
           18 itab-begda,
           28 itab-endda,
           40 itab-abwtg,
           50 itab-kaltg.
    clear itab.
    endloop.
    else.
    message i000(000) with 'No data found'.
    endif.

  • In the Itunes Wishlist there is no price button that you can psuh to buy the items. So I cant buy my whole wishlist without doing it all seperatly and I dont know the total price of all the items. Please help!

    In the Itunes Wishlist there is no price button that you can push to buy the items. So I cant buy my whole wishlist without doing it all seperatly and I dont know the total price of all the items. Please help!

    Both the button and the total cost appear to have been removed in the current version of iTunes - I don't have them either and other people have posted about it as well. You can try leaving feedback for Apple and maybe they'll be added back in a future update : http://www.apple.com/feedback/itunesapp.html

  • Total amount of all the items of invoice at document level to present ....

    We have two cubes one is sales document count cube (header data) and other one is sales transation cube (item level data) . Invoice net val is there in sales document count cube and profit center, principal and item category is ther in sales transation cube.
    our requirement is ,total amount of all the items of invoice at document level to present along with principal, profit center & item category.
    This has to be done in the document count cube and not the transaction cube.
    note: multi provider is not solution. There any solution at query level?

    hi
    If your using 2 ODS one for header and one for Item to 2 Cubes.....
    Then just create a update rule between Item data ODS to Document CUbe mapping the new keyfigure ( Net value of total of all items in sales order )
    If not tel me how the cubes and ODS are fed the data
    Assign points if useful
    Regards
    N Ganesh

  • How to find out if all the characters in a string are digits?

    Hi, I want to write a program that is boolean & it returns true if all the charactrs in a string are digit. i have written a prgoram which returns true if String has digits where as I want it to return true if whole string is digit. can anyone help please?
    public class stringD {
              //construct String
    private String str;          
    public boolean isDigit (String str) {
    boolean answer=true;
    for( int i = 0; i < str.length(); i++ )     {
         if( str.charAt( i ) < (int)'A' )     {
              answer=true;
         else {
              answer= false;
         }//if & else
    }//end for
    return (answer);
    }//end boolean
    public static void main (String [] args)     {
              stringD str = new stringD ();
              System.out.println("String is Thank you 1234");
              System.out.println("If all the characters in string are digits. It will be true: " + str.isDigit("Thank you 1234"));
    } //end main

    boolean b = true;
    for (int i = 0; b && i < str.length(); i++) {
      if (str.charAt(i) > '9' || str.charAt(i) < '0') {
        b = false;
    if (b) {
      System.out.println(str+" is a number");
    } else {
      System.out.println(str+" is not a number");
    }

  • A previous and unrelated text always appears when I need to send a new text. This prevents forwarding texts also, which I need to do all the time for my business. How can I fix? Please help!

    A previous and unrelated text always appears when I need to send a new text. This prevens forwarding texts also, which I need to do all the time for my businss. How can I fix? Please help?

    Hi,
    This sounds like it is about Window positions.
    iChat has Default places for Incoming Invites.
    Video is always top Center of your Screen
    Audio and Text chats are Upper right with the Audio slightly lower than Text Chats.
    Secondary invites are sort of Stacked like when you open multiple files from the same App.
    Your outgoing Windows are "Remembered" as to where the last one was when you used it.
    This can be an issue if you use your Mac with a second display and turn Off Mirroring.
    You windows can get "left" on the other screen.
    Go to System Preferences > Displays and turn On Mirroring and the windows should come back to one Screen/display.
    If this does not help go to your Home Folder/Library/Preferences and delete (Drag to Trash) com.apple.ichat.plist and restart iChat.
    Unfortunately you will need to reset any iChat Preferences you have changed from defaults.
    10:42 PM      Tuesday; April 26, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.7)
    , Mac OS X (10.6.7),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • "songs..can't be updated b/c all the playlists for updating no longer exist

    My Ipod was "off power" for so long that it "forgot" all its music. Now when I plug it in to my base computer, rather then synching it says "songs on the ipod "name" cannot be updated because all the playlists for updating no longer exist"

    Hey.
    See if this can help;
    http://discussions.apple.com/thread.jspa?threadID=121728&tstart=150
    Cheers!
    -Bryan

  • I've seen all the posts for fixing the wifi on the 4s, none of them work!  So, who can tell me why my iPhone 4S cannot find any wifi when it used to easily, and when it does it can never connect?

    I've seen all the posts for fixing the wifi on the 4s, none of them work!  So, who can tell me why my iPhone 4S cannot find any wifi when it used to find wifi, and when it does find a wifi network it can never connect?  You think apple would have a clue how to fix it!  Because turning the wifi on and off doesn't work, resorting network settings doesn't work, even restoring phone to factory default doesn't work...

    Did not work. I've selected iMessage to ON and left it. After a few hours I recieved a message "activation unsuccessful. Turn on iMessage to try again". This has been going on for the past 3 days.

  • HT201269 When I try to setup my new iPad air, I go through all the steps for the iCloud sign-in and choosing security questions and what not. But after I hit the agree to the terms and conditions... It says Apple ID could not be created because of a serve

    When I try to setup my new iPad air, I go through all the steps for the iCloud sign-in and choosing security questions and what not. But after I hit the agree to the terms and conditions... It says Apple ID could not be created because of a server error. Have no clue what to do... I've restarted the iPad and get the same message. But my internet works just fine.

    1. Turn router off for 30 seconds and on again
    2. Settings>General>Reset>Reset Network Settings

  • Report not printing all the characters -main section width greater than 11"

    Hi,
    I am trying to build/modify a Report (used in Oracle Apps) which will be printed on some perforated paper. The perforated paper is little bit wider (11.25 inches) than the regular A4 size paper.
    The problem is when I print the report in Oracle Apps, the report isn’t printing all the characters at end of the page. I adjusted the page width to 11.25" in the main section's property palette, but the same thing is happening. Another point to mention is, I should use all of paper space.
    I am not sure if it’s a report builder issue or oracle apps issue.
    Any help is appreciated.
    Thanks
    Srikanth

    You must have larger margin. Try to make smaller header and/or footer.

  • Is there a way to delete all the messages for a user in CUC 8.6 ?

    With Unity it was possible as an administrator, to delete all the messages in a user's mailbox, directly from the server (Windows).  Now, with Unity Connection (8.6.1) is there a way to do the same ?  When I'm logged as an administrator, I can see, for every user, the number of messages and the size (Mailbox menu) that they have in their mailbox, but what I want to do is to be able to delete all the messages for a specific user... Is it possible with CUC 8.6.1 ?

    Hi there,
    The best way with Unity Connection is with the use of this excellent tool from
    the great suite of Unity Tools (** "reset" feature);
    Unity Connection Bulk User Delete   
    For resetting users you have the option of emptying the mailbox, resetting greetings, deleting voice names, resetting passwords, removing private lists and a number of other options you may choose.  For installations where the user base “changes over” frequently such as schools this may be a nicer option.  This option is also allowed for CoRes installations since it does not involve the removal of user objects from the Connection database.
    http://www.ciscounitytools.com/Applications/CxN/BulkUserDelete/BulkUserDelete.html
    Cheers!
    Rob

  • How to identify all the information for a given company code?

    Hi,
    Our company provides data migration services for SAP and other ERP applications. Our customers provide us the specifications for extractions and conversions. We use one or more 3rd party tools to extract data from legacy systems into text/Excel files. Customers use LSMW to load generated files.
    We just got an unusual request. This customer wants to get ALL the data from SAP for a given company code and dump into Excel. They would do some manual editing on the data and load it into a new SAP client.
    In the past, customers would be more specific in their requirements. For example, they will mention Materials, Customers, Inventory, etc. In this case, the customer simply wants ALL the data for a given company code.
    Q1. Is everything in SAP related to company code, either directly or indirectly? For example, can materials be filtered by company code?
    Q2. The tools that we use let us extract data from SAP using SQL-like queries. How do I identify ALL the tables that I would need for a given company code?
    My feeling is the customer themselves are not clear on what they really want. Perhaps they are expecting us to guide them.
    I would appreciate any thoughts that you may have.
    If there is a more appropriate forum for this question, please let me know.
    Thank you in advance for your help.
    Regards,
    Peter

    hi
    t001w is the master table for plants, u can see all plants in this table.
    regads:
    rajesh.k

  • How to find out all the OKCODEs for a particular screen?

    I am working on t-code CL20N and trying to record with t-code SHDB, in the second screen when I press enter it is coming out, but when I run CL20N without SHDB it is going through all the screens perfectly, SHDB is not working for CL20N.
    Is there any other way to find out all the OKCODEs for a particular screen/s?

    Hi,
    First look for any push button or menu item which can take you to the second screen instead of hitting enter directly in tcode CL20N . If any such button exist in the TCode, u can use the same button in SHDB also for moving to the  second screen.
    Thanks,
    Rajinikanth G

  • TS1717 My Itunes will not launch after downloading and I have tried all the troubleshooting for itunes for Windows 7 64-bit. Do I need to system reboot my computer than try to download it again?

    My Itunes will not launch after downloading and I have tried all the troubleshooting for itunes for Windows 7 64-bit. Do I need to system reboot my computer than try to download it again?

    I'm having a very similar issue, paired with iTunes not being able to get online.
    iTunes shows up in processes and then hangs at 17,000 K or so -- sometimes it will start up, but that (if it occurs) is a delay of literal hours.
    Pretty meticulously went through all the 'cannot connect' trouble shooting, and have uninstalled, restarted, and then reinstalled every piece of apple software; issue is just as firm. Starting in safe mode or admin mode don't fix it; signing in as a different user doesn't fix it.    

  • My ping is 500+ all the time for no reason.

    hey basically my ping is like 500+ all the time for no reason at all
    thats my adsl status
    ADSL line status
    Connection information
    Line state
    Connected
    Connection time
    0 days, 5:42:31
    Downstream
    5,088 Kbps
    Upstream
    448 Kbps
    ADSL settings
    VPI/VCI
    0/38
    Type
    PPPoA
    Modulation
    ITU-T G.992.1
    Latency type
    Interleaved
    Noise margin (Down/Up)
    14.9 dB / 23.0 dB
    Line attenuation (Down/Up)
    26.0 dB / 15.5 dB
    Output power (Down/Up)
    19.8 dBm / 12.3 dBm
    Loss of Framing (Local)
    0
    Loss of Signal (Local)
    0
    Loss of Power (Local)
    0
    FEC Errors (Down/Up)
    1553 / 0
    CRC Errors (Down/Up)
    42 / N/A
    HEC Errors (Down/Up)
    N/A / 0
    Error Seconds (Local)
    34

    Hello ,
    Also we need a speedtest just to have a look and make sure everything's okay? Use this link http://bit.ly/uViAXN and post all the required info Throughput, IP Profile etc..). If that one doesn't work then try this work around link http://bit.ly/sYcqhk .
    Can you also run a test at http://www.pingtest.net and also do websites load slowly?
    Can you also confirm if you're connected at the master socket or an extension? And what your type your master socket is according to this picture
    Are you connected Wirelessly or through a cable?
    Regards Edd
    Check your Line
    BT Speedtester

Maybe you are looking for

  • Screen exit for RF screen LM61

    Hi all,    I have created a screen exit SAPLXLHU 1765 for the dummy RF screen SAPLLMOB 1765.   The new screen has to be part of the XLHU function group, as the screen to be modified is for packing by delivery through the RF transaction LM61.   I have

  • Best way to show movie release date by year under "Movies" section

    I am a proud owner of a new 2nd gen Apple TV. It does everything I hoped. I am using IDentity 2 to capture the movie Metadata and import into a new m4v file. All data is trnsferred into iTunes. The question: What is the best way to have the release y

  • Galaxy s5 constantly rebooting

    My phone started to constantly reboot today, it goes on and then off constantly. Can't access anything or use it. I didn't install anything b/f it happened.  I've tried taking the battery out, multiple times, but that's not working. HELP? Is somethin

  • How to get Organizational Unit of a Master Agreement?

    HI, I am trying to retrieve value of Organization Unit of a Master Agreement but I am getting some code: name. ownerObj=doc.getDocumentOwnerUserReference(); ownerHome=IBeanHomeLocator.lookup(session,ownerObj); ownerBean=ownerHome.find(ownerObj); thro

  • What is the shortcut for paste special?

    Hello I am trying to paste content into a web page and would like to paste the hyperlinks. The short cut has an arrow then command then V. What is the arrow? Thank you