Tables and formulas

Hi,
I am trying to use a table in my form that calculates the QTY by the PRICE, which is then discounted by an entered amount to give a final amount...
QTY x PRICE - DISCOUNT% = TOTAL
QTY, PRICE and the DISCOUNT% need to be entered...though i just can't get it to work!
Can anyone help me with the table formula function to get this working??
Thanks in advance for your help!

Thanks Steve,
I was more having issues with how the make the table pick up the appropriate cells, I couldn't get it to read the information I entered into the cells. Though I now know that you have to name the cell properly first...then it works
I am now having an issue with my forms and the Submit by email button. If I use the already preset 'submit via email' button, the adobe reader sends the form back as an XML and I require a PDF...and when I create a manual email button and stipulate PDF as the return format, the button doesn't work at all, and won't open a new email in outlook to send, and you cannot send via email (file-send to email)
In short, I need the person filling out the form to send it back in the PDF format.
Thanks for your help!!

Similar Messages

  • Question about multiple tables and formulas in numbers

    I  was wondering about having a formula that effects one table based on data in the other table. I have a spreedsheet that i created for work. In column A is a list of addresses. In column B-ZZ is a list of "billing codes" the get applied to the service work done for that address.Its kind of difficult to look at this large spreadsheet on my iphone and edit it on the go. Is there a way to, Have another column, possibly on sheet 2 or something, where i type in these "billing codes" and they would fill an x or some other character in cell that corrisponds with that billing code on that address line? So to be as plain as possible, I want to enter data in one cell (another sheet if possible) and have it "mark" another cell in response to the specific data on that "entry cell." Im thinking this way because instead of scrolling back and fourth on the sheet on my iphone, to "mark" the boxes, i could just navigate to sheet 2 enter the data, or "billing codes" and they would "X" the cell that would match up with the code column and address row. each address row would have a seperate "entry field" in sheet 2, to make the formula easier. thanks for any help

    Tom,
    That's a lot of columns for jsut a table of marks that reflect an input. Sure, you could have each cell in that giant table check to see if some corresponding cell contains certain text, but that document is going to be slower than you might be able to tolerate.
    Jerry

  • Export .pages with tables and formulas to .doc loses the formulas

    I'm taking a class which is spreadsheet heavy. I've been using Pages to do my homework because it allows me to create tables which contain formulas so that I don't need to also have a Numbers spreadsheet to do the calculations.
    When I export a file like this from Pages to .doc format, all of the formulas do not show up when I open the exported file in MS Word, OO.o, or NeoOffice.
    Is this a bug in Pages or a limitation in the .doc format? Any help much appreciated.

    The second part seems to be a little bit difficult. (pdf_part_2.PDF (4 pages)).
    app.pdfExportPreferences.pageRange = "1-8","9-12" p[i].name;
    This is very wrong but what is the right way?
    pageRange is a string. Strings start and end in double-quotes. Everything goes inside them. Your first example is confused because you have a lingering p[i].name that should not be there. So you want these two:
    app.pdfExportPreferences.pageRange = "1-8";
    app.pdfExportPreferences.pageRange = "1-8,9-12";

  • Numbers' Functions and Formulas in Multiple Cells, Tables, and Sheets

    Hello,
    I'm stuck with specifics that center around usage, and I get the funny feeling I'm overlooking a simple detail or two.
    If I may, here goes.
    I'm working with a single spreadsheet that has several sheets within it, and each sheet has an identical table. Each table is used to record various data, and I use an additional table in a separate sheet to consolidate some of the information, so that I can track results, at a glimpse, by looking at averages, totals, etc.
    Each data table is organized for consolidation by tracking wins, ties, or losses. It is important to know that each data table only records a single win, tie, or loss along with its other applicable data. And on the actual consolidation table I am trying to tally specific data fields by the use of Numbers' functions and formulas, yet I wish to keep these tallied results organized by the determining factor of whether or not they were gathered from a table that recorded a win, a table that recorded a tie, or a table with a loss.
    To illustrate, each table contains data fields that record start time, finish time, elapsed time, the day of the week, etc. Let's say I have eight tables, and the first two are winning tables, three more are tables that record a tie, and the last three are losing tables. For example, on my consolidated data table I wish to enter a function and formula capturing which of the eight tables are wins, ties, and losses so that I can, at a glance, see how much time elapsed to obtain the wins, ties, and losses. So then, in this example, for wins I want to determine which of those wins took 20 minutes, or which of them took 15 minutes, etc. So then, out of the two wins, let's say both of them took 20 minutes each. I need the numeral 2 to be counted and recorded on the consolidation table since only two tables match the criteria. And I would do the same for all remaining data fields (e.g., start time, finish time, etc.). Just so long as everything is determined by wins, ties, and losses, and then organized by the respective data fields. Simply put, this example determines a total of two wins that meet the data field requirement of 20 minutes. Out of the eight tables (one table per sheet) any other wins would then be organized according to the specific data in the elapsed time data field on it's data table (e.g., 5 minutes, 15 minutes, etc.).
    The exact syntax structure of the functions and formula I'm unsuccessfully using follows below. It only seems to return a result of 1, and I think it is returning this value from the IF Statements. By the way, the Win, Tie, or Loss cell in each data table is cell formatted as a pop-up so I can either select None or 1. But in this example I'm basing this on the time period of 20 minutes, and out of the eight data tables I have two wins which also record the time period as 20 minutes, so I should see 2 and not 1 in the 20 minutes column of the consolidated data table. Also, I tried changing the syntax where I would type "=1" in the IF Statements, but it returned a result of =1, and if I don't include the equals sign and quotation marks the result just shows up as 1.
    My Syntax:
    IF(Trade 1::'Data Recorded (1)' '* Win', 1, IF(Trade 2::'Data Recorded (1)' '* Win',1, IF(Trade 3::'Data Recorded (1)' '* Win',1, IF(Trade 4::'Data Recorded (1)' '* Win',1, IF(Trade 5::'Data Recorded (1)' '* Win',1, IF(Trade 6::'Data Recorded (1)' '* Win',1, IF(Trade 7::'Data Recorded (1)' '* Win',1, IF(Trade 8::'Data Recorded (1)' '* Win',1, IF(COUNTIFS(Trade 1::'Data Recorded (1)' '* Time in Trade (in minutes)', "=20m")+COUNTIFS(Trade 2::'Data Recorded (1)' '* Time in Trade (in minutes)', "=20m")+COUNTIFS(Trade 3::'Data Recorded (1)' '* Time in Trade (in minutes)', "=20m")+COUNTIFS(Trade 4::'Data Recorded (1)' '* Time in Trade (in minutes)', "=20m")+COUNTIFS(Trade 5::'Data Recorded (1)' '* Time in Trade (in minutes)', "=20m")+COUNTIFS(Trade 6::'Data Recorded (1)' '* Time in Trade (in minutes)', "=20m")+COUNTIFS(Trade 7::'Data Recorded (1)' '* Time in Trade (in minutes)', "=20m")+COUNTIFS(Trade 8::'Data Recorded (1)' '* Time in Trade (in minutes)'))))))))))
    Please bear in mind that the COUNTIFS portion of the above syntax structure is something I'm already successfully using to count the totals of other things not mentioned above, and I'm hesitant to delete it since it already works to my satisfaction when I want to, for example, determine the total number of overall wins. So, just for illustration purposes, I might have an overall wins column in my consolidation table that records how many wins there are, regardless of organization by elapsed time, or any other data field. In other words, the COUNTIFS syntax structure already works to my satisfaction. I'm not sure if it's possible to alter it so that it isn't so long, but what's there does work just when counting total numbers, as just mentioned.
    In summary, I'm wondering which function I can use with the COUNTIFS function to determine which of my eight data tables are winning tables, but break those wins down further based on criteria like elapsed time, and in the above example the time elapsed is 20 minutes. As you may see above, I'm unsuccessfully using the IF function. Finally, I've looked at the function browser descriptions of things like LOOKUP, HLOOKUP, VLOOKUP, INTERSECT.RANGES, and a few others. And so far I haven't made good use of any of them the way I've done when I use the COUNTIFS function by itself when only counting overall totals. But now I must determine totals that meet certain criteria, as explained above.
    Please help if you dare (smile). This is a huge project I'm undertaking, and so as not to cause confusion I have not included all of the details. But rather, I've taken a small sampling and set it to the side for experimentation. If this small sample works out to my satisfaction I can simply copy and paste the syntax in all other respective cells in the consolidation table, changing only reference locations, and perhaps conditions or values. One thing is certain, I don't intend on giving up on it.
    Thank you for your time and advice.
    Blessings!
    Message was edited by: solo68
    Added image.

    I'd like to edit the last paragraph of my second posting, but for some reason an entirely new posting is being created when I attempt to do this. So when reading this post, please use it to replace only the last paragraph of my second post containing the four inserted images.
    Last paragraph begins:
    In closing, I need each cell in each column of each row in my consolidation table to remain as is. I have my reasons for doing this, and they all serve a specific purpose. The only exception would be the formatting of the last three rows as footer rows. Most importantly, and I should have made this abundantly clear earlier, my apologies, I need a single function and formula in cell E7 of my consolidation table that will firstly determine which data tables are winning tables while secondly and simultaneously counting which of those winning tables have elapsed times of 20 minutes. Perhaps, now this better explains why my syntax is written the way it is written. In the example I provided, if the proper function and formula were written it would result as 2 in cell E7 in my consolidation table. If there is anything else specific you need of me in order to assist me, please request it. Thank you.
    Last paragraph ends:
    Additionally, to t quinn:
    First off, thank you for returning to assist me. I really do appreciate your efforts. Please be aware that I'm avoiding going into details about each and every portion of my spreadsheet because I wish to avoid discussion that is off topic. As I stated earlier, I'm new to using these features of Numbers. My spreadsheet encompasses a much larger amount of data than I'm referring to in the example in my first post. But in my example I'm isolating just the information concerning what I'm now trying to accomplish to finish my spreadsheet project. Moreover, most of what I've done up to this point I was able to figure out on my own, or get help from watching videos on YouTube, or simply using the application help menu. Please be aware that I consulted all of these, repeatedly. I even contacted AppleCare, and was told this sort of support is not available. In spite of this, I've accomplished a great deal in my first large spreadsheet project. Please be aware that when I wrote my second post and specifically responded to you, I didn't want to be rude or ungrateful, and I still don't, but maybe the suggestions you and Hiroto made about gathering the count of wins, ties, and losses are something I've already done. I think I've done that separately. These counts are already in separate cells, and they are working fine. In my first post where I inserted only one image you can see examples of this in my consolidation table image, in cells B3 and E6. I apologize for not making this abundantly clear earlier. Furthermore, the portion of my syntax that shows the COUNTIFS is the exact way I accomplished this, and it is written the way it is written because I need separate sheets, each with their own data tables. Again, in cell E7 I need to determine which of the eight data tables that record wins are also recording 20 minutes, but I need this in a single function and formula with the result appearing only in cell E7. Once this is figured out I will adjust the syntax to do the same thing with every column (these are not shown but they exist) in my consolidation table for the last three footer rows, named Win Column Totals, Tie Column Totals, and Loss Column Totals. The last three rows being footer rows may not be necessary, and if so, I can convert them back to normal rows. Nonetheless, my consolidation table is counting the totals of all data in all data tables. This much I've already accomplished. Now I have one last function and formula I'm working on in order to determine which of the eight data tables record wins, ties, or losses while it simultaneously counts which of the wins, ties, or losses fall within certain categories like elapsed time, and this will be shown on my consolidation table only in the last three rows. Yes, I've gotten the total wins counted, and separately counted the total number of times 20 minutes was the elapsed time used, but so far, just looking at my consolidation table I don't know if the total number of times 20 minutes was used was with a win, tie, or loss. That's what I need to know now. Everything else is already accomplished. So then my consolidation table will show the totals for all data fields in my eight data tables as illustrated in cells B3 and E6. The last three rows of my consolidation table will break this down in a single function and formula with one row for wins, a second for ties, and a third for losses. And each of these respective last three rows will in the same function and formula determine if the win, tie, or loss also is one of the data fields in my eight data tables. How? By the use of columns in my consolidation table. Remember, each of my eight data tables are identical. In the example in my first post I only used one data field, elapsed time (Time in Trade), to illustrate in one column on my consolidation table what I'm trying to accomplish with all of the columns not shown in my consolidation table. Once this is figured out I can adjust it to complete the remainder of the consolidation table. Thank you, t quinn.
    To all reading this and attempting to offer assistance, if for any reason I'm still not explaining myself clearly, please continue to ask me more specific questions. I realize it's hard to communicate this way, and if Apple allowed us to upload the actual spreadsheet it would make this entire forum a better place to communicate. But that's going off topic, so let's simply focus on the matter at hand. Thank you.
    Blessings!

  • Reference to a table in formula

    Before updating to the new numbers, I was able to reference to an entire table in different formulas. So I could add new data to a table and the formula still worked. See example below:
    In the new numbers though, I am not able to select a table without also selecting rows or coloums:
    So the question is:
    Are there a way to make a raference to an entire table in a formula in the new numbers?
    Additional info
    I use the function when working with statistics, when I want to be able to add more observations to my data.

    The ability to reference an entire table was removed in Numbers 3. 
    =SUM(Table 1::B:C) would be the equivalent function in your case.
    =SUM(Table 1::2:7) would also work
    The first formula will include newly added rows but not new columns added to the right.
    The second formula will include new columns but not new rows added to the bottom.

  • Using Table.Join formula takes extremly long time to get results.(Why Query Folding doesn't work?)

    Hi,
    I built a query with 4 tables inside (load from Oracle DB and two of them are quite big, more than millions of rows). After filtering, I tried to build relationships between tables using Table.Join formula. However, the process took extremly long time to
    bring out results (I ended the process after 15 mins' processing). There's a status bar kept updating while the query was processing, which is showed as  . I suppose
    this is because the query folding didn't working, so PQ had to load all the data to local memory first then do the opertion, instead of doing all the work on the source system side. Am I right? If yes, is there any ways to solve this issue?
    Thanks.
    Regards,
    Qilong 

    Hi Curt,
    Here's the query that I'm refering,
    let
        Source = Oracle.Database("reporting"),
        AOLOT_HISTS = Source{[Schema="GEN",Item="MVIEW$_AOLOT_HISTS"]}[Data],
        WORK_WEEK = Source{[Schema="GEN",Item="WORK_WEEK"]}[Data],
        DEVICES = Source{[Schema="GEN",Item="MVIEW$_DEVICES"]}[Data],
        AO_LOTS = Source{[Schema="GEN",Item="MVIEW$_AO_LOTS"]}[Data],
        Filter_WorkWeek = Table.SelectRows(WORK_WEEK, each ([WRWK_YEAR] = 2015) and (([WORK_WEEK] = 1) or ([WORK_WEEK] = 2) or ([WORK_WEEK] = 3))), 
        Filter_AlotHists = Table.SelectRows(AOLOT_HISTS, each ([STEP_NAME] = "BAKE" or [STEP_NAME] = "COLD TEST-IFLEX" or [STEP_NAME] = "COLD TEST-MFLEX") and ([OUT_QUANTITY] <> 0)),
        #"Added Custom" = Table.AddColumn(Filter_AlotHists, "Custom", each Table.SelectRows(Filter_WorkWeek, (table2Row) => [PROCESS_END_TIME] >= table2Row[WRWK_START_DATE] and [PROCESS_END_TIME] <= table2Row[WRWK_END_DATE])),
        #"Expand Custom" = Table.ExpandTableColumn(#"Added Custom", "Custom", {"WRWK_YEAR", "WORK_WEEK", "WRWK_START_DATE", "WRWK_END_DATE"}, {"WRWK_YEAR", "WORK_WEEK",
    "WRWK_START_DATE", "WRWK_END_DATE"}),
        Filter_AolotHists_byWeek = Table.SelectRows(#"Expand Custom", each ([WORK_WEEK] <> null)),
        SelectColumns_AolotHists = Table.SelectColumns(Filter_AolotHists_byWeek,{"ALOT_NUMBER", "STEP_NAME", "PROCESS_START_TIME", "PROCESS_END_TIME", "START_QUANTITY", "OUT_QUANTITY", "REJECT_QUANTITY",
    "WRWK_FISCAL_YEAR", "WRWK_WORK_WEEK_NO"}),
        Filter_Devices= Table.SelectRows(DEVICES, each ([DEPARTMENT] = "TEST1")),
        SelectColumns_Devices = Table.SelectColumns(Filter_Devices,{"DEVC_NUMBER", "PCKG_CODE"}),
        Filter_AoLots = Table.SelectRows(AO_LOTS, each Text.Contains([DEVC_NUMBER], "MC09XS3400AFK") or Text.Contains([DEVC_NUMBER], "MC09XS3400AFKR2") or Text.Contains([DEVC_NUMBER], "MC10XS3412CHFK") or Text.Contains([DEVC_NUMBER],
    "MC10XS3412CHFKR2")),
        SelectColumns_AoLots = Table.SelectColumns(Filter_AoLots,{"ALOT_NUMBER", "DEVC_NUMBER", "TRACECODE", "WAFERLOTNUMBER"}),
        TableJoin = Table.Join(SelectColumns_AolotHists, "ALOT_NUMBER", Table.PrefixColumns(SelectColumns_AoLots, "AoLots"), "AoLots.ALOT_NUMBER"),
        TableJoin1 = Table.Join(TableJoin, "AoLots.DEVC_NUMBER", Table.PrefixColumns(SelectColumns_Devices, "Devices"), "Devices.DEVC_NUMBER")
    in
        TableJoin1
    Could you please give me some hints why it needs so long to process?
    Thanks.

  • Creating a master table and using it to populate other tables.

    Hi everyone.
    I am a novice at using Numbers and I need some direction.
    I am looking to create a master table with information for our summer camp. This table will include vital information such as name, address, etc. along with cabin assignments, tuitions received, and more.
    We will separate this information into smaller tables that different portions of that master table for specific use. Such as: names and addresses for leaders, names and tuitions for registration, etc.
    My goal is to type the information into the master table and have it update the other tables automatically. Can someone direct me how to format the master and sub tables so that this is possible?
    I would greatly appreciate it and it will greatly reduce the record-keeping time for our camp.
    Thank You!
    Roy

    Hi Roy,
    Welcome to the Numbers discussions. You are giving us a tall order, especially when we don't know your level of experience in programming spreadsheets.
    Here are a couple of basics to start the conversation...
    In normal spreadsheet programming, we Pull data from one location into another, we don't Push it or Send it. This should help you to understand that the hard work is done in the sub tables, not the master.
    You will use LOOKUP functions to pull the data to your sub tables. Download the Numbers User Guide and the Formulas and Functions User Guide and read up on them.
    In your master table, make sure you have one column that uniquely identifies each participant so it will be easy to reference that person in your sub tables.
    Regards,
    Jerry

  • Why there is a huge difference between a row size on a disk based table and a row size in memoptimized table of SQL 2014?

    Hi All,
    I have two table with similar structure and data, one is on disk and the other is in memory. I somehow calculated the difference between a row size of on disk and in memory table and found that the row size of in memory is 700 Bytes more than the disk based
    tables.
    aa

    As others mentioned, memory optimized tables and disk based tables have different structures in SQL Server 2014.
    For memory optimized tables, the number of indexes on table also contribute to the size. You can calculate the exact size of rows and thus the table size using the formula given in the below articles
    Table and Row Size in Memory-Optimized Tables
    Estimate the Size of a Table
    Krishnakumar S

  • Aggregation table - Diffrent agg levels for base table and agg table

    Is it possible to have Different aggregation level for base table and Aggregation. Say sum on a column in AGG table and Count for the same column in Fact table.
    Example
    Region,Day_product,sales person, customer are dimensions and Call is a fact measure
    FACT_TABLE has columns Region, Day, Product, Sales person,Customer, Call
    AGG_TABLE has columns Region, Month,Product, call
    We already have a Logical Table definition for the fact table say FACT_CALL
    We have a Logical column called No of customers.
    For the Data source as FACT_TABLE Formula for the column is "Customer" and Aggregation level is count distinct.
    But agg table we already have a calculated column call TOT_CUSTOMERS. which is been calculated and aggregated in the ETL.
    IF we map this to the logical column we have to set the formula as TOT_CUSTOMERS and we need to define aggregation type as SUM as this is at REGION, MONTH AND Product level. But OBI does not allow to do so.
    Is there a work around for this? Can you please let us know.
    Regard
    Arun D

    The way BI server picks up the table that would satisfy the query is through column mappings and contents levels. You have set the column mappings to TOT_CUSTOMER, which is right. When it comes to aggregation, since its already precalculated through ETL, you want to set the aggregation to SUM. Which I would say - is not correct, you can set the aggregation to COUNT DISTIMCT which is same as that of the detailed fact. But set the content levels to month in date table, and appropriate levels in region etc., So now BI Server will be aware of how to aggregate the rows when it chooses the agg table.

  • I want to reference a cell from another table and fill it with text

    I I have several tables that update each other with data from the previous one. These tables are identical and follow each other by date. In each table is a cell (B1) where a persons name goes. the cell (B2) references another cell from a previous dated table. Some days, consecutively, no name is entered in to cell B1. I want cell B2 to always refer back to the most recent table with a name is cell B1. How can this be done?
    I have written this formula (applied to cell B2 of this example) already: IF(Day 1::B1="","",IF(Day 1::B1≥"",Day 1::B1))  but it only references the previous days table and stops there. Some days nothing is inputed into cell B1 causing causing the following days table cell B2 to show "0".
    Monday, April 1
    Driver
    Driver for Today
    David
    Previous Driver (Last person to drive vehicle)
    Tuesday, April 2
    Driver
    Driver for Today
    Previous Driver (Last person to drive vehicle)
    David
    Wednesday, April 3
    Driver
    Driver for Today
    Mike
    Previous Driver (Last person to drive vehicle)
    David
    Thursday, April 4
    Driver
    Driver for Today
    Previous Driver (Last person to drive vehicle)
    Mike
    Friday, April 5
    Driver
    Driver for Today
    Previous Driver (Last person to drive vehicle)
    Mike
    Saturday, April 6
    Driver
    Driver for Today
    Carl
    Previous Driver (Last person to drive vehicle)
    Mike
    Sunday, April 7
    Driver
    Driver for Today
    David
    Previous Driver (Last person to drive vehicle)
    Carl

    "I am having trouble getting the formulas you suggested to work. I am not sure where the problem is coming from. Could you look at the following spreadsheet and tell me where I am going wrong? The following pic shows Day 1 and AUX tables. In Day 1 cell B1 a Drivers name is entered. As you can see by the formula that you gave the B2 is for "Product" not the drivers name "David"."
    Hi br,
    The formulas provided above apply directly to the set of tables shown with them. In each of these tables, the target cell, containing the name of the driver for that day is cell B2 on the table for that day.
    For Day 1, the driver is Huey, found in cell B2 of Table 1, and the cell reference to retrieve the information from that cell is =Table 1::B2
    The formula in B2 of Aux uses INDIRECT to build that cell reference from the fixed text string "Table ", the calculated value ROW()-1, and the text string "::B2"
    ROW() returns the number of the row in which the function sits. In B2, that's row 2, and ROW() returns 2. -1 subtracts 1 from that value, leaving 1. In B2, ROW()-1 returns 1.
    The ampersand is the concatenation operator. It joins the value before it to the value following it. The result is a text string. in the INDIRECT part of the formula, there are two & operators, one after "Table ", the other after ROW()-1.
    "Table " & ROW()-1 & "::B2" with the result of ROW()-1 as the value between the two text strings.
    "Table " & 1 & "::B2"   =   "Table 1::B2"
    INDIRECT( ) takes that text and converts it to the cell address that it represents.
    B2: =IF(LEN(INDIRECT("Table "&ROW()-1&"::B2"))<1,"",INDIRECT("Table "&ROW()-1&"::B2"))
    The first instance on the string in the formula is a test to see if there is anything in the target cell. If not, the formula returns a null string. If there is at least 1 character there, the second instance of INDIRECT is called on to return the name to B2 of the table Aux.
    Compare your formula below:
    B4: =IF(LEN(INDIRECT("Day 3"&ROW()-1&"::B2"))<1,"",INDIRECT("Day 3"&ROW()-1&"::B2"))
    As shown, this is the formula in B4 of your Aux table. In Row 4, ROW() returns 4, and ROW()-1 returns 3.
    So the three elements of the cell address constructed in INDIRECT are "Day 3", 3, and "::B2"
    The cell being addressed is "Day 33::B2", cell B2 on the table named Day 33.
    The error results from there being no table with that name.
    The fix (to the table part of the reference) is to change the first text string to "Day " (including the space after the word Day).
    The fix to replace Product with the driver name is to change "::B2" to ::B1"
    To fit the names of your day tables and the location of the driver's name on each, your formula in B2 should read:
    B2: =IF(LEN(INDIRECT("Day "&ROW()-1&"::B1"))<1,"",INDIRECT("Day "&ROW()-1&"::B1"))
    Regards,
    Barry

  • Transition from CS4 to CS5/CS5.5 - handling of tables and equations

    Our company is exploring the option of moving up into CS5 or CS5.5 from CS4. We write code text (technical manuals) for building construction and safety.
    I need to know how the new software will handle books heavy in equations and tables and if there is a need for plug-in software to do so for technical publishing?
    Our typesetters currently use Framemaker 9 because it allows you to create equations - something we found early on that InDesign could not. When we looked into the plug-ins and third party software, it was very expensive. Has InDesign incorporated equations/formulas since CS? Will Framemaker be phased out and be replaced by InDesign (is there a timeframe in place)?
    I greatly appreciate your time and information and will greatly influence our decision on which Creative Suite is best for our company.

    FrameMaker is under active development. InDesign is still not a replacement for FrameMaker, but it is gaining more capabilities. For large technical manuals, FrameMaker is still the product of choice. As to whether Adobe will faze out FrameMaker and replace it with InDesign, Adobe never preannounces its plans. Your question is one that users have been wondering about since InDesign was introduced.

  • QM Tables and T codes

    can anybody tell hw many QM Tables and T codes are ther in total approx.
    and if possible which r imp. one?atleast tables.
    thnx

    Dear Sandip,
    <b>Important QM Tables</b> 
    Area Table Description 
    Master Data QMAT Inspection type - material parameters 
    Master Data QMHU QM Link Between Inspection Lot and Handling Unit Item 
    Master Data QMTB Inspection method master record 
    Master Data QMTT Inspection Method Texts 
    Master Data QPAC Inspection catalog codes for selected sets 
    Master Data QPAM Inspection catalog selected sets 
    Master Data QPMK Inspection characteristic master 
    Master Data QPMT Master Inspection Characteristics Texts 
    Master Data QPMZ Assignment table - insp. methods/master insp. characteristic 
    Master Data TQ01D Authorization groups for QM master data 
    Master Data TQ01E Text authorization groups for QM master data 
    Master Data TQ21 Assignment of screens to screen groups 
    Master Data TQ25 QM:screen sequence for master and inspection characteristics 
    QM Master Data 
    Catalog QPCD Inspection catalog codes 
    Catalog QPCT Code texts 
    Catalog QPGR Inspection catalog code groups 
    Catalog QPGT Code group texts 
    Catalog TQ07 Follow-Up Action for Usage Decision of Inspection Lot 
    Catalog TQ07A QM: Function Modules for Follow-Up Action 
    Catalog TQ07T Language-dependent texts for Table TQ07 
    Catalog TQ15 Inspection catalog type index 
    Catalog TQ15T Language-dependent texts for table TQ15 
    Catalog TQ17 Defect classes 
    Catalog TQ17T Language-dependent texts for table TQ17 
    Catalog 
    Sample Determination QDEB Allwd. Relationships: Sampling Procedures/Dynamic Mod. Rules 
    Sample Determination QDEBT Allowed combinations of procedures/dynamic mod. rules: texts 
    Sample Determination QDPA Sampling scheme-instructions 
    Sample Determination QDPK Sampling scheme header 
    Sample Determination QDPKT Sampling scheme: texts 
    Sample Determination QDPP Sampling scheme item 
    Sample Determination QDQL Quality level 
    Sample Determination 
    Inspection Char TQ17A Weighting of Char 
    Inspection Char TQ11 Inspection Qualification 
    Inspection Char TQ29 Tolerance Keys 
    Inspection Char T006 Unit of measurement 
    Inspection Char 
    Dynamic Modification QDBM Valuation mode 
    Dynamic Modification QDBMT Valuation Mode: Texts 
    Dynamic Modification QDDR Dynamic modification rule (header) 
    Dynamic Modification QDDRT Dynamic modification rule: texts 
    Dynamic Modification QDEP Allowed inspection severities 
    Dynamic Modification QDEPT Allowed Inspection Severities: Texts 
    Dynamic Modification QDFB Function modules for the individual procedure categories 
    Dynamic Modification QDFBT Function Modules for Procedure: Texts 
    Dynamic Modification QDFM Function modules for valuation mode 
    Dynamic Modification QDFMT Function Modules for Valuation Mode: Texts 
    Dynamic Modification QDPS Inspection stages for a dynamic modification rule
    Dynamic Modification QDPST Inspection Stages: Texts 
    Dynamic Modification QDSA Sampling type 
    Dynamic Modification QDSAT Sampling Type: Texts 
    Dynamic Modification QDSV Sampling procedure 
    Dynamic Modification QDSVT Sampling Procedure: Texts 
    Dynamic Modification TQ39B QM : Activates reference for dyn. modification level 
    Dynamic Modification 
    Graphics & SPC QASH Quality control chart 
    Graphics & SPC QAST Control chart track 
    Graphics & SPC QPSH Control chart types 
    Graphics & SPC QPSHT Texts for control chart types 
    Graphics & SPC QPSP SPC criterion 
    Graphics & SPC QPSPT Texts for SPC criteria 
    Graphics & SPC QPST Control chart track 
    Graphics & SPC QPSTT Texts for control chart tracks 
    Graphics & SPC 
    Specifications QMSP QM: material specification 
    Specifications 
    Inspection Plan PLKO Inspection plan Header 
    Inspection Plan MAPL Material Assignement 
    Inspection Plan PLPO Operation Details 
    Inspection Plan PLMK Inspection plan characteristics 
    Inspection Plan PLMW MAPL-Dependent Charac. Specifications (Inspection Plan) 
    Inspection Plan TQ03 QSS: Control for Screen Texts/TABLE NOT USED (Rel. 4.6) 
    Inspection Plan TQ29A Dependency tolerance key - nominal measurement 
    Inspection Plan TQ72 Type of share calculation 
    Inspection Plan TQ72T Texts for type of share calculation 
    Inspection Plan TQ75 QM formula parameters 
    Inspection Plan TQ75F Field names for QM formulas 
    Inspection Plan TQ75K Short text for Table TQ75F 
    Inspection Plan TQ75T Description of formula parameters 
    Inspection Plan 
    Qm in procurement QINF QM-info record for material and vendor 
    Qm in procurement TQ02 QM system definition 
    Qm in procurement TQ02A QM system assignment and QM system requirements 
    Qm in procurement TQ02B QM system 
    Qm in procurement TQ02T QM system description 
    Qm in procurement TQ02U Description QM system 
    Qm in procurement TQ04A Functions that can be blocked 
    Qm in procurement TQ04S QM block functions : texts 
    Qm in procurement TQ05 QM certificate categories for procurement 
    Qm in procurement TQ05T QM: text table for certificate types 
    Qm in procurement TQ08 Control of QM in procurement 
    Qm in procurement TQ08T QM: text for QM procurement keys 
    Qm in procurement TQ09 QM: agreement of QM document types 
    Qm in procurement TQ09T QM: agreement of QM document types 
    Qm in procurement TQ32A Inspection type to status assignment from status profile 
    Qm in procurement 
    QM in SD QVDM QM Info Record - QM Control in SD 
    QM in SD TQ32B Find insp.type for quality insp. for delivery note 
    QM in SD 
    Inspectio lot QALS Inspection lot record 
    Inspectio lot QALT Partial lot 
    Inspectio lot T156Q Movement Type: Material-Independent Control 
    Inspectio lot TQ30 Inspection types 
    Inspectio lot TQ30T Texts for inspection types 
    Inspectio lot TQ32 Assignment of inspection type to origin 
    Inspectio lot TQ32C Lot creation allowed values for the origin 
    Inspectio lot TQ32C _T Texts for lot creation indicator 
    Inspectio lot TQ33 Relevant fields for origin 
    Inspectio lot TQ34 Default values for inspection type 
    Inspectio lot 
    Inspection point QAPP Inspection point 
    Inspection point TQ79 Table with inspection point/user field combinations 
    Inspection point TQ79T Key words for inspeciton point user fields 
    Inspection point 
    Results Recording QAES Sample unit table 
    Results Recording QAKL Results table for value classes 
    Results Recording QAMR Characteristic results during inspection processing 
    Results Recording QAMV Characteristic specifications for inspection processing 
    Results Recording QASE Results table for the sample unit 
    Results Recording QASR Sample results for inspection characteristics 
    Results Recording QASV Sample specifications for inspection processing 
    Results Recording TQ12 Ind. external numbering for test units in results recording 
    Results Recording TQ12T Texts for the ind. for ext. numbering of units to be insp. 
    Results Recording TQ70 Control table for results recording 
    Results Recording TQ70C Function codes for navigation from the char.overview screen 
    Results Recording TQ70E Screen-based processing tables 
    Results Recording TQ70F Navigation during results recording 
    Results Recording TQ70S Characteristic overview screen for results recording 
    Results Recording TQ73 Origin of results data 
    Results Recording TQ73T Texts for origin of results data 
    Results Recording TQ74 Recording configuration 
    Results Recording TQ74T Recording configuration 
    Results Recording TQ76 Processing status of inspection characteristics 
    Results Recording TQ76T Texts for the processing status of insp. characteristics 
    Results Recording TQ77 Attributes for the Inspection Characteristic 
    Results Recording TQ77T Text Tables for Attributes 
    Results Recording TQ78 Status-dependent processing table for insp. characteristics 
    Results Recording TQ78T Texts for the status-specific proc. table for insp. char. 
    Results Recording 
    Defects recording TQ84 Confirmation profile 
    Defects recording TQ84T Text table for confirmation profile 
    Defects recording TQ86 Report category for defects recording 
    Defects recording TQ86A Assignment report category for work center 
    Defects recording TQ86T Text table for report category 
    Defects recording V_T35 2B_F Generated table for view V_T352B_F 
    Defects recording 
    Usage decision QAMB QM: Link Between Inspection Lot and Material Document 
    Usage decision QAVE Inspection processing: Usage decision 
    Usage decision TQ06 Procedure for Calculating the Quality Score 
    Usage decision TQ06T Language-specific texts for Table TQ06 
    Usage decision TQ07M QM: Inventory postings with usage decision 
    Usage decision 
    Sample Mgmt QPRN Sample drawing of phys. samples 
    Sample Mgmt QPRS Master record for phys. samples 
    Sample Mgmt QPRVK Sample-drawing procedure 
    Sample Mgmt QPRVK T Header for sample drawing procedure texts 
    Sample Mgmt QPRVP Sample-drawing items 
    Sample Mgmt QPRVP T Items for sample drawing procedure texts 
    Sample Mgmt TQ40 Definition of sample types 
    Sample Mgmt TQ40T Text table for sample type 
    Sample Mgmt TQ41 Storage locations for physical samples 
    Sample Mgmt TQ41T Texts for storage locations 
    Sample Mgmt TQ42 Physical sample containers 
    Sample Mgmt TQ42T Texts for phys. sample containers 
    Sample Mgmt 
    QMIS S068 Vendor statistics 
    QMIS S069 Material statistics 
    QMIS S097 QM notifications: Matl anal. 
    QMIS S098 QM notification: Vendor anal. 
    QMIS S099 QM notifications: Cust. anal. 
    QMIS S100 Problems: Material analysis 
    QMIS S102 Problems: Vendor analysis 
    QMIS S103 Problems: Customer analysis 
    QMIS S104 Customer statistics 
    QMIS S161 Inspection results: General 
    QMIS S162 Quantitative insp. results 
    QMIS S163 Quant. Insp. Result: Vendor 
    QMIS S164 Quant. Insp. Result: Vendor 
    QMIS S165 Inspection result: gen. custs 
    QMIS S166 Insp. Results: Quant. Customer 
    QMIS TQ55 Assign inspection lot origin for update group 
    QMIS TQ56 Definition of quality score classes 
    QMIS TQ56T Text table for the definition of quality score classes 
    QMIS TQ57 Assignment of quality score key to info structure 
    QMIS 
    Quality Certificates QCPR QM quality certificates in procurement 
    Quality Certificates I000 Conditions for certificate profile 
    Quality Certificates KONDI Conditions: Data part for certificates 
    Quality Certificates QCVK Certificate profile header 
    Quality Certificates QCVM Certificate profile characteristic level 
    Quality Certificates QCVMT Certificate profile characteristic level: texts 
    Quality Certificates QCVV Certificate Profile: List of Preliminary Products 
    Quality Certificates TQ61 Result value origin for certificates 
    Quality Certificates TQ61T Origin of result values for certificates: texts 
    Quality Certificates TQ62 Output strategy for skip characteristics 
    Quality Certificates TQ62T Output strategy for skip characteristics: texts 
    Quality Certificates TQ63 Origin of insp. specs for certificates (function modules) 
    Quality Certificates TQ63T Origin of inspection specifications for certificates: texts 
    Quality Certificates TQ64 Origin of characteristic short text for certificates 
    Quality Certificates TQ64T Origin of characteristic short text for certificates: texts 
    Quality Certificates TQ65 Certificates: Combinations allowed for origins, specs/values 
    Quality Certificates TQ67 Certificate-Relevant Output Types 
    Quality Certificates 
    Quality Notification QMEL Notification header 
    Quality Notification QMFE Item 
    Quality Notification QMSM Task 
    Quality Notification QMMA Activities 
    Quality Notification T352C Catalog types for each catalog profile 
    Quality Notification TQ81 Notification Scenario 
    Quality Notification TQ81V Usage of parts 
    Quality Notification TQ81V_T Texts for usage of parts 
    Quality Notification TQ81_T Texts for Notification Scenarios 
    Quality Notification TQ82 Change of Notification Type 
    Quality Notification TQ83 Partner Functions for Codes 
    Quality Notification TQ85 Function table for follow-up functions 
    Quality Notification TQ85R Rules for Follow-Up Functions 
    Quality Notification TQ85_T Action box text table 
    Quality Notification TQ8CO Assignment of reference orders to notification type 
    Quality Notification 
    Other Objects MARA Material Number 
    Other Objects T001W Plant 
    Other Objects LFA1 Vendor 
    Other Objects KNA1 Customer 
    Other Objects AUFK Order Number 
    Other Objects SAFK Run Schedule Header Number 
    Other Objects MCH1 Batch Number 
    Other Objects MCHA Batch Record 
    Other Objects EKKO Purchasing Document Header 
    Other Objects EKPO Purchasing document Item 
    Other Objects EKET Delivery Schedule 
    Other Objects VBUK Delivery Header 
    Other Objects VBUP Delivery Item 
    Other Objects CSKS Cost Center 
    Other Objects EQUI Equipment Number
    <b>Transaction List:</b>
    Q000    Quality management
    QA00    Quality inspection
    QA01    Create Inspection Lot
    QA01A   Create Inspection Lot
    QA02    Change Inspection Lot
    QA02A   Change Inspection Lot
    QA03    Display inspection lot
    QA05    Job planning: Periodic inspection
    QA06    Job overview: Periodic inspection
    QA07    Trigger for recurring inspection
    QA07L   Deadline Monitoring Log
    QA08    Collective Processing of Insp. Setup
    QA09    No. range maintenance for insp.lots
    QA10    Trigger automatic usage decision
    QA10L   Log for Automatic Usage Decision
    QA11    Record usage decision
    QA12    Change usage decision with history
    QA13    Display usage decision
    QA14    Change UD without history
    QA16    Collective UD for accepted lots
    QA17    Job planning for auto usage decision
    QA18    Job overview for auto usage decision
    QA19    Automatic usage decision
    QA22    Change inspection point quantities
    QA23    Display insp.point quantities
    QA32    Change data for inspection lot
    QA32WP  QA32 -Call from Workplace/MiniApp
    QA33    Display data for inspection lot
    QA40    Auto. Usage Decision for Production
    QA40L   Log for Automatic Usage Decision
    QA41    Scheduling UD for Production Lots
    QA42    Job planning: UD prod. insp.lots
    QA51    Scheduling Source Inspections
    QA52    Source inspections: Job overview
    QAC1    Change insp. lot actual quantity
    QAC2    Transfer stock to insp. lot
    QAC3    Reset sample
    QAER    Display archive objects
    QAS1    Download Insp. Specs. (Obsolete)
    QAS2    Download Basic Data (Obsolete)
    QAS3    Upload Results (Obsolete)
    QAS4    Upload UD (Obsolete)
    QC01    Create certificate profile
    QC02    Change certificate profile
    QC03    Display certificate profile
    QC06    Immediate delete of cert. profiles
    QC11    Create cert. profile assignment
    QC12    Change cert. profile assignment
    QC13    Display cert. profile assignment
    QC14    Create cert.prof.assign.w/copy model
    QC15    Create cert. profile assignment
    QC16    Change cert. profile assignment
    QC17    Display cert. profile assignment
    QC18    Create cert.prof.assign.w/copy model
    QC20    Certificates for Deliveries
    QC21    Quality certificate for the insp.lot
    QC22    Quality Certificate for Batch
    QC31    Archive display: Delivery item
    QC32    Archive display: Inspection lot
    QC40    Internet Certificate for Delivery
    QC40A   Internet Certificate for Delivery
    QC42    Batch certificate on WWW
    QC51    Create certificate in procurement
    QC52    Change certificate in procurement
    QC53    Display certificate in procurement
    QC55    Worklist: Certificates - Procurement
    QCC0    QM: Direct Access to IMG
    QCC1    Direct Access to IMG: Notification
    QCC2    IMG Direct Access: QM Q-Notification
    QCC3    IMG Direct Access: QM Q-Inspection
    QCC4    IMG Direct Access: QM Q-Planning
    QCC5    IMG Direct Selection: QM Bus. Add-In
    QCC_STABI       Copy Stability Study Customizing
    QCC_STABI_NK    Copy Stability Study Number Ranges
    QCCC    QM standard settings complete
    QCCF    QM standard forms
    QCCK    QM standard settings: Catalogs
    QCCM    QM std. settings: Qual. notifs.
    QCCN    QM standard number ranges
    QCCP    QM std. settings: Quality planning
    QCCS    QM sampling schemes
    QCCT    QM standard texts
    QCCU    QM standard settings: Environment
    QCCW    QM std. settings: Quality inspection
    QCCY    Transport QM tolerance key
    QCCZ    QM std. settings: Qual. certificates
    QCE2    Edit Communication Support
    QCE3    Display Communication Support
    QCYF    QM standard forms (general)
    QCYT    QM standard texts (general)
    QD21    Mark completed notifications
    QD22    Archiving Notifications: Archive
    QD24    Archiving Notifications: Delete
    QD25    Archiving Notifications: Admin.
    QD33    Delete quality level
    QD34    Delete quality level planning
    QD35    Delete job overview for Q-levels
    QDA1    Edit sampling type
    QDA3    Display sampling type
    QDB1    Maintain allowed relationships
    QDB3    Display allowed relationships
    QDH1    Q-level evaluation: Change data
    QDH2    Q-level evaluation: Display data
    QDL1    Create quality level
    QDL2    Change quality level
    QDL3    Display quality level
    QDM1    Edit valuation mode
    QDM3    Display valuation mode
    QDP1    Create sampling scheme
    QDP2    Change sampling scheme
    QDP3    Display sampling scheme
    QDR1    Create dynamic modification rule
    QDR2    Change dynamic modification rule
    QDR3    Display dynamic modification rule
    QDR6    Disp. where-used list-dyn. mod. rule
    QDR7    Replace dynamic mod. rule used
    QDV1    Create sampling procedure
    QDV2    Change sampling procedure
    QDV3    Display sampling procedure
    QDV6    Uses: Sampling procedures
    QDV7    Replace sampling procedure used
    QE00    Quality Planning
    QE01    Record characteristic results
    QE02    Change characteristic results
    QE03    Display characteristic results
    QE04    Record sample results
    QE05    Change sample results
    QE06    Display sample results
    QE09    Indiv.display of charac.result
    QE09WP  Call QE09 from Workplace
    QE11    Record results for inspection point
    QE12    Change results for inspection point
    QE13    Display results for inspection point
    QE14    Record results for delivery note
    QE15    Change results for delivery note
    QE16    Display results for delivery note
    QE17    Record results for equipment
    QE18    Change results for equipment
    QE19    Display results for equipment
    QE20    Record results for funct. location
    QE21    Change results for funct. location
    QE22    Display results for funct. location
    QE23    Record results for phys. sample
    QE24    Change results for phys. sample
    QE25    Display results for phys. sample
    QE29    No. Range Maint.: Conf. No. for Char
    QE51    Results recording worklist
    QE51N   Results Recording Worklist
    QE52    Worklist: Results for phys. sample
    QE53    Worklist: Record results for equip.
    QE54    Worklist: Results for funct. loctns
    QE71    Tabular res. recording for insp. pts
    QE72    Tabular Results Rec. for Insp. Lots
    QE73    Tabular res. recording for characs.
    QEH1    Worklist for Mobile Results Rec.
    QEI1    Displaying QM Interfaces Appl. Log
    QEI2    Deleting QM Interfaces Appl. Log
    QEW01   Results Recording on Web
    QEW01V  Variant Maint.: Recording on Web
    QF01    Record defect data
    QF02    Change defect data
    QF03    Display defect data
    QF11    Record defects for inspection lot
    QF21    Record defects for operation
    QF31    Record defects for characteristic
    QG09    Maint. num. range Q control charts
    QGA1    Display quality score time line
    QGA2    Display inspection results
    QGA3    Print inspection results
    QGC1    Qual. control charts for insp. lots
    QGC2    Control charts for task list charac.
    QGC3    Control charts for master insp. char
    QGD1    Test Equipment Usage List
    QGD2    Test Equipment Tracking
    QGP1    Results history for task list charac
    QGP2    Results History for Task List Charac
    QI01    Create quality info. - purchasing
    QI02    Change qual.information - purchasing
    QI03    Display quality info. - purchasing
    QI04    Job planning for QM procurement keys
    QI05    Mass maintenance QM procurement keys
    QI06    QM Releases: Mass maintenance
    QI07    Incoming insp. and open pur. orders
    QI08    Job overview of QM procurement keys
    QISR    Internal Service Request
    QISR1   Internal Service Request - Forms
    QISR_PCR60      vc_scenario for Message type 60(PCR)
    QISR_SM29       ISR Customizing: Table Transfer
    QISR_SR12_START Suggestion System
    QISRSCENARIO    Customizing Szenario
    QISRTRANSPORT   ISR Customizing Transport
    QISRW   Internal Service Request on the Web
    QK01    Assign QM order to material
    QK02    Display assigned QM orders
    QK03    Maintain specs. for order type
    QK04    Create QM order
    QK05    Confirmed activities for insp. lot
    QL11    Mat: Distribute Inspection Setup-ALE
    QL21    Master Inspection Characs (ALE)
    QL31    Distribute Inspection Methods (ALE)
    QL41    Distribute Code Groups (ALE)
    QM00    Quality Notifications
    QM01    Create quality notification
    QM02    Change quality notification
    QM03    Display quality notification
    QM10    Change list of quality notifications
    QM10WP  QM10 - Call from Workplace/MiniApp
    QM11    Display List of Qual. Notifications
    QM12    Change list of tasks
    QM13    Display list of tasks
    QM13WP  QM13 - Call from  Workplace/MiniApp
    QM14    Change list of items
    QM15    Display list of items
    QM16    Change activity list
    QM17    Display activity list
    QM19    List of Q Notifications, Multi-Level
    QM50    Time line display Q notifications
    QMW1    Create quality notification (WWW)
    QP01    Create
    QP02    Change
    QP03    Display
    QP05    Print inspection plan
    QP06    List: Missing/unusable insp. plans
    QP07    List: Missing/Unusable GR InspPlans
    QP08    Print task lists for material
    QP11    Create reference operation set
    QP12    Change reference operation set
    QP13    Display reference operation set
    QP48    Number Ranges for Physical Samples
    QP49    Number range for phys. samp. drawing
    QP60    Time-related development of plans
    QP61    Display change documents insp.plan
    QP62    Change documents ref.operation sets
    QPIQS8  QM MiniApp Selection Variant
    QPIQS9  QM MiniApp Selection Variant
    QPNQ    Number ranges for inspection plans
    QPQA32  QM MiniApp Selection Variant
    QPQGC1  QM MiniApp Selection Variant
    QPQM10  QM MiniApp Selection Variant
    QPQM13  QM MiniApp Selection Variant
    QPR1    Create physical sample
    QPR2    Change physical sample
    QPR3    Display physical sample
    QPR4    Confirm physical sample drawing
    QPR5    Manual inspection lots for physSamps
    QPR6    Create new phys.-samp. drawing w.ref
    QPR7    Storage Data Maintenance
    QPV2    Maintain sample drawing procedure
    QPV3    Display sample drawing procedure
    QS21    Create master insp. characteristic
    QS22    Create master insp. charac. version
    QS23    Change master insp. charac. version
    QS24    Display master insp. charac. version
    QS25    Delete master insp. charac. version
    QS26    Display characteristic use
    QS27    Replace master insp. characteristic
    QS28    Display insp. charac. list
    QS29    Maintain characteristic number range
    QS31    Create inspection method
    QS32    Create inspection method version
    QS33    Change inspection method version
    QS34    Display inspection method version
    QS35    Delete inspection method version
    QS36    Display inspection method use
    QS37    Central replacement of methods
    QS38    Display inspection method list
    QS39    Maintain method number range
    QS41    Maintain catalog
    QS42    Display catalog
    QS43    Maintain catalog
    QS44    Maintain catalog
    QS45    Display catalog
    QS46    Display code group use
    QS47    Central replacement of code groups
    QS48    Usage indicator - code groups
    QS49    Display code groups and codes
    QS4A    Display catalog
    QS51    Edit Selected Sets
    QS52    Display selected set index
    QS53    Maintain individual selected set
    QS54    Maintain selected set
    QS55    Display selected set
    QS58    Usage indicator - selected sets
    QS59    Display selected sets
    QS61    Maintain material specification
    QS62    Display material specification
    QS63    Maintain material spec: Planning
    QS64    Display material spec: For key date
    QS65    Activate material specification
    QS66    Plan activation of material spec.
    QS67    Job overview: Activate mat. spec.
    QSR5    Archive inspection plans
    QSR6    Delete routings
    QST01   Create Stability Study
    QST03   Display Stability History
    QST04   Display Inspection Plans
    QST05   Graphical Scheduling Overview
    QST06   Scheduling Overview (StabilityStudy)
    QST07   Change Testing Schedule Items
    QST08   Display Testing Schedule Items
    QSUB    Define subsystems
    QT00    Test Equipment Management
    QT01    Test equipment management
    QTSA    Product Allocations: Send Quantities
    QTSP    Product Allocations:Send Customizing
    QUERY_BP_FSBPBILDER     BP: Screen Customizing for Query
    QV01    Create quality assurance agreement
    QV02    Change quality assurance agreement
    QV03    Display quality assurance agreement
    QV04    Find Quality Assurance Agreement
    QV11    Create technical delivery terms
    QV12    Change technical delivery terms
    QV13    Display technical delivery terms
    QV14    Search technical terms of delivery
    QV21    Create QA agreement (DocType Q03)
    QV22    Change Q-agreement (doc. type Q03)
    QV23    Display Q-agreement (doc. type Q03)
    QV24    Find Q-agreement (doc. type Q03)
    QV31    Create Q-spec. (doc.type Q04)
    QV32    Change Q-specification (docType Q04)
    QV33    Displ. Q-specification (docType Q04)
    QV34    Find Q-specification (doc. type Q04)
    QV51    Create control for QM in SD
    QV52    Change control for QM in SD
    QV53    Display control for QM in SD
    QVM1    Inspection lots without completion
    QVM2    Inspection lots with open quantities
    QVM3    Lots without usage decision
    QZ00    Quality Certificates
    Hope this will help.
    Regards,
    Naveen.

  • Generate CRC table with Formula Node

    I want to generate an CRC table by formula Node,but the table which generated is not correct,could someone with experience could help me?
    uInt8 j;
    uInt16 i;
    uInt16 crc, c;
    uInt16 crc_tabccitt[255];
    for (i=0; i<256; i++)
     crc = 0;
     c = ( i) << 8;
     for (j=0; j<8; j++)
        if ( (crc ^ c) & 0x8000 )
            crc = ( crc << 1 ) ^ 0x1021;
        else
            crc = crc << 1;
        c = c << 1;
    crc_tabccitt[i] = crc;

    How is it not correct?
    Post your VI with a description what is wrong and what it should be.

  • How to use one query against multiple table and recieve one report?

    I have duplicate tables, (except for their names of course) with commodities prices. They have the same column headings, but the data is different of course. I have a query that gives me a certain piece of information I am looking for but now I need to run this query against every table. I will do this every day as well, to see if the buying criteria is met. There are alot of tables though (256). Is there a way to say run query in all tables and return the results in one place? Thanks for your help.

    hey
    a. the all 256 tables whuld be one big partitoned table
    b. you can use all_tables in order to write a select that will write the report for you:
    SQL> set head off
    SQL> select 'select * from (' from dual
      2  union all
      3  select 'select count(*) from ' || table_name || ' union all ' from a
      4  where table_name like 'DB%' AND ROWNUM <= 3
      5  union all
      6  select ')' from dual;
    select * from (
    select count(*) from DBMS_LOCK_ALLOCATED union all
    select count(*) from DBMS_ALERT_INFO union all
    select count(*) from DBMS_UPG_LOG$ union all
    remove the last 'union all', and tun the generated quary -
    SQL> set head on
    SQL> select * from (
      2  select count(*) from DBMS_LOCK_ALLOCATED union all
      3  select count(*) from DBMS_ALERT_INFO union all
      4  select count(*) from DBMS_UPG_LOG$
      5  );
      COUNT(*)
             0
             0
             0
    Amiel

  • How to disable a single cell in a table (and not the whole column)

    Hi there,
    I've got a webdynpro table with a few columns, rows can be created dynamically through a button in the table toolbar.
    Depending on the value of a certain cell I have to disable another cell (in the same row).
    I tried to manipulate the view in the modifyview but no joy. I also tried to manipulate the attribute property through the coding below:
      DATA lv_knttp TYPE knttp.
      lo_nd_kostl = wd_context->path_get_node( path = `MULTIVALUES.KOSTL` ).
      lo_el_kostl = lo_nd_kostl->get_element( ).
      lo_el_kostl->set_attribute_property(
      attribute_name = 'LTEXT'
              property       = lo_el_kostl->e_property-enabled
              value          = ''
    but it disables the whole column!!!! I just need the cell to be disabled (I thought the code above, through the lead selection, would affect a certain cell only - but I was wrong).
    Any ideas?
    Thanks!!!

    Hi,
    using cell variants you can do this.,
    check this article: [Cell Variants in WDA|http://wiki.sdn.sap.com/wiki/display/WDABAP/WebDynproforABAPCellVariants]
    Instead of binding the read only property of table as a whole , just bind the read only property of column group of table., You can do this bu drill down the table and select the required column and bind the read only column.,
    then In onAction Event of button .,
    loop the table, if condition satisfied set the read only property to true else false.,!!
    hope this helps u.,
    Thanks & regards,
    Kiran

Maybe you are looking for

  • Problems with Droid Razr

    I sent a couple of message to my e-mail from my phone. Shortly on after that night I got a thing on the top of my phone saying that there is 4 items waiting to upload and Remote device offline. I have no idea what this could possibly be. Everytime I

  • ESS: java.lang.NullPointerException in Salary Statement

    Hi All, We have configured ESS salary stament but getting the following Exception when we click on Salary Statement, Please help us out in this:- java.lang.NullPointerException      at com.sap.pcuigp.tracking.BTrackingComp.isValuePackSystem(BTracking

  • EOIO or BPM for receiver SOAP messages

    Hi all, In our IDOC - XI - SOAP (R/3 4.7 - XI 3.0 SP17 - WebService) scenario we have a requirement from the receiving WebService that we cannot send two messages to close together (say within one second) in order to allow the WebService time to unpa

  • Watermark In LR 4

    When editing my watermark in the watermark editor, in LR 4, my watermark does not appear in the preview area, nor does it appear in my exported images.  Thanks

  • Oracle UCM with Weblogic portals

    Does any one has idea working with oracle UCM with Weblogic portals. Can anyone suggest any tutorial in online.