Limit on mail_queue mail_bcc field

I've run into an issue where the email addresses exceed a limit in an apex table. Is this a hard limit? Can this be overloaded?
1 error has occurred
·         Message was not sent. Please check errors and try again. value too large for column "APEX_040200"."WWV_FLOW_MAIL_QUEUE"."MAIL_BCC" (actual: 2029, maximum: 2000) ORA-12899: value too large for column "APEX_040200"."WWV_FLOW_MAIL_QUEUE"."MAIL_BCC" (actual: 2029, maximum: 2000)
Thanks!

I'd say it's a hard limit and says two things:
1) exclude one or two email addresses and send a separate email
2) as long as it's not spam

Similar Messages

  • Limit number for new field

    Hello there
    Anybody know what is the limit number for new field in each record type?
    My client wants me to create about 200 new fields in Account record type.
    Is it possible to do so?

    Hi, You can refer this
    https://secure-ausomxdsa.crmondemand.com/docs/1.10.0.1080.0.00/enu/help/CustomFieldHelp.html
    -- Venky CRMIT

  • What is the limit if I define field as a number?

    What is the limit if I define field as a number?
    FAN

    A numeric column can have up to 38 significant digits. Positive numbers are in the range 1 x 10-130 to 9.99...9 x 10125 and negative numbers are from -1 x 10-130 to 9.99...99 x 10125
    ~ Madrid
    http://hrivera99.blogspot.com

  • Making Customer Credit Limit (FD32) a sensitive field

    I am wondering if it is possible to mark customer credit limit (field KNKK-KLIMK) which you enter by using T-Code FD32 a sensitive field for dual control? If so, I request for detailed steps as I have been trying to do so but could not succeed. Please guide me.
    Thanks in advance.
    Moazzam

    Moazzam,
    you can have sensitive field only for Vendor and Customers Master Data (FK09 and FD09). If you want define FD32 fields for another user approbation you must create a User Exit or install a workflow.
    regards

  • MaxLength="10" Character Count Limit in a Data Field

    Hello,
    Below is the syntax I'm using trying to get a data field ( MyField ) in my panel to have a maximum allowance of 10 characters.
    This syntax is not doing anything to limit the count. Do you know what I have wrong in the line below?
    <xmp_property name="MyField" category="external" label="$$$/Custom/Property/MyField Input_Label= My Field:" type="text" maxLength="10" ui:width="50%" ui:mru="true"/>

    Hi Jacob,
    here a short example with char and string.
    DATA: ST TYPE STRING.
    DATA: CH(250).
    START-OF-SELECTION.
      ST = 'I am a String with an % Character'.
      SEARCH ST FOR '%'.
      WRITE: / SY-SUBRC, sy-fdpos.
      CH = 'I am a Char with an % Character'.
      SEARCH CH FOR '%'.
      WRITE: / SY-SUBRC, sy-fdpos.
    Regards, Dieter

  • SRM Limit Confirmation - Pass custom fields

    I have a requirement to pass custom fields when doing confirmation for Limit PO line item. What I heard is that the SES is not created by idoc instead a direct bapi is called. But how to I extend / pass custom fields in that case?
    Any thoughts please?

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

  • How to limit the I/P Field with 4 Digits

    Hi Friends,
    In my application i need to limit the size of the Input Field to 4 Digits.How is this possible?
    Also can i limit the value according to my requirement,i mean in someother fields i need to limit the size by 8 Digits and so on.
    Please let me know about this.
    Thanks and regards,
    Chandrashekar.

    Hi,
    Open your WD project>Dictionary>Local Dictionary>Data Types>Simple Types-->Right CLick and select create new simple type
    <name> and <package>
    Now you can see your simple type in the editor and set the maximum length to 4.
    save the metadata
    Open your view and you can see a context tab.
    Right click on Context node and select new value attribute
    name it .
    Go to the properties of the value attribute and select its type to the simple type that we created by selecting the button in the rightmost corner ...
    Regards,
    Murtuza

  • Is there any limit for Number of fields in a Search help

    Hi,
    I have created a search help via SE11 and LPOS and SPOS  is  defined for all of the fields.  The problem is whenever a 12 th field is added it disturbs the list and output is not displayed properly.
    The Record Tab is having data of 180 characters, even though it is not taking 12 th field.
    Thanks,
    Anitha A

    Self Answered
    Edited by: Anitha A on Aug 24, 2011 5:43 AM

  • ALV Grid  screen limit for a long field

    Hi, i am having a problem making an ALV Grid of IDOC contents, i want to show de SDATA field of de EDIDD structure, but it is a 1000 char field, and when the ALV comes out i can only see part of the field.
    I think the problem is the scrollbar, because it seems it not allows to scroll unless a field is starting or ending at the right or left of the screen.
    It is a way to solve this problem?
    thanks
    best regards
    Mariano Billinghurst.

    a®s, thank you I have already tougth that solution but my client wants to see all in the alv to compare the lines.
    I anyonelse have an idea it is wellcome!
    thanks.
    mariano.

  • Limit MM01 according to field DIVISION (SPART) in "general data" and views

    Hi all,
    we are in a 4.0b.
    Our goal is to authorize some users to create/modify material master data (MM01/MM02) depending from the combination of views (basic data, purchasing, mrp, ..) and field DIVISION (SPART) in the "General Data" frame of "Basic Data 1" label.
    I can imagine 2 possible situations:
    1) for division (SPART) AA, AB, AC only for views K, E, S
    2) for division (SPART) ZX, ZY, ZZ only for views L,G
    From my experience I know that object M_MATE_STA (for manege views) is "stand alone" and cannot be used in join with other authorizatuions objects of class MM_G.
    I have not found any authorization object to filter the field SPART.
    Any idea ?
    Thanks
    Andrea

    Hi Andrea,
    What you ask, is possible but you would have to think of the pro's and con's of developing such business requirements.
    You could always create a Z-object with Division as a field and have the abap code modified - but as i said, do think of the outcome of the action
    My personal experience says, NOT to try tricks with the Material Master.......i am still suffering the after effects of changes made to the ABAP code 8 or 9 years back , and every fortnight we have business meetings on what should and what shouldnt be made available to end users........
    we have a spaghetti of restrictions and possible combinations of users and specifc view access restrictions built in our system - If you believe my word on this, take it for granted - that the plan you have on mind would eventually lead to a disastrous situation (as we currently face) - with business requirements going from restricitons on views for specific users to restrcitions on specific fields. 
    and the fields in material master that come from MARA (Basic Data views) are spread across in different other views and it can lead to a very complex structure to build authorizations
    EX: If you manage to restrict the user on creating or changing on the Division in Basic data, you would still have to give acess to the user to his own sales area to extend the material (object M_MATE_VKO), once the user has this access, he can go to the sales data 1 tab and change the division from A to B, this will get updated to the Basic data tab, although the user might not have access to basic data
    so be careful is what i can say................
    and good luck
    An other quick note: when you restrict users on the Basic data views, the users from Purchase department wouldnt be able to maintain the Manufacturing part number (i dont know if it applies to your company) but the intention is to highlight the difficulties with MM01/MM02
    Edited by: Shekar.J on May 28, 2010 4:16 PM

  • Is there any limit for Number of fields to be shown from grid dictionary in service?

    I am getting an error in service designer -> Dictionaries if i select more than 20 fields in grid dictionary. PSC is 10.0

    This is documented in the Service Designer guide.  
    Show in Grid
    Fields set to “Show in Grid” and “Use” in a dictionary will display as columns in the grid on a service form when the dictionary is set to “Display as Grid”. “Show in Grid” and Multivalue are mutually exclusive, as a grid does not have the capability for a multivalue cell. Grids cannot have more than 20 columns by default, which is defined by “dictionary.attributes.maximum.showingrid.count” property in the newscale.properties file.
    Note Fields in External dictionaries cannot be used in grids and hence do not have the “Show in Grid” column. Also, fields in Reserved dictionaries (Customer_Information and Initiator_Information) cannot be used in grids because those dictionaries inherently represent only one set of data. See Designing Grid Dictionaries for Fields with Multiple Data Instance for more information on grids.

  • How to get number of optimzed fields

    hi Experts,
    I am using ecm11.1.1.0.5 on linux with oracle 11g, I added some information fields with ecm console and did a complete index rebuild, while ecm told me I have excessed limitation of optimized field number, I checked the doc, and found the following limitation:
    Oracle Content Server system can have up to 32 Optimized Fields, which includes data, integer, standard Oracle Content Server fields like dInDate, dOutDate, and fields selected to be optimized. All Optimized Fields are SDATA fields, which by default include dDocName, dDocTitle, dDocType, and dSecurityGroup.
    I checked my optimized fields from ecm console again(administration->admin applets->configuration manager->information fields->advanced search design)
    I found 12 fields defined as isinSearchResult and isOptimized, 8 fields defined as isInSearchResult and IsSortable, then why I excessed limitation of 32 optimized field?
    Another question is:
    Is there a way for me to add fields with searchable and search in result function but without full rebuild index?
    Search engine is oracle text.
    Best regards
    Lan

    So now I've had a bit of sleep and some caffeine, let me go a bit deeper.
    When you mark a field as "indexed/searchable" in Configuration Manager, if the field is an integer field or a date field, when OTS is the search engine, that field is assigned to a SDATA section. There is a limit of 32 SDATA fields using OTS 11g. That is NOT to say you cannot have more than 32 date and or integer fields, but [searchable date fields] + [searchable integer fields] + [declared optimized fields] cannot exceed a total of 32.
    Should you need more date and integer fields, you can add them, but you simply cannot index them for seaching purposes.
    URM is a good example of this, as it uses a LOT of date fields. The installer detects if the search engine is OTS, and does not mark its date fields as searchable if OTS is indeed the search engine.

  • Character Limit to Custom Calculation Script?

    Hi. I have a document that has a text form field. I want to run a custom calculation script that basically says if field "Group Number" = xxxxxxx, then field "Group Name" should = ABC Company.
    I have a list of almost 575 group numbers and names that I need to put in the script. And I've got the script working just fine but I am guessing there is a character limit to the script field???? It won't let me put my full list in there.
    Any suggestions on how to get around this??
    Thanks,
    Brandy

    I think I might have one error but I thought I had corrected it. Let me run this by you. My "if" lines are like this:
    if(a == '88096') event.value = 'Stacy's Carpet Steam Cleaning Company';
    But the code doesn't seem to like the ' in the Group's name. Is there a way to correct that without getting rid of the ' .... ?????

  • Adding fields 2 standard payment list program  (RFZALI20)  in F110 t-code

    hi frnds,
    it is a standard progrm using the logical database pfy. to retrive data.
    i have to add 5 more fileds  along with footer approved by and page break(shown below) to the output list.
    please help me with ur inputs.
    Header Data:
    *Note:
    Keep the header data same as standard payment list.
    Summary Data:
    *Note:
    Following fields are only those needs to be added in customized program. For the rest, please refer to the standard program  
    ·     Vendor Chinese Name
    ·     Check/TT No.
    ·     PO No.
    ·     Purchasing Group
    ·     Reference
    ·     Due Date
    Footer Data:
    *Note:
    The Footer Data need to be display at the bottom of each page:
    ·     Review By
    ·     Prepared By:
    Breaking:
    ·     Page break when information overflow
    ZH Name     C     20     As standard     As standard     ADRC- NAME1NAME2     Display vendor Chinese name:Select NAME1NAME2 from ADRCWHERE ADRC-ADDRNUMBER=REGUH- ADRNRAND ADRC-NATION = ‘C’If no data can be retrieved, leave the field as blank.Wrap if the name exceed the limit. Insert the field under Vendor English Name in payment list.Refer to the attached for layout, Highlighted is place should be inserted to : 
    Check/TT No.     C     8     As standard     As standard     PAYR-CHECT     Display Check/TT number of this payment documentSelect CHECT from PAYRWhere PAYR-LAUFD = REGUH-LAUFDAnd PAYR-LAUFI= REGUH-LAUFIAnd PAYR-VBLNR= REGUH-VBLNR which is displayed in current payment listInsert the field in header line 1 of layout pop-up.
    PO No.     C     10     As standard     As standard     BSEG-EBELN     Display the PO number of invoice documentSelect EBELN from BSEG Where BSEG-BELNR=REGUP-BELNRBSEG-GJAHR=REGUP-GJAHRAnd BSEG-BUZEI= REGUP-BUZEIInsert the field in position line 1 of layout pop-up. 
    Purchasing Group     C     4     As standard     As standard     EKKO-EKGRP     Display purchasing group in order to identify the buyer in charge of related POSelect EKKO-EKGRP from EKKO where EKKO-EBELN =BSEG-EBELN  Where BSEG-BELNR=REGUP-BELNRBSEG-GJAHR=REGUP-GJAHR  And BSEG-BUZEI= REGUP-BUZEIInsert the field in position line 1 of layout pop-up.
    Reference     C     10     As standard     As standard     BKPF-XBLNR     Display physical invoice number of each invoice document in SAPSelect XBLNR from BKPF Where BKPF-BELNR=REGUP-BELNRBKPF-GJAHR=REGUP-GJAHRInsert the field in position line 1 of layout pop-up.
    Due Date     C     10     As standard     As standard     Calculated     Display due date for the invoice document.Refer to the calculated logic of the field RFPOSXEXT-FAEDT in program SAPLKKBL (T-Code:FBL1N)Insert the field in position line 1 of layout pop-up.

    Hi Sridhar,
    Please can you help me. I got the same problem to add the fields to the Payment run Program (RFZALI20). Can You please suggest me how can i solve this problem. I need to add LIFNR, XBLNR & EBELN fields from REGUP table.
    Can you please help me ASAP.
    Thanks & Regards
    Rajendra
    Message was edited by:
            Rajendra Prasad

  • Is it possible to limit the size of a text box by word count?

    I know that it is possible to use a character limit but most users prefer a word limit as they feel it is a more meaningful restriction rather than punishing those that use long words!
    Is there some way to apply a word count limit on a text field in Designer?

    Thanks Elaine, I did find a a few scripts like this online but none of them were geared toward people using LCD to create forms.  The one you've posted is the simplest one I've seen and  I've adapted the script form the example you provided but have had a blank on how to call the script object using a click event on a button.
    So far I have
    function countWords()
                           form1.test.countText.rawValue = form1.test.enterText.rawValue.split(' ').length;

Maybe you are looking for

  • Very Urgent pls help me

    Hi in sap script in data fiels is &komvd-kbetr(T10.2)&/M  my output for this field is 2500.00 /M I need to remove the space b/w 2500.00 and /M. I tried all the methods using (C). it is not working. i just changed the decimal place to &komvd-kbetr(T7.

  • About casting

    Hi Any body can u tell me the purpous of casting and tell me the difference b/w narrowing and widening

  • Content of folder

    Hi experts, I want to know if there is MF ou samething that for geting the contents of directory. I want récup all files of my folder in the list or file for example. NB: Version SAP ECC6.0 It's urgent! Thanks

  • How do i delete from portal.wwdoc_document?

    Hi, i followed the instructions of modpls user's guide and lama madi (?) an managed to build an application to up- and download files. but i store the files in my own tables. unfortunately all files uploaded are stored in portal.wwdoc_document too. I

  • Why I get a blank page?

    I make a simple logon struts application.The index page is logon.jsp and it will go to secret.jsp if the name and password is correct.But it will go to a blank page when user click the submit button unless the "name" and "password" is correct.My stru