Unanswered Quesition about data base fields

I posted the below message quite some time ago and have gotten no replies. Is it that it's impossible to do, or just that no one knows the answer?
I notice in the "select views" menu that there are many data fields in the itunes database that do not show up in the get info tab. I would like to be able to easily enter data into fields such as "description" and "kind" without having to do it in the main grid, which is a pain. Is there any way to get access to these fields in a form such as the get info one?

The ones you cannot edit are determined by other stuff. For example, Last played, Playcount, Kind, Description are all computed or picke dup from the file itself.
There some apps which will read the database but you cannot put it back into iTunes.

Similar Messages

  • Firm/Trade-off Zone Indicator - Data base field.

    I'm looking for the data base field that holds the Firm/Trade-off Zone Indicator as it displays on the Delivery Scheduling Agreement, Delivery Schedule for Items from ME33L.  The help for the field gives you the same information as for the Firm Zone And Trade-Off zone values in days (stored in EKPO), but this field displays differently for different schedule lines, and is a "1" - indicator for Firm Zone, or a "2" Indicator for Trade-Off Zone.  
    I'm beginning to wonder, is this field dynamic and just determined for display at the time the transaction is done ???
    As in fact the lines within the firm zone are displayed in a different way (with an * following the MRP element data) on MD04.
    But we were trying to determine where (IF) the field indicator is stored, and if so, what is setting it, as "some process" would have to be evaluating all orders as time passes to know they have now come within the firm zone.   If its not just a dynamic field.
    Ruth Jones

    Hi Ruth,
    This one is dynamic (I guess you are wrinting about screen field  RM06E-ETSTA visible e.g. in ME38/ME39 t-code).
    And I guess it is calculated here:
    Include: MM06EFET_ETT_ETSTA
    FORM ETT_ETSTA.
       CLEAR RM06E-ETSTA.
       IF EKPO-ETFZ1 NE 0.
         REFE1 = EKET-EINDT - SY-DATLO - EKPO-ETFZ1.
         IF REFE1 <= 0.
           RM06E-ETSTA = '1'.
           EXIT.
         ENDIF.
       ENDIF.
       IF EKPO-ETFZ2 NE 0.
         REFE1 = EKET-EINDT - SY-DATLO - EKPO-ETFZ2.
         IF REFE1 <= 0.
           RM06E-ETSTA = '2'.
         ENDIF.
       ENDIF.
    ENDFORM.
    I guess you can call this form in your report logic/query and you should get exactly what you need.
    Best Regards,
    Tomek

  • Need a information about data base stastics

    hi all
    i need information about data base stastics how to implement the data base stastics what are steps involved in implementation and data base stastics and bw stastics bothare same or diffrent.
    any pointers helpful

    Hi,
    While you can collect/refresh the DB statistics thru the Performance tab or a Process Chain step, it's probably better to have the DBA schedule the run of BRCONNECT to collect statistics. This provides two key benefits, the statistics collection can be moved to off hours rather than during a load window, which is usually tight in most shops, and the other benefit is that it can collect statistics only on tables that have had significant changes in size. There is really no need to collect stats every day on every table - that is just wasted system effort.
    There have been several OS Notes to provide some settings in the recent couple of support packages to control options on statistics collection on ODSs that you might want to review too.
    Pls chk this links;
    Re: Question regarding the statistics.
    Re: DB statistics / Cube statistics
    Re: About DB statistics
    Hope this helps,
    Regards
    CSM Reddy

  • CRM sales order and data base field in R/3

    Where can I see in R/3 that the replicated CRM sales order is created in CRM?
    Is there a field e. g. in the data base table VBAK or VBAP?

    Hi,
    you can find the information in VBAK table in field LOGSYSB, which is the logical system with which document was created.
    Enter the CRM logical system name in this field, and you will find all the orders created in CRM system.
    Regards,
    Susanta

  • Data base fields in browse mode

    Appleworks v 6.2.9
    Have data base with 54 fields. List mode fine, but in browse mode
    only first 34 are viewable and therefore available for data entry.
    When tab key is punched after data entered in 34th field cursor goes
    back to 1st field rather than 35th field. Command and down arrow keys
    brings up next record. Is there a keyboard shortcut or any other way
    to enter data in fields 34-54 in browse mode? Using list mode for
    that is too confusing because 1st field identifies record name and
    once past 34th field it is no longer viewable.

    Hi Frank,
    I'm assuming the Layout you are referring to is the default "Layout 1" that AppleWorks creates as you define the fields. This layout, or a "Standard" layout created through the New layout menu item in the Layout menu is a simple list of fields (with labels containing the field name) one above the other in a single column.
    AppleWorks Database Layouts are restricted to a single page in the page size defined in Page Setup (File menu). With the default US Letter size page, at around 34 fields, the list runs into the bottom of the page, and no fields created after that are automatically inserted into the layout.
    You can place more than 34 fields on a page, but you must contribute to the process.
    With Layout 1 (or any other layout you wish to modify) showing, go Layout > Layout to put the document into Layout mode. (You can also do this by pressing shift-command-L.)
    In Layout mode, select one or more of the fields (and labels) at the bottom of the page and drag them up and to the right into some empty space on the layout. New fields inserted onto the layout will be inserted in the space between the bottom-most field and the bottom of the layout/page, so the object of this exercise is to open up enough space at the bottom of your layout to insert the remaining 20 fields. It may take more tthan a single step to do this.
    When you have all 54 fields on the page, rearrange them in the order and in the locations you want.
    Note that the default tab order for a latout is from left to right then top to bottom, starting at the top left. If this order is not suitable, you can override it using the Tab Order... menu item in the Layout menu.
    Regards,
    Barry

  • Appleworks freezes when attempting to change a data base field

    In a data base I created, trying to change a number in one field will freeze Appleworks. A number can be entered, but any attempt to delete, add to or change the data in that one field causes a freeze. This does not happen in any other field in this data base, nor in any other document, as far as I know. This is a fairly recent problem, and did not occur when the data base was first created.
    Is there a way to fix this without losing all the data in that field?
    Thanks!

    Hi Yvan,
    I'm sorry, but your link did not help my particular problem.
    Can I make a list of the "freezing" field and an identifying second field, delete the problem field, and then re-enter the data in a newly created field? Being efficient (read lazy) I was trying to get away from having to re-enter all the data. There are only 384 records, but the thought of redoing even one field is mind-numbing.
    Anyone else have a suggestion???
    Thanks!

  • IDOC field to SAP data base field

    Is there any way to find out the field names of SAP database table associated with the IDOC fields??
    I would appreciate for any types of help in this.
    Pranav

    Hi,
    To find inbound FM, you can go to transaction WE57. Go to selection -> by contents (menu), select basic type and enter the corresponding IDoc type. The system will display the corresponding FM(s).
    You can also go to transaction WE64 to find the inbound and outbound FM(s).
    Regards,
    Ferry Lianto

  • PHP updating a data base field issue

    HI
    I am using a multiple select box to allow multuple vales to be selected and entered into the database
    when i add the filed values i use implode to seperate the values with a comma.
      $insertSQL = sprintf("INSERT INTO finance_data (Link_record,Savings_Year, Savings_Trust, Savings_Type, Savings_Amount, Savings_Additional_Notes) VALUES (%s, %s, %s, %s, %s, %s)",
              GetSQLValueString($_POST['inserttracker'], "text"),
                           GetSQLValueString($_POST['Savings_Year'], "text"),
                           GetSQLValueString($_POST['Savings_Trust'], "text"),
                           GetSQLValueString(implode(',', $_POST['Savings_Type']), "text"),
                           GetSQLValueString($_POST['Savings_Amount'], "double"),
                           GetSQLValueString($_POST['Savings_Additional_Notes'], "text"));
    when i then use an update method, the value is shown correctly in the field, however using the same implode to update the field in the same way does not seem to work and instead leaves me with a null value on update
    i tried using different varibles and doing the implode outside of the update even called it something else, but i have had no luck
    update code
    if ((isset($_POST["MM_update"])) && ($_POST["MM_update"] == "form1")) {
    $updateSQL = sprintf("UPDATE finance_data SET Link_record=%s, Extended_Index=%s, Savings_Year=%s, Savings_Trust=%s, Savings_Type=
    %s, Savings_Amount=%s, Savings_Additional_Notes=%s WHERE Master_index=%s",
                           GetSQLValueString($_POST['Link_record'], "int"),
                           GetSQLValueString($_POST['Extended_Index'], "text"),
                           GetSQLValueString($_POST['Savings_Year'], "text"),
                           GetSQLValueString($_POST['Savings_Trust'], "text"),
                           GetSQLValueString(implode(',', $_POST['Savings_Type']), "text"),
                           GetSQLValueString($_POST['Savings_Amount'], "double"),
                           GetSQLValueString($_POST['Savings_Additional_Notes'], "text"),
                           GetSQLValueString($_POST['Master_index'], "int"));
    any suggestion would be helpful
    Thanks

    Krazy Maud wrote:
     when i then use an update method, the value is shown correctly in the field, however using the same implode to update the field in the same way does not seem to work and instead leaves me with a null value on update
    Have you checked whether $_POST['Savings_Type'] is an array? The name attribute of the multiple select element needs to have an empty pair of square brackets like this:
    <select name="Savings_Type[]" multiple>

  • Displaying images from MySQL data base

    I'm currently developing a Master/Detail
    page set. The MySQL table containing the Detail information includes a 'blob'  (MIME: image/jpeg  - Attributes - BINARY) for storing a small image. Under phpmyadmin the images show where applicable.
    In my Detail page I display the results in a table. All the values display except the image.
    I selected Insert > Image
    When the 'Select Image Source' dialogue appeared set 'select file name from' to Data source
    Selected the data base field from the established records set
    I left the 'Format' as 'None'
    Clicked OK
    Have I omitted to set something? How does Dreamweaver or the PHP code know hto to render this field?
    Hope someone can make some suggestions to resolve this.
    Thanks
    Cliff
    Other possible useful info:
    Developing on Windows XP
    Dreamweaver CS5
    all versions of MySQL, PHP, Apache, IE8, Dreamweaver up to date.

    In my desparation this morning
    I even tried to set up a mirror of your example witha separate table (just the 3 fields) and even that didn't work. The Proxy member was the same as yours except that the script was changed to LocalPHP.php . Therefore I presume that the error must have been in the webpage. Unfortunately I've since deleted the code so I can't send a copy of what I used.
    The only suggestions I could suggest that may help others that are novices are (1) suggested code for the webpage (2) a diagram illustrating how the elements link or relate to each other. Hope that is thought helpful.
    Thanks again
    Cliff

  • HOW TO GET A BLANK  DATA BASE COPY FROM PRESENT DB

    TO All Experts,
    we have a problem about data base copy, thats mean when we try to get a blank copy of present data base some setting are missing with new blank copy, example- item group, item properties , default whs , price list ect,
    so if t you can tell me the correct way of doing that task , pls tell me step by step to get a blank database copy
    thank you,
    saman

    HI
    If Copy Express Addon is installed,then
    1.In SBO,Goto Tools->open Copy Express.
    2.A new window will open.....
    3.In that,you have to mention the base and target database,It will prompt you for username and password while you are mentioning the databse.
    4.Then it will open a window which has configuration settings,
    5.you just copy only the configurations...
       Be sure that you are not selecting any transactions.
    If not installed,install it from the installation package

  • Data Base copy from SAP to SAP

    Hi all,
    I have a question about Data Base copy between two instances, for a subset of data stored on both custom and standard tables.
    The second instance is basically derived from the development environment of the first one, but need to be populated with specific information. I also need to preserve all link between the tables involved.
    What's the best approch to do this?
    Thanks in advance,
    Elena

    Hi Elena
    folloe these threads
    Storage-Based Offline Data Copy
    http://help.sap.com/saphelp_nw04/helpdata/en/70/f3b13a67ea4722e10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/70/f3b13a67ea4722e10000000a11402f/frameset.htm
    regards
    sandeep
    if helpful reward points

  • Fields comming from which data base tables

    Hi Experts,
    Every extractor should fetch data from some data base table. For generic data source and LO data source I know to see but could you please tell me, how I can find for business content (ex: 0FI_GL_4) data source which field data coming from which data base table. 
    Regards
    Lokanatha.

    Hi,
      We can get from SAP help about the tables being used in each business content extractor.
    For Eg-0fi_gl_4, data coming from BKPF,BSEG tables.
    Go thru this link which tells the table for the above extractor..
    http://help.sap.com/saphelp_nw70/helpdata/en/8b/02f93abb013b0de10000000a114084/content.htm
    Hope this helps..
    Thanks & Regards,
    Pradeep

  • Creation of field in data base table

    Hi,
      I want to create a field in data base table , which holds the float values but i don't want to use the FLTP data type, why bcoz if i use this data type in selection screen of the table the the field is not appeqring, i dont want to go for the option QUAN bcoz there i need to define the ref table and ref field.
    please explain what is the way to create this field.
    regards
    Krishna

    Use NUMC
    Awrd POints if useful
    Bhupal

  • Sales order purchase order field is updated with dots in data base table

    HI
    we have problem in  Production when sale order created
    P O date is update with dots and these dots  we are unable to see at screen and data base table
    we go t change mode of the order and delete the P O field with back space (button)  and saving the order
    when we see the change log of the order
    there it is sowing
    Old value            =        "       .   .     "           
    New Value         =       " 00.00.0000"
    Can any one give the suggetions to come out of this problem
    This is we have noticed with only two customers
    Thanks and regards
    Kishore
    Edited by: DevarapalliKK on Oct 23, 2010 8:43 PM
    Edited by: DevarapalliKK on Oct 23, 2010 8:44 PM

    Hi Kishore,
    Two things could have happened:
    1) Since this is happening with only two customers - I am sure it has got to do with some custom code on your system which is causing this problem. I 'd suggest you to create a new order with all the fields
    2) It could be a bug with SAP- might want to check relevant SAP Notes. ( But this could not be a reason, if yes should have had the same prob with all cusotmers)
    regards
    sadhu kishore

  • Custom field values are not storing in the data base

    Hi Friends,
    We have created one  Custom field called   ZZ_APPROVER in Rfx Header , we have included this field in the below  stuctures
    1.INCL_EEW_PD_HEADER_CSF_BID
    2.INCL_EEW_PD_HEADER_CSF
    The data type of this field ( ZZ_APPROVER ) is CHAR and the length is 1 .  we have given 2  fixed values in Value Range
    1 -
    X+2 Approver
    2 --- Provisional Approver
    so when we select either 1 or 2 ( in Drop Down ), its displaying properly on RFx Screen, but when we try save this document the values are not strong in the data base.
    Can any one give me idea why its not stroring in the data base
    Thanks in Advance
    Kumar Srini

    Hi Ganapathy,
    A Record is created in table BBP_PDHSC , for other z fields, the values are stroing , but for this field ( ZZ_APPROVER ) [ drop down list ], the value is not stroring
    Thnx
    Kumar Srini

Maybe you are looking for

  • Corrupted characters in firefox(and other browser)

    Everything is coming up like this: ���국�E� English letters come up fine but any other language shows up like the above. Would really appreciate help on this. Thanks.

  • Revised - Deployment server problem   HELP!!

    Hi,Pls. tell me how to implement failover support using deployment services:I have following s/w:1) One Analytic Server & Admin Console & Spreadsheet services.2) Deployment Server( Without LIcense Key) & console.3) I have made connection pool & assig

  • 11.1.2.1 Platform

    Hi we are planning to upgrade from 9.3.1 to 11.1.2.1.Currently all of the Hyperion components are on Windows servers we are planning to move to AIX environment. what components needs to be on windows.When i check the support matrix, Hyperion print se

  • Performance testing

    I compressed a database now I want to test the performance increase. I can't run a trace on production. Is there somewhere I can find some queries that I can set statistics IO on and measure the difference that way? Alan

  • 2012r2 Incident- Affected User CI not populated (grey) but data appears elsewhere

    Maybe I'm staring at this too long but I have an issue and not sure where to attack it Repro- Creating an incident, I populate the affected user and usually the 'Affected User CI' box below will show the computers for that user from SCCM. In my new b