Shopping cart line items are missing while transfering from ITS to EBP

Hi everyone
I am Raghu, working on EBP (version 2.0)
Some shopping cart line items are missing while transferring the shopping cart data from ITS to EBP.
For example in my shooping cart 4 items are there,during transferring shopping cart data from ITS to EBP all 4 items are getting updated for all the shopping cart related tables except account assignment table.
In account assignment table for this particular shopping cart only 3 items are updated and usually the first line item gets missed out.Hence the the system fails to create the follow on documents in R/3. 
This is happening randomly for few of the shopping carts that too most of the cases first item of the shopping cart was not updating reqacct table(this is account assignment table for shooping cart items).
I have debugged entire scenario,but  couldn't find the cause for this..
Can any one  please advise me....why this is happening?
Your immidiate ersponse will surely help me a lot.
Thanks,
Raghu

Hi Yann
Thanks for your support.
Yes, we are using EBP2.0/CRM 2.0C & the support pack level is SAPKU20C23.
Please advice
Thanks
Raghu

Similar Messages

  • Line items are missing during transferring ITS to EBP--tricky problem

    Hi,
    We are using EBP 2.0 version.
    Some shopping carts line items are missing while transferring shopping cart data from ITS to EBP.
    This is happening randomly.we had checked all the shoppping cart related tables in EBP.
    For example in my shooping cart 4 items are there,during transferring shopping cart data from ITS to EBP all 4 items are updating for all the shopping cart related tables except account assignment table.
    In account assignment table for this particular shopping cart only 3 items are updated except first one.
    This is happening randomly for few of the shopping carts that too most of the cases first  item of  the shopping cart was not updating reqacct table(this is account assignment table for shooping cart items).
    I have debugged entire scenario,but i couldn't find the problem.
    any one could you please advise me....why this is happening?whether it is a version problem?
    Thanks,
    Ravi

    Hello Ravi,
    I guess you already checked OSS notes for this.
    Have you checked in the area of ITS ?
    When ITS sends data to EBP, only the actual screen data is sent:
    - item procurement data from basic data
    - item accounting data from accountig tab
    then this data is used to update the SC.
    If you have debugged those 2 screens, you should see what is happening.
    You say that only 3 reqacct lines are updated: does it means that you have the 4 lines previously created, or only 3 ?
    If you change one line item quantity, you should see this updating the reqacct. Same if you go directly in accounting tab.
    Finally, there are two options:
    - this is an ABAP error, so you should catch it in debug
    - this is an infrastrucute error (ITS is not sending the data), so you should get the data sent by ITS in debug mode
    Sometimes in productive environment with an heavy loaded ITS, you can loose some data. Available memory is not enough to fill in correctly ITS session containers.
    Rgds
    Christophe

  • Shopping Cart Line Item Interval

    Hi Experts,
    We are on SRM 7.0 SP05, By default shopping cart line item interval is 1,2,3,4.....etc,. My requirement is to have it as 10,20,30,40.....etc,
    Is it possible to achieve this ?. If yes, please let me know how to do that.
    Appreciate your help
    BR,
    Siva

    number range not advisable stick with SAP rules.
    even we are i classic po /pr LINE ITEM 10 ,20 SC W.R.T 1,2 ...ITEM.
    concentrate some other customer developments and convince customers regarding this.
    Muthu

  • Help  on  shopping  cart  line  items

    Hi,
    i  am    working  on  srm  ,  i  has  to  display error message  if items of different types are in SRM-shopping cart,
    the  details  in  technical  spec  is  as  below ,
    1.     Implement the BADI BBP_DOC_CHECK_BADI.
    2.     Create a custom table ZSRM_WGR_SORTEN and also create a table maintenance generator for it and maintain the entries in it.
    3.     The specification for the custom table is given in section 3.1.1
    4.     We need to populate an error message if the SC has line items of different types
    5.     The logic for this is given in section 3.1.3. We have the header data in ls_header based on which we will get the Shopping Cart data via FM u201CBBP_PROCDOC_GETDETAILu201D.
    6.     Then looping through item data we will process our logic to check if the SC line items are of same type or not.
    7.     If the line items are of different type, we need to populate the error message u201CThe item &1 has the same type as item &2u201D
    8.     A separate message class has been defined for it by the name ZSRM
    The check occurs in CHECK-BADI. The steps to be executed are:
         Read the shopping cart items
         Run all items:
         Determine and note the product categories-ID and process-ID (using item data, process-ID is a customer field,  see     CD 2553_E_1_procurement_010 for process-ID) of an item in an internal table.
         If 1st item: continue, otherwise: check, whether same product category and process-ID are noted already. If no: is the combination of WGR_ID_ADD and PROCID_ADD as per table ZSRM_WGR_SORTEN is allowed: If no: Display an error message
    i am  doing  coding  as  below ,
      CALL FUNCTION BBP_PROCDOC_GETDETAIL
        EXPORTING
          i_guid     = iv_doc_guid
        IMPORTING
          e_header   = ls_header
        TABLES
          e_item     = lt_item
          e_account  = lt_account
          e_limit    = lt_limit
          e_partner  = lt_partner
          e_orgdata  = lt_orgdata
          e_messages = lt_in_messages.
    The item data then exists in lt_item (incl. process- IDs of the items), using which it can be iterated with the LOOP command:
    LOOP AT lt_item INTO ls_item WHERE del_ind EQ space.
    what  will  be  code  here  , please  guide
    ENDLOOP.
    and  also  how  to  handle  message ,  i  am  doing  coding  as  below,
      DATA: ls_message         TYPE bbp_smessages_badi.
            ls_message-msgno   = '002'. //Meldungsnummer
            ls_message-msgty   = 'E'.
            ls_message-msgid   = 'ZSRM'.
            ls_message-msgv1   = ls_item-number_int.
            ls_message-msgv2   = <Pos.Nummer mit schon vorhandener Sorte>
        what  will  be  code  here  , please  guide
            APPEND ls_message TO et_messages.

    Hi. To get the SC number on the backend PO you must be using a BADI, probably either BBP_DOC_CHANGE_BADI or BBP_CREATE_BE_PO_NEW or BBP_CREATE_PO_BACK.
    Look in these BADIs, the cart data is probably not being looped around correctly.
    Regards,
    Dave.

  • Duplicate Shopping Cart  line items  - Supplier doesnt get copied ?

    Hi,
    we are on SRM7  extended classic scenario and while we use the "Duplicate" option to copy the existing line items in a shopping cart then the supplier doesn't get copied to new line item, field remains blank? is it a standard behaviour?
    what are the steps needed to make this happen ? appreciate your help in this regard.
    Thanks,
    Maverick

    Hi
    In SRM , if you copy the line item all item data must copy including suppliers.
    step by step tell us
    like
    1 create a shopping cart describe requirement
    2. manually assigned a source of supply - assigned a vendor
    3. copy the line item into another one
    4. in the latest line item supplier was not copied.
    The behavior of copying/pasting or duplicating items in a SC is different depending on the status of the SC
    Note 1137292 - Inconsistency when duplicating items
    Muthu

  • Some Line Items are missing in Standard SAP FI/CO Reports

    Dear All,
    while taking printout of SAP Standard FI/CO Reports some line items and total value are missing. E.g using TCODE FBL3N, it shows correct value after inserting selction inputs but when displaying it in spool request or taking print out it misses some line items and total value.
    Kindly help me in resolving the issue.
    Regards,
    Majid Khan

    Problem was caused by support pack SAPKB62063 and SAPKB62064.
    Apply OSS note 1100728 which was corrected in SAPKB62065.
    Giana

  • Customer Account line items are Missing Fbl5N

    Hi experts...
    FI Guys could not able to find customer account open line items in FBL5n after generating Accounting document automatically and we have checked VKOA screen, Assignments are fine but in that accounting document the customer itself is missing in the entry where as other line items like revenues, taxes are visible. Where could have been the mistake? 
    Kindly help with the possibilities of missing configuration
    Warm Regards
    Vijay

    Hi,
    Pls check Customer GL Reconciliation account - Line Item display field.  We have to enable it to display linenitems in report.
    regards
    DSR

  • I want to create a field in my shopping cart at item level

    I want to create a field in my shopping cart at item level of char 25 which is not there in the SRM server by default,
    Can tell me how can i do that,
    if it is related with adding some code in ITS then please give me sample code and tell me how to find that required ITS template.

    hello -
    you can reference sap note 672960 (older releases of SRM is 458591). 
    for shopping cart line item level, you would use structure:
    INCL_EEW_PD_ITEM_CSF_SC
    but keep in mind that you also have to add that field in:
    INCL_EEW_PD_ITEM_CSF
    thanks,
    stirfry,,,today is 'tofu'

  • FBCJ LINE ITEM AND FI LINE ITEMS ARE DIFFERENT

    Dear Expert
    FBCJ LINE ITEM AND FI LINE ITEMS ARE DIFFERENT

    Hi,
    It seems from the screen shot you are seeing different documents as in the first screen shot it clearly shows you have booked the multiple expenses under one see the below screen shot we have circled it
    whereas FB03 screen shows different.
    You can do one thing click on circle item and check the expenses involved in it and accordingly go to FBL3N and display documents for that G/L for the date 05.04.2014.
    Hope your issue has been resolved else revert.
    Regards,
    Tejas.

  • Dropdown values are missing while using the function module KCD_EXCEL_OLE_TO_INT_CONVERT

    Hi all,
    when i am trying to upload the excel template by using the function module " KCD_EXCEL_OLE_TO_INT_CONVERT" to an internal table some field values are missing.
    i am using the function module " KCD_EXCEL_OLE_TO_INT_CONVERT"  and i am uploading an excel template and downloading that excel data into an internal table but some field values are missing while uploading the excel template and i found that the field which contains the drop down list values those values are missing.
    And also when i am uploading the excel template by using the function module" KCD_EXCEL_OLE_TO_INT_CONVERT"  when i am coming out of this function module one pop up is coming. how can i avoid this popup, can any one please provide me the solution thanks in advance.
    FYI...it is showing the below popup screen ..
    Thanks,
    Koushik

    hi Feiyun,
    below is the code(highlighted in bold)and after coming out of the function module i am getting popup and also the drop down values are missing.
    DATA: ls_control         TYPE zsfi_fiupload_control,
             ls_header          TYPE zsfi_fiupload_header_v13,
             ls_item            TYPE zsfi_fiupload_item_v13,
             ls_trailer         TYPE zsfi_fiupload_control,
             l_line_count       LIKE zsfi_fiupload_control-rec_count,
             l_current_curr     TYPE kcde_cells-value,
             l_current_postdate TYPE kcde_cells-value,
             l_current_compcode TYPE kcde_cells-value,
             l_currentrow       TYPE kcde_cells-row,
             l_filename         LIKE rlgrap-filename.
       DATA: BEGIN OF lt_intern OCCURS 0.
               INCLUDE STRUCTURE  kcde_cells.
       DATA: END OF lt_intern.
       DATA: BEGIN OF lt_items OCCURS 0,
               a TYPE kcde_cells-value,
               b TYPE kcde_cells-value,
               c TYPE kcde_cells-value,
               d TYPE kcde_cells-value,
               e TYPE kcde_cells-value,
               f TYPE kcde_cells-value,
               g TYPE kcde_cells-value,
               h TYPE kcde_cells-value,
               i TYPE kcde_cells-value,
               j TYPE kcde_cells-value,
               k TYPE kcde_cells-value,
               l TYPE kcde_cells-value,
               m TYPE kcde_cells-value,
               n TYPE kcde_cells-value,
               o TYPE kcde_cells-value,
               p TYPE kcde_cells-value,
               q TYPE kcde_cells-value,
               r TYPE kcde_cells-value,
               s TYPE kcde_cells-value,
               t TYPE kcde_cells-value,
               u TYPE kcde_cells-value,
               v TYPE kcde_cells-value,
               w TYPE kcde_cells-value,
               x TYPE kcde_cells-value,
               y TYPE kcde_cells-value,
               z TYPE kcde_cells-value,
               aa TYPE kcde_cells-value,
               ab TYPE kcde_cells-value,
               ac TYPE kcde_cells-value,
               ad TYPE kcde_cells-value,
               ae TYPE kcde_cells-value,
               af TYPE kcde_cells-value,
               ag TYPE kcde_cells-value,
               ah TYPE kcde_cells-value,
               ai TYPE kcde_cells-value,
               AJ TYPE KCDE_CELLS-VALUE,
               AK TYPE KCDE_CELLS-VALUE,
               END OF lt_items.
       l_filename = p_flpath.
    * the file must be an xls file, not xlsx or comma seperated
       IF p_flpath NS '.xls' AND p_flpath NS '.XLS'.
         MESSAGE i261(zfi).
         g_error = 'X'.
         EXIT.
       ENDIF.
    * upload excel file to a generic table
       CALL FUNCTION 'KCD_EXCEL_OLE_TO_INT_CONVERT'
         EXPORTING
           filename                = l_filename
           i_begin_col             = 1
           i_begin_row             = 1
           i_end_col               = 150
           i_end_row               = 65000
         TABLES
           intern                  = lt_intern
         EXCEPTIONS
           inconsistent_parameters = 1
           upload_ole              = 2
           OTHERS                  = 3.
       IF sy-subrc <> 0.
         MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                 WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
       ENDIF.
    * validate that the format is in the restatement format
    *  this is the only template to have the ledger group in cell G-2
    **  READ TABLE lt_intern WITH KEY row = '0002' col = '0007'.
    **  IF sy-subrc <> 0 OR lt_intern-value IS INITIAL.
    **    MESSAGE i260(zfi).
    **    g_error = 'X'.
    **    EXIT.
    **  ENDIF.
    * create control record values
       ls_control-rec_type = 'C'.
       ls_control-global_id = 'GLU-03000'.
       ls_control-local_id = ''.
       ls_control-rec_count = ''.
       CONCATENATE sy-datum sy-uzeit INTO ls_control-date.
       ls_control-version = '12'.
       ls_control-email = ''.
       ls_control-eor = 'X'.
       ls_trailer = ls_control.
    * open output file and add the control record
       OPEN DATASET p_unixfilename FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
       TRANSFER ls_control TO p_unixfilename.
    * create header record values, will be transfered to file in the item loop
       ls_header-rec_type = 'H'.
       READ TABLE lt_intern WITH KEY row = '0017' col = '0003'.
       IF sy-subrc = 0.
         ls_header-header_txt = lt_intern-value.
       ENDIF.
       READ TABLE lt_intern WITH key row = '0020' col = '0002'.
       IF sy-subrc = 0.
         ls_header-comp_code = lt_intern-value.
       ENDIF.
    ************doc date
       READ TABLE lt_intern WITH KEY row = '0011' col = '0003'.
       IF sy-subrc = 0.
         ls_header-pstng_date = lt_intern-value.
       ENDIF.
    ************posting date
         ls_header-doc_date = sy-datum.
       READ TABLE lt_intern WITH KEY row = '0009' col = '0003'.
       IF sy-subrc = 0.
         ls_header-doc_type = lt_intern-value.
       ENDIF.
       READ TABLE lt_intern WITH KEY row = '0014' col = '0003'.
       IF sy-subrc = 0.
         ls_header-ref_doc_no = lt_intern-value.
       ENDIF.
    ************currency moved to line items
         READ TABLE lt_intern WITH KEY row = '0020' col = '0001'.
       IF sy-subrc = 0.
       ls_header-currency = lt_intern-value.
       ENDIF.
       ls_header-trans_date = ''.
       READ TABLE lt_intern WITH KEY row = '0010' col = '0003'.
       IF sy-subrc = 0.
         ls_header-period = lt_intern-value.
       ENDIF.
       READ TABLE lt_intern WITH KEY row = '0006' col = '0003'.
       IF sy-subrc = 0.
         ls_header-reason_rev = lt_intern-value.
       ENDIF.
       READ TABLE lt_intern WITH KEY row = '0007' col = '0003'.
       IF sy-subrc = 0.
         ls_header-rev_date = lt_intern-value.
       ENDIF.
    *  READ TABLE lt_intern WITH KEY row = '0002' col = '0007'.
    *  IF sy-subrc = 0.
         ls_header-ledger_grp = ''.
    *  ENDIF.
    *  READ TABLE lt_intern WITH KEY row = '0013' col = '0013'.
    *  IF sy-subrc = 0.
         ls_header-exch_rate = ''.
    *  ENDIF.
       READ TABLE lt_intern WITH KEY row = '0008' col = '0003'.
       IF sy-subrc = 0.
         ls_header-calc_tax = lt_intern-value.
       ENDIF.
       ls_header-eor = 'X'.
    * loop at the line items and append them to a table with multiple columns
       LOOP AT lt_intern WHERE row GE 20.
         IF l_currentrow <> lt_intern-row AND l_currentrow IS NOT INITIAL.
           APPEND lt_items.
           CLEAR lt_items.
         ENDIF.
         l_currentrow = lt_intern-row.
         CASE lt_intern-col.
           WHEN '0001'. lt_items-a = lt_intern-value.
           WHEN '0002'. lt_items-b = lt_intern-value.
           WHEN '0003'. lt_items-c = lt_intern-value.
           WHEN '0004'. lt_items-d = lt_intern-value.
           WHEN '0005'. lt_items-e = lt_intern-value.
           WHEN '0006'. lt_items-f = lt_intern-value.
           WHEN '0007'. lt_items-g = lt_intern-value.
           WHEN '0008'. lt_items-h = lt_intern-value.
           WHEN '0009'. lt_items-i = lt_intern-value.
           WHEN '0010'. lt_items-j = lt_intern-value.
           WHEN '0011'. lt_items-k = lt_intern-value.
           WHEN '0012'. lt_items-l = lt_intern-value.
           WHEN '0013'. lt_items-m = lt_intern-value.
           WHEN '0014'. lt_items-n = lt_intern-value.
           WHEN '0015'. lt_items-o = lt_intern-value.
           WHEN '0016'. lt_items-p = lt_intern-value.
           WHEN '0017'. lt_items-q = lt_intern-value.
           WHEN '0018'. lt_items-r = lt_intern-value.
           WHEN '0019'. lt_items-s = lt_intern-value.
           WHEN '0020'. lt_items-t = lt_intern-value.
           WHEN '0021'. lt_items-u = lt_intern-value.
           WHEN '0022'. lt_items-v = lt_intern-value.
           WHEN '0023'. lt_items-w = lt_intern-value.
           WHEN '0024'. lt_items-x = lt_intern-value.
           WHEN '0025'. lt_items-y = lt_intern-value.
           WHEN '0026'. lt_items-z = lt_intern-value.
           WHEN '0027'. lt_items-aa = lt_intern-value.
           WHEN '0028'. lt_items-ab = lt_intern-value.
           WHEN '0029'. lt_items-ac = lt_intern-value.
           WHEN '0030'. lt_items-ad = lt_intern-value.
           WHEN '0031'. lt_items-ae = lt_intern-value.
           WHEN '0032'. lt_items-af = lt_intern-value.
           WHEN '0033'. lt_items-ag = lt_intern-value.
           WHEN '0034'. lt_items-ah = lt_intern-value.
           WHEN '0035'. lt_items-ai = lt_intern-value.
           when '0036'. lt_items-aj = lt_intern-value.
           when '0037'. lt_items-ak = lt_intern-value.
         ENDCASE.
       ENDLOOP.
       APPEND lt_items.
    * sort rows by the post date, comp code, curr.
    *  SORT lt_items BY ah a ai.
    * loop at the items, creating a header record if the comp code, curr. or post date changes
       LOOP AT lt_items.
         ls_item-rec_type = 'I'.
         ls_item-post_key = lt_items-c.   "lt_items-b.
         IF lt_items-c GE '20' AND lt_items-c LE '39'.
           ls_item-vendor_no = lt_items-d.
         ELSEIF lt_items-c GE '0' AND lt_items-c LE '19'.
           ls_item-customer = lt_items-d.
         ELSEIF lt_items-c EQ '70' AND lt_items-c EQ '75'.
           ls_item-asset = lt_items-d.
         ELSE.
           ls_item-gl_account = lt_items-d.
         ENDIF.
         ls_item-asset_type = lt_items-m. "lt_items-l.
         ls_item-trans_type = lt_items-n. "lt_items-m.
         ls_item-print_flag = ''.
         ls_item-item_text = lt_items-j. "lt_items-i.
         ls_item-comp_code = lt_items-b. "lt_items-a.
         ls_item-bus_area = ''.
         ls_item-alloc_nmbr = lt_items-l. "lt_items-k.
         ls_item-tax_code = lt_items-q. "lt_items-p.
         ls_item-taxjurcode = lt_items-r. "lt_items-q.
         ls_item-profit_ctr = lt_items-g. "lt_items-f.
         ls_item-costcenter = lt_items-h. "lt_items-g.
         ls_item-orderid = lt_items-ac. "lt_items-ab.
         ls_item-wbs = lt_items-i. "lt_items-h.
         ls_item-trade_id = lt_items-o. "lt_items-n.
         ls_item-part_prctr = lt_items-p. "lt_items-o.
         ls_item-material = lt_items-t. "lt_items-s.
         ls_item-salesorg = lt_items-aa. "lt_items-z.
         ls_item-distr_chan = lt_items-ab. "lt_items-aa.
         ls_item-pmnttrms = ''.
         ls_item-pmtmthd = ''.
         ls_item-pmtmthsupl = ''.
         ls_item-alt_payee = ''.
         REPLACE ALL OCCURRENCES OF '(' IN lt_items-e WITH ''.
         REPLACE ALL OCCURRENCES OF ')' IN lt_items-e WITH ''.
         ls_item-amt_doccur = lt_items-e. "lt_items-d
         REPLACE ALL OCCURRENCES OF '(' IN lt_items-f WITH ''.
         REPLACE ALL OCCURRENCES OF ')' IN lt_items-f WITH ''.
         ls_item-loc_amt = lt_items-f. "lt_items-e
         ls_item-loc  = lt_items-k. "lt_items-j.
         ls_item-sas_revtype = lt_items-s. "lt_items-r.
         ls_item-rev_type = lt_items-u. "lt_items-t.
         ls_item-rev_chnl = lt_items-v. "lt_items-u.
         ls_item-bill_to = lt_items-x. "lt_items-w.
         ls_item-payer = lt_items-z. "lt_items-y.
         ls_item-ship_to = lt_items-y.
         ls_item-tax_amnt = lt_items-x.
         ls_item-func_area = ''.
         ls_item-expend_date = lt_items-ae. "lt_items-ad.
         ls_item-wtax_code = lt_items-af. "lt_items-ae.
         ls_item-wtax_base = lt_items-ag. "lt_items-af.
         ls_item-wtax_amount = lt_items-ah. "lt_items-ag.
         ls_item-payment_block = ''.
         ls_item-grp_amt = ''.
         ls_item-anc_amt = ''.
         ls_item-permit_payee = ''.
         ls_item-value_date = ''.
         ls_item-pernr   = ''.
         ls_item-legacy1 = ''.
         ls_item-legacy2 = ''.
         ls_item-legacy3 = ''.
         ls_item-legacy4 = ''.
         ls_item-legacy5 = ''.
         ls_item-legacy6 = ''.
         ls_item-legacy7 = ''.
         ls_item-legacy8 = ''.
         ls_item-legacy9 = ''.
         ls_item-legacy10 = ''.
         ls_item-eor = 'X'.
         TRANSLATE lt_items-ai TO UPPER CASE.
         TRANSLATE lt_items-b TO UPPER CASE.
         TRANSLATE lt_items-a TO UPPER CASE.
         TRANSLATE lt_items-aj TO UPPER CASE.
         IF l_current_curr <> lt_items-a "lt_items-ai
           OR l_current_postdate <> ls_header-pstng_date "lt_items-aj
           OR l_current_compcode <> lt_items-b.
           l_current_curr = lt_items-a.
           l_current_postdate = ls_header-pstng_date. "lt_items-aj.
           l_current_compcode = lt_items-b.
           ls_header-comp_code = l_current_compcode.
           ls_header-currency = l_current_curr.
           ls_header-pstng_date = l_current_postdate.
           ls_header-doc_date = l_current_postdate.
           TRANSFER ls_header TO p_unixfilename.
           l_line_count = l_line_count + 1.
         ENDIF.
         TRANSFER ls_item TO p_unixfilename.
         l_line_count = l_line_count + 1.
       ENDLOOP.
       ls_trailer-rec_type = 'T'.
       ls_trailer-rec_count = l_line_count.
       TRANSFER ls_trailer TO p_unixfilename.
       CLOSE DATASET p_unixfilename.
    * change the format to fixed format for the remainder of the load program
       p_fixed = 'X'.
       p_rstmnt = ''.
    Thanks,
    Koushik

  • Bank line items are only permitted in one company code Error

    Hi Experts,
    While doing MIRO with retention money i get the following error
    "Bank line items are only permitted in one company code"
    The transaction i am trying is in only one company code. Also i refered the following links in SDN
    http://forums.sdn.sap.com/thread.jspa?threadID=2100162
    http://forums.sdn.sap.com/thread.jspa?threadID=2100332
    As per the first link i tried to apply the note 1548167 but it has dependancy to numerous notes including
    146691, 1469138, 1477908, 1226698 and so on
    This scenario was working earlier without these notes
    Please advice

    sir
    thanks for your reply. as per your suggestion i am trying to change in fs00 to uncheck the line item management but  i am unable to do that,system shows that i have to uncheck the open item managemt also but the said account contain the open item. so i am not able to change the same. is there any other way to do that. can you please suggest me in detail? and one more thing that i am able to see only the balaces in fs10n. but not able to see the line item.this is probably for missing the business area in line item.
    but i needs to see the line items.
    can you please tell me any alternate way in detail to solve this problem?
    thanks and regards
    konishko

  • Custom fields in Shopping cart at item level

    Dear Experts,
    We have a requirement to create the fields in the shopping cart.
    Through customizing we have defined the fields and configured them. Now we could able to see the custom fields in the Shopping cart at item level. The values to custom fields must be the passed from the external Catalog after punch out.
    Which BADI should we implement and am i missing anything else.
    Please provide pointers to solve the issue.
    Thanks,
    Vikas

    Hello Vikas,
    Please find the sample code below for moving catalog field to custom field.
    But customer field mapping needs to be known.
    MOVE-CORRESPONDING enriched_item_data_out TO ls_enriched_item_data.
        wa_index = ls_enriched_item_data-line.
    *--- If Customer Field of Catalog is  Filled
        IF ls_enriched_item_data IS NOT INITIAL.
          wa_payment_term = ls_enriched_item_data-cust_field1.
          wa_incokey      = ls_enriched_item_data-cust_field3.
       wa_incoloc      = ls_enriched_item_data-cust_field1.
          wa_tax          = ls_enriched_item_data-cust_field5.
          wa_ag_id        = ls_enriched_item_data-agreement.
          LOOP AT et_sc_item_data_out INTO ls_item WHERE number_int EQ wa_index.
            ls_item-zpay_term = wa_payment_term.
            ls_item-zincokey  = wa_incokey .
            ls_item-zincoloc  = wa_incoloc.
            ls_item-ztax_code = wa_tax.
            ls_item-zag_id    = wa_ag_id .
            MODIFY et_sc_item_data_out INDEX wa_index FROM ls_item TRANSPORTING  zpay_term
                                                                                 zincokey
                                                                                 zincoloc
                                                                                 ztax_code
                                                                                 zag_id .
          ENDLOOP.
        ENDIF.
    regards,
    Neelima
    Edited by: S Neelima on Apr 28, 2011 2:09 PM

  • [svn:fx-4.0.0] 13541: Part 2 of fixing line endings in AS and MXML files so that line numbers are correct while debugging .

    Revision: 13541
    Revision: 13541
    Author:   [email protected]
    Date:     2010-01-15 16:47:34 -0800 (Fri, 15 Jan 2010)
    Log Message:
    Part 2 of fixing line endings in AS and MXML files so that line numbers are correct while debugging.
    All AS and MXML files frameworks/projects (that are code for SWCs) now have svn:eol-style set to "native" (and svn:mime-type set to "text/plain"). Having svn:eol-style set to "native" should ensure that when you get these files on a particular platform, the line-endings are correct for that platform.
    QE notes: None
    Doc notes: None
    Bugs: SDK-24966
    Reviewer: Pete
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24966
    Modified Paths:
        flex/sdk/branches/4.0.0/frameworks/projects/airspark/src/AIRSparkClasses.as
        flex/sdk/branches/4.0.0/frameworks/projects/airspark/src/spark/core/Version.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/AutomationClasses.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/AdvancedDa taGridSelectedCellCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/ArrayPrope rtyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/AssetPrope rtyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/Automation ObjectPropertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/ChartItemC odec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/ColorPrope rtyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/DateProper tyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/DateRangeP ropertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/DateScroll DetailPropertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/DefaultPro pertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/HitDataCod ec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/IAutomatio nPropertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/KeyCodePro pertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/KeyModifie rPropertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/ListDataOb jectCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/RendererPr opertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/ScrollDeta ilPropertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/ScrollDire ctionPropertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/TabObjectC odec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/TriggerEve ntPropertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/DragMa nagerAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/DragMa nagerAutomationImplGlobal.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/TextFi eldAutomationHelper.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/AccordionAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/ApplicationAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/BoxAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/CanvasAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/DividedBoxAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/FormAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/FormItemAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/PanelAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/TabNavigatorAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/ViewStackAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/AlertAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/AlertFormAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ButtonAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ButtonBarAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/CheckBoxAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ColorPickerAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ComboBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ComboBoxAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/DataGridAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/DataGridItemRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/DateChooserAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/DateFieldAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/LabelAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/LinkBarAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ListAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ListBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ListBaseContentHolderAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ListItemRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/MenuAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/MenuBarAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/MenuBarItemAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/MenuItemRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/NavBarAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/NumericStepperAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/PopUpButtonAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ProgressBarAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/RadioButtonAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/SWFLoaderAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ScrollBarAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/SliderAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/TextAreaAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/TextInputAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/TileBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/TileListItemRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ToggleButtonBarAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ToolTipAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/TreeAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/TreeItemRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/VideoDisplayAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/core/C ontainerAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/core/R epeaterAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/core/S crollControlBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/core/U IComponentAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/core/U ITextFieldAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/AdvancedD ataGridHeaderShiftEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/AdvancedD ataGridItemSelectEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/Automatio nAirEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/Automatio nCustomReplayEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/Automatio nDragEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/Automatio nDragEventWithPositionInfo.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/Automatio nEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/Automatio nRecordEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/Automatio nReplayEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/ChartSele ctionChangeEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/EventDeta ils.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/ListItemS electEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/Marshalle dAutomationEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/MenuShowE vent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/TextSelec tionEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Adva ncedDataGridTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Adva ncedListBaseTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Axis RendererTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Cart esianChartTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Char tBaseTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Char tSeriesTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Cont ainerTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Data GridTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/List BaseTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/List TabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Menu BarTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/OLAP DataGridTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Tile BaseTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Tree TabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/core/Version.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/AutomationAirClasses.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/air/AirDragM anagerAutomationHandler.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/air/AirFunct ionsHelper.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/codec/FilePr opertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/delegates/co ntainers/WindowedApplicationAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/delegates/co ntainers/WindowedApplicationAutomationImpl_modi.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/delegates/co ntainers/WindowsAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/delegates/co ntrols/FileSystemTreeAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/delegates/co ntrols/FlexNativeMenuAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/delegates/co ntrols/fileSystemClasses/FileSystemDataGridNameColumnRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/events/Autom ationFlexNativeMenuEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/core/Version.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_airspark/src/AutomationAirSparkCla sses.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_airspark/src/spark/automation/dele gates/components/SparkWindowAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_airspark/src/spark/automation/dele gates/components/SparkWindowedApplicationAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/AutomationDMVClasses.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ad vancedDataGrid/AdvancedDataGridAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ad vancedDataGrid/AdvancedDataGridBaseExAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ad vancedDataGrid/AdvancedDataGridGroupItemRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ad vancedDataGrid/AdvancedDataGridItemRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ad vancedDataGrid/AdvancedListBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ad vancedDataGrid/AdvancedListBaseContentHolderAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ad vancedDataGrid/OLAPDataGridAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ad vancedDataGrid/OLAPDataGridGroupRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/AreaSeriesAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/AxisRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/BarSeriesAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/BubbleSeriesAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/CartesianChartAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/ChartBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/ColumnSeriesAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/HLOCSeriesBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/LegendAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/LegendItemAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/LineSeriesAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/PieSeriesAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/PlotSeriesAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/SeriesAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/core/Version.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_flashflexkit/src/AutomationFlashFl exKitClasses.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_flashflexkit/src/mx/automation/del egates/flashflexkit/ContainerMovieClipAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_flashflexkit/src/mx/automation/del egates/flashflexkit/FlexContentHolderAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_flashflexkit/src/mx/automation/del egates/flashflexkit/UIMovieClipAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_flashflexkit/src/mx/core/Version.a s
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/AutomationSparkClasses.a s
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/mx/automation/delegates/ controls/dataGridClasses/FTEDataGridItemRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/mx/automation/delegates/ core/UIFTETextFieldAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/mx/core/Version.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/codec/S parkDropDownListBaseSelectedItemCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/SparkRichEditableTextAutomationHelper.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkApplicationAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkBorderContainerAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkButtonAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkButtonBarAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkButtonBarButtonAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkCheckBoxAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkComboBoxAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkDataGroupAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkDropDownListAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkGroupAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkLabelAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkListAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkNavigatorContentAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkNumericStepperAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkPanelAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkRadioButtonAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkRichEditableTextAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkScrollerAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkSkinnableContainerAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkSpinnerAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkTabBarAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkTextAreaAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkTextInputAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkTileGroupAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkTitleWindowAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkToggleButtonAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkVideoPlayerAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/mediaClasses/SparkMuteButtonAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/mediaClasses/SparkVolumeBarAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkButtonBarBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkButtonBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkDropDownListBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkGroupBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkItemRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkListBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkRangeAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkScrollBarBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkSkinnableComponentAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkSkinnableContainerBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkSkinnableTextBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkSliderBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkTextBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkToggleButtonBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkTrackBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/skins/spark/SparkDefaultComplexItemRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/skins/spark/SparkDefaultItemRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/events/ SparkListItemSelectEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/events/ SparkValueChangeAutomationEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/tabular Data/RichEditableTextTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/tabular Data/SkinnableContainerTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/tabular Data/SparkListBaseTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/core/Version.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/AdvancedDataGridClasses .as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/ChartsClasses.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/accessibility/Advanc edDataGridAccImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/AreaChart.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/AxisLabel.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/AxisRenderer. as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/BarChart.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/BubbleChart.a s
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/CandlestickCh art.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/CategoryAxis. as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/ChartItem.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/ColumnChart.a s
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/DateTimeAxis. as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/GridLines.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/HLOCChart.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/HitData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/Legend.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/LegendItem.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/LineChart.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/LinearAxis.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/LogAxis.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/PieChart.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/PlotChart.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ AxisBase.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ AxisLabelSet.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ BoundedValue.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ CartesianCanvasValue.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ CartesianChart.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ CartesianDataCanvas.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ CartesianTransform.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ ChartBase.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ ChartElement.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ ChartItemDragProxy.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ ChartLabel.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ ChartState.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ DataDescription.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ DataTip.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ DataTransform.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ DateRangeUtilities.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ DualStyleObject.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ GraphicsUtilities.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ HLOCSeriesBase.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IAxis.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IAxisRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IBar.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IChartElement.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IChartElement2.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IColumn.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IDataCanvas.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IStackable.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IStackable2.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ InstanceCache.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ LegendData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ NumericAxis.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ PolarChart.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ PolarDataCanvas.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ PolarTransform.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ RenderData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ Series.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ StackedSeries.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/effects/Serie sEffect.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/effects/Serie sInterpolate.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/effects/Serie sSlide.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/effects/Serie sZoom.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/effects/effec tClasses/SeriesEffectInstance.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/effects/effec tClasses/SeriesInterpolateInstance.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/effects/effec tClasses/SeriesSlideInstance.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/effects/effec tClasses/SeriesZoomInstance.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/events/ChartE vent.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/events/ChartI temEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/events/Legend MouseEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Are aRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Box ItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Can dlestickItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Cir cleItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Cro ssItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Dia mondItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/HLO CItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Lin eRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Sha dowBoxItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Sha dowLineRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Tri angleItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Wed geItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/AreaSe ries.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/AreaSe t.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/BarSer ies.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/BarSet .as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/Bubble Series.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/Candle stickSeries.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/Column Series.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/Column Set.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/HLOCSe ries.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/LineSe ries.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/PieSer ies.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/PlotSe ries.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ AreaSeriesItem.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ BarSeriesItem.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ BubbleSeriesItem.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ ColumnSeriesItem.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ HLOCSeriesItem.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ LineSeriesItem.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ LineSeriesSegment.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ PieSeriesItem.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ PlotSeriesItem.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/render Data/AreaSeriesRenderData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/render Data/BarSeriesRenderData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/render Data/BubbleSeriesRenderData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/render Data/ColumnSeriesRenderData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/render Data/HLOCSeriesRenderData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/render Data/LineSeriesRenderData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/render Data/PieSeriesRenderData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/render Data/PlotSeriesRenderData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/skins/halo/Se lectionSkin.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/styles/HaloDe faults.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/styles/metada ta/FillStrokeStyles.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/styles/metada ta/GapStyles.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/styles/metada ta/ItemRendererStyles.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/styles/metada ta/LeadingStyle.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/styles/metada ta/MarginStyles.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/styles/metada ta/TextStyles.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/DefaultS ummaryCalculator.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/Grouping .as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/Grouping Collection.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/Grouping Collection2.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/Grouping Field.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/Hierarch icalCollectionView.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/Hierarch icalCollectionViewCursor.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/Hierarch icalData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/IGroupin gCollection.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/IGroupin gCollection2.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/IHierarc hicalCollectionView.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/IHierarc hicalCollectionViewCursor.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/IHierarc hicalData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/ISummary Calculator.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/LeafNode Cursor.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/SummaryF ield.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/SummaryF ield2.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/SummaryO bject.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/SummaryR ow.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/errors/C hildItemPendingError.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/AdvancedDat aGrid.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/AdvancedDat aGridBaseEx.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/OLAPDataGri d.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridBase.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridBaseSelectionData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridBaseSelectionPending.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridColumn.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridColumnGroup.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridDragProxy.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridGroupItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridHeaderInfo.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridHeaderRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridListData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridRendererDescription.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridRendererProvider.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridSortItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/IAdvancedDataGridRendererProvider.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/SortInfo.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/listClasses /AdvancedListBase.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/listClasses /AdvancedListBaseContentHolder.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/olapDataGri dClasses/OLAPDataGridGroupRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/olapDataGri dClasses/OLAPDataGridHeaderRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/olapDataGri dClasses/OLAPDataGridHeaderRendererProvider.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/olapDataGri dClasses/OLAPDataGridItemRendererProvider.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/olapDataGri dClasses/OLAPDataGridRendererProvider.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/core/Version.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/events/AdvancedDataG ridEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/events/AdvancedDataG ridEventReason.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/events/CubeEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/CubeNode.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/CubeNodeBuilder .as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/DefaultCubeImpl .as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPAttribute. as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPAttributeL evel.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPAxisPositi on.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPCell.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPCube.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPCubeImpl.a s
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPCustomAggr egator.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPDimension. as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPElement.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPHierarchy. as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPLevel.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPMember.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPQuery.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPQueryAxis. as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPResult.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPResultAxis .as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPSchema.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPSet.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPTuple.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPAttribute.a s
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPAttributeLe vel.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPAxisPositio n.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPCell.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPCube.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPDimension.a s
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPElement.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPHierarchy.a s
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPLevel.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPMeasure.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPMember.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPQuery.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPQueryAxis.a s
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPResult.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPResultAxis. as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPSchema.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPSet.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPTrace.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPTuple.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/QueryCubeBuilde r.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/QueryError.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/SummaryNode.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/aggregators/Ave rageAggregator.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/aggregators/Cou ntAggregator.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/aggregators/Max Aggregator.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/aggregators/Min Aggregator.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/aggregators/Sum Aggregator.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/printing/PrintAdvanc edDataGrid.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/printing/PrintOLAPDa taGrid.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/skins/halo/AdvancedD ataGridColumnWrongDropIndicator.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/skins/halo/AdvancedD ataGridHeaderHorizontalSeparator.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/styles/metadata/Focu sStyles.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/styles/metadata/GapS tyles.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/styles/metadata/Icon ColorStyles.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/styles/metadata/Lead ingStyle.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/styles/metadata/Padd ingStyles.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/styles/metadata/Text Styles.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/accessibility/AccConst.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/collections/AsyncListView.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/core/IDeferredContentOwner.a s
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/core/INavigatorContent.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/core/ISelectableList.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/core/LayoutElementUIComponen tUtils.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/EventListenerRequest. as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/FlexChangeEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/FocusRequestDirection .as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/InterDragManagerEvent .as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/InterManagerRequest.a s
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/InvalidateRequestData .as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/Request.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/SWFBridgeEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/SWFBridgeRequest.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/SandboxMouseEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/geom/CompoundTransform.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/geom/RoundedRectangle.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/geom/TransformOffsets.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/IActiveWindowManage r.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/IMarshalSystemManag er.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/ISystemManagerChild Manager.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/PopUpData.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/marshalClasses/Curs orManagerMarshalMixin.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/marshalClasses/Drag ManagerMarshalMixin.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/marshalClasses/Focu sManagerMarshalMixin.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/marshalClasses/Mars halPopUpData.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/marshalClasses/PopU pManagerMarshalMixin.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/marshalClasses/Tool TipManagerMarshalMixin.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/systemClasses/Activ eWindowManager.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/systemClasses/Child Manager.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/systemClasses/Event Proxy.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/systemClasses/Marsh allingSupport.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/systemClasses/Place holderData.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/systemClasses/Remot ePopUp.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/modules/IModule.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/skins/halo/WindowBackground. as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/styles/CSSMergedStyleDeclara tion.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/utils/HSBColor.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/utils/MatrixUtil.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/utils/OnDemandEventDispatche r.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/media/MediaFactory.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/metadata/IFacet.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/traits/PausableTrait.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/traits/PlayableTrait.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/netmon/NetworkMonitor.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/rpc/CallResponder.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/rpc/http/AbstractOperation.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/rpc/http/HTTPMultiService.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/rpc/http/Operation.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/rpc/http/SerializationFilter.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/rpc/http/mxml/HTTPMultiService.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/utils/RPCObjectUtil.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/utils/RPCStringUtil.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/utils/RPCUIDUtil.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/mx/controls/advancedDataGridClasses /FTEAdvancedDataGridItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/mx/controls/advancedDataGridClasses /MXAdvancedDataGridItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/mx/controls/dataGridClasses/FTEData GridItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/mx/controls/dataGridClasses/MXDataG ridItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/mx/controls/listClasses/MXItemRende rer.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/mx/controls/treeClasses/MXTreeItemR enderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/mx/core/FTETextField.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/mx/core/UIFTETextField.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/ButtonBar.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/ComboBox.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/DropDownList.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/HSlider.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/NavigatorContent.a s
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/Panel.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/PopUpAnchor.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/Scroller.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/TabBar.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/mediaClasses/Volum eBar.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/supportClasses/Ani mationTarget.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/supportClasses/But tonBarBase.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/supportClasses/Dro pDownController.as
        flex/sdk/br

    Hi there,
    I follow the help from this post
    How to handle line break embeded inside CSV column
    Not a perfect way, but it is accepted in my case.
    Cheers,

  • Line items are clubbed in Handling Unit's

    There are two line items in delivery for same material , while packing  I am selecting single line item  and packing it . But when I select line item 10 and try to pack it, line item 20 also automatically getting clubbed with line item 10 and getting packed together .
    For this material , rounding profile has been maintained .I canu2019t delete this rounding profile because when we process single line item for this material , system has to round off . Suppose , material is rounded off for 30 units in material master and  rounding profile has been assigned for this material.
    My requirement is handling unit need to be created for single line item , system should not consider 2nd line item while creating handling unit for first line item even though first and second line items consume same material .
    In delivery, suppose , there are two line items for same material . for first line item quantity is 20 and  for second line item , it   is 23 .  
    When I try to pack it manually , system should create 2 handling units with quantity of  20 and 23 nos .  System   should not create handling units with quantity of 30 and 13 .
    What configuration change I need to make in handling unit management .
    Thanks In Advance
    Jaya

    Hi Pratyush
    I have checked up in  both the places, POP2 and POF2,  target quantity was mentioned as 1 only for this material  .
    still ,Why is system not considering only one line item's quantity while packing . why is it clubbing both line items .
    Pls help me ........

  • Special Ledger: Open Line items are not being loaded in BW

    Hi all.
    We are loading Special Ledger information from R/3 to BW, and for many accounts, the data is not reconciling between the two systems.
    We have found out that none of the Open Line Items are being transferred.
    Do you know which could be the cause for this?
    Thanks and Regards

    Hi Daniel,
    Could you give some more details about the extractors and the "Open Line Items"?
    -Bikas

Maybe you are looking for

  • Automatic clearing Error

    Hi guys, I have an issue where the user is running F.13. He is giving a document number to clear and GR/IR clearing accounts in the select G/L account field. The output generated is not selecting any items(vendors,customers or g/l accs). The output s

  • OBIEE Answers limitation

    Hello, I have Oracle Business Intelligence 10.1.3.4.1 and I find problem like in point 3. ( http://obiee-blog.info/answers/some-obiee-answers-limitations/ ). "Inability to display the beginning date and the end-date in the report based on the operato

  • Integrating siteminder and sun access manager

    Hi, I need to perform the following integration. I have an client which generates a saml assertion using Sun access manager which is consumed by another system which is again having Sun access manager. Now the client wants to move on to Siteminder. W

  • I am not happy with apple support

    MacBook Pro (13-inch Early 2011) Serial number C0*******H2H I bought apple MacBook pro 2011, One night I put my MacBook on standby mode when I wake up in morning it's power is off, not starting at all I tried all the things but still it is not workin

  • Working With Quicktime .MOV files

    I have recorded some footage using Quicktime and I want to import these .mov files to use in FCE. When I play them in the Viewer the footage is out of sync with the audio. It seems the footage is sped up but the audio is normal. How do I set up the s