Help - I need more than 1000 Notes of 4000 characters

The 4000 character limitation of Notes and the limitation of 1000 Notes and the length of time it takes to load in Notes make using iPod notes very limiting. I've experimented with a few other options which I explain below, BUT MY QUESTION IS does anyone have any other suggestions on how to work around the 4000 character limitation?
Here is what I have found to be alternative options:
Split your notes into 4000 character blocks using the split command (open Terminal and type "man split" to read about the command)
Install Linux on the iPod. This worked with my older iPod but there isn't a Linux for the newer iPod yet.
Using Contacts "note"
Summary: Uses a manually created Contacts file to store text of up to 243,185 characters in length. If creating files manually requires special formatting for linebreaks. Compatible with music playback and iTunes sync.
Contacts are stored on the iPod according to the vCard standard. vCard stores contact entries in vcf files. A single vcf file can contain any number of vCard entries. The iPod firmware looks for the vcf files in the iPod Contacts folder. The Contacts folder can contain any number of vcf files and will load all of them into memory when viewing contacts.
Contacts synchronized with iTunes are stored in the iSync.vcf file.
You can paste your text content into an Address Book entry and sync it to the iPod via iTunes. There may be limits in the Address Book application regarding the amount of text it will allow.
Using any text editor you can create your own vcf files and place them into the Contacts folder as well. Using the org and note attributes in the vCard entry in a vcf file you can create a contact that can display up to 243185 characters of text. A sample vcf file with a single vCard entry would look like this:
begin:vcard
version:3.0
org:Sample Note
note:You can use Contact notes to get around the 4k limitation of iPod notes. Doing so requires some changes in the syntax of the text however because the vCard format is fairly restrictive.\nFor one thing any line breaks must be converted to a backslash followed by lower case n.\nFor another many symbolic characters must be escaped by preceding them with a backslash.
end:vcard
The "org" attribute names the contact, and the "note" attribute contains the text, up to 243,185 characters of text. While a vCard entry can only have a single note attribute, you can have any number of vCard entries in a single vcf file.
One requirement of this approach is that the text must be edited to a format compatible with the vCard standard. That means that all linebreaks in the text must be converted to a backslash "\" followed by "n", and any symbolic characters should be preceded with backslash.
The negatives of this approach are that linebreaks must be altered and the notes are mixed in with your contacts. But to the positive they are still viewable while music is playing, and they are left alone by the iTunes synchronization process.
This method does not interfere with listening to a song. This method is independent of synchronizing with iTunes.
Using the Calendar "description"
Summary: Uses a manually created Calendar file or Calendar entries in iCal to store text of up to 20,600 characters in length per calendar event. If creating files manually requires special formatting for linebreaks. Compatible with music playback. NOT compatible with iTunes sync if using a manually created file.
The iPod supports the vCal standard for displaying calendar information. Version 1.0 of this standard uses vcs files; and version 2.0 of this standard uses ics files. Most calendar programs can export either vcs or ics files and there is plenty of information available online for how to convert data from a calendar application into one of these formats.
The iPod firmware will display the contents of vcs and ics fles that are located in the iPod Calendars folder.
Calendar events defined in the vCal standard have a description attribute. The iPod firmware displays the description attribute when displaying the calendar event. It is possible to create a calendar specifically for the purpose of storing text in description attributes. You could create a calendar in a calendar program such as iCal and sync it with the iPod via iTunes, or you could create your own calendar file manually. Unfortunately if you sync calendars using iTunes then iTunes will delete all files in the Calendars folder that it does not directly control, so maintaining any kind of external calendar file is not compatible with syncing calendars using iTunes.
The iPod can read both vcs and ics calendar files, but for creating your own you should use vcs because vcs doesn't have a line length limit while ics does and requires special line-wrapping. The iPod will display only the first 20600 characters of the event description.
A simple vcs file with a single fake event would look like this:
BEGIN:VCALENDAR
VERSION:1.0
X-WR-CALNAME:Notes Calendar
BEGIN:VEVENT
DTSTART:20070201T220000Z
DTEND:20070201T230000Z
SUMMARY:Sample note
DESCRIPTION;ENCODING=QUOTED-PRINTABLE:=0D=0ALine breaks need to be converted to an equal sign followed by 0D followed by another equals sign followed by 0A. There is no line length limit, so the text can be as long as you need. There may be a reasonable limit imposed by the iPod calendar interface due to scrolling.
END:VEVENT
END:VCALENDAR
Each Calendar in the file is demarcated by the BEGIN:VCALENDAR and END:VCALENDAR statements. The VERSION statement when set to 1.0 indicates a vcs file (2.0 should be used in an ics file). The X-WR-CALNAME statement can be used to indicate a name for the calendar. If no calendar name is specified the iPod uses "Other".
Each Calendar event is demarcated by the BEGIN:VEVENT and END:VEVENT statements. Each event requires start and end times (DTSTART and DTEND, respectively), a SUMMARY which is the event title, and the DESCRIPTION which is the text you wish to read. Linebreaks in the description text must be converted to "=0D=0A".
The negatives of this approach are that linebreaks must be altered and the notes are attached to specific dates in the calendar so to find them you would need to navigate to those dates. Of course you could put all notes on the same date, or use different dates or even different calendars (within the same vcs file or not) to organize them.
This method does not interfere with listening to a song. This method is NOT compatible with syncing Calendars with iTunes if you are using a manually created file.
Using Music Lyrics
Summary: Uses the Lyrics section of fake songs to store text of up to 10,000 characters in length per song. Does not require special formatting of text. Incompatible with music playback. Requires the text to be stored in iTunes.
iTunes allows the lyrics of a song to be attached to the ID3 tags of the song and viewed on the iPod while the song is playing. Technically lyrics can be up to 256 MB in length, but the iPod will only display the first 10000 characters.
Using lyrics allows notes to be sorted into playlists just as songs are which could be helpful for organizing them. To attach lyrics though there must be a song as well. It is possible to create a very small MP3 that can be used just to attach lyrics to. The process for doing so is described in forum message 2331260, but the short story is:
- In the iTunes main library window, select a track you want to chop up, and select "Get info". The track cannot be a protected AAC track such as those purchased from the Apple Music Store.
- Go to the "Options" tab. Set "Start Time" and "Stop Time", corresponding to the start and finish of the chunk of song you want to chop out. Click "OK".
- Right-click on the track again in the main library window and select "Convert selection to XXX". (The XXX will be whatever file format you happen to have set in your iTunes Importing preferences at the time.)
- After a little while, iTunes will spit out a second, smaller copy of the track, containing just the music between the Start and Stop times you set in the original track. Rename the new track as you please. You can then use iTunes to paste the lyrics to this song clip.
The negatives of this approach are that it requires synchronization with iTunes, requires storage of the text on your computer as well as your iPod, requires the creation of fake songs in your Library, and cannot be used while a song is playing (unless the song you are listening to is the song that has the text you want to read in its lyrics).
Advantages are that this method does not require any editing of the text regarding linebreaks, and this method allows playlists to be used to organize the notes.
While all of these methods work, none of them are completely ideal. If Contacts could be stored in hierarchical folders then that method would be pretty good.
Are there any other alternatives that people have found to work well to work around this iPod limitation of 1000 max notes of 4000 max characters?
Regards,
Brendan

The iPod shuffle is a music player. The iPods with screens have always been more than that. If the iPod didn't have a calendar, contacts, and notes I wouldn't have considered buying one. Music playing is nice, but I certainly didn't want to carry around multiple devices needlessly. The iPod and a simple cell phone are enough. When the iPhone comes out maybe I'll be down to one device.
As for the Palm, having been a Newton user at the time I was never impressed with anything about Palm except its size. The same people who bought cheap PC's instead of Macs bought cheap Palms instead of Newtons. Quantity rather than quality won out.
Apple learned from that and made the iPod a good size to begin with, otherwise it might have suffered a similar fate.
The only PDA capability the iPod lacks is the ability to edit its content independently of the computer. That would be handy, but it turns out hasn't been a critical need for me. More often than not I need to look something up not change something while away from my office. There is a good side to this though, if I lost the iPod I would not have to worry a bit about losing any Contacts, Calendar events, or Music. Notes though, well that is a different matter, those I backup.
I guess one person's music player is another person's PDA.
Regards

Similar Messages

  • Can more than 1000 notes be uploaded...???

    I have the video iPod, but now I think it ***** couse I cant load more than 1000 notes.
    Can anyone tell me how to change that, and how can I suggest this to Apple....???

    there is a limited amount but i think if you download a form of thigy then you can download that form into the harddrive of th ipod and be able to carry more but the form is illegal and pirated so i wont give it out

  • Work around for adding more than 1000 notes

    I'm trying to load my bible onto my iPod and it consists of 1823 notes. Is there any what to increase the default number of notes that the iPod can accept? Hack...?

    I have the same problem. I don't see the use of having a bible with only part of the Old Testament.
    Can anyone suggest a hack or other setting to override the iPod notes limit?
    It would be muc appreciated!
    I have a 30GB 5th Generation Video iPod.

  • Hi anyone please help .. i am facing issue with acrobat 11 pro version, in acrobat 7  we are able to compare 2 pdfs which are having more than 1000 pages but in acrobat 111 pro it not possible , if try do so acrobat will unresponsive.. please let me know

    please let me know how can resolve this issue... how can i compare 2 pdfs which are having more than 1000 pages.
    Acrobat

    please let me know how can resolve this issue... how can i compare 2 pdfs which are having more than 1000 pages.
    Acrobat

  • Not accepting max cell size more than 1000 in HFM form

    Hi
    in the task list in the user forms iam not able to insert more than 1000 characters in the dev server 11.1.2.1
    while i can do that in the production server 11.1.1.3
    please any one can solve this issue i think i need to increase the max cell size

    Hi
    in the task list in the user forms iam not able to insert more than 1000 characters in the dev server 11.1.2.1
    while i can do that in the production server 11.1.1.3
    please any one can solve this issue i think i need to increase the max cell size

  • Any way to get more than 1000 characters in notes?

    i was just wondering if there was any way to get more than 1000 characters in the notes section of the ipod. i have outlines for school and they are a lot longer than 1000 characters... i didnt know if there is a setting on itunes or the ipod or a hack or mod to make it more than 1000 character limit. thanks for the help

    No.
    You can use the iPod in Disk mode and copy the outlines in their native format (Word?) and put them on your own computer.

  • SendMail: can not send mail with body more than 1000 caracters

    Hi,
    I can not send mail with a body wich is more than 1000 caracters.
    FUNCTION SendMail(SMTPServerName IN STRING,                     
                        Sender IN STRING,                     
                        Recipient IN STRING,                     
                        CcRecipient IN STRING,                     
                        BccRecipient IN STRING,                     
                        Subject IN STRING,                     
                        Body IN STRING,                     
                        ErrorMessage OUT STRING,                     
                        Attachments IN ATTACHMENTS_LIST) RETURN NUMBER IS      
                        AttachmentList VARCHAR2(4000) := '';      
                        AttachmentTypeList VARCHAR2(2000) := '';   
                          BEGIN       ParseAttachment(Attachments,                      
                                                      AttachmentList);      
                                      RETURN JSendMail(SMTPServerName,
                                                       Sender,                       
                                                       Recipient,                       
                                                       CcRecipient,                       
                                                       BccRecipient,                       
                                                       Subject,                       
                                                       Body,                       
                                                       ErrorMessage,                       
                                                       AttachmentList); 

    Hi,
    I can not send mail with a body wich is more than 1000 caracters.
    FUNCTION SendMail(SMTPServerName IN STRING,                     
                        Sender IN STRING,                     
                        Recipient IN STRING,                     
                        CcRecipient IN STRING,                     
                        BccRecipient IN STRING,                     
                        Subject IN STRING,                     
                        Body IN STRING,                     
                        ErrorMessage OUT STRING,                     
                        Attachments IN ATTACHMENTS_LIST) RETURN NUMBER IS      
                        AttachmentList VARCHAR2(4000) := '';      
                        AttachmentTypeList VARCHAR2(2000) := '';   
                          BEGIN       ParseAttachment(Attachments,                      
                                                      AttachmentList);      
                                      RETURN JSendMail(SMTPServerName,
                                                       Sender,                       
                                                       Recipient,                       
                                                       CcRecipient,                       
                                                       BccRecipient,                       
                                                       Subject,                       
                                                       Body,                       
                                                       ErrorMessage,                       
                                                       AttachmentList); 

  • Is it true that iPhone 4s does not allow to take more than 1000 photos?

    Hi!
    Is it true that iPhone 4s does not allow to take more than 1000 photos?
    http://dolboeb.livejournal.com/2299939.html

    Not true.
    Only Photostream is allowed to take a max of 1000 photos, then they will be removed from server/icloud.

  • Hello. Just got Garageband'11 for my ipad 2. Can´t seem to be able to play more than two notes at once on touch keyboard. Help!

    Hello. Just got Garageband'11 for my ipad 2. Can´t seem to be able to play more than two notes at once on touch keyboard. Help!

    Thank you for your response.
    I am trying to sync them both to the same computer (Windows), and with the 2nd ipod, it looks like everything is going to work out fine, until I go to add songs from my itunes music library...then, after a few seconds of me hoping it will work, I get a message that says "Attempting to copy to Lisa's disk failed. The disk could not be read from or written to."
    I thought it might have been my ipod. But then I tried to download songs from my sister's computer, and even my work computer (just to see if it would work), and it did. So I'm not sure what is going on here. Is it my computer, or is it the ipod? Or is it itunes?
    Also, my sister in-law said her issue is similar, in that her itunes doesn't recognize her ipod now that my brother's ipod has been used on their computer. She gets the same message as I do...thus she is unable to download any songs onto her ipod.
    If you have any helpful tips, it would be greatly appreciated.
    Thank you for your time and assistance.
    -- Lisa Soto

  • Query challenge (IN ) not allow more than 1000 numbers

    I have this query in the "IN" condition i am passing more than 1000 numbers and it is showing me error "I can insert more than 1000 numbers in "in" condition" like
    number like 1,2,3,4,..... until 1000. I am getting error.
    How can i write this query as differently
    select a.barcode,a.othernumber,a.owner,b.booknum,b.context,c.dept,c.userid,
    c.firstname,c.lastname from objects a,bookitem b,users c
    where a.othernumber=b.booknum
    AND c.userid=a.owner(+)
    AND booknum in (#valuelist(search.booknum)#)
    order by barcode

    you could use a UNION
    e.g.
    select oid, dob from mytable
    where oid in ( mylist of first 1000 )
    UNION
    select oid, dob from mytable
    where oid in ( mylist of the next 1000 or less )
    I have this query in the "IN" condition i am passing more than 1000 numbers and it is showing me error "I can insert more than 1000 numbers in "in" condition" like
    number like 1,2,3,4,..... until 1000. I am getting error.
    How can i write this query as differently
    select a.barcode,a.othernumber,a.owner,b.booknum,b.context,c.dept,c.userid,
    c.firstname,c.lastname from objects a,bookitem b,users c
    where a.othernumber=b.booknum
    AND c.userid=a.owner(+)
    AND booknum in (#valuelist(search.booknum)#)
    order by barcode

  • To display text field with more than 1000 length in ALV

    Hi Friends,
           I need to display material long text field which is more than 1000 length in ALV or Object oriented ALV.
    Please help me to resolve the issue.
    Regards,
    Jaya.

    Hi,
    U mean to say in a single cell of ALV ??
    It is not possible in ALV .. As per OSS note 857823
    Below is the reason for same.. I think you should to split in number of columns.
    Summary
    Symptom
    Entries in cells of the type CHAR or string are truncated after 128 characters in the SAP GUI.
    Other terms
    ALV Grid Control (cl_gui_alv_grid), function module (Full-screen)
    Grid (Reuse_alv_grid_display, SAPLSLVC_FULLSCREEN), SAPGUI, back end, front end
    Reason and Prerequisites
    The data table that is sent to the front end only allows character values with the length 128.
    Solution
    This is the standard system behavior and cannot be changed.

  • I am running a strain gage test and can't get more than 1000 samples

    A formor employee left a strain gage VI that I am attempting to reuse but no matter what I do I can,t get more than 1000 samples before needing to restart the loop. In the task timing (of NI-DAQmx) I have set the acquisition mode to N Samples and the clock settings to read 65000 samples at 25 Hz. There is a DAQmx timing(sample clock) VI that resets to finite samples and 1000 per channel when I close it but I have reset it to 65500 continious samples and left it open to no avail. There is a rate input to this sample clock on the front window that I have tried setting to several different rates to no avail. The Vi will run about 15 seconds, collect 1000 samples and then ask to verify the file location to save the data to. Upon verifying the file location the VI will run another 15 sec. loop before stopping for verification again.
    If the loop is stopped rather thanhaving the file verified an error is listed:
    Error-200278 occurred at DAQmx Read (Analog 1d WFm NChan NSamp).vi:1
    The given possible reason given is: attempted to read a sample beyond the final sample acquired.
    When I stop attempting to run the VI the block diagram opens with a dark block around file creation block. I need this VI to run for 10 min. collecting samples at about 25/sec. Can someone help me figure out what I am doing wrong?
    I have made screen shots of the VI and the error code to assist finding the incorrect programing.
    Thank you for your help.
    Jim Steinmeyer
    Jim Steinmeyer
    Design Engineer
    Reinke Mfg.
    PO 566
    Deshler NE 68340
    [email protected]
    Attachments:
    strain test error.doc ‏493 KB

    Thank you,
    I was just thinking about being able to increse the size of the doc.  for better visability. I have tried working with the rate input for the DaQmx for the sample clock and it does change the frequency of sampling, but I still get just the 1000 samples. I have included Jpegs this time. I have tried to exppand the two DAQ assistants that arn't expanded but am unable to, I also am unable to find a "propertys" command to open them up and see what exactly they do. The nested while loop for output also seems strange to me. Maybe I would be better to attempt a new program but being new to the language I thought using an existing program might be best.
    Jim
    Jim Steinmeyer
    Design Engineer
    Reinke Mfg.
    PO 566
    Deshler NE 68340
    [email protected]
    Attachments:
    block diagram.JPG ‏134 KB
    DAQmx.JPG ‏129 KB

  • NEED more than 15 menu item in Context Menu ????

    Hi,
    I really need to have more than 15 menu item displayed on Context Menu. I desperately need some workaround or ideas to achieve this
    My client has invested thousands of dollar in Flex Project, he definitely need more than 15 menu item.If this project failed , client will NEVER think to invest in flex.
    Had I been  aware of this limitation before I would have thought some solution by now.This comes as a surprise to me at the last moment ,just fews days before Prod Date.
    I cant also user java Scrip heck  as my Flex application is running inside Dot net Container , I do not access to the luxury of java script
    Pls gents help me get rid of this ...PLEASE provide some ideas.
    Thanks in advance.
    Thanks,
    Dharmendra

    Thanks Natasha,
    I got your point  but as for as I  know grouping like Quality is not possibel in Flax Context menu. I also cant go for window style menu(file,edit) because I need them to be displyed on DataGrid right clk . I am designing a trade datagrid where in trader can see all trades and he can approve/reject etc by just right clk and  selcting proper menu item form Context Menu.
    In case of window style (acrobat.com) menu trader will have to reach to  menu instead of  getting all options on mouse right clk
    I will have to think other alternative wich provides same ease as cotext menu.(God knows what is that )
    Once again thanks for suggestion.
    Regards,
    Dharmendra

  • ORA-24335 - cannot support more than 1000 columns - How to solve this?

    Hi,
    I got error message 'ORA-24335 - cannot support more than 1000 columns ' when i try to insert x no of rows for a table with following code:
    INSERT ALL
    INTO tableA Values ('A', 'B', 'C', 1, 2, 3)
    INTO tableA Values ('D', 'E', 'F', 4, 5, 6)
    INTO tableA Values ('G', 'H', 'I', 7, 8, 9)
    SELECT *
    FROM DUAL
    How to solve above?
    What does it really mean? It's not as easy as if my table has 10 columns than I can't insert more than 100 rows (1000 columns divided with 10 columns = maximun 100 rows to insert), or?
    Is there a better/more appropriate way to do insert many rows?
    Should I do my inserts with an OracleTransaction (My application is developed with C# and asp.net), as ~follows
    BEGIN
    INSERT INTO tableA Values ('A', 'B', 'C', 1, 2, 3)
    INSERT INTO tableA Values ('D', 'E', 'F', 4, 5, 6)
    INSERT INTO tableA Values ('G', 'H', 'I', 7, 8, 9)
    COMMIT
    END
    Thx in advance!
    Edited by: user8819407 on 2010-mar-07 15:40

    Hi,
    So how did you solve the problem? Can you please give an example?
    I have the same problem inserting over 1000 values into my Oracle DB. The table only has 51 columns but to speed up the insert command, I use bulk inserts via insert all command. I need to insert 100 rows at a time for a total of 5100 values.
    Example:
    SQLCmd = INSERT ALL INTO MYTABLE (VAL_ID,VAL_NAME,VAL_NUM,VAL_TIME,VAL_CMM,VAL_TIME1,VAL_TRIP,VAL_REMAINING,VAL_AGE,VAL_COUNT,VAL_RSTS,VAL_VOLT,VAL_RF,VAL_DC,VAL_HOPS,VAL_STATUS,VAL_ELAPSED,MODIFY_TIME) VALUES (?,?,?,TO_DATE(?,?),?,TO_DATE(?,?),?,?,?,?,?,?,?,?,?,?,?,SYSTIMESTAMP)
    INTO MYTABLE (VAL_ID,VAL_NAME,VAL_NUM,VAL_TIME,VAL_CMM,VAL_TIME1,VAL_TRIP,VAL_REMAINING,VAL_AGE,VAL_COUNT,VAL_RSTS,VAL_VOLT,VAL_RF,VAL_DC,VAL_HOPS,VAL_STATUS,VAL_ELAPSED,MODIFY_TIME) VALUES (?,?,?,TO_DATE(?,?),?,TO_DATE(?,?),?,?,?,?,?,?,?,?,?,?,?,SYSTIMESTAMP)
    INTO MYTABLE (VAL_ID,VAL_NAME,VAL_NUM,VAL_TIME,VAL_CMM,VAL_TIME1,VAL_TRIP,VAL_REMAINING,VAL_AGE,VAL_COUNT,VAL_RSTS,VAL_VOLT,VAL_RF,VAL_DC,VAL_HOPS,VAL_STATUS,VAL_ELAPSED,MODIFY_TIME) VALUES (?,?,?,TO_DATE(?,?),?,TO_DATE(?,?),?,?,?,?,?,?,?,?,?,?,?,SYSTIMESTAMP)
    INTO MYTABLE (VAL_ID,VAL_NAME,VAL_NUM,VAL_TIME,VAL_CMM,VAL_TIME1,VAL_TRIP,VAL_REMAINING,VAL_AGE,VAL_COUNT,VAL_RSTS,VAL_VOLT,VAL_RF,VAL_DC,VAL_HOPS,VAL_STATUS,VAL_ELAPSED,MODIFY_TIME) VALUES (?,?,?,TO_DATE(?,?),?,TO_DATE(?,?),?,?,?,?,?,?,?,?,?,?,?,SYSTIMESTAMP)
    SELECT 1 FROM DUAL
    SQLVals = 1 22C38299 80700334 04-19-2012 13:55:33 mm-dd-yyyy hh24:mi:ss MCC93000 04/19/2012 13:55:42 mm-dd-yyyy hh24:mi:ss 12 4 0.792191 23 1 0.00 -113.50 13.48 9 1 9
    1 36PR7038 8070EDC2 04-19-2012 12:24:35 mm-dd-yyyy hh24:mi:ss MCC60360 04/19/2012 12:24:41 mm-dd-yyyy hh24:mi:ss 7 4 0.757501 3 2 13.88 -114.80 14.06 5 1 6
    1 42C63512 8050166F 04-19-2012 16:02:50 mm-dd-yyyy hh24:mi:ss MCC52420 04/19/2012 16:02:57 mm-dd-yyyy hh24:mi:ss 10 4 0.778471 8 1 0.00 -122.30 13.05 8 1 7
    1 33MR3076 80803E75 04-19-2012 13:13:16 mm-dd-yyyy hh24:mi:ss MCC60330 04/19/2012 13:13:22 mm-dd-yyyy hh24:mi:ss 13 5 0.636721 28 3 0.00 -122.19 0.70 8 1 6
    Then I call: &DBInsert($sqlCmd, @sqlVals);
    This is the error I get: ORA-24335: cannot support more than 1000 columns.
    I need to insert about 879,500 rows (51 cols per row). The values I read from a text file in sets of about 48,000 and put them into a hash. I tried inserting one row at a time, but it takes too long, about 28 hrs! Then, I tried the bulk update with only 6 rows and the total time was about 25 minutes. Which is acceptable to us.
    Thanks!

  • More than 1000 Line items

    Hi
    User has done the billing for 1300  line items by using transaction code VF01. After completing that process there is a option TO release Accounting, when user select on that button system throwing an error "Maximum number of items in FI
    reached".
    We know that from FI side system will not allow more than 999 line items. Since we are using 4.7 version.
    Invoice have already send to the customer. So, How to solve this issue.
    Please provide me the solution as early as possible.
    Your help would really appreciated.
    Regards,
    Schilukuri

    Hi to everyone,
    My issue has been resolved.
    My requirement is User has done billing (VF01) for more than 1000 line items. After that he was doing that billing document to release to accounting. That time system was throwing an error message." Maximum number of items in FI
    reached"
    Solution:
    Use Transaction OBCY and give work area VBRK  and there you have to give Table name BSEG and give Field name whichever the fields you want to give to group the same line items.(Document may have some same line items).
    refer SAP Note:36353.
    Regards,
    Schilukuri

Maybe you are looking for

  • Problem of authorization in every Web connection

    In first, sorry for my english, i'm french. I have a problem with a windows of authorization who appear in every first web connection. She disappears after the first choice, but my problem comes that during the launch of Chrome I made the error "bloc

  • Jumpy Mouse when connected to monitor with Thunderbolt-to-miniDVI-Adapter

    Hello everybody, I have a Macbook Pro with Mavericks installed. I've been working with a plugged in Packard Bell Monitor on my MBP for a few months now, everything went good. But now, since yesterday, the mouse jumps all over the screen and it's real

  • How to unpair bluetooth headset during charging

    I have an old Jabra BT500 and a iphone4.  One thing I really like is that the Jabra BT500 unpairs while it is charging.  But the sound quality was ok.  So I recently upgraded to the Plantronics Voyager Pro+ and discovered the new headset doesn't unpa

  • IDOC basic type

    Hi guys, Is there anyway to find out the right Basic type which suites our requirement? Sahil

  • SAP GRC AC with SAP IdM and without SAP Idm

    Hello, Could anyone provide me what are the advantages implementing SAP IdM with SAP AC suite? Can I use SAP GRC User Provisioning tool with SAP HCM position based concept? Thanks in advance. -Harry