Customer Classification..table update AUSP

Hi Guru's
I have to update the customer classification via table AUSP
Table AUSP is only table which stores the Information Characterstics Values maintained for a Class type.
I am updating this table directly via Z program.
data : it type STANDARD TABLE OF ausp WITH HEADER LINE.
it-objek = 'N231512'.
it-ATINN = '0000000068'.
it-atwrt = 'ST'.
it-klart = 'Z01'.
it-mafid = 0.
it-atzhl = '001'.
it-adzhl = '0001'.
it-mandt = '200'.
APPEND it.
MODIFY ausp from table IT.
But when i am going in XD03 to see the characterstic value (ST in this case) . Then ST is not getting set in XD03 classification view.
also when i am setting the same value ST via XD02 then value is getting updated in Table AUSP with duplicate entry what i have updated via above progm.I don't know how table is allowing duplicate entry.
suggest me  somthing
Best Regards
Subham

Hi,
Please don't update directly to the table AUSP.. Also the ATINN will be different in each client for one particular classfication data..
I would suggest use the LSMW
Standard Batch/Direct Input
- Object: 0130
- Method: 0002
- Program name: RCCLBI03
- Program type: D
Regards,
Nagaraj

Similar Messages

  • XD02 transaction to change the customer data for updating KNA1 table?

    Hi all,
    How can we use XD02 transaction to change the customer data for updating KNA1 table?
    Give the steps.
    Thanks in advance
    rk

    Hi KR,
    Why don't u use BDC to run XD02.
    With Regards,
    Zafar Ali

  • "BFOD_A"  Table update (FI Subsequent BA/PC Adjustment: Customer Items)

    Hi Friends,
    I have posted a payment document 120001 in company code please see the below entry.
    Itm     PK     Account     Account short text     Assignment     Tx               Amount
    1     40     12519002     GL                      20081117                             25,330.98
    2     40     12519002     GL                      20081117                          1,225,915.04
    3     40     12519002     GL                      20081117                                 9,417.00
    4     50     12519002     GL                      20081117                                -2,541.67
    5     4     1072698     Customer                      CC REFUND                               3,060.00
    6     40     12519002     GL                       20081117                1,354.97
    7     17     1000368     Customer                                                     -4,933.66
    8     17     1005152     Customer                                                      -512.26
    9     17     1024054     Customer                                                    -3,971.08
    10     50     10703001     GL            14007930912008.00          1,251,764.35
    11     50     10703002     GL              14007930912008.00                -1,354.97
    but the same documet updated in table BFOD_A (FI Subsequent BA/PC Adjustment: Customer Items) with diffrent values in customer.
    for example 1072698 customer accounted was debited with document  value :3060.00
    but in the  BFOD_A table updated  with debit( 606260.43)and credit (603260.43) with diffrent values but the balance was document value (3060.00) .
    1072698           120001 doc value -
    3060.00
    1076698           120001 Doc value in BFOD_A  : Dr : 606260.43
    1076698           120001 Doc value in BFOD_A  : Cr : 603260.43
    The BFOD_A table Dr and cr vaue equl to document value : 3060.00 ( 606260.43 - 603260.43)
    Can you please let me know how this table BFOD_A  (FI Subsequent BA/PC Adjustment: Customer Items) updating with debit and credit diffrent values not the document value. the debit and credit variation is original document value.
    Please explain on this, i will assign full points to you.
    BFOD_A table  updated with below detail for same document with diffrent values in customer accounts.
    CoCd     DocumentNo Year     Itm     BknIm     G/L     Customer     D/C       Amount LC
    100     120001       2008     5     1     12501000     1072698     S     606,260.43
    100     120001       2008     5     2     12501000     1072698     H     603,200.43
    100     120001       2008     7     1     12501000     1000368     H     977,478.05
    100     120001       2008     7     2     12501000     1000368     S     972,544.39
    100     120001       2008     8     1     12501000     1005152     H     101,491.17
    100     120001       2008     8     2     12501000     1005152     S     100,978.91
    100     120001       2008     9     1     12501000     1024054     H     786,767.54
    100     120001       2008     9     2     12501000     1024054     S     782,796.46

    closed

  • Change Pointers for Customer Classification

    Hi All,
    I am using Object Class 'DEBITOR' to capture the Customer Classification changes.I am able to see the entries in BDCP but not in CDHDR and CDPOS Whenever i add the classifcation to the customer.
    I need to add these classification changes to my ZDEBMAS Message type thorugh BD52. I am not able to see the 'DEBITOR' Object class to add the classification changes too.I don't find the 'DEBITOR' Object class in the table TBD62 also.
    Can anyone help me how to link the Object class 'DEBITOR'  to capture the classification changes for my Z message type.
    Thanks In Advance.
    Regards,
    Sudha.

    Hi,
    U have to create a object class in SCDO transaction code and then u have generate update program...
    once u do that u can find the list of includes...and then u need to call them in a custom program which will update to CDHDR and CDPOS...
    for example..
    goto SCDO->SPEICFY the object class as MATERIAL and then display, now click on update geneartion program in the aplication tool bar ,  u will find includes there, similarly u have to generate those includes in SCDO. take one include and they put it in se38 and do where used list..u can see how they are used.
    however they will be genrated by SAP only thing u have to do is u need to press that button and press on save button...
    Regards,
    Nagaraj

  • Customer Classification mass change...

    Hello ABAPERs,
    How will i create a mass change custom program that would update the classification of a customer.
    Enter the following criteria
    Customer Number: 10012428 to 10012444
    Customer classification: 03
    Sales Organization: S062
    Distribution Channel: 11
    Division: 01
    Customer group: 06
    Execute the program
    A list of all customers to be updated should be displayed
    Only customers 10012428, 10012432, 10012437, and 10012444 should be displayed
    A "next" button should be pressed that will redirect to a new window where the classification can be added. Add the following:
    Class = BACKORDER
    Max Days B/O Allowed -Customer = 0
    A section where classification can be added w/ the value
    execute...
    A confirmation should appear that the changes were made. Customers 10012428, 10012432, 10012437, and 10012444 should have the new backorder class...
    Please help me on how will I create my program... thanks in advanced.

    Hi
    The following t-codes and link will be useful to you
    V/N4 Free goods types - Sales
    V/N5 Free goods: Procedure for SD
    V/N6 Free goods procedure determ. SD
    VBN1 Free goods - Create (SD)
    VBN2 Free goods - Change (SD)
    VBN3 Free goods - Display (SD)
    M/N2 Create free goods table
    M/N3 Display free goods table
    OMA5 Field catalog V_T681 free goods (SD)
    V/N1 Maintain accesses (free goods - sls)
    V/N2 Create free goods table
    V/N3 Display free goods table (SD)
    WC07 Number ranges for free goods
    Mohan

  • Report Custom Vertical Table Question

    Hello Guys,
    I am trying to display some data in a custom vertical table (for a report). The data that I have looks like this :
    Customer number          Name               Product          Age
    123               John Customer          Checking     50
    456               Jane Customer          Savings          40
    When I display it using a vertical table (or attribute value pairs) the data looks like:
    Customer number: 123
    Name : John Customer
    Product: Bank Account
    Age: 50
    Customer number: 456
    Name : Jane Customer
    Product: Bank Account
    Acct No: 40
    But I want to display the data like this:
    Customer number: 123 456
    Name : John Customer Jane Customer
    Product: Bank Account Bank Account
    Age: 50 50
    The option here is to change the data to dynamic columns rather than dynamic rows. I tried manipulating the templates but it would not do it. Any other suggestions?
    Thanks!

    Hi Badri,
    OK - this is what I did (there's no documentation as such, so I'll just give you the step-by-step guide here!):
    1 - In your application, go to Shared Components then Templates
    2 - Click the Create button
    3 - Click the "Report" option
    4 - Select "From Scratch" and click Next
    5 - Enter a name for the new template (for example, "Vertical Report"), leave the Theme as your current theme, set Template Class to "Custom 1", tick the "Named Column (row template)" option and click Create
    This creates a new blank report template - scroll down the list of templates to this new one and click on the name to edit it.
    In there, you need to enter the following:
    Row Template 1 setting:
    <td>
    <table cellpadding="0" border="0" cellspacing="0" summary="" class="t18Standard" style="border-collapse:collapse">
    <tr><td class="t18Data">#1#</td></tr>
    <tr><td class="t18Data">#2#</td></tr>
    <tr><td class="t18Data">#3#</td></tr>
    <tr><td class="t18Data">#4#</td></tr>
    </table>
    </td>NOTE: In my example report, I show four columns (EMPNO, ENAME, SAL, COMM) - these are refered to as #1#, #2#, #3# and #4# above (#1# means column number 1, #2# is column 2 and so on - but use the column numbers not the names in your template). If you have a different number of columns add in or remove lines of: <tr><td class="t18Data">#nn#</td></tr> (replacing nn with the column number)
    Leave all other settings in the Row Templates section blank
    Before Rows setting:
    <table cellpadding="0" border="0" cellspacing="0" summary="" style="border-collapse:collapse;">
    <tr>
    <td>
    <table class="t18Standard" cellpadding="0" border="0" cellspacing="0" summary="" style="border-collapse:collapse;">
    <tr><th class="t18ReportHeader">EMPNO</th></tr>
    <tr><th class="t18ReportHeader">ENAME</th></tr>
    <tr><th class="t18ReportHeader">SAL</th></tr>
    <tr><th class="t18ReportHeader">COMM</th></tr>
    </table>
    </td>NOTE: You will need one TR tag for each of the column headings - I have four here (EMPNO, ENAME, SAL and COMM) - add or remove lines of <tr><th class="t18ReportHeader">COLUMNNAME</th></tr>
    After Rows setting:
    </tr>
    </table>
    <table>
    <tr>
    <td>
    #PAGINATION#
    </td>
    </tr>
    </table>Leave all settings in the Pagination section blank
    NOTE: Any "class" name used above assumes that you are using Theme 18 (t18Standard is the standard report style class, for example) - you will have to update these to match your own theme
    Click Apply Changes to save this
    Now go back to your page and click on the "Report" link for your report region - this takes you to Report Attributes. Scroll down to the "Report Template" setting and change this to your new template. Click Apply Changes to save that.
    When the page is rendered, a new table will be created for the report, the headings will be created within another table in the first TD on that table. All data lines are created as separate tables within new TD tags - this makes the output go across the page instead of down.
    Andy

  • Custom PL/SQL API that inserts the data into a custom interface table.

    We are developing a custom Web ADI integrator for importing suppliers into Oracle.
    The Web ADI interface is a custom PL/SQL API that inserts the data into a custom interface table. We have defined the content, uploader and an importer. The importer is again a custom PL/SQL API that will process the records inserted into the custom table and updates the STATUS column of the custom interface table. We want to show the status column back on the spreadsheet.
    Defined the 'Document Row' import rule and added the rows that would identify the unique record.
    Errored row import rule, we are using a SELECT * from custom_table where status<>'Success' and vendor_name=$param$.vendor_name
    The source of this parameter is import.vendor_name
    We have also defined an Error lookup.
    After the above setup is completed, we invoke the create document and click on Oracle->Upload.
    The records are getting imported, but the importer program is failing with An error has occurred while running an API import. The ERRORED_ROWS step 20003:ER_500141, parameter number 1 must contain the value BIND in attribute 1.'

    The same issue.
    Need help.
    Also checked bne.log, no additional information.
    <bne:document xmlns:bne="http://www.oracle.com/bne">
    <bne:message bne:type="DATA" bne:text="BNE_VALID_ROW_COUNT" bne:value="11" />
    <bne:message bne:type="DATA" bne:text="BNE_INVALID_ROW_COUNT" bne:value="0" />
    <bne:message bne:type="ERROR" bne:text="An error has occurred while running an API import"
    bne:cause="The ERRORED_ROWS step 20003:ER_500165, parameter number 1 must contain the value BIND in attribute 1."
    bne:action="" bne:source="BneAPIImporter" >
    <bne:context bne:collection="collection_1" />
    </bne:message><bne:message bne:type="STATUS"
    bne:text="No rows uploaded" bne:value="" >
    <bne:context bne:collection="collection_1" /></bne:message>
    <bne:message bne:type="STATUS" bne:text="0 rows were invalid" bne:value="" >
    <bne:context bne:collection="collection_1" /></bne:message></bne:document>

  • Auto update of Ztable when ever BSID or BSAD tables updated

    Auto update of Ztable when ever DB table updated     
    Hi experts
    I want my Ztable get updated automatically when ever a record is created or updated in BSID or BSAD tables.
    Here clear requirement
    Generally using Company code & Allocation number  ( 18 char ) my programs access BSID & BSAD tables it is taking very long time for execution almost more than 30 minutes ( data in millions ).
    Step 1.
    I created a new Ztable with limited fields Company Code, Customer, Document, Allocation Number and Posting date.
    Step 2.
    Before look into BSID or BSAD my program searches Ztable for Customer number & Document number using Allocation field and Company code.
    Step 3.
    Once get the Customer & Document numbers accessing BSID & BSAD table is very easy (now just taking less than 1 minute).
    Created a new program to update Ztable every day but BSID and BSAD are live table so I want my Ztable get updated immediately when any entry posted in BSID or BSAD
    Please help me
    Satya
    Singapore

    You need to check what is the procedure (T-Code) from which the data gets updated into these tables.
    For example
    when we craete a material from MM01 the data gets updated in the corresponding table i.e. EKPO.
    In same way you need to find the process and then you can use BTE (Busineess transaction events) for that process. BTE are only for FI module and these tables are also related to FI .

  • Problem in MSEG Table updation

    Hello All,
    The problem is related to MSEG table updation after Stock Transport Order  (STO) is done between Manufacturing plant & Depot. The problem is described below with an example.
    In case of STO the Supplying Plant or vendor is SP02 and the Receiving Plant or the customer is RP15.in the STO under the shipping tab for Customer the system is showing RP15 and under the Delivery address tab for Vendor the system is showing SP02.
    While during PGI when the material document is generated when we check the MSEG table two line items have been generated where  we found that the field WERKS contained SP02 & RP15 against which the feld XAUTO is showing blank space & X symbol respectively.But in case of both LIFNR & KUNNR fields it is showing blank space, which indicates that both the vendor & customer  fields are not getting updated in the MSEG table.
    Now I want the system to pick up the data for KUNNR field (in case of XAUTO is X) also in the MSEG table i.e. RP15 should also be displayed in the MSEG table.
    Is there any configuration to attain my requirement?
    Looking forward to some valuable suggestions.
    Thanks & Regards
    Priyanka Mitra

    the ADRx tables are central tables that are used from various transactions in SAP.
    e.g. from customizing, master data maintenance, transactional data, such as purchase orders and sales orders.
    use the ADRNR from ADR6 table and then lookup an entry in table ADRC to find and hint to its origin  field ADDR_GROUP

  • Custom Data Table in Work Manager 6.1 / SMP 3.0

    Hi folks,
    was trying to create a custom Data Table in Work Manager. Unfortunately I was not successful to get it working - probably I am missing out something.
    Have created the DataTable in the Agentry Editor and configured the Java Class to use the DataTable class like for the other DataTables. Then created the 4 config values in the parameters of the Mobile Application Configuration (DT_MDOID, TABLE_CHECK, TABLE_REFRESH, ENABLE_TABLE). Also created a MDO that is mapped to the DT_MDOID which is derived from the /SYCLO/CL_CORE_DT_HANDLER class.
    During sync, I am getting the following errors in the server logs - in the client it is Error 13 => Java...
    08/13/2014 18:18:36, 1,         0,         2, Thr      10364, class RCP<class DT::DataTable>, D:\Syclo_BuildBot\rc_7.0server\Syclo\refcount.h#220:RCP<class DT::DataTable>::operator ->
    2014/08/13 18:18:36.505:             + BackEnd=Java-SAPJavaConnection
    2014/08/13 18:18:36.505:               Using Java code for <DATA_TABLE_NAME>
    2014/08/13 18:18:36.506:               Java Exception "<DATA_TABLE_NAME>" Update Data Table: - java.util.NoSuchElementException
    Do you have some pointers on what I may miss out?
    Cheers,
    Florian

    Make sure that 'DT_MDOID" parameter entries are maintained correctly "That there is no typo's" in config panel. I don't think you need any entries for TABLE_CHECK, TABLE_REFRESH, ENABLE_TABLE parameters which are only relevant for complex table.  Same in Agentry  the data table should match with  SAP name.
    Let me know if you still have issues.
    Thanks
    Manju

  • Change documents for customer Z table - serious help wanted

    Hi all,
    I am no beginner and I don't expect any comments from beginners.
    Situation: My customer wants to replace the material valuation transactions MRN1 MRN2 MRN3 due to bad performance and locking problems with own developed programs.
    The valuation results will be stored in a customer Z-Table on a monthly base. For auditing and transparency purposes, this Z-table has to get a change object and the update routines will have to write change documents.
    Due to the expected size of the new Z-table, it is not advisable to simply switsch on table logging.
    In this huge project (and in none I participated!) nobody ever implemented the change document process for a Z-table. <b>BUT EVERYBODY CAN TELL YOU THI IS NO PROBLEM AT ALL.</b>
    I read some documentation at SAP and serached for threads or blogs here. I could not find anything desribing that in depth.
    So before I start, I'd be happy to get some hints from people who created own change documents and implemented the process. Links to documentation and other helpful pages are also welcome.
    If I can keep the process simple, I'd like to create a BLOG on this - because I think, in the future it will get more and more difficult to pass the auditing process with undocumented features and uncontrolled table changes.
    TIA.
    Regards,
    Clemens

    Hi,
    Please check this thread.
    http://www.sapdevelopment.co.uk/tips/changedoc/cd_createch.htm
    Once you create your change document object using generate update pgm option then  please check the WRITE document fm.
    I have done this long back i am updating CDHDR and CDPOS for 2 table YATT and YATTPLANTS. Here YATT have single record (header table) and YATTPLANTS have multiple records (item table)
    function yatt_write_document           .
      call function 'CHANGEDOCUMENT_OPEN'
        exporting
          objectclass             = 'YATT           '
          objectid                = objectid
          planned_change_number   = planned_change_number
          planned_or_real_changes = planned_or_real_changes
        exceptions
          sequence_invalid        = 1
          others                  = 2.
      case sy-subrc.
        when 0.                                   "ok.
        when 1. message a600 with 'SEQUENCE INVALID'.
        when 2. message a600 with 'OPEN ERROR'.
      endcase.
    if upd_yctc                           ne space.
       call function 'CHANGEDOCUMENT_SINGLE_CASE'
         exporting
           tablename              = 'YATT                          '
           workarea_old           = o_yatt
           workarea_new           = n_yatt
            change_indicator       = upd_yattc
            docu_delete            = 'X'
         exceptions
           nametab_error          = 1
           open_missing           = 2
           position_insert_failed = 3
           others                 = 4.
        case sy-subrc.
          when 0.                                "ok.
          when 1. message a600 with 'NAMETAB-ERROR'.
          when 2. message a600 with 'OPEN MISSING'.
          when 3. message a600 with 'INSERT ERROR'.
          when 4. message a600 with 'SINGLE ERROR'.
        endcase.
      endif.
      if upd_yctcauthplnts                  ne space.
        call function 'CHANGEDOCUMENT_MULTIPLE_CASE'
          exporting
            tablename              = 'YATTPLANTS                 '
            change_indicator       = upd_yattplants
            docu_delete            = 'X'
          tables
            table_old              = yyattplants
            table_new              = xyattplants
         exceptions
           nametab_error          = 1
           open_missing           = 2
           position_insert_failed = 3
           others                 = 4.
        case sy-subrc.
          when 0.                                "ok.
          when 1. message a600 with 'NAMETAB-ERROR'.
          when 2. message a600 with 'OPEN MISSING'.
          when 3. message a600 with 'INSERT ERROR'.
          when 4. message a600 with 'MULTIPLE ERROR'.
        endcase.
      endif.
      call function 'CHANGEDOCUMENT_CLOSE'
        exporting
          objectclass             = 'YATT           '
          objectid                = objectid
          date_of_change          = udate
          time_of_change          = utime
          tcode                   = tcode
          username                = username
          object_change_indicator = object_change_indicator
          no_change_pointers      = no_change_pointers
        exceptions
          header_insert_failed    = 1
          object_invalid          = 2
          open_missing            = 3
          no_position_inserted    = 4
          others                  = 5.
      case sy-subrc.
        when 0.                                   "ok.
        when 1. message a600 with 'INSERT HEADER FAILED'.
        when 2. message a600 with 'OBJECT INVALID'.
        when 3. message a600 with 'OPEN MISSING'.
    *    WHEN 4. MESSAGE A600 WITH 'NO_POSITION_INSERTED'.
    * do not abort, if positions are not inserted!!!
        when 5. message a600 with 'CLOSE ERROR'.
      endcase.
    endfunction.

  • Report on direct SAP table updates?

    Is there a SAP (audit) report that will list customer developments that update SAP tables directly? (a listing of Z* programs that INSERT, DELETE, MODIFY, UPDATE SAP tables). Thank you, Adrian

    Hello Adrian,
    the 50 object restriction should not apply if you define an object set and do not use the on the fly search but save a pattern. I have run the code inspector for 1000 and more objects w/o problems.
    Kind Regards
    Roman

  • Query for customer classification

    we have maintained some data as characteristics in the classes for the customer master, my requirement is to generate the characteristics maintained for the sold to party using the SAP querys.
    Can some one assist in creating the required query?
    regards,

    Please search the forum before posting;many of the questions are already answered;
    For example, check this link, similar question has been answered Re: Tables related to relationship between Customer and Classification
    Also check this link How to Get Customer Classification details
    Regards,

  • Population of custom LIS tables thorugh MFBF transaction

    Hello Friends,
    I have created a custom LIS tables S728 for Shop floor control (04) and it is updated though REM Backflush (transaction MFBF). But some of the fields are not populated. Can someone help me to understand how this LIS table is populated? I am looking for piece of code where this table is populated.
    I see some includes inside main program for MFBF transaction related to LIS structures, but control does not stop there in while debugging MFBF Tran code.
    Any direction/suggestion will help.
    Thanks.
    Sujoy

    I added the following code at the beginning of the user exit and was able to prevent the execution of user exit for S031, S032 and S033 during reload of old material documents using OLI1 or OLI2.
    DATA: lv_ex_flg TYPE c.
    DATA: lfd_string TYPE string VALUE '(SAPLMCB1)XMCINF[]'.
    FIELD-SYMBOLS : <fs1> type any,
            <fs2> type any,
            <fs> TYPE table,
            <fs_wa> TYPE any.
    IF sy-tcode EQ 'OLI1' OR sy-tcode EQ 'OLI2'.
    ASSIGN (lfd_string) TO <fs>.
    IF sy-subrc EQ 0.
    LOOP AT <fs> ASSIGNING <fs_wa>.
       ASSIGN COMPONENT 'LOW' OF STRUCTURE <fs_wa> TO <fs1>.
       ASSIGN COMPONENT 'HIGH' OF STRUCTURE <fs_wa> TO <fs2>.
       IF <fs1> EQ 'S031' OR
         <fs1> EQ 'S032' OR
         <fs1> EQ 'S033'.
         lv_ex_flg = '1'.
         EXIT.
       ELSEIF <fs2> EQ 'S031' OR
              <fs2> EQ 'S032' OR
               <fs2> EQ 'S033'.
         lv_ex_flg = '1'.
         EXIT.
       ELSEIF <fs2> EQ 'S920' OR
               <fs1> EQ 'S920'.
         EXIT.
       ENDIF.
    ENDLOOP.
    ENDIF.
    ENDIF.
    CHECK lv_ex_flg NE '1'.

  • Load data from BW 7.0 DSO into a ECC 6.0 SD standard/Custom pricing table

    Gurus,
    We have a scenario, where we need to load data from a BW DSO to SD standard/Custom pricing table in ECC 6.0. That data will be few thousand records.
    Per my knowledge, in BPS, retractors are available to update data from BW to ECC and OpenHub also can be used to handle similar scenarios.
    Any one of you came across similar scenario?
    If you have any third option (not BPS rectors or OpeHub) as a solution to handle this kind scenario, and share the knowledge, it will be greatly appreciated.
    Thanks in advance,
    Vittal

    Hi Yogesh,
    Thanks for your reply.
    We have large data volumes for Billing datasource and hence moving flat files using PI is not an option and also as i mentioned a part of requirement is monitoring of the whole process as well. What i mean by this is if a 1000 billing document items were passed on to CRM7 to create a member activities and because of some reason a member activity was not created for one of the billing doc items, we should know the problematic record and reason why member activity was not created in CRM7 (reason code). And then be able to fix it.  All this requires an end to end monitoring capability and also guaranteed delivery of data to CRM7.
    Hence i was trying to explore the enterprise web service option.
    What i am not sure of is how to expose BW DSO delta request to CRM7 using a web service ? or any other method that gives end to end monitoring capability and also guaranteed delivery of data to CRM7.
    Any other suggestions ?
    Thanks
    CK

Maybe you are looking for

  • Command line feature in File Adapter

    Hi  Experts,       Can any one please explain how to use command line feature present in FTP.       Thanks in advance for you help!       Regards,       Ravi Kiran L

  • JTree cell renderer: how to fill whole row?

    hi, i'm trying to make a tree cell renderer that renders at default height, but fills the horizontal width of the tree (e.g. with a JLabel with a custom background color). I'm working on the theory that in order to do this you need to change the pref

  • tv hack for SDTV...no, make that a "workaround"

    I have a Toshiba SDTV with component inputs but no setting for "enhanced definition" so anything coming out of the tv is distorted - 3:3 (pillarboxed) for 4:3 content, stretched vertically for widescreen content. Everyone is svelte, circles are narr

  • Reg UPgrading SAP Kernel for ECC 6.0

    Hi, We have a ECC 6.0  SAP System. The current kernel in our system is 133. We wanted to upgrade the Kernel We have the following kernel versions 146 159 175 179 185 We wanted to know the stable kernel versions among the above and general issues enco

  • Aperture 2 Serial Number not valid from 1.5

    Hi, I have just purchased Aperture 2 but when installing on my new mac it is saying that the serial number from Aperture 1.5 is not valid. Triple checked but still no luck. Any ideas please would be great!