Regd 2-Way (S01)

Hi all,
  We have a requirement that each user has to get user specific data by calling getlist function with import parameter(this will vary for each device based on user input) passed to the backend. So we are thinking of using 2-way(S01). My Question is whether hether we can pass  any import parameter(say dept id to get employees of that dept) other than ME-SYNC_USER in import parameter of getlist.
Thanks in advance..
Regards
Vasu

Hi Vasudevan,
Let me know these things..
1) U have multiple installations for the same user ?.
2) If u do not have multiple installations for the same user , then why should u need the dep_id
also as filtering criteria?.
3) For the particular user , u have large amount of data (without the dep_id).?
4) The different users have different data for the same dep_d?
5) will u save number of dep_ids related data or only one dep_id before synchronization?.
Then ,
If u do not have large volume of data to be downloaded to the client device , based on the
user id only , then why u want to filter the data based on dep_id for each synchronization?.
This can be achieved in one way . but i havent tried like this..
Assume there is no initial data excluding the dep_id .(for dep_id , u can use different syncbo)
In this case , in ur S01 SyncBo , u have to include the CREATE and MODIFY Bapi Wrappers also.
Assume Initially u have only the dep_ids corresponding to ur user id.
Then at first time , u r going to save the particular DEP_ID for that user. Then sync..
Here ,
  in the back end , ur CREATE wrapper will execute first and then the GETDETAIL Wrapper.
Here ur BAPI wrapper should work like this ,
GETLIST
(i assumed at a time , u have one dep_id record to save in the client device before synchronization)this should only return one row of data in the
table param. and this should be ur dep_id only.
then map this dep_id only as the key field for ur GETDETAIL BAPI Wrapper.
GETDETAIL
this getdetail should select the ITEM tables (data ) corresponds to the dep_id u saved.
here the key field mapped is the dep_id only.
CREATE
u have to follow the prerequisites for BAPI wrappers.
Here we have only one header data . this header is the table param of our GETLIST WRAPPER.
we dont have item data to create .but we have to satisfy the BAPI Wrapper prerequisites.( refer
the link i have already given in my last reply.)
the export param must be the dep_id here.. (this is also prereq..).
(After the new record creation , the frame work calls the GETDETAIL wrapper using the export parameter
of ur getlist .)
MODIFY Wrapper
for this sync bo , u have only one HEADER DATA( as u mentioned , u need only the the dep_id ,u have saved , related data
want to persist as the offline data on the client device . thats why..).
Then u r modifying the dep_id for the same header for each sync. so now onwards
ur modify wrapper will do ur requirement.
hope u got a general idea , what to do!!!
One more thing ,,
hope u have both the user id and dep_id as primary keys in the back end.
If all the users have same data corresponding to the dep_id . then u only have
to filter the data based on the user id.
so that , we can manage the entire data on the client device itself and u dont have to
go for the above mentioned idea. (u have to use only the GETLIST and GETDETAIL wrappers)
Regards
Kishor Gopinathan

Similar Messages

  • Retreiving data corresponding to dropdown list.

    hii all,
    i want to know that if i have to make one application where there is a dropdown list with several parameters and if i select one parameter and retrieve the data corresponding to that parameter, then i select second parameter and retreive the data. now there r two possibilities.
    FIRST, i can make one syncBO for all parameters and storing data corresponding to all parameter on the PDA and when i select one parameter it will fetch the data from client database corresponding to that parameter(All the data corresponding to all parameters will be stored on the PDA database irrespective of selected parameter. is it true).
    SECOND, i can make different syncBO for all parameters and after every parameter selection it will fetch the data from MI server through synchronization
    and is it possible to synchronize the client with the MI server every time a new parameter is selected automatically.
    And plz let me know what i m thinking is true in technical aspect or not and what will be the best way to do the same.

    Hi Devendrakumar,
    just go through this forum.
    i have discussed , how to handle a scenario like this in this forum . let me know if u have doubts ..
    go through it carefully..
    Re: Regd 2-Way (S01)
    Regards
    Kishor Gopinathan

  • Regarding Syncbo types in MI

    Hi,
    Please let me know as the difference between Two way synchronization BO and Timed Two way synchronization BO.
    When shud we go for S01 and when for T01 Sync BO
    Regards
    Raja Sekhar

    Hi
    <b>2-way</b> Executes both data download and upload in each access from a client to the server. The delta BO determination between the application DB in the backend system and the mobile client local DB is triggered in each access. This means it is based on the latest state of the backend system at the point of each access. However, the performance can be low, as it is synchronously performed.
    <b>Timed 2-way</b> Executes both data download and upload in each access from a client to the server. Since the delta BO determination between the application DB in the backend system and the Replica DB for the device in Smart Synchronization is executed via periodical job, the performance is high. However, there might be cases where the Replica DB is not most up-to-date at the time of an access from the device. 
    <i><b>Synchronization Type-</b></i>  Timed 2-Way (T01)
    <b>Downloader-</b>Executed. Base data for delta detection is replication database.
    <b>Uploader-</b> Executed if message contains upload data
    <b>Replication from Backend-</b> Triggered by scheduled job
    <i><b>Synchronization Type-</b></i>   2-Way (S01)
    <b>Downloader-</b>Executed. Base data for delta detection is the backend system.
    <b>Uploader-</b> Executed if message contains upload data
    <b>Replication from Backend-</b>Triggered by the device
    regards
    Arun

  • I don't want to write too much code is there a different way of doing this

    I am writing a precedure to check on the max test scores for different codes ('S01','S02'.S03') --there are more
    then I need to insert the table if the record with the best score does not exists for example for b.sortest_tesc_code = 'BSV', I am writing a cursor
    for each code (.sortest_tesc_code = 'S01') is there a way to do this different? so I cant do something like a.sortest_tesc_code in ('S01','S02'.S03') and store in a
    variable then insert, the problem is that you can have a student that have only one test other that have two etc..etc.. is not consistent, also If the b.sortest_tesc_code = 'BSV') is already in the table I don't do an insert I will have to do an update if the sortest_test_score is greater since the student can submit scores more than once... In another words check if the record exists( b.sortest_tesc_code = 'BSV') if is there compare with the new max score and if the new max score is greater then update.. If the score (by code) is not in the table insert
    Hope this is clear, this is what I have, I now it will work but it will be too much code..check for exists and not exists in two different precedures..
    Thank you
    CURSOR get_the_max_scores_S01_cur IS
                SELECT
                 sortest_pidm, a.sortest_test_score, a.sortest_tesc_code,
                 a.sortest_test_date,a.sortest_equiv_ind
                FROM
                saturn.spriden, saturn.sortest a, saturn.stvtesc
               WHERE 
               a.sortest_pidm = spriden_pidm
              AND stvtesc_code = a.sortest_tesc_code
              AND spriden_change_ind IS NULL
           -----and   a.sortest_tesc_code in ('S01','S02'.S03')
           AND a.sortest_tesc_code = 'S01'
           --and spriden_id = p_student_id  --
           ---for test purposes
           AND sortest_pidm = 133999 ----THE WILL BE A PARAMETER
           AND a.sortest_test_score =
                  (SELECT MAX (b.sortest_test_score)
                     FROM saturn.sortest b
                    WHERE a.sortest_tesc_code = b.sortest_tesc_code
                          AND a.sortest_pidm = b.sortest_pidm)
                                AND NOT EXISTS
                  (SELECT 1   FROM    saturn.sortest b
                  WHERE    A.sortest_tesc_code = b.sortest_tesc_code
                          AND a.sortest_pidm = b.sortest_pidm     
                          and   b.sortest_tesc_code = 'BSV');
         BEGIN
                     UTL_FILE.fclose_all;
                     v_file_handle := UTL_FILE.fopen (v_out_path, v_out_file, 'a');
                    UTL_FILE.put_line (v_file_handle,
                          CHR (10) || TO_CHAR (SYSDATE, 'DD-MON-YYYY HH:MI:SS'));
                   UTL_FILE.put_line (v_file_handle, 'sortest_best_sct_scorest');
                   --check for an open cursor before opening
                   IF get_the_max_scores_S01_cur%ISOPEN
                       THEN
                        CLOSE get_the_max_scores_S01_cur;
                   END IF;
                OPEN get_the_max_scores_S01_cur;
                 LOOP
                       FETCH get_the_max_scores_S01_cur
                       INTO v_pidm, v_tscore, v_testcode,
                               v_test_date, v_equiv_ind;
                       EXIT WHEN get_the_max_scores_S01_cur%NOTFOUND;
                   IF  get_the_max_scores_S01_cur%FOUND 
                    THEN
                       INSERT INTO saturn.sortest
                       (sortest_pidm,sortest_tesc_code,sortest_test_date,sortest_test_score,
                        sortest_activity_date,sortest_equiv_ind,sortest_user_id,sortest_data_origin)
                        VALUES
                        v_pidm,
                       'BSV',
                        v_test_date,
                         v_tscore,
                         sysdate, 
                        v_equiv_ind,
                        p_user,
                        'best_test_scores process'
                   END IF;    
                   END LOOP;
                   COMMIT;
                   ---Initialize variables
                    v_pidm := NULL;
                    v_test_date := NULL; 
                    v_tscore  := NULL; 
                    v_equiv_ind :=  NULL;
                    v_testcode  :=  NULL;
                 CLOSE get_the_max_scores_S01_cur;
    ----then another do the same for S02...S03

    Thank you, here is the code, I change the name of the tables, but it is the same concept.what I need is to extract the max score for each code (s01,s02,s03,s04)
    then insert a record with a different code in the same table
    BSM     Best Math SAT (S01)                              
    BSW     Best writing SAT (S04)     
    BSC     Best READING SAT (S03)     
    BSE     Best READING SAT (S02)     
    I need to be able to check if the BS codes are already in the table (BSM...BSC..) IF they are not do an insert and if they are do an update get the maximun score
    again (the students can submit more than one score form the same code and any date) and if the maximun is different(greater) of what is already in the database (with the BSM...BSC.. codes) do an update, IF NOT if is the same or less don't update...
    I need the PERSON table because I need to use the ID as a parameter they (user) can run the process for one ID or all the records in the table TEST
    Thank you, I hope is clear
    create table TEST
    TEST_PIDM                  NUMBER(8)            NOT NULL,
    TEST_TESC_CODE        VARCHAR2(4 CHAR)     NOT NULL,
    TEST_TEST_DATE        DATE                 NOT NULL,
    TEST_TEST_SCORE       VARCHAR2(5 CHAR)     NOT NULL,
    TEST_ACTIVITY_DATE    DATE                 NOT NULL,
    TEST_EQUIV_IND        VARCHAR2(1 CHAR)     NOT NULL
    INSERT INTO TEST
    ( TEST_PIDM, TEST_TESC_CODE,TEST_TEST_DATE, TEST_TEST_SCORE, TEST_ACTIVITY_DATE,TEST_EQUIV_IND)
    SELECT
    128019,'EB' ,TO_DATE( '01-JUN-2004', 'DD-MON-YYYY'),'710',SYSDATE,'N'
    FROM DUAL; 
    INSERT INTO TEST
    ( TEST_PIDM, TEST_TESC_CODE,TEST_TEST_DATE, TEST_TEST_SCORE, TEST_ACTIVITY_DATE,TEST_EQUIV_IND)
    SELECT
    128019,'M2' ,TO_DATE( '01-JUN-2005', 'DD-MON-YYYY'),'710',SYSDATE,'N'
    FROM DUAL; 
    INSERT INTO TEST
    ( TEST_PIDM, TEST_TESC_CODE,TEST_TEST_DATE, TEST_TEST_SCORE, TEST_ACTIVITY_DATE,TEST_EQUIV_IND)
    SELECT
    128019,'S01' ,TO_DATE( '01-JUN-2005', 'DD-MON-YYYY'),'750',SYSDATE,'N'
    FROM DUAL; 
    INSERT INTO TEST
    ( TEST_PIDM, TEST_TESC_CODE,TEST_TEST_DATE, TEST_TEST_SCORE, TEST_ACTIVITY_DATE,TEST_EQUIV_IND)
    SELECT
    128019,'S01' ,TO_DATE( '01-JUN-2005', 'DD-MON-YYYY'),'720',SYSDATE,'N'
    FROM DUAL; 
    INSERT INTO TEST
    ( TEST_PIDM, TEST_TESC_CODE,TEST_TEST_DATE, TEST_TEST_SCORE, TEST_ACTIVITY_DATE,TEST_EQUIV_IND)
    SELECT
    128019,'S02' ,TO_DATE( '01-JUN-2005', 'DD-MON-YYYY'),'740',SYSDATE,'N'
    FROM DUAL; 
    INSERT INTO TEST
    ( TEST_PIDM, TEST_TESC_CODE,TEST_TEST_DATE, TEST_TEST_SCORE, TEST_ACTIVITY_DATE,TEST_EQUIV_IND)
    SELECT
    128019,'S02' ,TO_DATE( '05-JUL-2005', 'DD-MON-YYYY'),'730',SYSDATE,'N'
    FROM DUAL ;
    INSERT INTO TEST
    ( TEST_PIDM, TEST_TESC_CODE,TEST_TEST_DATE, TEST_TEST_SCORE, TEST_ACTIVITY_DATE,TEST_EQUIV_IND)
    SELECT
    128019,'S03' ,TO_DATE( '01-JUN-2005', 'DD-MON-YYYY'),'780',SYSDATE,'N'
    FROM DUAL; 
    INSERT INTO TEST
    ( TEST_PIDM, TEST_TESC_CODE,TEST_TEST_DATE, TEST_TEST_SCORE, TEST_ACTIVITY_DATE,TEST_EQUIV_IND)
    SELECT
    128019,'S03' ,TO_DATE( '05-JUL-2005', 'DD-MON-YYYY'),'740',SYSDATE,'N'
    FROM DUAL; 
    INSERT INTO TEST
    ( TEST_PIDM, TEST_TESC_CODE,TEST_TEST_DATE, TEST_TEST_SCORE, TEST_ACTIVITY_DATE,TEST_EQUIV_IND)
    SELECT
    128019,'S04' ,TO_DATE( '01-JUN-2005', 'DD-MON-YYYY'),'770',SYSDATE,'N'
    FROM DUAL; 
    INSERT INTO TEST
    ( TEST_PIDM, TEST_TESC_CODE,TEST_TEST_DATE, TEST_TEST_SCORE, TEST_ACTIVITY_DATE,TEST_EQUIV_IND)
    SELECT
    128019,'S04' ,TO_DATE( '05-JUL-2005', 'DD-MON-YYYY'),'740',SYSDATE,'N'
    FROM DUAL; 
    CREATE TABLE PERSON
      PERSON_PIDM                NUMBER(8)         NOT NULL,
      PERSON_ID                  VARCHAR2(9 CHAR)  NOT NULL
    INSERT INTO  PERSON
    ( PERSON_PIDM ,   PERSON_ID)
    SELECT
    128019,'003334556'
    FROM DUAL ;
    CREATE TABLE VALTSC
    VALTSC_CODE             VARCHAR2(4 CHAR)     NOT NULL,
      VALTSC_DESC             VARCHAR2(30 CHAR)
    INSERT INTO  VALTSC
    VALTSC_CODE,
      VALTSC_DESC 
    SELECT
    'S01' ,
    'XXS01'
    FROM DUAL; 
      INSERT INTO  VALTSC
    VALTSC_CODE,
      VALTSC_DESC 
    SELECT
    'S02' ,
    'XXS02'
    FROM DUAL 
      INSERT INTO  VALTSC
    VALTSC_CODE,
      VALTSC_DESC 
    SELECT
    'S03' ,
    'XXS03'
    FROM DUAL; 
    INSERT INTO  VALTSC
    VALTSC_CODE,
      VALTSC_DESC 
    SELECT
    'S04' ,
    'XXS04'
    FROM DUAL; 

  • Regd: Converting Data in XML file

    Hi All,
    We hav a requirement to convert the data from Internal table into a XML file.
    The scenario is we hav developed a program to download the data in XML format,the problem is when the file is converted inot XML format its giving erreor that
    <b>The XML page cannot be displayed
    End tag 'KUN' does not match the start tag 'KUNNR'. Error processing resource 'file:///C:/TEST.xml'. Line 2, Position 1712
    <asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0"><asx:values><IT_XML_OUT><item><VBE...</b>
    The code is specified below for understanding.
       TBALES DECLARATION
    TABLES:  VBAK, "Sale Order Header
             VBAP, "Sale Order Item Data
             VBEP, "Schedule Line Data
             KNA1, "General Data in Customer Master
             VBRP. "Billing Document Item Data
       TYPES DECLARATION
    TYPES : BEGIN OF TY_SOSTATUS,
              KUNNR    LIKE VBAK-KUNNR,  "Customer Number
              NAME1    LIKE KNA1-NAME1,  "Customer Name
              BSTNK    LIKE VBAK-BSTNK,  "Customer P.O.
              BSTDK    LIKE VBAK-BSTDK,  "Customer P.O. Date
              VBELN    LIKE VBAK-VBELN,  "Sale Order Number
              ERDAT    LIKE VBAK-ERDAT,  "Sale Order Date
              POSNR    LIKE VBAP-POSNR,  "Sale Order Line Item
              MATNR    LIKE VBAP-MATNR,  "Material Number
              ARKTX    LIKE VBAP-ARKTX,  "Material Description
              KWMENG   LIKE VBAP-KWMENG, "Sale Order Quantity
              VRKME    LIKE VBAP-VRKME,  "Unit of Measurement
              EDATU    LIKE VBEP-EDATU,  "Sale Order Schedule Date
              FKIMG    LIKE VBRP-FKIMG,  "Despatch Quantity
              GBSTA    LIKE VBUP-GBSTA,  "Overall Sale Order Status
              PNDQTY TYPE I,
    END OF TY_SOSTATUS.
    TYPES : BEGIN OF TEMP_DISP,
              VBELN    LIKE VBAK-VBELN,
              AUART    LIKE VBAK-AUART,
              ERDAT    LIKE VBAK-ERDAT,
              KUNNR    LIKE VBAK-KUNNR,
              BSTNK    LIKE VBAK-BSTNK,
              BSTDK    LIKE VBAK-BSTDK,
              POSNR    LIKE VBAP-POSNR,
              MATNR    LIKE VBAP-MATNR,
              ARKTX    LIKE VBAP-ARKTX,
              KWMENG   LIKE VBAP-KWMENG,
              VRKME    LIKE VBAP-VRKME,
    END OF TEMP_DISP.
    DATA: XML_OUT TYPE STRING.
       INTERNAL TABLE DECLARATION
    DATA : IT_SOSTATUS TYPE STANDARD TABLE OF TY_SOSTATUS
                WITH HEADER LINE INITIAL SIZE 100 WITH DEFAULT KEY.
    DATA : IT_TEMP TYPE STANDARD TABLE OF TEMP_DISP
                WITH HEADER LINE INITIAL SIZE 100 WITH DEFAULT KEY.
    DATA : BEGIN OF IT_XML_OUT  OCCURS 0,
           A(1500) TYPE C,
           END OF IT_XML_OUT.
       SELECTION SCREEN DECLARATION
    SELECTION-SCREEN  BEGIN OF BLOCK SOBLOCK WITH FRAME.
    SELECT-OPTIONS:   S_VBELN FOR VBAK-VBELN,
                      S_ERDAT FOR VBAK-ERDAT,
                      S_AUART  FOR VBAK-AUART,
                      S_WERKS FOR VBAP-WERKS.
    SELECTION-SCREEN  END OF BLOCK SOBLOCK.
       START OF SELECTION
    SELECT SVBELN SAUART SERDAT SKUNNR SBSTNK SBSTDK
           LPOSNR LMATNR LARKTX LKWMENG L~VRKME FROM VBAK AS S
                                                        INNER JOIN VBAP AS L
                                                        ON SVBELN = LVBELN
                                                        INTO CORRESPONDING FIELDS OF TABLE IT_TEMP
                                                        WHERE S~AUART IN S_AUART AND
                                                              S~ERDAT IN S_ERDAT AND
                                                              L~WERKS IN S_WERKS .
    CALL TRANSFORMATION (`ID`) SOURCE IT_XML_OUT = IT_TEMP[] RESULT XML XML_OUT.
    CALL FUNCTION 'SOTR_SERV_STRING_TO_TABLE'
      EXPORTING
        TEXT                      = XML_OUT
      FLAG_NO_LINE_BREAKS       = 'X'
       LINE_LENGTH               = 65000
      LANGU                     = SY-LANGU
      TABLES
        TEXT_TAB                  = IT_XML_OUT[].
    CALL FUNCTION 'GUI_DOWNLOAD'
    EXPORTING
    filetype = 'BIN'
    filename = 'C:\TEST.xml'
    TABLES
    data_tab = IT_XML_OUT[].
    Is there any other way to process this and download in XML format.
    Help and Suggestions will be much Appreciated.
    Thanks & Regds.
    Ramesh.

    Hi ramesh,
    1. itab --- > xml
    xml ---> itab.
    2. This program will do both.
    (just copy paste in new program)
    3.
    REPORT abc.
    DATA
    DATA : t001 LIKE TABLE OF t001 WITH HEADER LINE.
    DATA : BEGIN OF itab OCCURS 0,
    a(100) TYPE c,
    END OF itab.
    DATA: xml_out TYPE string .
    DATA : BEGIN OF upl OCCURS 0,
    f(255) TYPE c,
    END OF upl.
    DATA: xmlupl TYPE string .
    FIRST PHASE
    FIRST PHASE
    FIRST PHASE
    Fetch Data
    SELECT * FROM t001 INTO TABLE t001.
    XML
    CALL TRANSFORMATION ('ID')
    SOURCE tab = t001[]
    RESULT XML xml_out.
    Convert to TABLE
    CALL FUNCTION 'HR_EFI_CONVERT_STRING_TO_TABLE'
    EXPORTING
    i_string = xml_out
    i_tabline_length = 100
    TABLES
    et_table = itab.
    Download
    CALL FUNCTION 'GUI_DOWNLOAD'
    EXPORTING
    filetype = 'BIN'
    filename = 'd:\xx.xml'
    TABLES
    data_tab = itab.
    SECOND PHASE
    SECOND PHASE
    SECOND PHASE
    BREAK-POINT.
    REFRESH t001.
    CLEAR t001.
    CALL FUNCTION 'GUI_UPLOAD'
    EXPORTING
    filename = 'D:\XX.XML'
    filetype = 'BIN'
    TABLES
    data_tab = upl.
    LOOP AT upl.
    CONCATENATE xmlupl upl-f INTO xmlupl.
    ENDLOOP.
    XML
    CALL TRANSFORMATION ('ID')
    SOURCE XML xmlupl
    RESULT tab = t001[]
    BREAK-POINT.
    regards,
    amit m.

  • Is RMI the best way for Applet to Java communications?

    I have an application that uses a Java program to read values from a PLC (programmable logic controller) via ethernet. I want to display them in Internet Explorer. Currently, I use SQL statements in the application and an applet to pass the values, but this causes the hard drive to be busy all the time. A better way would be to have the applet pass which registers to read for the current page to the application. The application then reads these values once every second (to update the page) and passes them back to the applet. Is RMI the best way to do this? The application and the applet run currently on the same PC, but I can envision going with a client/server architecture at some point in the future. Please respond to: [email protected] or [email protected] Thanks!

    Writing to the DB and reading back is not the best way of achieving IPC. You can use DB directly as long as both applet and application have permissions to do that. This has an advantage that it avoids RMI overhead (though not much). You would not be able to do this if your applet is going to be launched on a web environment (as typically, security policies do not allow you to write/read on local machine's DB or any m/c other than web-server's).
    I feel your current approach has the following
    advantages:
    --> There's no RMI(or any other IPC mech.) overhead involved.
    --> Best way to communicate if applet is permitted to do all the things that the application can do on DB.
    limitations:
    --> When applets are launched through web, this approach would work only if the DB resides on the same m/c as web-server(JDBC).
    --> Lot of DB I/O, table locks etc... affect performance. Application alone can do all that activity(minimized) and communicate it to the applet through RMI/callbacks.
    Alternate/better approach:
    RMI and Servlet combination can be used in order to overcome those limitations. In this scenario, your applet gets downloaded on to the client's m/c, servlets (which make RMI calls to the application running anywhere) reside on the webserver's m/c. applet talks to servlets, which in turn communicate with application(DB). This approach would work in any scenario, but not without the overheads of RMI and/or HTTP. But in my experience, I have noticed that these overheads are not too large.
    To decide upon the strategy to be employed, you should consider all the possible deployment scenarios of your system. For passing any object, you may use RMI for reliable, easy communication. It can serve more purposes than just passing DB data. This will make your system extensible.
    regds,
    CA

  • Installing Windows XP on Satelite Pro A200/S01

    Toshiba Satellite A200/S01 PSAF6A-06S01N
    I need help to try and work out which driver i need to install to control the SATA hard drive.
    As many would know that SATA hard drives will not work when installing Windows XP as Windows XP does not have the drivers for that type of hard drive.
    I have located on the toshiba website drivers for the hard drive for an XP machine but am unable to determine which driver to install (list of 15 when i load from floppy disk)? or does this not work because the machine was installed with vista?
    Is there any way to match hard drive to driver?
    Background:
    I have formatted the hard drive, xp installation disc is xp pro with sp2.
    i hope someone could help because it is driving me crazy ready to give up and install vista back on the machine

    Hi
    The SATA drivers are part of the Intel Matrix Storage.
    There are a lot of threads about this theme.
    I found these both Toshiba HowTo which describes step by step how to do that:
    +How to integrate the AHCI driver during Windows XP setup+
    http://aps2.toshiba-tro.de/kb0/HTD9401AN0000R01.htm
    +How to integrate a SATA AHCI driver in a Windows XP Setup CD+
    http://aps2.toshiba-tro.de/kb0/TSB85017Z0000R01.htm
    The Satellite A200/S01 PSAF6A-06S01N seems to belongs to Toshiba Australian series.
    The drivers for this notebook can be found on the Toshiba AU page but you can also download the Intel Storage Manger from the Toshiba European driver page or Intel page because the hardware is the same.

  • Regd: Table Entry

    Hi All,
    In T-Code J1INCHLN (Create Remmitance Challan) when i use the F4 help the values for the Screenfield (Business Place/Section Code)is not Displayed as per in the DB Table,
    Even we have the Checked the DB table enteries,the DB table is "SECCODE" and the field name is also "SECCODE" all the entries are correct 1ly, still the values is not displaying correctly. Is there any psble way to check n correct this scenario.
    Help and Suggestions will be much Appreciated.
    Thanks & Regds.
    Ramesh.

    Hi Ravikumar Allampallam,
    I think there is no difference bet Match Code and Search help, Match Code is found in Older Version and the Search Help term is used in the current Verison, correct me if i am wrong.
    Insipte of that also the values are not displaying properly,half of the Comp Code is getting Displayed in the Section Code field and the halof the Section Code value is displaying in the next field likewise.
    Is there any solution for this.
    Thanks & Regds.
    Ramesh.

  • Regd Style Sheets in Portal

    Hi,
    I am trying to change the Style of my Portal pages.I found that procedure named wwpob_app_style.render_css renders the style sheet for a page.Is there any way to tell my portal page to use my own style sheet.(like we give a css in HTML files)
    and one more thing i want to know is where all the HTML classes are stored.is that stored in the database or in any css file in the server.
    Regds
    Rajesh Kanna.V

    Hi Rajesh/Pernille,
    You can use your own stylesheets for a page by using user interface templates. Create a unstructured user interface template that
    uses your own stylesheet (by using the <LINK> tag in your head or by directly using the <STYLE> tag - see code snippet given below)
    and use this template for your page. The following code snippet for a UI Template uses a custom stylesheet in addition to the stylesheet
    generated by Portal:
    <HTML dir=#DIRECTION#>
    <HEAD>
    <TITLE>#TITLE#</TITLE>
    <SCRIPT LANGUAGE="JavaScript1.1" SRC="/pls/portal30/PORTAL30.wwv_javascript.fetch_script?p_name=popUpWindow">
    </SCRIPT>
    #PAGE.STYLE#
    <link rel="stylesheet" type="text/css" href="/images/css/my.css">
    <style type="text/css">
    body {
    scrollbar-arrow-color: white;
    scrollbar-base-color: black;
    scrollbar-dark-shadow-color: yellow;
    scrollbar-track-color: #F1F1F1;
    scrollbar-face-color: #93B5DE;
    scrollbar-shadow-color: white;
    scrollbar-highlight-color: silver;
    scrollbar-3d-light-color: black;
    </style>
    #PAGE.BASE#
    </HEAD>
    <BODY>
    #BODY#
    </BODY>
    </HTML>
    And Rajesh, the CSS generated by Portal for a page is generated during Page rendering from the database..
    Regards,
    Rupesh

  • RE-FX - In a Real estate implementation- Is there simple way for graphical?

    In RE-FX - Real estate implementation- Is there simple way for graphical representation of Buildings/Flats etc (Floor Plan, Layout) in SAP without implementing DMS?
    Regds,
    Bala.

    Hi Bala!
    The ways to get documents into RE-FX are described here:
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/fc/7f383b1b793821e10000000a114084/frameset.htm
    RE-FX
    -> Master Data
    -> Document Management
    The easiest way seems to be Business Document Navigator (BDN).
    Hope that helps a little.
    Best regards,
    Uli
    Edited by: Ulrike Wressnig on Aug 27, 2008 9:15 AM

  • 2-way SyncBO's with Status I-Waiting?!

    Hi,
    I am struggling with a sync issue. We are using MAM 2.0 running on a 6.2 WAS with ME 2.1.
    I am unable to get the 2-way SyncBo's (MAM_001, MAM_010 and MAM_070) through. In MEREP_MON I can see they have status I-Waiting.
    Any ideas on what could be wrong?
    Best regards
    Chris

    Dear Gisk,
    I am also facing the same problem as above.
    I have deployed MAM 2.5 SR2 on desktop.
    <b>The sync BOs(S01) MAM25_070, MAM25_010 and MAM25_01 are going into waiting stage.</b>
    I have tried doing Ctrl+F10 but I am gettingfolowing message.
    <b>None of the selected worklists can be reprocessed
    Message no. MEREP_00309</b>.
    Can you please help me solving this issue? Actually there is no runtime dump getting created (Transaction ST22)and also there is no log no data for these sync Bos.
    I am not sure how to debug it further as there is no log.
    Thanks&Regards
    Satya

  • Regd : SMS To Blackberry

    Hi Experts,
      I have a query regarding sending SMS to blackberry. I want to know does it work in the same manner as sending sms to normal mobiles or do we need any other 3rd party tools/integration? If its not the same as other mobile, then pls advise how is it achieved? I need to send to sms as soon as PR/PO is been approved.
    Thanks n Regds
    Pradipta

    Hi Pradipta,
    It should be the same. When you send an SMS  you don't know what kind of mobile will be receiving it so the way of sending stays the same. It is like sending an e-mail. For sending it doesn't matter in which application it is read, Outlook or Lotus Notes for instance.
    Regards,
    Martin

  • Modify field of a SyncBo S01

    hello all,
    i have modify my syncBo S01 (<i>two way, synchronous type</i>).
    after this modify i don't receive in my MIClient this syncbo.
    i have followed these steps:
    <b>
    1-deleted mobile component
    2-disabled syncbo bo
    3-modified bapi
    4-activated syncbo
    5-launched merep_purge
    </b>
    any suggest?
    thanks in advance,
    regards,
    eliana

    Hi Elina,
    If there is no change in the Structures which are used in your BAPI Wrapper , then no need change the Sync BO.
    If there is change in the Structures used in your BAPI wrapper , you have to do like this..
    hope u ahve followed like this..
    1) changed the BAPI wrappers.
    2) deleted syncbo
    3) created new sync bo with these BAPI Wrappers and generated.
    4) Enabled the sync BO.
    5) from the old MCD remove the particular Sync Bo and added the new Sync Bo.(bcoz here the version of the sync BO will change after regeneration).
    6) Export the meRepMeta.xml file for this changed MCD.
    7) Replace the XML file in the studio  with the newer meRepMeta.xml file.
    8) Rebuild and export the WAR file(JSP).
    9) Upload this WAR file in MI server for ur newly created or modified MCD.
    10)Assigned the changed application once agian ...
    If there is change in the attribute(type , size) of the fileds used in the structure , whiuch are used in the BAPI Wrappers u have to do these  steps ...
    let me know ..
         Regards
         Kishor Gopinathan

  • What is the best way to capture CUCM configurations?

    Rather than clicking though the drop down menus in CUCM, what is the most efficient way to capture a complete configuration settings in CUCM?  I know some of the settings can be done using BAT, but what about other settings like Enterprise Parameters, DHCP server/subnet, etc.?  If the captured configurations are in human readable format will be even better.

    [+5] to Rob and Brandon for sharing more info.
    Hi Brandon,
    I downlaoded the latest software  cipinventory-v0.11 from the site and unzipped it .I could find four files and not any exe .I have attached the snapshot.
    when I click on .pl file it asks which program to be used for opening.
    Am I following the correct procedure or missing something?
    regds,
    aman

  • Utility for Z77A-S01

    HI
    Cant install any utilities for my mainboard. Not from my CD or from your site. Getting a error everytime.
    "Runtime error (at -1:0):
    Cannot Import FINDWINDOWBYWINDOWNAME
    Plz need help

    Quote from: badboy2k on 14-July-12, 17:05:01
    dont install live update ever! if it pulls an updated bios file it will have a 50/50 chance of bricking your board making it unusable!
    Live update reads BIOS info and pulls the exact right file. The trick is to NOT let it update BIOS under Windows. You just chose to update the DOS way and let it extract to a USB stick and the util will even make the stick bootable. Anyway if you do not trust this you can make a stick with the method recommended by this msg board and put the BIOS from Live Update here.
    Forum USB Flashtool https://forum-en.msi.com/index.php?topic=108079.0 .
    What is strange with the Z77A-S01 is that the BIOS listing if you search for it on the MSN web site is totally messed up and lists only unusable BIOS files from TWO different boards. BUT if you try to flash any of those nothing will happen because the flasher will not accept wrong BIOS files.
    Z77A-S01 is a special edition board made for Inet in Sweden.

Maybe you are looking for