RE: DataField, update underlying data via TOOL,Express

John,
does it work if you mix the "CopyfromClipboard" method with the "PlaceValueinDisplayedField" ?
If this is not the correct solution to you problem, could you please specify "where" it does not work ?
Thanks a lot indeed.
Best regards
/Stefano
Stefano POGLIANI Forté Software Consultant
E-Mail : [email protected] Tel : +33.0)450201025
Fax : +33.(0)450200257 Mobile : +33.(6)08431221
Visit the Forté Web Site : http://www.forte.com/
Ducunt fata volentem, nolentem trahunt....
-----Original Message-----
From: John Hodgson [SMTP:[email protected]]
Sent: Wednesday, July 02, 1997 8:39 PM
To: [email protected]
Subject: DataField, update underlying data via TOOL, Express
In TOOL code we PasteText() into a DataField, but the underlying data
object does not get updated until the user interacts with the GUI.
That causes problems if we need to use the underlying data object's
value immediately after the paste. How can we:
force an update of the underlying data object and
ensure that the update goes through before our method call returns,
i.e., ensure that if the update is via Forte events, those events
are handled before returning.
The context is a calendar lookup button that pastes into an adjoining
DataField.
John Hodgson |Descartes Systems Group Inc.|[email protected]
Systems Engineer|120 Randall Drive |http://www.descartes.com
|Waterloo, Ontario |Tel.: 519-746-8110 x250
|CANADA N2V 1C6 |Fax: 519-747-0082

Well, I think I have answered my own question, but I will leave it here in case anyone else has the same problem. 
So, as far as I have been able to track down, it all went wrong when I was running through the connection wizard. 
Under the section titled "Creating the Data Source" is describes how to find your database file and create the appropriate connection string. However, on my version of VS Express 2010 . It offered me a prompts , saying something like, "would you like to
move this database file into the application directory and change the connection string" this sounded very sensible to me, so I said yes.
All proceeded accordingly. And the database file now appeared in the solution explorer. 
The app config file said that the connection string was 
Data Source=|DataDirectory|\Database1.sdf"
I presumed this would be interpreted correctly by the rest of the app, as it was generated by VS.
But it didn't, what I cannot understand is how no error was generated. And data seemed to pull
into the bound controls. 
But I have been testing it for a while now. and it seems that if I manually override the config file with the actual directory where the file exists , then there is not a problem. Data is retained in the file 
This is more of a VB.net question, but I couldn't find it in the drop down. I will try and move it there now
Thanks guys for your patience. 
p.s. RSingh , the code I posted above did come from the SaveItem_Click event
handler

Similar Messages

  • DataField, update underlying data via TOOL, Express

    In TOOL code we PasteText() into a DataField, but the underlying data
    object does not get updated until the user interacts with the GUI.
    That causes problems if we need to use the underlying data object's
    value immediately after the paste. How can we:
    force an update of the underlying data object and
    ensure that the update goes through before our method call returns,
    i.e., ensure that if the update is via Forte events, those events
    are handled before returning.
    The context is a calendar lookup button that pastes into an adjoining
    DataField.
    John Hodgson |Descartes Systems Group Inc.|[email protected]
    Systems Engineer|120 Randall Drive |http://www.descartes.com
    |Waterloo, Ontario |Tel.: 519-746-8110 x250
    |CANADA N2V 1C6 |Fax: 519-747-0082

    Hello Gfinistr
    From what I understand to be the case you would like to use an application like VeraMail on the Treo to access your email instead of using Blazer (web browser), correct?
    Here are some things to consider:
    1) Since your email account is set up through MSN/Hotmail (same thing technically) unfortunately the Palm Software VersaMail or even Chattermail which has enhanced features does not support MSN/Hotmail. The only devices that support this email client are the Windows Mobile Based Devices such as Treo 700w/wx, 800w and Treo Pro.
    2) Verizon's WirelessSync is a service offered by Verzion and basically you can set up an email account that will push directly to the verzion servers to access email and other information. https://www.wirelesssync.vzw.com/genweb/html/ext/Login.do?prefix=&page=/loginRedirect.do
    Message Edited by IrreducibleM31 on 03-13-2009 02:44 PM

  • DAX error "Formula is invalid" when updating underlying data, but not changing the formula?

    Hello,
    first of all: I use the 64-bit versions of Excel 2010 and PowerPivot on Windows Server 2008 R2.
    I use this formula to calculate the median of my data:
    MINX( FILTER( VALUES( TableName[ColumnName] ),
                  CALCULATE( COUNTROWS( TableName ),
                             TableName[ColumnName] <= EARLIER( TableName[ColumnName]
                  > COUNTROWS( TableName ) * 0.5 ),
          TableName[ColumnName] )
    The data comes from a view on an MS SQL Server and has about 3.5 million rows. With one dataset ("dataset 1"), everything is working out fine and VERY fast ;-). When I change the view on the SQL server to filter for different data ("dataset 2", the result
    set still containing about 3.5 million rows) and update the PowerPivot data and then the pivot table, the status bar reads "Executing OLAP query..." and excel.exe utilizes one CPU core at 100% for a long time and its memory usage increases significantly, but
    nothing happens. If I interrupt that process by pressing Esc, I get the following error (original German text included):
    ============================
    Fehlermeldung: (Error message:)
    ============================
    Ausnahme von HRESULT: 0x800A03EC (Exception from HRESULT: ...)
    Das Median-Feld konnte der PivotTable nicht hinzugefügt werden, weil die Formel ungültig ist. (Could not add the field "Median" to the PivotTable because the formula is invalid.)
    ============================
    Aufrufliste: (Stack trace:)
    ============================
    Server stack trace:
    Exception rethrown at [0]:
       bei System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
       bei System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       bei Microsoft.Office.Interop.Excel.PivotTable.AddDataField(Object Field, Object Caption, Object Function)
       bei Microsoft.AnalysisServices.Modeler.FieldList.ExcelInterOpUtil.AddToDataFields(ICalculatedMember calculatedMember, Int32 positionIndex, Boolean isSpecialColumnBasedNamedSetPresent)
       bei Microsoft.AnalysisServices.Modeler.FieldList.ExcelInterOpUtil.AddToDataFields(ICalculatedMember calculatedMember, Int32 positionIndex, Boolean isSpecialColumnBasedNamedSetPresent)
       bei Microsoft.AnalysisServices.Modeler.FieldList.GeminiPivot.SetFieldOrientation(FieldLocation location, IGeminiColumn column, Int32 positionIndex)
       bei Microsoft.AnalysisServices.Modeler.FieldList.GeminiPivot.SetFieldOrientation(FieldLocation location, IGeminiColumn column, Int32 positionIndex)
       bei Microsoft.AnalysisServices.Modeler.FieldList.GeminiPivot.AddField(IGeminiColumn column, Int32 index)
       bei Microsoft.AnalysisServices.Modeler.FieldList.FieldListControl.fieldsTreeView_AfterCheck(Object sender, TreeViewEventArgs e)
    ============================
    I have analyzed the two datasets for differences and found the following ones:
    Dataset 2 has also negative values in its ColumnName column, dataset 1 does not. Filtering dataset 2 (by changing the view on the SQL server) so that the column contains only positive values does not help.
    A displayed column contains text with square brackets in it in dataset 2. Changing the SQL view to replace them with an empty string (replace(column2, '[', '')) does not help.
    I do not know what else to try. Can anybody help me? The two datasets are very large, but if anyone can give a recommendation how to export them in a reasonable size, I can make them available.
    Best regards
    Michael

    Hello Javier,
    I use a new measure (button "New Measure" in the toolbar or option in the context menu of the table). Here are the data samples:
    Dataset 1:
    Probability    RThreshold    SThreshold    vector    value
    0    -1    -1    DHTTestApp: Total GET Success Ratio    0.98
    0    -1    -1    DHTTestApp: Total GET Success Ratio    1
    0    -1    -1    DHTTestApp: Total GET Success Ratio    1
    0    -1    -1    DHTTestApp: Total GET Success Ratio    1
    0    -1    -1    DHTTestApp: Total GET Success Ratio    1
    0    -1    -1    DHTTestApp: Total GET Success Ratio    0.98
    0    -1    -1    DHTTestApp: Total GET Success Ratio    1
    0    -1    -1    DHTTestApp: Total GET Success Ratio    1
    0    -1    -1    DHTTestApp: Total GET Success Ratio    1
    0    -1    -1    DHTTestApp: Total GET Success Ratio    1
    Dataset 2:
    Probability    RThreshold    SThreshold    vector    value
    0    -1    -1    [MKTBR] BaseOverlay: All nodes: Own routing trust value    0.011353711790393
    0    -1    -1    [MKTBR] BaseOverlay: All nodes: Own routing trust value    0.20522161505768
    0    -1    -1    [MKTBR] BaseOverlay: All nodes: Own routing trust value    0.12309191295875
    0    -1    -1    [MKTBR] BaseOverlay: All nodes: Own routing trust value    0.26926457661881
    0    -1    -1    [MKTBR] BaseOverlay: All nodes: Own routing trust value    0.1911946574326
    0    -1    -1    [MKTBR] BaseOverlay: All nodes: Own routing trust value    0.066699727250186
    0    -1    -1    [MKTBR] BaseOverlay: All nodes: Own routing trust value    0.32597014925373
    0    -1    -1    [MKTBR] BaseOverlay: All nodes: Own routing trust value    0.11977454203852
    0    -1    -1    [MKTBR] BaseOverlay: All nodes: Own routing trust value    0.24751410911045
    0    -1    -1    [MKTBR] BaseOverlay: All nodes: Own routing trust value    0.076218041485769
    In both datasets, probability has a range from 0 to 1, both thresholds from -1 to 1. In dataset 1, value has a range from 0 to 1, in dataset 2, it's -1 to 1.
    Thanks for your help!

  • Is there any way to verify that your installed plugins are up to date without using the Plugincheck page via Tools/AddOns/Plugins/Find Updates ?

    I installed Firefox 3.6.13 on a new computer and updated the plugins via the Plugincheck page. Now when I visit the Plugincheck page, it says "No plugins detected" although several plugins are installed as indicated in the Addons dialog box and About:Plugins page. The Plugincheck page used to show all the installed plugins and flag them as either up to date, out of date, or unable to detect the version.

    You used the data.  Verizon can not see what it was sued for.  However your phone can see whats apps used the data.  go to settings-data usage- there will be a place that says data usage cycle.  line the dates up with your cycle.  then there will be a bar graph below that   extend bother white bars one all the way to the left and one all the way to the right.  after those are extended below that will be a list of apps,  there should be one that used over 2 gb and that will show you what app used that data in her purse

  • Update and transfer data via BADI LE_SHP_TAB_CUST_HEAD

    Greetings All,
    I've a requirement to create a custom tab in the VL01N/VL02N/VL03N header record displaying custom fields.
    I've successfully implemented BADI LE_SHP_TAB_CUST_HEAD, created a subscreen, appended my custom fields to the LIKP table via append structure, and can now view my fields in the transactions listed above.
    I'm having trouble updating the fields in the subscreen and save the values back to the LIKP table.  First question is a) do I do this via the PBO PAI modules in my subscreen, or should I be doing this in the BADI?
    Second question is, if I shuodl be doing this in the BADI, how do I do it.  A simple example is that I have created a field called ZZ_CUST_TIME in LIKP, added it to my sub-screen using data dictionary linking.
    How do I pass a value entered into this field via VL02N back to the transaction for update?
    Any suggestions would be greatfully appreciated.
    Regards,
    Steve

    Dear Abhishek,  can you explain the step..in this step screen is comming but custom fields value is not coming and also likp table is not updated
    Correct AnswerRe: Update and transfer data via BADI LE_SHP_TAB_CUST_HEAD
    Abhisek Biswas Jan 21, 2009 7:28 AM (in response to Stephen Keam)
    Hi Stephen,
    You can do it by using PBO and PAI modules of the screen that you created. But you have to transfer the data from subscreen to the BADI method TRANSFER_DATA_FROM_SUBSCREEN and aslo from method TRANSFER_DATA_TO_SUBSCREEN to the subscreen. This will update the screen field data to LIKP.
    You can aceive this by two ways.
    1) You can use EXPORT in method TRANSFER_DATA_TO_SUBSCREEN and then IMPORT the value in the screen PBO. And You can EXPORT data from screen PAI and IMPORT data in method TRANSFER_DATA_FROM_SUBSCREEN.
    2) Anither way to do it is by using Function modules and Function Group instead of EXPORT/IMPORT.
    Create a Function group. In the global data define a structure/Work Area of type LIKP.
    DATA w_likp TYPE likp.
    Then create two Function modules, one to export data and another to import data.
    Let us assume that the export FM takes in IS_LIKP as input and the import FM outputs the value of LIKP into ES_LIKP.
    Then pass the value is_likp to the export FM in the BADI method TRANSFER_DATA_TO_SUBSCREEN and in the screen PAI pass the LIKP data to the export FM.
    In the export Function module write the following code:
    MOVE is_likp TO w_likp
    Then in the Import FM write the following code:
    MOVE w_likp TO es_likp.
    The import FM is called from method TRANSFER_DATA_FROM_SUBSCREEN and from screen PBO.
    This will solve your problem.
    Regards,
    Abhisek.
    Alert Moderator
    Like (0)
    Reply

  • I'm trying to update to IOS6 on my New Ipad through software update under settings, over Wi-Fi ....It keeps telling me that IOS is still up to date.....? Any advice?

    I'm trying to update to IOS6 on my New Ipad through software update under settings, over Wi-Fi ....It keeps telling me that IOS is still up to date.....? Any advice?

    Maybe you have a beta version of iOS6 in your Ipad. if is this, you have to put the ipad in recovery mode in itunes and then the update will start.
    To put the ipad in recovery mode, you have to turn of the ipad. In your pc/mac Itunes has to be running, and plug the cord, but when you do that you have to press the home button until a message shows up in itunes!!
    Regards!!

  • I recently purchased a MacBook Pro and transferred data from my MacBook via Ethernet cable. I did not consolidate my accounts and kept using my MacBook. Can I update the data transfer now using Ethernet and can I consolidate my accounts?

    I recently purchased a MacBook Pro and transferred data from my MacBook using Migration Assistant via Ethernet cable.  I was confused about consolidating my accounts, so I continued to use my old MacBook.  Can I now update the data transfer using the same process and begin using my new MacBook Pro exclusively?  How do I consolidate my existing accounts?
    Thank you.

    Of course. It does everything it did before Yosemite. You just won't be able to send or receive SMS messages with it.

  • TS4268 I can't get the iMessage or FaceTime to work on my iPod touch.  I updated to the latest iOS.  I have ensured restrictions are off and 'Set Automatically' is selected under date & time settings.  I can enter my apple ID, but it bounces back to the l

    I can't get the iMessage or FaceTime to work on my iPod touch.  I updated to the latest iOS.  I have ensured restrictions are off and 'Set Automatically' is selected under date & time settings.  I can enter my apple ID, but it bounces back to the first login screen.

    I just hit the home key very fast 3 times and it worked. Glad to see that someone suggested this to another person with a mini. My gremlins are all gone.  Yea to the forum .......Marci 73361

  • Is LSMW tool only used to update master data??

    Hi experts,
    Is LSMW tool only used to update master data??i.e for updating material master,customer master etc.,
    or it can be used to updated configuration tables also.i.e when we do configuration a CTS is to be created.then how the CTS generation is handled.
    Can anyone plesae explain me in detail?
    Thanks in advance,
    Regards,
    N.Sreelatha

    Hi
    LSMW is used to transfer Legacy data from one system to another system.
    Obvioulsy Configuration objects should be transported through CTS only and not with LSMW .
    Cheers,
    Hakim

  • Can OBIEE automatically update a filter if underlying data changes?

    Suppose there is a saved request that shows some data set, and it uses the following filter: "Country_Name is equal to / is in USA".
    Now suppose that the value in the underlying data source changes from "USA" to "United States". The aforementioned request would now return no data, since there is no "USA" anymore.
    Other than changing the way the request was initially designed (i.e. setting the filter to use the Country_ID instead of Country_Name), how would you handle this case? Is there an approach to use in OBIEE that would handle updating the filter automatically? Is this simply bad report design? Do you build something into the ETL process that triggers some action (either manual or automated) if dimension tables are updated? I could probably do an XML Search and Replace in the catalog upon learning that the value changed, but I'm wondering if there is a better way.
    Any thoughts?

    First of all: The best way to avoid this is to use saved filters in your report... then you only need to change these filters, instead of every single report.
    I don't think it is possible to automatically change the underlying filters of a report when data changes.
    About ETL: when you implement a Type 2 Slowly Changing Dimension you will create a new record for the dimension when the value of a column changes, to preserve the history. This means you will get two records with two row_ids. In your fact table you will use the dimension's new row_id for new data.
    For your report this means that it will give the same results for old data (because it filters on "USA"), but it won't show the new data, since it doesn't filter on "United States". So I don't think this ETL approach will solve your problem.
    Maybe a Type 3 Slowly Changing Dimension can help you. This means that you will preserve the history in the same record, using 2 columns for example "Current Country" and "Prior Country". This can solve your problem because you will filter on the same records (which is not the case in Type 2 SCD). But it means you will get two country columns, which is not the most elegant solution maybe..
    So maybe going through all your reports is the best way to solve your problem for now and encourage the report builders to use saved filters in their reports.
    Regards,
    Stijn

  • Viewing via 'date modified' & opening a folder updates its date... help!!

    Hi,
    So I am trying to be organized, and am sorting through some old files, all arranged as a bunch of files and subfolders within project folders. I sort these project folders by date, with the oldest at the top of the window. I open the oldest folder (with the triangle, not in a new window) to see whats in there, do the same with any subfolder that may be there, close them again, and a few seconds later the main folder date updates to the current date and jumps to the bottom of the list. This is infuriating me!, I now have projects that haven't been opened since 2001, inside a folder showing 'date modified' as 5 minutes ago.
    It appears that opening a subfolder will update the date of the folder it is in. This is ridiculous!! you try to be organised with your filing and that's the thanks you get! now when i view all these projects by date, I wouldnt have a clue how old they were unless I open the folder. stupid!
    I have noticed this with 2 macs, can anyone help, this can't be normal procedure. note, I havent opened, let alone saved anything, just viewed the contents of folders.
    help!!

    Hi folks,
    This issue has been driving me crazy, and I've been searching everywhere for a solution... today I am happy to report that I found one!
    Limit Point Software has just released a great utility for dealing with this issue where folders have their "Date Modified" altered after you just opened the folder.
    It is called "SyncFF" and you can download at:
    http://www.limit-point.com/Utilities.html
    Here is the product description:
    SyncFF is a drop utility for setting the modification and creation date of folders to the latest modification date of their contained files. This way the modification date of the folder matches the modification date of the "oldest" file it contains. The process is recursive, which implies all subfolders are processed too. Universal Binary, Mac OS X 10.4 and above.
    It works wonderfully, and it is so nice to have the proper modification dates on my folders and projects again.
    I should also say that the developer is very helpful and responsive to feedback.
    Zed

  • Update Old data in SIS

    Dear Guru's,
    I have created my own SIS & now i want to update the Old data in this SIS. Currently the SIS is showing the values from the date when it was created. Can anybody tell me the steps to update the same with the old values.
    Rgds,
    Ajinkya

    Hi,
    Kindly refer to Glynn Williams page no :-418,it says that should one create a new structure and require historical data to be updated into it,<b>refer to</b> <b>OSS note</b> <b>number 0064636</b>.This explains the methods of procedding with statistical update.
    Summary
    Symptom
    This note describes the standard procedure for setting up the statistical data in the Logistics Information System (LIS). However, in addition to this standard procedure, you should also read the application-specific documentation which is stored for each application (Purchasing, Sales and Distribution, Production, Inventory Controlling) in Customizing. This documentation can be found as follows (starting from the top level of the Customizing tree):
    + Logistics - General + Logistics Information System (LIS) + Logistics Data Warehouse + Data Basis + Tools + Setup of Statistical Data + Application-specific Setup of Statistical Data
    The programs which carry out the setup in the individual applications are also called at this point in Customizing.
    Procedure for statistical data setup
    The setup reads all original documents or only the original documents required by the user (such as purchase orders, production orders, material documents, billing documents and so on), and sets up statistical data from these documents. Here, every document is updated in the LIS information structures corresponding to the update rules defined in Customizing.
    Does the statistical data setup work correctly?
    Since a setup can take a number of hours, it is best to just set up one or two (incorrect) documents at first, to check the result before a complete setup is carried out. This is carried out with the following steps:
    1. Call the setup program for a few test documents
                  Call the statistical data setup for the respective application via Customizing. (Path -> see above) Enter the information structure to be set up, and, for example, '&(T' as a version. Important: the version '&(T' must not yet exist, that is, '&(T' must be empty.
                  Explanation of the version: All data records of an information structure begin with a three-character version number. The current statistical data (actual data) has the version number 000. Data is selected from this version when a standard analysis is carried out. So that the actual data is not modified, the setup must be carried out into another version. The versions into which a setup is carried out must begin with '&(' - by convention.
                  Enter the document numbers for which the setup is to be carried out as a test on the setup selection screen. Start the setup after this. (If there are not many documents, this can take place online).
    2. Check the result of the setup
                  To display the set up documents in the standard analysis, the standard analysis must access the version '&T'. Via the menu path "System -> User profile -> User parameters", enter and save the parameter ID 'MCR' with the value 'X'. As a result, an input field appears on the standard analysis selection screen, in which a version other than '000' can be entered.
                  Now call the standard analysis in question. On the selection screen (at the very bottom), overwrite the version '000' with '&(T' (if you have followed the above suggestions). The standard analysis then displays the data which was set up.
    3. The user parameter 'MCR' can be reset again.
    Standard procedure for the statistical data setup in the LIS
    The data of the actual version (000) should be replaced with the set up data when setting up a complete information structure. Two procedures (A and B) are described below. These procedures have the following advantages and disadvantages:
    Advantages of procedure A:
    It is possible to compare the old actual data with the set up data.
    Disadvantages of procedure A:
    Data is stored 1 or 2 times (3 times if the actual data is saved)
    R/3 operation must be shut down during the entire procedure
    Longer runtime than procedure B
    Advantages of procedure B:
    Data is only stored 1 or 2 times (3 times if the actual data is saved)
    R/3 operation must only be shut down during the actual setup.
    The runtime is shorter than for procedure A
    Disadvantages of procedure B:
    It is not possible to compare the old actual data with the set up data.
    Procedure A is the "normal" method", and is suitable for normal datasets. On the other hand, procedure B should be used for large datasets.
    Although the correctness of the setup should already have been checked using a few documents - as described above, it can nevertheless be a good idea to compare the entire data with the old data (or at least taking random samples) after carrying out the setup. Only procedure A offers this possibility.
    Important additional information on deleting and converting data
    Note that when Report RMCVISCP is mentioned in the following section, it should only be used in Releases < 4.X . In all release levels as of 4.X, Report RMCVISCP has been replaced by Report RMCSISCP. So use the later report, since Report RMCVISCP in Release > 4.X is also no longer supported by Support.
    Procedure A
    R/3 operation must be shut down until the following steps 2 to 5 have all been carried out. In particular, no documents may be created or modified.
    1. Delete the target version of the setup
                  If the setup is to take place in version '&(N', for example, this version must be deleted using the program RMCVISCP. Enter the affected information structures and the version to be deleted on the selection screen of RMCVISCP. (In addition, the checkbox "Delete a version?" must be marked).
                  The version '000' may not be chosen as a target version of the setup. This means that '000' may not be entered as the version to be deleted.
    2. Carry out the setup.
                  In Customizing (see the path described under "Symptom"), call the setup corresponding to the required application. Since now, or at least a large proportion of the original documents are now to be set up, it is recommended that you schedule the setup in the background for a weekend.
    3. Check the data which was set up
                  The set up data can be displayed via the standard analysis. To do this, set the MRC parameter to 'X' (see above), so that the version '&(N' can be entered on the standard analysis selection screen (if the setup was carried out in this version).
                  Furthermore, you can compare version '000' (old actual data) with the newly set up data (version '&(N') via the comparison of planned and actual data in the standard analysis. (The menu path for the comparison of planned and actual data in the standard analysis is as follows: Edit -> Comparisons -> Planned/actual... )
    4. Delete version '000'
                  Delete version '000' using program RMCVISCP. If there is sufficient disk space, the version '000' can of course be saved as version '&(S', for example, before carrying out the deletion. (This version must be empty or have been deleted beforehand). However, this saving is not absolutely necessary, especially since the old actual data is presumably incorrect (otherwise there would be no need to make the setup).
    5. Copy the set up data into version '000'
                  Using program RMCVISCP, copy the set up version '&(N' into the target version '000'. R/3 operation can start again after this.
    6. Delete version '&(N'
                  Finally, delete the version '& (N' using the program RMCVISCP.
                  Procedure B:
    Within procedure B, R/3 operation need only be shut down during the following steps 4 and 5.
    1. Save the actual data
                  Copy version '000' into another version, for example, '&(S'. Call program RMCVISCP for this, and enter '000' as the source version and, for example, '&(S' as the target version. The target version must be empty or have been deleted beforehand (with the program RMCVISCP).
                  However, the actual data need not necessarily be saved. In particular, this is the case if the actual data contains a large number of errors. However, the saved data can be an advantage if the setup is canceled for any reason. The old actual data could then be copied back into version '000' again.
    2. Deactivate updating
                  Deactivate the update in Customizing for the information structures to be set up. The Customizing path for this is as follows:
                  + Logistics - General + Logistics Information System (LIS) + Logistics Data Warehouse + Updating + Updating Control + Activate update
                  Then choose the relevant application. The affected information structures can be selected by double-clicking on the subsequent screen. Then mark the radio button "No updating" under "Updating" on the following popup.
    3. Delete version '000' (with program RMCVISCP)
                  For large dataset, deleting version '000' can take several hours. However, it is important that updating of the information structure is deactivated, and thus R/3 operation can be continued as normal.
    4. Activate updating
                  After deleting version '000', reactivate updating of the affected information structures (as under point 3 above).
    5. Carry out the setup
                  In Customizing, call the setup corresponding to the required application. The setup must be carried out into version '000'.
                  R/3 operation must be shut down during the setup. Before and after this step, R/3 operation can continue as normal.
    6. Check the set up version '000' by taking random samples
                  A comparison with the old actual data is only possible if the old actual data was saved beforehand (for example, into the version '&(S'). However, the comparison is only useful if R/3 operation was stopped between saving the old actual data and the setup. Otherwise, there exists the danger that documents were created or changed in the meantime. These document changes would then only be taken into account in the set up data, not in the old actual data.
    7. Delete version '&(S' with program RMCVISCP
                  The saved old actual data can than be deleted afterwards.
    Reward points if useful.
    Regards,
    Amrish Purohit
    Message was edited by:
            AMRISH PUROHIT

  • I had to manually download the new version of itunes.. via tools, it gave me 4 items to download and i did not download all 4 compenants.  Does anyone know how to get back to the pop up that contains tools so i can redownlaod all of them.

    I lost my old iphone and have a new 5s.. i need to sync to itunes.  i had to donwload manually via tools but i didnt download all four files.  now when i plug my phone into itunes it says there is an error bc i didnt download all the files.  so when i go into itunes now and check for updates it says its up to date.  the problem is with the phone support file i didnt download. 
    Does anyone know how to get back to the pop up that has the music player update and itunes update bc this is the only place i have seen "tools" to be able to manually update all four files....
    ***IF i completely uninstall itunes and reinstall will it still have all my songs, photos, apps etc... bc i need to sync my new phone to get all my stuff back

    this is a follow up from the profane post earlier....
    i have done this twice in two other posts..
    here is my problem.. i started off trying to update itunes, it failed twice and said i needed to install manually via tools.
    the only place to get to tools is the pop up box that appears when you click check for updates.. if there is an available update then the pop up shows up with the quick time and itunes files to download. so i finally figured that out. i clicked on tools and manual update, four files were saved to a file. Apple mobile device support, another one similar, itunes, and another one i cant remember. I only downloaded the itunes file seeing as though thats all i needed to accomplish in the first place.
    so then i restarted my computer bc you need to reboot and then reopen itunes for update to take effect. once i have itunes back open i plugged in my new 5s which i am trying to sync to my computer to get all my stuff back bc i lost my previous phone over the weekend.. once i plugged the phone in an error stating i needed to unistall the apple mobile device support and itunes and then reinstall. well i dont know where those files were originally stored on my computer AND since my itunes was updated, just not the other 3 associated files, when i click check for updates it says its up to date and then pop up containing the quick time and itunes does not pop up thus i cant get back to the tools tab to manually save the 4 files again.
    so i was just going to uninstall itunes all together and then i thought well what happens if it erases all my photos apps songs etc... which would defeat the whole purpose in the first place of me trying to sync my new phone to get all my stuff back.
    so i literally have no idea what to do at this point.. if you have read this you are probably just as confused as me...

  • Issue in Data Admin Tool Kit

    Hi,
    I am modifying the Signature email body under workflow in Cutom Translations in Data Admin Tool Kit. When I am trying to write in new line, I am not able to write.
    I used HTML tags like \n but then also it is not writing in to new line.It is coming as below.
    Action needed at the following status\n<b>INPUTand REVIEW</b>\n Data Owner can enter content.Refer to the Ownership Grid on the Helix SharePoint for field ownership and instructions.\nData Reviewers can review and sign off to approve the spec.\n\n<b>PLANT TRIAL</b>\nData Owner can Modify, Update, Review owned content.\nData Reviewers can review and sign off to approve.
    Please help and let me know how to write the text into new line in Override translations under Custom translations .

    What is the sql you are using? Is this Sql Server or Oracle?
    You can try a double back slash like this
    Action needed at the following status\\n<b>INPUTand REVIEW</b>\\n Data Owner can enter content.Refer to the Ownership Grid on the Helix SharePoint for field ownership and instructions.\\nData Reviewers can review and sign off to approve the spec.\\n\\n<b>PLANT TRIAL</b>\\nData Owner can Modify, Update, Review owned content.\\nData Reviewers can review and sign off to approve.
    If it is sql server Ive used the following in the past with SQL Server Studio, and just included the new line/Carriage return in the editor and it worked:
    INSERT INTO TysonTranslationItemValues (pkid, fkTranslationItem, langValue, langID) SELECT '2167d3fa954c-2ab3-4e7e-bb06-5bda86eba661', '2166b8a82f69-b243-4d2b-a380-ffdd542e01d6', N'Attention: @PERSONTOSIGNOFF
    Your ''@FUNCAREA'' signature has been requested for the activity ''@TITLE.'' (on project ''@PROJECT''). Please review the document and use the ''Workflow'' signpost icon in the upper toolbar to submit your approval (or return with comments) once you have reviewed the supporting documents:
    @URL', 0 FROM DUAL;
    Hope that helps.
    --Trey

  • It's not possible upgrade master data via DTW in SBO 2007.

    Hi to everybody,
    I was trying to upgrade de BP master data via DTW, but its not possible.    I cheched the chechbox "Update" but I got an error saying "This entry already exists in the following tables (ODBC - 2035)".
    The change I try to do is in the address contact.
    Thanks.
    Daniel
    Edited by: Philip Eller on Jun 20, 2008 10:32 AM

    Hi Daniel Rivas,
    Regarding this issue, please kindly check the following
    -> Whether there are duplicated records in the import file. If there are two rows for the same name, please remove one of them and this file can then be imported successfully.
    -> LineNum should be filled correctly. It should be sequential number which begins from the quantity of existing contact persons. For example if there are 10 contact persons for a specific BP, and you want to add another 10 new contact persons, the LineNumber should start from 10 to 19.
    -> In DTW Wizard step 3, select the checkbox 'Add all Items into Schema if can't find corresponding item when updating' under Target Data tab. You can refer to Note 789315 for information on the functionality of this checkbox.
    Hope this helps.
    Regards, Summer
    SAP Business One Forums Team

Maybe you are looking for

  • How to refresh the data in sharepoint online

    Hi, I have an Office365 PowerBI Preview site and I have uploaded a excel sheet with a using power query connecting the azure data source. I then setup the "Data Management Gateway" and "Data Source" in the Manage Data settings within PowerBI and the

  • How to Search for music in IOS 7?

    Does anyone know how to search the music app in IOS 7? I can search in itunes, but cannot find a way to search for a song with the new music app?

  • Migrating iTunes Library

    I'm looking for the cleanest way to migrate my iTunes library from one Mac to another. On my old MacBook, I have all my music & podcast files on an external hard drive. My media files location folder then points to that external HD. I also have "Keep

  • Thinkpad X60 - Power Manager issue

    Hi, I just have to install the Power Manager version 1.89 into my Thinkpad x60. However, it shows the "Black" Triangle which is located next to the power manager guage in the task bar. Before the installation, I have not this problem. And I am using

  • BT Vision recordings menu gone AWOL

    Just went to watch some recorded programs and the recordings menu has disappeared! Tried recording a program and it says to wait while the recording menu is set up but nothing happens, Any ideas? Its a silver box (not sure of model). Cheers