Is it possible to view the data that is extracted from logical database.

Hi ,
i have a standard program(T-code F.38) that uses logical database.This program also uses fields groups to define the structure.
Now my question how can i see the data that is been fetched from logical database?Is that possible?
I need to do further modifications on this data.Please advice whether its possible?

hi,
one possibility is dat.  goto SLDB give ur ldb name and goto source code.
u will get code.
now see dat and by giving same conditions u can check data using se16.

Similar Messages

  • My iCloud backup from my old phone shows incomplete is there a way to retrieve the data that I backup from my old phone even if it didn't complete . They told me that they would let if finish when I traded in my old phone. I want to restore it to new phon

    My iCloud backup from my old phone shows incomplete is there a way to retrieve the data that I backup from my old phone even if it didn't complete . They told me that they would let if finish when I traded in my old phone. I want to restore it to new phone. Even if it didn't complete how to I restore the 5 g that did backup

    Unfortunately you can't restore an incomplete backup.

  • I forgot to enable sync on multiple devices hence I lost the data that was synced from my desktop.

    I had enabled firefox sync only on my desktop and forgot to enable sync on multiple devices.
    I lost the data that was synced from my desktop as I have re-imaged my system with new OS and when i login into the sync account none of the bookmarks are recovered.
    Can Firefox team provide me the data that was synced?

    Hi darikere,
    Unfortunately Sync was not meant to be a back up service. I am sorry for the inconvenience.

  • I need to scan an input string for EOF (control Z) and then view the data that has come in since the last EOF.

    I'm talking to a Furness micromanometer.  It sends a string of three lines formatted as follows:
    Time                 xx:xx:xx xM
    Velocity             xxxxx ft/m
    Temperature    xxx.x degC
    I want to watch the input, and when I see the EOF character (ctlZ), I want to display the three lines of text sent since the last EOF.  Any help is appreciated.

    Lynn, attached is the original vi I wrote months ago.  It works, but occasionally there seems to be a disconnect between the instrument and LabVIEW.  The string received is shown in the upper left corner of the front panel (Micromanometer output) is the string last received.  Then it's parsed out into teh three columns.  AS you can see from the block diagram, I made a rather complex vi, although that was NOT my intent.  Occasionally, as I said, things don't work right.  Instaed of the first line beginning with "Velocity", it might read "city" and then everything is sort of offset, and the data is corrupt.  After closing and reatarting LabView it usually works correctly.  SO, I decided to go with a simpler, less complex approach.  Instead of sending the T to the instrument to trigger it, I simply set the Furness to sample at one second intervals (locally - on its front panel interface)and send its data out on the serial port.  Then I want Labview to monitor the port, and read the data whenever it sees there is date to read.  I don't know if I can use EOF or the start bit, or what.  I just wrote an application like this for another instrument, but I was able to determine the number of bytes in the string (19).  I just used a property node (Bytes at port), compared the numer to 19, and if it was greater than or equal to 19, I read the port. It works great, but I can't seem to get a handle on what I'm doing wrong here.  Anyway, attached is the old vi, as well as the beginning of the new one.  Help??!!!
    Attachments:
    Furness.vi ‏291 KB
    simple.vi ‏75 KB

  • Can I import the data that is dumped from Oracle 8.1.5 into 8.0.4?

    I got the following message while trying to import the data into 8.0.4:
    Connected to: Oracle8 Enterprise Edition Release 8.0.4.0.0 - Production
    With the Partitioning and Objects options
    PL/SQL Release 8.0.4.0.0 - Production
    Export file created by EXPORT:V08.01.05 via conventional path
    IMP-00008: unrecognized statement in the export file:
    est">
    IMP-00008: unrecognized statement in the export file:
    afds
    IMP-00008: unrecognized statement in the export file:
    .9
    IMP-00008: unrecognized statement in the export file:
    .9~⌂
    IMP-00009: abnormal end of export file
    IMP-00034: Warning: FromUser "SHARP" not found in export file
    Import terminated successfully with warnings.
    I appriciate if any help.
    Thanks,
    Anup.
    null

    When I want to do an export from Oracle 8.0.6 to Oracle 7.3.4, I use the exp and imp from Oracle 7.3.4. This way the whole excercise works fine. The only thing I have to do is run the script catexp7.sql on the Oracle 8.0.6 version (delivered with Oracle 8.0.6). Perhaps You can try the same thing with Oracle 8.0.4, use the exp and imp from 8.0.4 to do the work.

  • Restricting SCC4 Tcode, from the Role that was extracted from SAP_ALL profile

    Hi,
    Recently we have created a role extracting from SAP_ALL profile. We have deactivated many Basis, and other Critical Tcodes for our Dev & QTY systems by identifying the authorization objects.
    But- for SCC4 we want to know if there is any other way to restrict the access.
    Since we created the role by extracting the profiles from SAP_ALL. S_TCODE has * value, and S_TABU_CLI: has "X" value.
    - problem is we cant deactivate or limit the usage of S_TABU_CLI:X as we have many ZTcodes for direct maintenance, which needs this AO.
    - At the same time, we are trying hard to restrict SCC4.
    So, please suggest if there is any other alternative way to restrict Tcode SCC4, by not being able to run using the New Role.
    Regds,
    Satish.

    First of, let me say that I fully agree with Sunil Bujade. The building block approach is the way to go when designing roles.
    But if we're being practical, you could use authorization groups for tables (T-code SE54) and assign a custom auth. group to table T000. Then use this group to authorize (or actually not authorize) with object S_TABU_DIS.
    Again, this is just a practical tip. The whole "create a role from SAP_ALL" thing is a totally different subject altogether.
    Good luck!
    Dimitri.

  • Is it possible to retrieve the data from maintainance view?

    Hi experts,
    Am facing one problem.
    Is it possible to retrieve the data from Maintainance View ,If yes how?
    IF it is not possible then Y?
    While am trying to retrieve data from maintainance view it's showing message like
    "it is not a database view or table".
    Can u pls give me ans.
    Thanks&Regards,
    Arun.

    Hi Arun,
    It is not possible to retrieve the data from Maintenance view. Maintenance View is different and Database View is different.
    Maintenance view : Maintenance view permits you to maintain the data of an application object together.The data is automatically distributed in the underlying database tables.
    A standardized table maintenance transaction is provided (SM30), permitting you to maintain the data from the base tables of a maintenance view together.
    In other words, Maintenance views enable a business-oriented approach to looking at data, while at the same time, making it possible to maintain the data involved. Data from several tables can be summarized in a maintenance view and maintained collectively via this view. That is, the data is entered via the view and then distributed to the underlying tables by the system.
    Database View: Data about an application object is often distributed on several database tables. A database view provides an application-specific view on such distributed data.A database view is automatically created in the underlying database when it is activated.Database views implement an inner join.If the database view only contains a single table, the maintenance status can be used to determine if data records can also be inserted with the view. If the database view contains more than one table, you can only read the data.
    Database views should be created if want to select logically connected data from different tables simultaneously. Selection with a database view is generally faster than access to individual tables. When selecting with views, you should also ensure that there are suitable indexes on the tables contained in the view.
    Hope this helps.
    Please reward if useful.
    Thanks,
    Srinivasa

  • How to capture the data that the user modified in SM30(Maintenance view)

    Hello experts,
    I have a new requirement wherein when the user modifies a particular record in SM30(maintenance view)
    it would also update that certain records in another table. For example, I modified the address
    of record 1 in table1 so I need to automatically update that same record in table2. Help would be greatly appreciated.
    Again, thank you guys and have a nice day!

    Hi again,
    1. But how can I capture the data that was modified
    Yes, u are right.
    We will have to use the event,
    'BEFORE SAVING'.
    2. In that,
      u must fire a select query,
       from the same table,
       for the same record.
    3. In this, u will get the OLD DATA (which was already saved),
    4. Using this,u can compare,
       (either thru LOOP, or field by field)
      to know, which field value has been changed.
    regards,
    amit m.

  • Is it possible to view the Rules data in Information Steward.

    Hi Experts,
    I'm working on Information Steward.Could you please guide me how to work on it.If i'm asking anything wrong correct me.
    In our project (Data Cleansing) source system is MS-SQL Server.
    when i create rules by using parameter,function and value  in Data Insight .
    1)In information steward we can view the table data.Coming part of the rules i'm not able to view the data.
    2)when i click on score card setup icon here i can add Key Data Domains.It will display with yellow exclamantion mark.
    Regards,
    visu.

    Hi Visu,
    you need to calculate the score for your rules by creating a Rule Task (Calculate Score). The scores for your Tables, Columns or Rules can then be viewd in the Workspace Tab under the Rule Result panel.
    These Rule Results are organized for technical focus: I am responsible for a tabel in my databasea nd want to know how good the data within the table is, or within a column...
    The DQ Scorecard is a different concept where you can create a nice drill down scorecard based on a Key Data Domain that you can define. This is for example if you are a Data Steward within your company responsible for the Product Data and you want to get a quick entry point / visualization how good the product data within your company is. (This person might not be aware in how many differnt tables of a database relevant product related data is stored and needs to be assessed, he just wnats to see results for his Key Data domian / Data Entity / Business Object PRODUCT). So the DQ Scorecard is a separate cetup, where you define which Key Data Domain, which Data Quality Dimensions (that you have already assigned to your rules), which Rules (that you already have bound to your tables) and which Rule Bindings you want to pick form your basic score calcualition to be conolidated and propagated to the higher level score of your Key Data Domain. That's what you do, when you go to Scorecard Setup. If there is a Exclamation Mark on any level of the Scorecard Setup, it means that you have not added next level of detial in that chain.
    Easy explanaition for why havign separate setup: You might want to defien a central ruel in your company to define valid salutations for persons (Mr. , Ms., unknown), bind them to the physical tables EMPLOYEE, SUPPLIER_CONTACT, CUSTOMER_CONTACT for getting the DQ SCore when setting up the Rule Tasks on the EMPLOYEE, CUSOTMER and SUPPLIER table.
    --> gives you three individual scores, based on one single rule definition.
    But you also want to get a DQ Scorecard for drill down based on the different data objects. So your Scorecard setup has three Key Data Domains: Employee, Supplier, Customer. You add Data Quailty Dimenson to the scorecard set up for each Key Data Domain (chooes the ones you have attched to your single validation rule for the salutation check) then for every Key Data Domain and its Quality Dimension you add at least the Salution Rule (or I expect you have much more rules like validating other fields) and for each and every Key Data Domain / Data Quality Dimension / Rule defined you add the according Rule Binding: To the EMPLOYEE table for the Key Data Domain Employee, etc...
    All concepts are described in the Product tutorials and in the documentation.
    Niels

  • Is it possible to view the content of multiple lists(located in multiple webs) in one ListViewWebpart? And how can I filter a multivalue column?

    Is it possible to view the content of multiple lists, that are located in different webs as well, in just one ListViewWebpart? Could I maybe change the query programmatically so that it get's the content this way?
    I know that I could use the Content Query Webpart instead - actually I have been using that so far, but the problem is, that it brings no standard Sharepoint functionality for lists with it... I had to write the xsl style sheet, there are no dynamic filters
    that the user could set, there are no default list operations the user could use.
    The ListViewWepart has all of these, but it only shows the content of one list...
    And my second problem:
    One column can contain multiple values (like a column that contains multiple users or user groups that are related to one entry). I can filter every other column with the standard filters, but not the column with multiple values in it. Is it possible to
    activate that or maybe add this feature programmatically?

    You can fetch data from multiple lists in ListViewWebpart, this can be possible through Content Query web part or Custom Web Part using visual studio but in that case you can not get the standard SharePoint funcationality for list (which is available in
    ListViewWebparts).
    No OOB filter available for multi-choice column, you also have to go with custom solution to achieve this.
    Adnan Amin MCT, SharePoint Architect | If you find this post useful kindly please mark it as an answer.

  • Unable to  view the data in infoobject

    Hi all,
    I am loading the data to info-obj this is the first time i am working on BI 7. everything is successfull. i had created the transformation and dtp successfully n in monitor screen its showing that the data has been loaded sucessfully. the thing is i didnt maintain a infosource as i am loading the data from the only one DS to one info obj. i am able to view the data in the psa but when i try to view the data in the infoobject its not der.
    plz help me out
    Thank & Regards
    KK

    Since you are using BI 7 for the first time., I hope you have executed the DTP after executing the infopackage.
    In BW 3.5 we can load date from data source to Infoobject via PSA in one shot.
    But In BI 7, we have to execute the infopackage first . This loads data from Datasource to PSA. Then you need to execute the DTP. Just double click on the DTP. You can see the execute in the third tab. When you execute the DTP, data will be further loaded from PSA to Infoobject.

  • I can view the data in front end form, but data is not avilable in backend

    Hi,
    i created a form with three blocks.In first block i entered the data.Based on the data it will fetch recodrs from A & B tables and insert into C table.This logic i have written in backend and put commit in front end and back end. In the 2nd block iam using C table. i can view the data in front end(C table) . But i unable to
    see the data in C table when i go and see in back end.
    Form is used for only querying purpose. for the C block insert allowed and update allowed is false.
    Plz do the need ful

    Please try and post sufficient information for someone to replicate your problem. We are not looking over your shoulder and do not have access to your database.
    We need a minimum table structure, example data, a walk-through of how the form works - you mention 3 blocks and only half-way describe 1. Is another for the C block? Or is that a different form?
    e.g. Enter search data in Block A. Execute Query. Blocks A and B populated with data from database tables based on FK relationship B to A. User presses Save button, procedure in form updates table C based on data in form and issues commit. Execute Query in Block C retrieves just inserted data in table C.
    Is that remotely what's happening? Or something completely different?

  • I've a Pc with Win7. Is it possible to view the movies I've there (and listening to the music also there) in my TV using Apple TV? And navigate in the web? Can I choose my browser?

    I've a Pc with Win7. Is it possible to view the movies I've there (and listening to the music also there) in my TV using Apple TV? And navigate in the web? Can I choose my browser?
    I'm just starting in this area so please explain in detail.
    Thanks.

    Welcome to the Apple Community.
    You can't browse the web on an Apple TV
    You can view any content that is in your iTunes library on the PC via the Apple TV if it is in the correct format.

  • How can i view the data from Access DB in oracle

    pls tell me that how can i view the data of MS ACCESS DATABASE in ORACLE.i was use ODBC of ACCESS DATABASE AND THEN CREATE DATABASE LINK IN ORACLE BUT NOT YET SUCCEEDED.PLS TELL ME THE PROCEDURE.
    regard's

    hi,
    u nedd to use Oracle Hetrogeneous Services,,
    full details of the procedure u may fing on metalink
    Regards

  • Issue in viewing the data

    Hi All,
    We are working on EP 6 and ECC 6 and facing a problem of viewing the data.
    For Ex :
    When we log in to the portal and click on any of the hyperlinks provided for example Who's Who or in Personnel Information => Address ..the link dosen't work or open at all neither we get any errors.
    We have assigned all the roles required for the User and also in IT 0105 subtype 0001 is mainted.
    Request you all to let me know reasons
    Thanks for all your support.
    Thanks
    YM

    Hi Sridhar,
    Thanks for your valauble inputs.
    I did review the config and found that the PERNR is assigned. The SPRO config also looks fine.
    One more thing is that our Basis Consultant is able to view and edit the details. He has superuser roles and J2EE admin roles, but as per my knowlegde these roles are not assigned to everyone.When these roles where assigned to other users they were able to view.
    So looks like Business Package is also fine then what could be the reason ???
    Please let me know
    Cheers
    YM

Maybe you are looking for

  • Trash folder in Iphoto is not holding the pictures.

    When I move photos to the trash folder in Iphoto, they completely dissappear without me emptying the trash, they are not in the system trash either. Why is this happening? Why is this happening? I want to be able to check them again before they are g

  • How can I burn on a DVD a slide show created with iDvd ?

    I try to burn a DVD with a slide Show I create using iDvd. If I whatc the slide show using my Mac all is OK. When I burn that slide show on a DVD and I put the DVD in my DVD reader, conected to the television, the quality of the images become very po

  • Setting Exchange as default address book

    I use only Exchange to store my email, contacts, and calendar data. Unfortunately, Address Book insists on also having it's "On My Mac" folder/account, which I can't seem to delete. I wouldn't care except that whenever I create a new contact (or "Add

  • Sales Order Generating more than one event when changed

    Hey all, I have to trigger a workflow when a sales order is changed (bus2032.changed) . The event is triggered when any changes are made and the save button is clicked . However my problem lies in the fact that the system produces the event not once

  • Communication to and fro between 2 DCs

    Hi, I have created 2 DCs in WD for Java - DC1 and DC2. In DC1 I have embedded DC2 (DC2- InterfaceController had been made public). Communication from DC1 (view1) to DC2(view2) is successful. How to make communication from DC2(view2) to DC1(view1) ? I