Update the particular RECORD which is already exist in the table

EXPERTS,
AM USING JDEV VER11.1.1.4.0 n am using adf business components.
SEE this my snapshot.
http://www.4shared.com/photo/fullsize/hpoeMX1o/1_online.html
THIS MY TABLE
DESC glm_control;
FIELD Name Null DATA Type
GLMCTRL_BU                     NOT NULL VARCHAR2(5)
GLMCTRL_ACCT_LENGTH NOT NULL NUMBER(3)
GLMCTRL_ALLOW_UPD_RJ NOT NULL VARCHAR2(1)
GLMCTRL_ALLOW_UPD_DJ NOT NULL VARCHAR2(1)
GLMCTRL_ALLOW_UPD_AJ NOT NULL VARCHAR2(1)
GLMCTRL_ALLOW_CAN_RJ NOT NULL VARCHAR2(1)
GLMCTRL_ALLOW_CAN_DJ NOT NULL VARCHAR2(1)
GLMCTRL_ALLOW_CAN_AJ NOT NULL VARCHAR2(1)
GLMCTRL_ALLOW_INS_RJ_PC NOT NULL VARCHAR2(1)
GLMCTRL_ALLOW_INS_GJ_PC NOT NULL VARCHAR2(1)
GLMCTRL_ALLOW_INS_DJ_PC NOT NULL VARCHAR2(1)
GLMCTRL_ALLOW_POST_GJ_PO NOT NULL VARCHAR2(1)
GLMCTRL_ALLOW_PYE_RJ_UP NOT NULL VARCHAR2(1)
GLMCTRL_ALLOW_PYE_AJ_UP NOT NULL VARCHAR2(1)
GLMCTRL_ALLOW_PYE_DJ_UP NOT NULL VARCHAR2(1)
GLMCTRL_ALLOW_PYE_GJ_UP NOT NULL VARCHAR2(1)
GLMCTRL_ALLOW_FIN_AJ_POST NOT NULL VARCHAR2(1)
GLMCTRL_ALLOW_FIN_RJ_POST NOT NULL VARCHAR2(1)
GLMCTRL_ALLOW_FIN_DJ_POST NOT NULL VARCHAR2(1)
GLMCTRL_ALLOW_FPC_GJ_CHK NOT NULL VARCHAR2(1)
GLMCTRL_ALLOW_FPC_AJ_CHK NOT NULL VARCHAR2(1)
GLMCTRL_ALLOW_FPC_RJ_CHK NOT NULL VARCHAR2(1)
GLMCTRL_ALLOW_FPC_DJ_CHK NOT NULL VARCHAR2(1)
GLMCTRL_ALLOW_ZERO_DJ_POST NOT NULL VARCHAR2(1)
GLMCTRL_ALLOW_CHNG_BUD_OPT NOT NULL VARCHAR2(1)
GLMCTRL_ALLOW_NS_FIN_YEAR NOT NULL VARCHAR2(1)
GLMCTRL_CRE_BY NOT NULL VARCHAR2(15)
GLMCTRL_CRE_DATE NOT NULL DATE
GLMCTRL_UPD_BY VARCHAR2(15)
GLMCTRL_UPD_DATE DATE
GLMCTRL_AMC_REC NOT NULL VARCHAR2(1)
GLMCTRL_DATE_JRNL NOT NULL VARCHAR2(1)
GLMCTRL_CLR_JRNL NOT NULL VARCHAR2(1)
GLMCTRL_EX_QTY NOT NULL VARCHAR2(1)
GLMCTRL_EXP_PERIOD NOT NULL NUMBER(7)
GLMCTRL_EXP_DAYS NOT NULL NUMBER(7)
GLMCTRL_LC_FIN_IMP NOT NULL VARCHAR2(1)
GLMCTRL_AUTO_OFFSET_DEL NOT NULL VARCHAR2(1)
GLMCTRL_GRN_INV_RND_OFF NOT NULL NUMBER(3)
GLMCTRL_INV_PYMT_RND_OFF NOT NULL NUMBER(3)
GLMCTRL_INV_RCT_RND_OFF NOT NULL NUMBER(3)
GLMCTRL_LVL1_DESC VARCHAR2(30)
GLMCTRL_LVL2_DESC VARCHAR2(30)
GLMCTRL_LVL3_DESC VARCHAR2(30)
GLMCTRL_LVL4_DESC VARCHAR2(30)
GLMCTRL_CFS_AMT_FMT VARCHAR2(1)
GLMCTRL_SERV_TAX_CR_OPT VARCHAR2(1)
GLMCTRL_REJ_WAR_OPT VARCHAR2(1)
GLMCTRL_CASH_AMT NUMBER(15,3)
GLMCTRL_INV_RND NUMBER(5)
GLMCTRL_SHR_COST_TYPE VARCHAR2(2)
GLMCTRL_TAX_AMT_FLAG VARCHAR2(1)
GLMCTRL_OPDATE DATE
GLMCTRL_OP_YEAR NUMBER(6)
GLMCTRL_RG_CTRL VARCHAR2(1)
THIS TABLE CONTAINS MOREOVER 25 RECORDS.
I WANT TO DO THE FOLLOWING USECASE:
1. I WANT TO SHOW THE PARTICULAR RECORD RELEATED TO THAT PARTICULAR FIELDS IN MY PANEL BOX AND
2. AND ALSO UPDATE THE PARTICULAR 4 FIELDS WHICH IS SHOWN IN MY PANEL BOX
IF YOU NOT UNDERSTAND I WILL GIVE THE EXAMPLE WATCH IT.
glm_control - THIS MY TABLE - THIS MY RECORDS
IT CONTAIN 1..TO ..25 RECORDS.
GLMCTRL_BU || GLMCTRL_LVL1_DESC || GLMCTRL_LVL2_DESC || GLMCTRL_LVL3_DESC || GLMCTRL_LVL4_DESC
1. MEL || EXPL1 || EXPL2 || EXPL3 || EXPL4
15. UIL || XPL1 || XPL2 || XPL3 || XPL4
25. DIL || PL1 || PL2 || PL3 || PL4
1*. I WANT TO SHOW FOUR OF THE FIELDS (GLMCTRL_LVL1_DESC GLMCTRL_LVL2_DESC GLMCTRL_LVL3_DESC GLMCTRL_LVL4_DESC) OF THE (*'UIL'* - NOTHING BUT IT IS DATA WHICH IS IN GLMCTRL_BU FIELD).
I WANT TO UPDATE THOSE FIELDS(GLMCTRL_LVL1_DESC GLMCTRL_LVL2_DESC GLMCTRL_LVL3_DESC GLMCTRL_LVL4_DESC) OF A PARTICULAR RECORDS
BASED ON THIS CONDITION. GLMCTRL_BU = 'UIL'
THIS UPDATION DONE WITH THE HELP OF BUTTON.
I FACING THE FOLLOWING PROBLEM:
BUT HERE FIRST RECORD OF THE TABLE IS  SHOWN. SEE THE SNAPSHOT.
ONLY U SEE THIS SNAPSHOTS.
http://www.4shared.com/photo/fullsize/hpoeMX1o/1_online.html
ATLAST I NEED TO SHOWN PARTICULAR RECORD(NOT ALL RECORD) IN PANEL BOX. THAT PARTICULAR RECORD BASED ON THE CONDITION.
AND ALSO UPDATE THE REOCRD WITH THE HELP OF BUTTON.
CAN ANY ONE HELP ME.
i think so it can be done with viewrowimpl class we can done it.
but i dono how to proceed?
note: am newbie.
please help me.

Hi,
just use a ViewCriteria on the View Object query. Then drag and drop the ExecuteWithParams operation as a paremeter form to the page and ensure pressing the search button partially refreshes the table
Frank

Similar Messages

  • How to find program/TCODE which has updated the tables

    Hi All,
    Is there any way to find out program or transcation which has updated the tables.
    BR
    Kamal

    you can see in the table CDHDR or CDPOS which will give you the transaction code and program names.
    Regards,
    Krishna

  • Code To Update the Table in ECC from Webdynpro

    Hi All,
    I want to know, the table is dispalyed in the webdynpro browser when we calls the Adaptive RFC Model.
    after i want to add one more row in the webdynpro and just clicking on add button the row will be updated in the ECC server(backend) for that how can i write the coding,  regarding this issue can you please help me.
    ThanX All,

    Hi Sriram,
              Assuming you have a table filled with records by adding one by one, If you want to update a table in SAP ECC, follow these steps..   i think already you are triggering the action for the button in view(for table updation) to method in controller or created a custom controller and mapped the model node.
    1.  Initialize the main model node and bind the model node with the intialised object like
         Zbapi_MainModelNode_Input input = new Zbapi_MainModelNode_Input();
                           wdContext.nodeZbapi_MainModelNode_Input ().bind(input);     
    2.  Now loop the table node and set the values with corresponding class in the generated model (from webdynpro explorer) and initialize like
            IPrivateControllerName.ITableElement myTab = null;     
           for ( int i = 0; i < wdContext.nodeTable().size();i++)
                         myTab = this.wdContext.nodeTable().getTableElementAt(i);
         Bapi_structname name = new Bapi_structname();     
                        name.setFieldName1(myTab.getFieldName1);
                        name.setFieldName2(myTab.getFieldName2);
                        input.addT_Bapi_(name);
    Finally execute the BAPI..
       wdContext.currentZbapi_MainModelNode_Input tElement().modelObject().execute();
    Hope this solves your issue - Update the Table in ECC from Webdynpro.
    Regards,
    Manjunath
    Edited by: Manjunath Subramani on Nov 20, 2009 4:26 PM
    Edited by: Manjunath Subramani on Nov 20, 2009 4:27 PM

  • This entry already exists in following tables "tax formula master table'

    I am getting this error while adding a new tax Formula.
    Please suggest the possible solution.
    SAP B1 2007 B PL-10
    This entry already exists in following tables "tax formula master table' (OFML) (ODBC-2035) [Message134-183]
    Regards,
    Ranjith

    Hi
    First of all have u tried what i told ??
    For which tax going u r going to create???
    Check in another DB, whether same error is coming r not
    Giri
    Edited by: Giri dharan on Dec 30, 2009 5:47 PM

  • This entry already exists in following table (ATT1)

    Hi experts,
    When I update my BOM, i got this error message, how can i solve this issue? thanks...
    "this entry already exists in following table (ATT1)"

    Hi,
    ATT1 is the log table for ITT1. This happens when you updated the BOM that is being updated.  You may need to close your B1 and restart to do update again.  If problem persist, log a message to SAP support ASAP.
    Thanks,
    Gordon

  • Entry already exist for following Table Owor      High priority

    HI Experts
    I am getting this error while adding the Production order again for same product .
    its shows Entry already exist for following table Production Order  owor, ODBC 2035
    Please help me out , as Production stops
    Regards
    Raman

    Hi Raman,
    You may check these threads first:
    Re: Hi,Error when adding chart of account This entry already exists in the foll
    Re: Sales Order Update
    Re: This Entry already in following tables "AIT1) (ODBC-2035) [message 131-
    Thanks,
    Gordon

  • Update the table

    How to compare two table and update the table.
    I have table A where i have
    Table A
    select ssn,lname,fname,dob,cadcode,date... from table A
    SQL> /
    LNAME FNAME DOB SSN Status SOCKETNO
    King Jack 11111877 000000000
    Sue PAT 01021867 087543217
    Smit john 08061897     
    Table B
    SOCKETNO      SSN LNAME     FNAME     DOB     CADCODE     
    C873 000000000 Sue     Pat 03021988 C111
    C123 Kate Allen 01011999 V111
    D009 123987765 King Jack Y123
    K897 678987765 Mike Mellon 01111877 V178
    I have to compare two table based on the below conditions and update table A With Status =Y and SOCKETNO from table B if a matching record exists in Table B.
    condition If SSN from Table A to table B matches OR
    if SSN IS NULL OR ALL zeros then compare with FNAME and LNAME and DOB
    How can i achive this in a stored procedure?

    Hi,
    You have to make PROCEDURE anyway, you can use CURSOR as per your requirement.
    The sample code can look like this:
    CREATE OR REPLACE PROCEDURE UPDATE_A (PARAMS.....) IS
         CURSOR Cur_SOCKET IS  SELECT B.SOCKETNO, B.FNAME, B.LNAME, B.SSN, B.DOB
                            FROM A, B
                            WHERE (NVL(A.SSN,0) != 0
                                AND NVL(B.SSN,0) != 0
                                AND A.SSN = B.SSN)
                            OR ( NVL(A.SSN,0) = 0
                                AND NVL(B.SSN,0) = 0
                                AND A.FNAME = B.FNAME
                                AND A.LNAME = B.LNAME
                                AND A.DOB = B.DOB)
                   FOR UPDATE OF A.SOCKETNO, A.STATUS;
         Var_SOCKET Cur_SOCKET%ROWTYPE;
         Old_Var_SOCKET Cur_SOCKET%ROWTYPE;
    BEGIN
         OPEN Cur_SOCKET ;
         LOOP
              FETCH Cur_SOCKET INTO Var_SOCKET ;
              EXIT WHEN Cur_SOCKET%NOTFOUND ;
              IF Cur_SOCKET%ROWCOUNT = 1 THEN
                   UPDATE A
                        SET STATUS = 'Y',
                        SOCKETNO = Var_SOCKET.SOCKETNO
                   WHERE CURRENTOF Cur_SOCKET ;
              ELSIF (NVL(Old_Var_SOCKET.SSN,'X') = NVL(Var_SOCKET.SSN,'X') AND
                   NVL(Old_Var_SOCKET.FNAME,'X') = NVL(Var_SOCKET.FNAME,'X') AND
                   NVL(Old_Var_SOCKET.LNAME,'X') = NVL(Var_SOCKET.LNAME,'X') AND
                   NVL(Old_Var_SOCKET.DOB,'X') = NVL(Var_SOCKET.DOB,'X')) THEN
                   INSERT INTO A (....FIELDNAMES...) VALUES (.....VALUES....) ;
              END IF ;
              Old_Var_SOCKET.SSN = NVL(Var_SOCKET.SSN,'X') ;
              Old_Var_SOCKET.FNAME = NVL(Var_SOCKET.FNAME,'X') ;
              Old_Var_SOCKET.LNAME = NVL(Var_SOCKET.LNAME,'X') ;
              Old_Var_SOCKET.DOB = NVL(Var_SOCKET.DOB,'X') ;
         END LOOP;
         CLOSE Cur_SOCKET;
    END ;Regards,
    Arpit

  • Updating the Tables

    Hi,
    I have 1500 Tables in the Database, Once we clone from Prod to Test. we need to update the tables in TEST Environemtn for secutiry reasons...
    There are 40% big tables with million records...
    we have script for updating .....COMMIT is at the end of the script, after updating the all tables......
    But which is the best option....putting COMMIT is after updating every table...or after updating all tables.....
    please sched some light on this

    The best option is the option which guarantees completeness and consistency.
    Sybrand Bakker
    Senior Oracle DBA

  • Error updating the table condition table 372 in J1IIN

    Hello all,
    I am facing the problem in the transaction code J1IIN (In CIN).
    I have maintained the condition type JEXP ( A/R BED %) as 16% with the Key combination Country/Plant/Control Code (Table 357). While iam saving the Excise invoice the system is throwing the error like Error updating the table condition table 372
    I have gone through the post given by Ms. Jyoti few days back and tried to do some changes in the customisation.
    I tried to maintain a different access sequence for the condition type JEXP i.e In the access sequence except condition table 372, I have maintained all other condition tables.
    Still the error is persisiting. Can anyone put some light on the issue.
    I have even traced the values being hit in the tables directly. There is no relation of table 372, then why is it being cause of the error.
    Gurus plz give ur suggestions.
    Thanks
    Srinivas

    Hello Srinivas/Sandeep
    Please ensure that access sequence in the condition type JEXC has got the table 372. If it is not there please maintain it.
    The standard access sequence used in all duty condition type
    is JEXC  which has got the table 372 this will get updated once
    you save your excise invoice.
      If the issue is resolved, kinldy close the message.
    Regards
    MBS

  • How to write a procedure for update the table

    Hi all
    can any body please tell me how to write a procedure to update the table......
    I have a table with about 10,000 records...........Now I have add a new column and I want to add values for that like
    registration Code Creidits
    13213 BBA
    1232 MCS
    I had add the creidit now i want to update the table.........the new value want to get by SQL like
    Creidit = select creidit from othere_table...........
    Hope u can understand my problem
    Thanks in advance
    Regards
    Shayan
    [email protected]

    Please try the following --
    update Program_reg a
    set TotalCreidit = ( select tot_cr <Accroding to your logic>
                                from Program_reg b
                                where a.Registration = b.Registration
                                and    a.Enrollment = b.Enrollment
                                and    a.code = b.code
    where a.Registration in ( select distinct Registration
                                        from Program_reg );
    N.B.: Not Tested....
    Regards.
    Satyaki De.

  • FM to update the table HRPAD25

    Hi All,
    Is there any FM to update the standard table HRPAD25? I need to update the values entered by the user on the LSO Followup screen in this Table. I have enhanced this screen in LSO_PSV2 with an additional field 'Score'. How do i update the table HRPAD25? Is there any BADI or FM to do this. Any input on this will be of great help.
    Thanks and regards,
    Pavithra

    Hi Eric,
          I do have some similar kind of requirement where in i am asked to use the IDOC COND_A02. The point where i am stuck is in populating the custom segment field values which we need to be passed with the IDOC. I am able to execute the IDOC from WE19 but both the exits EXIT_SAPLVKOE_001 and EXIT_SAPLVKOE_002 were not getting triggered.
         We need this IDOC to be generated whenever there is a change in the Pricing Conditions (PB00 DISC1 DISC2). Please let me know how can i populate the custom segment values and trigger the IDOC.
    Good Day,
    Thanks & Regards,
    Uday S.

  • This entry already exists in ODPS table

    Hi all,
    I took incoming payment from customer with payment means credit card , but when i try to deposit this credit card by accessing this Credit card in Deposit Window, system displays the message this entry already exists in ODPS table though it is shown undeposited in credit card register,
    Pls tell me what can be the reason
    Thanks & Regards,
    Mukesh Agrawal

    Hello Mukesh,
    I came across this message before. Please log a message with our Support Centre. They may need to get a copy of your database for verification.
    Regards,
    Lorna Real

  • Entry already exist in following table (OALR)

    To Experts,
    I am getting the following error when I try to reject a document pending for approval;
    "Entry already exist in following table (OALR) "
    Also others are unable to add the documents for approval.
    Kindly help me solve issue
    thanks
    Avinash

    Hi Avinash,
    you may check this solution :
    Entry Already exists in OALR table
    Symptom
    In databases that heavily use alerts or approval procedures that launch alerts, the following error message might appear in the status bar during normal work:
    This entry already exists in the following tables 'Alerts' (OALR) (ODBC -2035) [Message131-183].
    Other terms
    alert, exist, duplicate, OALR.
    Reason and Prerequisites
    Application error.
    Solution
    SAP plans tofixthis issue in a patch. Please refer to the info.txt file on SAP Service Marketplace to confirm that the fix was included.
    Note! After the fix, in rare cases of problem in the execution of an alert, some alerts might be delayed in showing up in the alerts window. The delay will usually stand on 1 minute, in the worst case the delay could be up to 5 minutes.
    Related Notes
    1173589   Overview Note for SAP Business One 2007 A PL 37
    1149024   Overview Note for SAP Business One 2005 B PL39
    1146671   Overview Note for SAP Business One 2005 A SP01 Patch 44
    Additional Information
    RELEASE STATUS: Released for Customer
    Released on: 13.03.2008
    Priority: Correction with high priority
    Category: Program error
    Primary Component: SBO-ADM-ALR Alerts Management
    The note number is 1137021
    Good luck
    JimM

  • J2i5 is not updating the table j_2iaccbal

    Hi all
      Whan i am running j2i5 for updating the Part2 opening Balance, it is not updating the Table j_2iaccbal.
      ie the closing balance is not carryforwarded to the next day as openign balance due to this i am getting negetive balace.
      is this any problem with j2i5 program .
      Please help me to sort out this problm

    Hi,
    Please put opening balance for following register in J_2IACCBAL
    RG23AAT1
    RG23ABED
    RG23AECS
    RG23ANCCD
    RG23ASED
    Also please ensure that dont extract the register prior to date of the record inserted in the table.else opening balance will be vanieshed.
    Regards,
    KC Choudhury

  • Doing new JTable doesn't "update" the table on the screen

    Hello
    I am writing a program in java/swing which has several "layers" of panels. In the constructor method of the frame (using JInternalFrame) I create a new instance of JTable, place it inside JScrollPane which is then inside JSplitPane and then place that as the frame content pane.
    In this program I run an sql command and the table is the result from that. Every time I execute a query it should update the table with the new results.
    What is bothering me now is that when I execute a query I call new JTable() on the variable that held the JTable() object created on startup. When I create a new instance of JTable() and place it in this variable nothing seems to happen. What I need is some kind of "refresh" button. I tried to construct the whole window again but then the program started behaving odd so I gave up that method.
    So, does anyone know how to do this?
    The code behind this class can be found at http://www.heilabu.net/kari/Session.java (little commented, sorry :/)
    You can see the table being constructed in the constructTable() method.
    If I am a bit unclear I apologize, don't know all these technical words in english ;)
    Thanks in advance!

    You really need to use a table model. The table you created is great and once that is in you shouldn't mess with it. Instead, when you create the table be sure to create it sort of like this:
    DefaultTableMode dtm = new DefaultTableModel(<various constrcutors use the one suited for you>);
    JTable table = new JTable(dtm);
    To set different data on the table set it in the table model and then refresh the table, also through the table model. This works perfectly every time.
    dtm.setDataVector(---) <- 2 methods, one for vectors and one for arrays...
    dtm.fireTableChanged();
    the folowing code shows exactly how to use it
    import java.awt.*;
    import java.awt.event.*;
    import java.util.*;
    import javax.swing.*;
    import javax.swing.table.*;
    public class RandomTable extends JFrame
    GridBagLayout gbl = new GridBagLayout();
    JPanel buttonPanel = new JPanel(gbl);
    JTable table = null;
    DefaultTableModel dtm = null;
    JScrollPane tableSP = new JScrollPane();
    JButton randomButton = new JButton("Randomize");
    Object[] headers = { "a", "b", "c", "d", "e" };
    public RandomTable()
    this.getContentPane().setLayout(gbl);
    randomButton.addActionListener(new ActionListener()
    public void actionPerformed(ActionEvent evt)
    dtm.setDataVector(randomStrings(), headers);
    this.dtm = new DefaultTableModel();
    this.table = new JTable(dtm);
    this.dtm.setDataVector(randomStrings(), headers);
    this.tableSP.getViewport().add(table);
    this.buttonPanel.add(randomButton, new GridBagConstraints(1, 1, 1, 1, 0.0, 0.0,GridBagConstraints.CENTER, GridBagConstraints.NONE, new Insets(0, 0, 0, 0), 0, 0));
    this.getContentPane().add(buttonPanel, new GridBagConstraints(1, 2, 1, 1, 0.0, 0.0,GridBagConstraints.CENTER, GridBagConstraints.NONE, new Insets(3, 6, 6, 6), 0, 0));
    this.getContentPane().add(tableSP, new GridBagConstraints(1, 1, 1, 1, 1.0, 1.0,GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(6, 6, 3, 6), 0, 0));
    this.setSize(300, 300);
    public Object[][] randomStrings()
    Random rand = new Random();
    int rowCount = Math.abs(rand.nextInt())%50;
    int colCount = headers.length;
    Object[][] array = new Object[rowCount][colCount];
    for(int row = 0; row < rowCount; row++)
    for(int col = 0; col < colCount; col++)
    array[row][col] = Long.toString(Math.abs(rand.nextLong())%100);
    return array;
    public static void main(String[] args)
    RandomTable rt = new RandomTable();
    rt.setVisible(true);
    }

Maybe you are looking for

  • Capturing shipping cost at the time of GR

    Hi Dear all LE consultants I have one problem .I have created PO. At the time of PO creation , i do not know some shipping/transport costs.So I have configuring Transport module and done VL31n,VT01n,VT02n and VI01 t.codes Shiping costs are being full

  • Po tax related data

    hi experts,                can u tell me where the tax related data is stored(tables) for the po created

  • Sorting a two-dimensional integer array

    I have a 2-D array that looks simliar to this: 1 0 0 0 1 1 0 0 2 0 0 0 2 1 1 1 1 2 1 0 2 1 2 0 3 1 1 1 4 1 0 0 2 1 1 2 .I am trying to come up with an algorithm that will sort this array by the first column, then the second, then the third, then the

  • ICloud wont log in... Error message

    when i try to log into iCloud this error message comes up, "Icloud encountered a problem when trying to connect to the server". i have Tried different browsers, clearing cache, clearing  Cookies, different computers.....Help...

  • MDT inject driver for usb3.0 port on pc

    I import usb 3.0 drivers to share and replaced the boot wim after I updated the share.But the usb 3.0 drivers still cannot be installed well on PC.Beyond that,everything works fine.How can I deal with it?