UDF OF 3000 Characters

Hi Experts,
i want a UDF of 3000 characters.
but the max size of UDF is 254.
how i can do this.
Thanks & Regards
Manoj Sourot

Hi,
The number of characters are limited to 254. If it's on the marketing documents, you can use the Opening or Closing Remarks. These are 64000 characters.
Regards,
Nat

Similar Messages

  • Upload data from excel where one column has text of 3000 characters

    Guyz,
    I have a query. One of my requirments is to upload data from excel sheet & create a material. In the excel sheet one of the columns has text for BASIC DATA TEXT under ADDITIONAL DATA of a Material. This is a text of running length.
    the selection screen has feature of file upload & the users will upload excel files from their respective presentation servers.
    Now my problem is that I need a function module which can convert this column in excel sheet into an internal table & later call the BAPI for MM creation.
    I have used TEXT_CONVERT_XLS_TO_SAP & when i read my internal table to check this column length, it shows only 255 characters where as data in the excel sheet has 3000 characters (say for eg.)
    Can anybody throw some light on this.
    Thanks in advance
    GPK

    Hi,
    You can try using this function module and see that whether all your data is coming into the internal table properly.
    MS_EXCEL_OLE_STANDARD_DAT
    For the other part you needed to convert the internal table data into the structure as need by the BAPI and then call the create BAPI to create the materials in the SAP System.
    Hope this helps.
    Thanks,
    Samantak.

  • UDF to replace characters in free text?

    Hi experts,
    If I have dates such as "2009.11.12" in a free text I need to change those to "2009-11-12".
    Basically I have to replace dots with a hyphen.
    I am thinking of a UDF but could not find one in the forum. Does anyone have an idea how to achieve that?
    Thank you very much for your help!
    Best regards,
    Peter

    YOu can make use of replaceString function.
    Find its documentation here: http://help.sap.com/saphelp_erp2004/helpdata/en/43/c4cdfc334824478090739c04c4a249/content.htm
    Or you can make use of DateTrans function and specify the delimiter of your choice.
    Regards,
    ravi

  • Input stream with control characters

    I am using the HTTPRequest to get data from a MySQL varchar(3000) field.
    when I read the data I get the following error message.
    Exception in thread "AWT-EventQueue-0" (1,670) com.sun.javafx.data.pull.impl.StreamException: Control character is not allowed inside string
    The MySQL field does have things like CR's that I need to allow the user to enter.
    QUESTION:
    How can I capture data with control characters?

    The MySQL column type is varchar(3000) basically a string of 3000 characters to my understanding

  • Characters[] length issue...

    Hi Folks,
    When using this method in my SAXParser:
    public void characters(char characters[], int start, int length)..the XML file that has been parsed is not quite being read correctly as the final length of 'characters[]' is always 2048. Is there anyway that I can assign the size of this array without it always being the default size?
    Cheers,

    Which "length" do you mean is always 2048?
    public void characters(char characters[], int start, int length)
      System.out.println( "length parameter is " + length);
      System.out.println( "length of array is " + characters.length );
    }It does not surprise me if you get "length of array is 2048". That is why you also get the parameter. I would be very surprised if you always got "length parameter is 2048" every time characters is called.
    The Sax processor uses a character array to receive input. They picked 2048 as the default size. If you have 3000 characters of text as a child of an element, you will get at least two calls to characters() -- one with the first 2048 and the second with the remaining 952 characters.
    That is why the recommended way to do harvest characters is using a String Buffer. You can do an append(char characters[], int start, int length) as the three parameters.
    Dave Patterson

  • How many bytes for 3000 words entered in Richtextbox in Sharepoint 2013

    Hi,
     As I have read Multiple Lines of Text column will occupy 28 bytes in Sharepoint 2013. Please help me out to find the answer for the below question.
    When I 'm storing 3000 characters in the Multiple line of text column , will be the bytes increased or it will be same as 28 bytes?
    Note: I read  "A Multiple lines of text column can store as many as 63,999 characters, and you can specify the number of lines of text that you want to display when people enter information about an item. " from this below
    link.
    https://support.office.com/en-us/article/Site-column-types-and-options-0d8ddb7b-7dc7-414d-a283-ee9dca891df7#__toc277149822

    Hi,
    The placeholder of Multiple Lines of Text column is defenitely larger than 28 bytes. In SharePoint 2013 the field type of Multiple Lines of Text column is 'Note' type, which can store total 2 GB char data. However, in a document library, the maximum number
    of characters for Multiple Lines of Text column is 255, and the reason is the 255 character limit in Document Information Panel in Microsoft Office.
    The 28 bytes limit in https://technet.microsoft.com/en-us/library/cc262787.aspx#ListLibrary should be incorrect, and I will report it internally. Thanks for bringing this to us.
    Here are another two links for your reference:
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/5e8cc504-03d0-4d26-81f9-1608c2c5881f/what-is-the-max-limit-for-number-of-characters-in-multiline-text-in-sharepoint?forum=sharepointgenerallegacy
    http://sharepointtaproom.com/2011/01/16/max-length-of-a-multi-line-text-note-field-on-sharepoint-publishing-page/
    Thanks,
    Reken Liu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Installation problem in ubuntu 8.04

    Hi All,
    I have installed apex_3.1.2, 6 months back on Windows Vista OS and everything work perfectly, obviously it was on Oracle 10g XE.
    Steps are as follows:-
    1. cd apex\apex3.1.2\apex
    2. sqlplus / as sysdba
    3. CREATE TABLESPACE APEX DATAFILE ‘C:\ORACLEXE\ORADATA\XE\APEX.DBF’
    SIZE 500M     
    EXTENT MANAGEMENT LOCAL
    SEGMENT SPACE MANAGEMENT AUTO;
    4. CREATE TABLESPACE APEX_FILES DATAFILE ‘C:\ORACLEXE\ORADATA\XE\APEX_FILES.DBF’
    SIZE 100M
    EXTENT MANAGEMENT LOCAL
    SEGMENT SPACE MANAGEMENT AUTO;
    5. @apexins APEX APEX_FILES temp /i/
    6. sqlplus / as sysdba
    7. @apxrtins APEX APEX_FILES temp /i/
    8. sqlplus / as sysdba
    9. @apxchpwd
    10. htmldb
    11. @apxldimg.sql c:\apex\apex_3.1.2
    12. exit
    13. cd utilities
    14. sqlplus / as sysdba
    15. @reset_image_prefix.sql
    16. press ENTER
    IN WEB BROWSER
    http://127.0.0.1:8080/apex
    ws : internal
    un : admin
    pw : htmldb
    Now I'm trying to install apex_3.2 on Oracle 10g XE.
    I installed oracle 10g XE and it worked perfectly, but I'm unable to install apex_3.2 on Oracle 10g XE Database, I used above steps instead of 3.1.2 I used 3.2
    I looked under install.log file, it is as follows:-
    Commit complete.
    VII. L O A D E N G L I S H D I C T I O N A R Y
    Trigger altered.
    insert into wwv_flow_dictionary$(owner,language,security_group_id,words,words_capitalized,words_soundex) values('PUBLIC','en-us',0,'ACM','Acm','A250')
    ERROR at line 1:
    ORA-00001: unique constraint (APEX_030200.WWV_FLOW_DICTIONARY$WORDS) violated
    I'm unable to include whole .log file, if anybody can provide me email address I can forward him???
    If anybody can help me out than that would be great?
    Thanks
    Deep

    Thanks for replying Joel,
    I thought no one reply, but still atleast after one week someone replied me!!!!!
    Thanks for your first statement about unnecessary statements, but frankly speakly I tried your reply without doing steps 6,7, 14 & 15 & guess what installation didnt work around and I need to uninstall oracle DB with oracle apex and once again tried with my list of steps on Windows Vista OS and everything work fine, so I think you need to double check with your first statement.
    Regarding your Second Statement, yes you are right I tried installation and uninstallation several times both on Windows & and Ubuntu too so I'm really when did this error approach, also I got many other errors too, but as this forum as only 3000 characters I;m unable to paste whole of my log file, so if you can provide your email address I can shot your an email with my original log.
    And finally, as this is thread is all about installation on Ubuntu, I'm able to get installation perfectly on Windows OS, but not on Ubuntu OS.
    So can you please also provide me proper uninstallation as well as installation steps especially for Ubuntu OS so that I can tried onto my personal laptop.
    Thanks you very much once again
    Deep

  • How to autoflow a very long word in InDesign?

    I am trying to insert/import/paste a text into InDesign. The text contains some text-strings (or 'words') that are more than 3000 characters long. This causes InDesign to have overset text, and not being able to auto-flow the text.
    When I import (or paste) the text I am shift+clicking (I have also tried option+shift+click) to make the text auto-flow down along the pages, but the auto-flow stops at page 16 (where the long 'words' start to occur), although my file contains more than 200 pages. I get the little red plus sign below in the last text-box, that indicates that I have overset text.
    I then tried to click the red plus sign and continue the text-flow on the following pages, but I just end up with empty text-boxes on the following pages every time I try click the red plus sign.
    I removed the long 'words', and tried again, and now InDesign does not appear to have an issue with my text. So the problem is caused by the long 'words'.
    The format of the text is unimportant (I have tried .rtf and .txt) and InDesign is able to recognise both.
    However, I cannot insert spaces or end-of-line into these long 'words', as this would change the 'words'. The number of characters in each 'word' is important, and if I start adding extra spaces or end-of-line charecters it would change the 'words'.
    I have a lot of places in the text where I have these long 'words', and I would like to avoid too much clicking and inserting to get around this issue.
    I am running InDesign CS3 on a Macintosh 10.5.8 computer
    I would be grateful if anyone have an idea how to work around these.
    Thanks in advance for both your time and help

    Peter Spier wrote:
    Why don't the words break at the hyphens? Would additional hyphens be a problem?
    Hyphenation is a paragraph level attribute, so it can be found inthe panel menu for the Paragraph panel or the Control panel when the Text tool is active, or it can be turned on or off in the paragraph style assigned to the text, which is probably the best place to do it.
    Perhaps they aren't true hyphens? To test, copy and paste one into the Find What text field and type a hyphen into the the Change To field, and try a single find/change. If that works, save copies of the documents before trying find/change all.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • Message's won't open on mac due to overloaded message.

    I sent a very extended message (anywhere from 1000-3000 characters) to my girlfriend as a joke, the message caused Messages to crash on both our iphones and our macbook pros. Our messages on our iPhones now work but only after restoring them to a previous backup. As far as our macbooks go, it won't open completely because as soon as it starts to load it won't respond. The closest I get is seeing all my conversations in the left tab, and the conversation window is blank and you can't do anything with it. I've tried everything to the point of reinstalling Mountain Lion.
    So basically I'm looking for a way to reset or reinstall Messages so it won't reload that conversation that keeps causing it to not respond. I can't even delete the conversation because like I said before, it won't respond.
    Please help, my girlfriend is not very pleased with me.

    Nevery mind lol, apparently just allowing the computer to sit there and load for about a half hour did the trick haha, who would thought.

  • SQL Buffer character limit too small.

    I am attempting to execute an .SQL script file using the SQLPlus.exe command line. The script is a simple INSERT statement and executes fine as long as the text being inserted is english. But when the text is translated to either Traditional or Simplified Chinese the script generates the following error:
    SP2-0341: line overflow during variable substitution (>3000 characters at line 2)
    Some background information:
    1. The database was created with the National Character Set of AL16UTF16 and the Database Character Set of AL32UTF8.
    2. The data types for the columns being populated are NVARCHAR2 and NCLOB.
    3. SQLPlus command line syntax: SQLPLUS.EXE -MARKUP "HTML ON SPOOL ON" UID/PWD@DBNAME @CREATE-5-CHINESE1.sql > CREATE-5-CHINESE1.HTML
    4. Environment variable setting: NLS_LANG=.UTF8
    5. Contents of CREATE-5-CHINESE1.SQL:
    WHENEVER SQLERROR EXIT SQL.SQLCODE
    SET DEFINE OFF
    SET ECHO ON;
    SET ESCAPE ON;
    CLEAR BUFFER
    INSERT INTO tbl_lm_notification_nls (col_id_notification, col_id_language, col_name_notification, col_subject, col_text) VALUES (1001, 5, '默认测评者邀请', '%s - 你被选择参与', '你已经被选择参加360度反馈调查,本调查使用一种称为 xxxxxxxxxxxxxxxxx(R) 的网络反馈工具来收集对人们的强项和发展需要的观察信息。 \
    你要完成的调查将要求你对自己在一些与工作相关的技能、行为和知识等方面进行评估。 你还将邀请与你的工作有关的人们完成调查。 这些测评者可以包括你的经理、同级人员、直接下属、客户及其他人。 评估信息的质量和准确性要依赖于你和你的测评者们诚实地提供反馈。\
    A提交调查答案之后,xxxxxxxxxxxxxxxxx 将计算结果并产生报告。 报告将把你的自我看法与测评者对你的看法相比较。 这个比较可以指出先前未知的强项和发展需要,还将协助确认你和他人有一致看法的领域。\
    报告中的信息将协助你回答两个重要问题:\
    o 你最强的地方是什么?\
    o 你最需要发展的地方是什么?\
    了解你的强项和发展需要将协助你和你的组织识别适当的发展活动和你的未来成长计划。\
    COMMIT;
    EXIT SQL.SQLCODE;
    6. Contents of CREATE-5-CHINESE.HTML (command output):
    SQL*Plus: Release 10.1.0.2.0 - Production on Wed Oct 19 11:02:58 2005
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, Oracle Label Security, OLAP and Data Mining options
    SQL> SET ESCAPE ON;
    SQL> /
    SP2-0103: Nothing in SQL buffer to run.
    SQL> CLEAR BUFFER
    SQL> INSERT INTO tbl_lm_notification_nls (col_id_notification, col_id_language, col_name_notification, col_subject, col_text) VALUES (1001, 5, '默认测评者邀请', '%s - 你被选择参与', '你已经被选择参加360度反馈调查,本调查使用一种称为 xxxxxxxxxxxxxxxxx(R) 的网络反馈工具来收集对人们的强项和发展需要的观察信息。 \
    2 \
    3 你要完成的调查将要求你对自己在一些与工作相关的技能、行为和知识等方面进行评估。 你还将邀请与你的工作有关的人们完成调查。 这些测评者可以包括你的经理、同级人员、直接下属、客户及其他人。 评估信息的质量和准确性要依赖于你和你的测评者们诚实地提供反馈。\
    4 \
    5 A提交调查答案之后,xxxxxxxxxxxxxxxxx 将计算结果并产生报告。 报告将把你的自我看法与测评者对你的看法相比较。 这个比较可以指出先前未知的强项和发展需要,还将协助确认你和他人有一致看法的领域。\
    6 \
    7 报告中的信息将协助你回答两个重要问题:\
    8 \
    9 o 你最强的地方是什么?\
    10 o 你最需要发展的地方是什么?\
    11 \
    12 了解你的强项和发展需要将协助你和你的组织识别适当的发展活动和你的未来成长计划。\
    13 \
    14 ');
    SP2-0341: line overflow during variable substitution (>3000 characters at line 2)
    SQL> /
    SP2-0341: line overflow during variable substitution (>3000 characters at line 2)
    SQL> COMMIT;
    Commit complete.
    SQL> EXIT SQL.SQLCODE;
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, Oracle Label Security, OLAP and Data Mining options
    I believe that increasing the size of SQL Buffer may fix the problem, but I am unsure of how to do this or if it is even possible.
    Thanks in advance for any information that you can provide.
    Mike Z.

    I'm not suggesting this is your problem, but
    select status
    into v_status,
    from registration_offender_xref But you have declared
          v_status  varchar2(10);Much better to declare things like this
          v_status  registration_offender_xref.status%type;That way you know your variable is declared with a proper length, if the column length ever changes ... your code doesn't go kaboom.
    Cheers,

  • SQL Loader and whitespace issues

    Hello users,
    I've got an issue that I know is breaking based on a comments field, which allows nearly every type of character in it.
    Long story short, I'm trying to upload an Access table, turned to .csv file into Oracle via SQL Loader.
    I'm able to do it if I delete or set the COMMENTS column to null before doing so.
    If I try the option with the contents of this field populated, it blows up. I've got it terminated by a tilde in the control file, which the COMMENTS field does not contain at all, even with some 5.000+ records.
    However, people upon entering comments have put many carriage returns in there. I noticed once I export the data to text or csv, then open in Excel, it shows the column breaking and spilling over into fields it shouldn't, thereby causing the big problem.
    I've been searching but haven't found a way I can wrap these whitespaces or have SQL Loader ignore them.
    I can't use TERMINATED BY WHITESPACE in the SQL Loader control file because that will cause the field to break without all the comments and I can't use optionally enclosed by " because these people have also used " in the COMMENTS field.
    Do I have any option here, other than to brute force make an update query of some kind to manually populate the data? I can do that if I have to but i'd sure rather have all the data dump in via SQL Loader if I can.
    Thanks!

    Actually, it wasn't related to the size of the column. I made it like 3000, to hold 3000 characters, which was plenty.
    But I used
    PRESERVE BLANKS and then it worked fine!

  • Problem in writiing data to UTL_File

    Hello Friends,
    I'm using UTL_FILE to write the data into csv file, but in the table 1 description column is there which contains 3000 characters.
    My problem is i'm not able to write more than 750 characters in csv file and if i tried to do so then get the FILE_WRITE_ERROR. error msg
    I tried by breaking the column into 3 different strings by giving the column as diffrent-different aliases but facing the same problem.
    Please help me to write all the characters i.e 3000 charcters in a file.
    Is there any character length limitation in csv file?
    Regards,
    Anand

    As others have stated MAX_LINESIZE parameter of FOPEN is what matters.
    SQL> create table t(c1 varchar2(4000), c2 varchar2(4000))
      2  /
    Table created.
    SQL> insert into t values(rpad('*',4000,'*'),rpad('#',4000,'#'))
      2  /
    1 row created.
    SQL> commit
      2  /
    Commit complete.
    SQL> select length(c1), length(c2) from t
      2  /
    LENGTH(C1) LENGTH(C2)
          4000       4000
    SQL> create or replace directory utl_dir as 'e:\oracle\log_files\utl_akivanew'
      2  /
    Directory created.
    SQL> declare
      2     lFile_Handle utl_file.file_type;
      3     lc1 t.c1%type;
      4     lc2 t.c2%type;
      5  begin
      6     select c1, c2 into lc1, lc2 from t;
      7
      8     lFile_Handle := utl_file.fopen('UTL_DIR','test.csv','W', 10000);
      9
    10     utl_file.put_line(lFile_handle, lc1||','||lc2);
    11
    12     utl_file.fclose(lFile_Handle);
    13  end;
    14  /
    PL/SQL procedure successfully completed.
    SQL> declare
      2     lFile_Handle utl_file.file_type;
      3     lc1 t.c1%type;
      4     lc2 t.c2%type;
      5  begin
      6     select c1, c2 into lc1, lc2 from t;
      7
      8     lFile_Handle := utl_file.fopen('UTL_DIR','test.csv','W', 7000);
      9
    10     utl_file.put_line(lFile_handle, lc1||','||lc2);
    11
    12     utl_file.fclose(lFile_Handle);
    13  end;
    14  /
    declare
    ERROR at line 1:
    ORA-29285: file write error
    ORA-06512: at "SYS.UTL_FILE", line 69
    ORA-06512: at "SYS.UTL_FILE", line 604
    ORA-06512: at line 12

  • Is there a maximum size for an Application Item?

    I have a pl/sql procedure which inserts some records and has an out variable to return a warning message that I want to append to the normal Success message field in the Processes. Unfortunately I found out that if I defined a hidden variable and used the &P1_SUCCESS_MSG. syntax it would strip HTML. Meaning all the break tags get interpreted literally in the success message. I did some searching and read Scott's recommendation to use an Application Item and that worked like a charm....
    Until today when I kept getting a message that an HTTP 404 error that the wwv_flow.accept page can't be found. I systematically took out each process on the page (about 5 of them) and finally realized it only threw the error when a really long string was passed. Long meaning about 3000 characters (2919 to be precise)- I know because I inserted into my debug table once I knew that was the issue.
    Does anyone know a reason why this would occur? And maybe how to avoid it?
    The string is nothing fany its just a bunch of:
    ** Warning: So and So has been assigned to project ABC for x hours in Period y and is overallocated by z hours ** </br>A validation won't work because its not an error, just an informative message to the user. I don't want to stop submission if I hit the condition. TIA!!

    Scott,
    Thanks for your help.
    I think what you'll need to do is set the message text into an application item using an assignment statement in a page process or in a computation. Then leave the success message for the process null. Then branch to the page and have the page display the message (from the item) wherever you like on the page.
    Scott

  • Problems with character displaying from XML to Java

    Hi to all!
    I am making a flash chat program which basically takes english and chinese
    and talk to java using XML and java server distribute this message to all users,
    While simply using java as a distributor of the data was fine, but when I try to
    keep records of the chat into the mysql database, I realized that all the
    chinese characters are displayed in random characters.
    After some thought, I realized that flash using ASCII number representation
    for each chinese word imay be different from the Java ASCII number representation, therefore, when Java sends
    these ASCII characters to the mysql database, the words is no longer the words I wanted.
    I am using a brute force, which on the flash side, I took the ASCII code of each chinese character that I
    typed and use break and send them to java and recoded in java with java's Chinese character
    and send to the mysql database, well, it works(I tried) but I need to type up at least 3000 characters!!!!!!!!
    this is insane!
    I am also wonder if the problem comes because Java encode Chinese in unicode, so
    it does not recognize the ASCII, and therefore, the result is for sure weird.
    If so, what do I need to do in order to convert ASCII into Unicode????
    sincerely,
    Suansworks

    hello.
    flash have some problems by utf but it seems that your problem is with mysql database because if you want to put utf in mysqk database you need to get latest version that is beta or alpha. please it using with other database that supports utf.

  • Problems with parameterized Url

    Hey,
    can anybody help me?
    I created following URL with 4 filter values:
    http://XXX/sap/bw/BEx?sap-language=EN&bsplanguage=EN&CMD=LDOC&TEMPLATE_ID=my_template& FILTER_IOBJNM_1=0SOLD_TO&FILTER_VALUE_1=123&FILTER_IOBJNM_2=0CO_AREA&FILTER_VALUE_2=123&FILTER_IOBJNM_3=0COMP_CODE&FILTER_VALUE_3=123&FILTER_IOBJNM_4=0SALESORG&FILTER_VALUE_4=123
    When I execute the url in browser a screen with filter value selection appears. I created the template with WAD 3.x - with WAD 7.0 it doesn't work. Do I have to use other parameters here?
    Best regards,
    Jule

    Hi Jule,
    I am facing issuse of URl length
    We pass the parameters in the URL for new 7.x machine. Unfortunately we are running more than 3000 characters, whereas system is allowing upto 2083 characters. Please do needful.
    &BI_COMMAND_1-BI_COMMAND_TYPE=SET_SELECTION_STATE_SIMPLE
    &BI_COMMAND_1-TARGET_DATA_PROVIDER_REF_LIST-TARGET_DATA_PROVIDER_REF_1=DATAPROVIDER_1
    &BI_COMMAND_1-TARGET_DATA_PROVIDER_REF_LIST-TARGET_DATA_PROVIDER_REF_2=DATAPROVIDER_2
    &BI_COMMAND_1-TARGET_DATA_PROVIDER_REF_LIST-TARGET_DATA_PROVIDER_REF_3=DATAPROVIDER_3
    &BI_COMMAND_1-TARGET_DATA_PROVIDER_REF_LIST-TARGET_DATA_PROVIDER_REF_4=DATAPROVIDER_4
    &BI_COMMAND_1-TARGET_DATA_PROVIDER_REF_LIST-TARGET_DATA_PROVIDER_REF_5=DATAPROVIDER_1_2
    &BI_COMMAND_1-RANGE_SELECTION_OPERATOR=EQUAL_SELECTION
    &BI_COMMAND_1-RANGE_SELECTION_OPERATOR-EQUAL_SELECTION=MEMBER_NAME
    &BI_COMMAND_1-RANGE_SELECTION_OPERATOR-EQUAL_SELECTION-MEMBER_NAME=0000000000000000000000000000000080000020
    &BI_COMMAND_1-CHARACTERISTIC=ZCRMPRDL1
    &BI_COMMAND_2-BI_COMMAND_TYPE=SET_ITEM_PARAMETERS
    &BI_COMMAND_2-INIT_PARAMETERS-WITH_TRAY-TRAY_SETTINGS-CAPTION=AstroMonthlyBacklogofOpenBugs
    &BI_COMMAND_2-INIT_PARAMETERS-WITH_TRAY=X
    &BI_COMMAND_2-INIT_PARAMETERS-TITLE=AstroMonthlyBacklogofOpenBugs
    &BI_COMMAND_2-TARGET_ITEM_REF=CHART_1
    &BI_COMMAND_3-BI_COMMAND_TYPE=SET_ITEM_PARAMETERS
    &BI_COMMAND_3-INIT_PARAMETERS-WITH_TRAY-TRAY_SETTINGS-CAPTION=AstroMonthlyBacklogofOpenBugs
    &BI_COMMAND_3-INIT_PARAMETERS-WITH_TRAY=X
    &BI_COMMAND_3-TARGET_ITEM_REF=TABLE_1
    &BI_COMMAND_4-BI_COMMAND_TYPE=SET_ITEM_PARAMETERS
    &BI_COMMAND_4-INIT_PARAMETERS-WITH_TRAY-TRAY_SETTINGS-CAPTION=AstroWeightedDefectCount(WDC)ofOpenCustomerBugs
    &BI_COMMAND_4-INIT_PARAMETERS-WITH_TRAY=X
    &BI_COMMAND_4-INIT_PARAMETERS-TITLE=AstroWeightedDefectCount(WDC)ofOpenCustomerBugs
    &BI_COMMAND_4-TARGET_ITEM_REF=CHART_2
    &BI_COMMAND_5-BI_COMMAND_TYPE=SET_ITEM_PARAMETERS
    &BI_COMMAND_5-INIT_PARAMETERS-WITH_TRAY-TRAY_SETTINGS-CAPTION=AstroWeightedDefectCount(WDC)
    &BI_COMMAND_5-INIT_PARAMETERS-WITH_TRAY=X
    &BI_COMMAND_5-TARGET_ITEM_REF=TABLE_2
    &BI_COMMAND_6-BI_COMMAND_TYPE=SET_ITEM_PARAMETERS
    &BI_COMMAND_6-INIT_PARAMETERS-WITH_TRAY-TRAY_SETTINGS-CAPTION=AstroMonthlyIncomingRateofBugs
    &BI_COMMAND_6-INIT_PARAMETERS-WITH_TRAY=X
    &BI_COMMAND_6-INIT_PARAMETERS-TITLE=AstroMonthlyIncomingRateofBugs
    &BI_COMMAND_6-TARGET_ITEM_REF=CHART_3
    &BI_COMMAND_7-BI_COMMAND_TYPE=SET_ITEM_PARAMETERS
    &BI_COMMAND_7-INIT_PARAMETERS-WITH_TRAY-TRAY_SETTINGS-CAPTION=AstroMonthlyIncomingRateofBugs
    &BI_COMMAND_7-INIT_PARAMETERS-WITH_TRAY=X
    &BI_COMMAND_7-TARGET_ITEM_REF=TABLE_3
    &BI_COMMAND_8-BI_COMMAND_TYPE=SET_ITEM_PARAMETERS
    &BI_COMMAND_8-INIT_PARAMETERS-WITH_TRAY-TRAY_SETTINGS-CAPTION=AstroIncoming/ResolvedRatio-CustomerProductionBugs
    &BI_COMMAND_8-INIT_PARAMETERS-WITH_TRAY=X
    &BI_COMMAND_8-INIT_PARAMETERS-TITLE=AstroIncoming/ResolvedRatio-CustomerProductionBugs
    &BI_COMMAND_8-TARGET_ITEM_REF=CHART_6
    &BI_COMMAND_9-BI_COMMAND_TYPE=SET_ITEM_PARAMETERS
    &BI_COMMAND_9-INIT_PARAMETERS-WITH_TRAY-TRAY_SETTINGS-CAPTION=AstroIncoming/ResolvedRatio-CustomerProductionBugs
    &BI_COMMAND_9-INIT_PARAMETERS-WITH_TRAY=X
    &BI_COMMAND_9-TARGET_ITEM_REF=TABLE_6
    &BI_COMMAND_10-BI_COMMAND_TYPE=SET_ITEM_PARAMETERS
    &BI_COMMAND_10-INIT_PARAMETERS-WITH_TRAY-TRAY_SETTINGS-CAPTION=AstroIncomingSupportCalls
    &BI_COMMAND_10-INIT_PARAMETERS-WITH_TRAY=X
    &BI_COMMAND_10-INIT_PARAMETERS-TITLE=AstroIncomingSupportCalls
    &BI_COMMAND_10-TARGET_ITEM_REF=CHART_4
    &BI_COMMAND_11-BI_COMMAND_TYPE=SET_ITEM_PARAMETERS
    &BI_COMMAND_11-INIT_PARAMETERS-WITH_TRAY-TRAY_SETTINGS-CAPTION=AstroIncomingSupportCalls
    &BI_COMMAND_11-INIT_PARAMETERS-WITH_TRAY=X
    &BI_COMMAND_11-TARGET_ITEM_REF=TABLE_4

Maybe you are looking for

  • An error occured while generating SSRS report.Please advice.

    unable to connect to the remote server a connection attempt failed because the connected party dd not properly respond after a period of time, or established connection failed because connected host has failed to respond 69.172.201.134:8080

  • Self-assigned ip address starting with 169

    Trying to connect to free wifi in paris but my gf's computer won't connect, instead it gives me a self-assigned IP address starting with 169, any thoughts on how I fix this? Free wifi is a very big network in Paris, you only need a username and a pas

  • Why do my Digital copies not play in iTunes

    I have the digital copy of the disc and iTunes imports the file with no problems, it synchs with my iPad 2 and plays perfectly on there but the movie will not play in iTunes. There is no sound or picture (just black screen). The files are .m4v and pl

  • RV180W firmware 1.0.2.6

    http://software.cisco.com/download/release.html?mdfid=284005928&softwareid=282487380&release=1.0.2.6&relind=AVAILABLE&rellifecycle=&reltype=latest

  • Help with Choosing f4v Video Bitrates

    Hello, I don't know if this is the correct forum but the topic is relevant to Flash. I have a video business and my website has a lot of video examples.  I wanted to show some image quality as well as a decent frame size for viewing. The video files